diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 3cf576d8210e7407165b30f7cd6180e539aee411..0000000000000000000000000000000000000000 --- a/.gitignore +++ /dev/null @@ -1,173 +0,0 @@ -checkpoints/ - -# Byte-compiled / optimized / DLL files -__pycache__/ -*.py[cod] -*$py.class -src/ -# C extensions -*.so -temp - -# Distribution / packaging -.Python -build/ -develop-eggs/ -dist/ -downloads/ -eggs/ -.eggs/ -lib/ -lib64/ -parts/ -sdist/ -var/ -wheels/ -share/python-wheels/ -*.egg-info/ -.installed.cfg -*.egg -MANIFEST - -# PyInstaller -# Usually these files are written by a python script from a template -# before PyInstaller builds the exe, so as to inject date/other infos into it. -*.manifest -*.spec - -# Installer logs -pip-log.txt -pip-delete-this-directory.txt - -# Unit test / coverage reports -htmlcov/ -.tox/ -.nox/ -.coverage -.coverage.* -.cache -nosetests.xml -coverage.xml -*.cover -*.py,cover -.hypothesis/ -.pytest_cache/ -cover/ - -# Translations -*.mo -*.pot - -# Django stuff: -*.log -local_settings.py -db.sqlite3 -db.sqlite3-journal - -# Flask stuff: -instance/ -.webassets-cache - -# Scrapy stuff: -.scrapy - -# Sphinx documentation -docs/_build/ - -# PyBuilder -.pybuilder/ -target/ - -# Jupyter Notebook -.ipynb_checkpoints - -# IPython -profile_default/ -ipython_config.py - -# pyenv -# For a library or package, you might want to ignore these files since the code is -# intended to run in multiple environments; otherwise, check them in: -# .python-version - -# pipenv -# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control. -# However, in case of collaboration, if having platform-specific dependencies or dependencies -# having no cross-platform support, pipenv may install dependencies that don't work, or not -# install all needed dependencies. -#Pipfile.lock - -# poetry -# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control. -# This is especially recommended for binary packages to ensure reproducibility, and is more -# commonly ignored for libraries. -# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control -#poetry.lock - -# pdm -# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control. -#pdm.lock -# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it -# in version control. -# https://pdm.fming.dev/#use-with-ide -.pdm.toml - -# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm -__pypackages__/ - -# Celery stuff -celerybeat-schedule -celerybeat.pid - -# SageMath parsed files -*.sage.py - -# Environments -.env -.venv -env/ -venv/ -ENV/ -env.bak/ -venv.bak/ - -# Spyder project settings -.spyderproject -.spyproject - -# Rope project settings -.ropeproject - -# mkdocs documentation -/site - -# mypy -.mypy_cache/ -.dmypy.json -dmypy.json - -# Pyre type checker -.pyre/ - -# pytype static type analyzer -.pytype/ - -# Cython debug symbols -cython_debug/ - -# PyCharm -# JetBrains specific template is maintained in a separate JetBrains.gitignore that can -# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore -# and can be added to the global gitignore or merged into this file. For a more nuclear -# option (not recommended) you can uncomment the following to ignore the entire idea folder. -#.idea/ -/tmp -/logs -/*.json -/*.jpg -/*.ipynb -/GenAI-Arena-hf-logs -/3DGen-Arena-logs* -/tmp* -/arena_elo/results/**/*.jpg -/arena_elo/results/**/*.png \ No newline at end of file diff --git a/.gitmodules b/.gitmodules index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..dc9ce287bec66a1bb02b5e7f501d77aa77877734 100644 --- a/.gitmodules +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "GenAI-Arena-hf-logs"] + path = GenAI-Arena-hf-logs + url = https://github.com/jdf-prog/GenAI-Arena-hf-logs.git diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 13566b81b018ad684f3a35fee301741b2734c8f4..0000000000000000000000000000000000000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/.idea/GenAI-Arena.iml b/.idea/GenAI-Arena.iml deleted file mode 100644 index 60c1c77e4977a632de9ba2e9b2463c4465fea56e..0000000000000000000000000000000000000000 --- a/.idea/GenAI-Arena.iml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml deleted file mode 100644 index 105ce2da2d6447d11dfe32bfb846c3d5b199fc99..0000000000000000000000000000000000000000 --- a/.idea/inspectionProfiles/profiles_settings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 2b2a0663cae3524b1775e9eec58231359ad104ba..0000000000000000000000000000000000000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1ddfbbc029bcab630581847471d7f238ec53..0000000000000000000000000000000000000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/README.md b/README.md index 8ad7eb69f34b4ffef8ce62ab407a16779545daba..7e54b0647406152afddbe69e00ec12f53b3e755f 100644 --- a/README.md +++ b/README.md @@ -8,39 +8,6 @@ sdk_version: 4.21.0 app_file: app.py pinned: false license: mit -tags: -- arena -- leaderboard -short_description: Realtime Image/Video Gen AI Arena --- -## Installation - -- for cuda 11.8 -```bash -conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia -pip3 install -U xformers --index-url https://download.pytorch.org/whl/cu118 -pip install -r requirements.txt -``` -- for cuda 12.1 -```bash -conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia -pip install -r requirements.txt -``` - -## Start Hugging Face UI -```bash -python app.py -``` - -## Start Log server -```bash -uvicorn serve.log_server:app --reload --port 22005 --host 0.0.0.0 -``` - -## Update leaderboard -```bash -cd arena_elo && bash update_leaderboard.sh -``` - -Paper: arxiv.org/abs/2406.04485 \ No newline at end of file +Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference diff --git a/app.py b/app.py index 3c3dd9a0689d1ce43c57f1216aec32cbe98223bb..d685fb9ebf15ffbb83e693547c61defad38eb294 100644 --- a/app.py +++ b/app.py @@ -2,7 +2,6 @@ import gradio as gr import os from serve.gradio_web import * from serve.gradio_web_image_editing import * -from serve.gradio_web_video_generation import * from serve.leaderboard import build_leaderboard_tab from model.model_manager import ModelManager from pathlib import Path @@ -24,11 +23,13 @@ def build_combine_demo(models, elo_results_file, leaderboard_table_file): with gr.Tab("Generation Arena (side-by-side)", id=1): build_side_by_side_ui_named(models) - with gr.Tab("Generation Playground", id=2): #Direct Chat + with gr.Tab("Generation Direct Chat", id=2): build_single_model_ui(models, add_promotion_links=True) if elo_results_file: with gr.Tab("Generation Leaderboard", id=3): build_leaderboard_tab(elo_results_file['t2i_generation'], leaderboard_table_file['t2i_generation']) + with gr.Tab("About Us", id=4): + build_about() with gr.Tab("Image Edition", id=5): with gr.Tabs() as tabs_ie: @@ -38,27 +39,13 @@ def build_combine_demo(models, elo_results_file, leaderboard_table_file): with gr.Tab("Edition Arena (side-by-side)", id=6): build_side_by_side_ui_named_ie(models) - with gr.Tab("Edition Playground", id=7): #Direct Chat + with gr.Tab("Edition Direct Chat", id=7): build_single_model_ui_ie(models, add_promotion_links=True) if elo_results_file: with gr.Tab("Edition Leaderboard", id=8): build_leaderboard_tab(elo_results_file['image_editing'], leaderboard_table_file['image_editing']) - - with gr.Tab("Video Generation", id=10): - with gr.Tabs() as tabs_vg: - with gr.Tab("Video Generation Arena (battle)", id=10): - build_side_by_side_ui_anony_vg(models) - - with gr.Tab("Video Generation Arena (side-by-side)", id=11): - build_side_by_side_ui_named_vg(models) - - with gr.Tab("Video Generation Playground", id=12): #Direct Chat - build_single_model_ui_vg(models, add_promotion_links=True) - if elo_results_file and 'video_generation' in elo_results_file: - with gr.Tab("Video Generation Leaderboard", id=13): - build_leaderboard_tab(elo_results_file['video_generation'], leaderboard_table_file['video_generation']) - with gr.Tab("About Us", id=4): - build_about() + with gr.Tab("About Us", id=9): + build_about() return demo @@ -76,8 +63,6 @@ def load_elo_results(elo_results_dir): elo_results_file['t2i_generation'] = file elif 'image_editing' in file.name: elo_results_file['image_editing'] = file - elif 'video_generation' in file.name: - elo_results_file['video_generation'] = file else: raise ValueError(f"Unknown file name: {file.name}") for file in elo_results_dir.glob('*_leaderboard.csv'): @@ -85,15 +70,13 @@ def load_elo_results(elo_results_dir): leaderboard_table_file['t2i_generation'] = file elif 'image_editing' in file.name: leaderboard_table_file['image_editing'] = file - elif 'video_generation' in file.name: - leaderboard_table_file['video_generation'] = file else: raise ValueError(f"Unknown file name: {file.name}") return elo_results_file, leaderboard_table_file if __name__ == "__main__": - server_port = int(SERVER_PORT) + server_port = SERVER_PORT root_path = ROOT_PATH elo_results_dir = ELO_RESULTS_DIR models = ModelManager() diff --git a/arena_elo/edition_model_info.json b/arena_elo/edition_model_info.json index d3dfbfbefcdd2815d2efa87ec4a999290c9c947c..8d698281eeead890d862beeaa9528951eb01b37f 100644 --- a/arena_elo/edition_model_info.json +++ b/arena_elo/edition_model_info.json @@ -33,15 +33,5 @@ "Link": "https://sde-image-editing.github.io", "License": "MIT License", "Organization": "Stanford University" - }, - "CosXLEdit": { - "Link": "https://huggingface.co/spaces/multimodalart/cosxl", - "License": "cosxl-nc-community", - "Organization": "Stability AI" - }, - "InfEdit": { - "Link": "https://huggingface.co/spaces/sled-umich/InfEdit", - "License": "CC BY-NC-ND 4.0", - "Organization": "University of Michigan, University of California, Berkeley" } } \ No newline at end of file diff --git a/arena_elo/elo_rating/clean_battle_data.py b/arena_elo/elo_rating/clean_battle_data.py index fa5719e70aa3c5aca2126a51ca154efd3a80a760..e829f4f37a5a37b065cd105514713f77babc3ae6 100644 --- a/arena_elo/elo_rating/clean_battle_data.py +++ b/arena_elo/elo_rating/clean_battle_data.py @@ -82,8 +82,6 @@ def replace_model_name(old_name, tstamp): "claude-instant-v1": "claude-instant-1", "oasst-sft-1-pythia-12b": "oasst-pythia-12b", "claude-2": "claude-2.0", - "PlayGroundV2": "PlayGround V2", - "PlayGroundV2.5": "PlayGround V2.5", } if old_name in ["gpt-4", "gpt-3.5-turbo"]: if tstamp > 1687849200: @@ -107,27 +105,18 @@ def read_file(filename): break except FileNotFoundError: time.sleep(2) - except json.JSONDecodeError: - print(f"Error in reading {filename}") - print(row) - exit(0) return data def read_file_parallel(log_files, num_threads=16): data_all = [] - if num_threads == 1: - for log_file in tqdm(log_files, desc="Reading"): - data_all.extend(read_file(log_file)) - return data_all - else: - from multiprocessing import Pool - - with Pool(num_threads) as p: - ret_all = list(tqdm(p.imap(read_file, log_files), total=len(log_files))) - for ret in ret_all: - data_all.extend(ret) - return data_all + from multiprocessing import Pool + + with Pool(num_threads) as p: + ret_all = list(tqdm(p.imap(read_file, log_files), total=len(log_files))) + for ret in ret_all: + data_all.extend(ret) + return data_all def load_image(image_path): try: @@ -138,7 +127,7 @@ def load_image(image_path): def clean_battle_data( log_files, exclude_model_names, ban_ip_list=None, sanitize_ip=False, mode="simple", task_name="image_editing" ): - data = read_file_parallel(log_files, num_threads=1) + data = read_file_parallel(log_files, num_threads=16) convert_type = { "leftvote": "model_a", @@ -156,7 +145,6 @@ def clean_battle_data( battles = [] for row in tqdm(data, desc="Cleaning"): if row["models"][0] is None or row["models"][1] is None: - print(f"Invalid model names: {row['models']}") continue # Resolve model names @@ -175,7 +163,6 @@ def clean_battle_data( models_public[1] == "" and models_public[0] != "" ): ct_invalid += 1 - print(f"Invalid model names: {models_public}") continue if models_public[0] == "" or models_public[0] == "Model A": @@ -186,7 +173,6 @@ def clean_battle_data( anony = False models = models_public if not models_public == models_hidden: - print(f"Model names mismatch: {models_public} vs {models_hidden}") ct_invalid += 1 continue @@ -215,88 +201,27 @@ def clean_battle_data( # if leaked_identity: # ct_leaked_identity += 1 # continue - - def preprocess_model_name(m): - if m == "Playground v2": - return 'playground_PlayGroundV2_generation' - if m == "Playground v2.5": - return 'playground_PlayGroundV2.5_generation' - return m - models = [preprocess_model_name(m) for m in models] # Replace bard with palm + models = [replace_model_name(m, row["tstamp"]) for m in models] if task_name == "image_editing": - valid = True - for _model in models: - try: - platform, model_name, task = _model.split("_") - except ValueError: - valid = False - break - if not (platform in ["playground", "imagenhub"] and task == "edition"): - valid = False - break - if not valid: + if not all(x.startswith("imagenhub_") and x.endswith("_edition") for x in models): + # print(f"Invalid model names: {models}") ct_invalid += 1 continue - for i, _model in enumerate(models): - platform, model_name, task = _model.split("_") - models[i] = model_name - - # if not all(x.startswith("imagenhub_") and x.endswith("_edition") for x in models): - # # print(f"Invalid model names: {models}") - # ct_invalid += 1 - # continue - - # models = [x[len("imagenhub_"):-len("_edition")] for x in models] + models = [x[len("imagenhub_"):-len("_edition")] for x in models] elif task_name == "t2i_generation": - valid = True - for _model in models: - try: - platform, model_name, task = _model.split("_") - except ValueError: - valid = False - break - if not (platform.lower() in ["playground", "imagenhub", 'fal'] and (task == "generation" or task == "text2image")): - valid = False - break - if not valid: + if not all("playground" in x.lower() or (x.startswith("imagenhub_") and x.endswith("_generation")) for x in models): + # print(f"Invalid model names: {models}") ct_invalid += 1 continue - for i, _model in enumerate(models): - platform, model_name, task = _model.split("_") - models[i] = model_name - # if not all("playground" in x.lower() or (x.startswith("imagenhub_") and x.endswith("_generation")) for x in models): - # print(f"Invalid model names: {models}") - # ct_invalid += 1 - # continue # models = [x[len("imagenhub_"):-len("_generation")] for x in models] - # for i, model_name in enumerate(models): - # mode - # if model_name.startswith("imagenhub_"): - # models[i] = model_name[len("imagenhub_"):-len("_generation")] - - elif task_name == "video_generation": - valid = True - for _model in models: - try: - platform, model_name, task = _model.split("_") - except ValueError: - valid = False - break - if not (platform in ["videogenhub", "fal"] and task == "generation" or task == "text2video"): - valid = False - break - if not valid: - ct_invalid += 1 - continue - for i, _model in enumerate(models): - platform, model_name, task = _model.split("_") - models[i] = model_name + for i, model_name in enumerate(models): + if model_name.startswith("imagenhub_"): + models[i] = model_name[len("imagenhub_"):-len("_generation")] else: raise ValueError(f"Invalid task_name: {task_name}") - models = [replace_model_name(m, row["tstamp"]) for m in models] # Exclude certain models if exclude_model_names and any(x in exclude_model_names for x in models): @@ -356,7 +281,6 @@ def clean_battle_data( if ban_ip_list is not None and ip in ban_ip_list: ct_banned += 1 - print(f"User {user_id} is banned") continue # Save the results @@ -408,7 +332,7 @@ if __name__ == "__main__": parser.add_argument( "--mode", type=str, choices=["simple", "conv_release"], default="simple" ) - parser.add_argument("--task_name", type=str, default="image_editing", choices=["image_editing", "t2i_generation", "video_generation"]) + parser.add_argument("--task_name", type=str, default="image_editing", choices=["image_editing", "t2i_generation"]) parser.add_argument("--exclude-model-names", type=str, nargs="+") parser.add_argument("--ban-ip-file", type=str) parser.add_argument("--sanitize-ip", action="store_true", default=False) diff --git a/arena_elo/elo_rating/elo_analysis.py b/arena_elo/elo_rating/elo_analysis.py index a66a018a8e76f96a2692468848bbda001d3e016b..67a5795c61cf846ac9a1b8419509e02cccd568d1 100644 --- a/arena_elo/elo_rating/elo_analysis.py +++ b/arena_elo/elo_rating/elo_analysis.py @@ -171,20 +171,8 @@ def visualize_pairwise_win_fraction(battles, model_order): xaxis_side="top", title_y=0.07, title_x=0.5, - # xaxis=dict( - # tickfont=dict(size=16), - # title=dict(font=dict(size=16)), - # ), - # yaxis=dict( - # tickfont=dict(size=16), - # title=dict(font=dict(size=16)), - # ), ) fig.update_traces( - # textfont=dict(size=16), - # colorbar=dict( - # title=dict(font=dict(size=16)) - # ), hovertemplate="Model A: %{y}
Model B: %{x}
Fraction of A Wins: %{z}" ) @@ -208,20 +196,8 @@ def visualize_battle_count(battles, model_order): xaxis_side="top", title_y=0.07, title_x=0.5, - # xaxis=dict( - # tickfont=dict(size=16), - # title=dict(font=dict(size=16)), - # ), - # yaxis=dict( - # tickfont=dict(size=16), - # title=dict(font=dict(size=16)), - # ), ) fig.update_traces( - # textfont=dict(size=16), - # colorbar=dict( - # title=dict(font=dict(size=16)) - # ), hovertemplate="Model A: %{y}
Model B: %{x}
Count: %{z}" ) return fig @@ -238,17 +214,8 @@ def visualize_average_win_rate(battles, limit_show_number): width=700, ) fig.update_layout( - yaxis_title="Average Win Rate", xaxis_title="Model", showlegend=False, - # xaxis=dict( - # tickfont=dict(size=16), - # title=dict(font=dict(size=16)), - # ), - # yaxis=dict( - # tickfont=dict(size=16), - # title=dict(font=dict(size=16)), - # ), + yaxis_title="Average Win Rate", xaxis_title="Model", showlegend=False ) - fig.update_traces(textfont_size=16) return fig @@ -278,17 +245,7 @@ def visualize_bootstrap_elo_rating(df, df_final, limit_show_number): height=500, width=700, ) - fig.update_layout(xaxis_title="Model", yaxis_title="Rating", - # xaxis=dict( - # tickfont=dict(size=16), - # title=dict(font=dict(size=16)), - # ), - # yaxis=dict( - # tickfont=dict(size=16), - # title=dict(font=dict(size=16)), - # ), - ) - fig.update_traces(textfont_size=16) + fig.update_layout(xaxis_title="Model", yaxis_title="Rating") return fig @@ -405,22 +362,9 @@ if __name__ == "__main__": pretty_print_elo_rating(anony_results["elo_rating_online"]) print("# Median") pretty_print_elo_rating(anony_results["elo_rating_final"]) - print(f"Annoy last update : {anony_results['last_updated_datetime']}") - print(f"Full last update : {full_results['last_updated_datetime']}") - - - # # save heatmap results in the same directory of the cleaned battle file - win_fraction_heatmap_file = args.clean_battle_file.replace(".json", "_win_fraction_heatmap.jpg") - battle_count_heatmap_file = args.clean_battle_file.replace(".json", "_battle_count_heatmap.jpg") - average_win_rate_bar_file = args.clean_battle_file.replace(".json", "_average_win_rate_bar.jpg") - bootstrap_elo_rating_file = args.clean_battle_file.replace(".json", "_bootstrap_elo_rating.jpg") - anony_results["win_fraction_heatmap"].write_image(win_fraction_heatmap_file) - anony_results["battle_count_heatmap"].write_image(battle_count_heatmap_file) - anony_results["average_win_rate_bar"].write_image(average_win_rate_bar_file) - anony_results["bootstrap_elo_rating"].write_image(bootstrap_elo_rating_file) - + print(f"last update : {anony_results['last_updated_datetime']}") - last_updated_tstamp = full_results["last_updated_tstamp"] + last_updated_tstamp = anony_results["last_updated_tstamp"] cutoff_date = datetime.datetime.fromtimestamp( last_updated_tstamp, tz=timezone("US/Pacific") ).strftime("%Y%m%d") diff --git a/arena_elo/elo_rating/generate_leaderboard.py b/arena_elo/elo_rating/generate_leaderboard.py index a9f438d5d1664e921d48a57bede92aa071b96b91..6ef235d8f6c04f594d72183779f541f77e23c890 100644 --- a/arena_elo/elo_rating/generate_leaderboard.py +++ b/arena_elo/elo_rating/generate_leaderboard.py @@ -30,7 +30,6 @@ def main( model_info[model]["License"] = "N/A" model_info[model]["Organization"] = "N/A" model_info[model]["Link"] = "N/A" - print(f"Model {model} not found in model_info.json") model_info[model]["Model"] = model model_info[model]["key"] = model diff --git a/arena_elo/generation_model_info.json b/arena_elo/generation_model_info.json index 87364a71f5b38d8b3aaeefe2bc997d1fb0c9b0c6..b5bdac320171e8147f385a4155a2715de3b9a60f 100644 --- a/arena_elo/generation_model_info.json +++ b/arena_elo/generation_model_info.json @@ -4,16 +4,11 @@ "License": "MIT License", "Organization": "Tsinghua University" }, - "PlayGround V2": { + "Playground v2": { "Link": "https://huggingface.co/playgroundai/playground-v2-1024px-aesthetic", "License": "Playground v2 Community License", "Organization": "Playground" }, - "PlayGround V2.5": { - "Link": "https://huggingface.co/playgroundai/playground-v2.5-1024px-aesthetic", - "License": "Playground v2.5 Community License", - "Organization": "Playground" - }, "OpenJourney": { "Link": "https://huggingface.co/prompthero/openjourney", "License": "creativeml-openrail-m", @@ -29,16 +24,6 @@ "License": "openrail++", "Organization": "Stability AI" }, - "SD3": { - "Link": "https://huggingface.co/stabilityai/stable-diffusion-3-medium", - "License": "stabilityai-nc-research-community", - "Organization": "Stability AI" - }, - "HunyuanDiT": { - "Link": "https://huggingface.co/Tencent-Hunyuan/HunyuanDiT", - "License": "tencent-hunyuan-community", - "Organization": "Tencent" - }, "PixArtAlpha": { "Link": "https://huggingface.co/PixArt-alpha/PixArt-XL-2-1024-MS", "License": "openrail++", @@ -53,15 +38,5 @@ "Link": "https://huggingface.co/stabilityai/stable-cascade", "License": "stable-cascade-nc-community (other)", "Organization": "Stability AI" - }, - "LCM(v1.5/XL)": { - "Link": "https://fal.ai/models/fal-ai/fast-lcm-diffusion/api", - "License": "openrail++", - "Organization": "Latent Consistency" - }, - "PixArtSigma": { - "Link": "https://fal.ai/models/fal-ai/pixart-sigma", - "License": "openrail++", - "Organization": "PixArt-alpha" } -} +} \ No newline at end of file diff --git a/arena_elo/results/20240315/elo_results_image_editing.pkl b/arena_elo/results/20240315/elo_results_image_editing.pkl index dd1c70b603b82492e7aeecbbd92d18fa49431f88..1d1f322dafc91bf14a278d69ba3edfab4623682a 100644 --- a/arena_elo/results/20240315/elo_results_image_editing.pkl +++ b/arena_elo/results/20240315/elo_results_image_editing.pkl @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5cef00c45d392a30913b367825270fcee5fd29e5c830866eef3d07146b3502f3 -size 57091 +oid sha256:e528d30840c8a5787b0d2f08f27758b02f7eb718ccab695010b30df2127efe5e +size 57064 diff --git a/arena_elo/results/20240327/clean_battle_t2i_generation.json b/arena_elo/results/20240327/clean_battle_t2i_generation.json index 37bccc9b8291493d5224cfe1a39cbc3d4d4174a7..149e5b4da90f994966b85f13a10ec34f8d0a1685 100644 --- a/arena_elo/results/20240327/clean_battle_t2i_generation.json +++ b/arena_elo/results/20240327/clean_battle_t2i_generation.json @@ -17,7 +17,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -25,7 +25,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": true, @@ -64,7 +64,7 @@ "tstamp": 1707766084.3648 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -73,7 +73,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -113,14 +113,14 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, "tstamp": 1707798121.0587 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -145,7 +145,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -168,7 +168,7 @@ "tstamp": 1707803788.5758 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -185,7 +185,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -200,7 +200,7 @@ "tstamp": 1707804270.7927 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "tie", "judge": "arena_user_::1", @@ -225,7 +225,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": true, @@ -241,7 +241,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": true, @@ -249,7 +249,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -257,7 +257,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": true, @@ -265,7 +265,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": true, @@ -304,7 +304,7 @@ "tstamp": 1707805544.5954 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -392,7 +392,7 @@ "tstamp": 1707806686.917 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -400,7 +400,7 @@ "tstamp": 1707807465.0362 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -456,7 +456,7 @@ "tstamp": 1707808365.8652 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -473,7 +473,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": false, @@ -489,7 +489,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -505,7 +505,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": true, @@ -528,7 +528,7 @@ "tstamp": 1707812355.1994 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -536,7 +536,7 @@ "tstamp": 1707812463.5112 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -545,14 +545,14 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": true, "tstamp": 1707812633.8829 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -568,7 +568,7 @@ "tstamp": 1707812731.7789 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -601,14 +601,14 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, "tstamp": 1707813789.2976 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_b", "judge": "arena_user_::1", @@ -632,7 +632,7 @@ "tstamp": 1707814081.937 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -649,7 +649,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -681,14 +681,14 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, "tstamp": 1707814678.0675 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -697,7 +697,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -705,7 +705,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -752,7 +752,7 @@ "tstamp": 1707816139.8542 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -761,7 +761,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -809,7 +809,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": true, @@ -824,7 +824,7 @@ "tstamp": 1707818875.2918 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -832,7 +832,7 @@ "tstamp": 1707819636.4627 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -841,7 +841,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -888,7 +888,7 @@ "tstamp": 1707822028.5932 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -904,7 +904,7 @@ "tstamp": 1707824160.6135 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -920,7 +920,7 @@ "tstamp": 1707824555.3203 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -953,7 +953,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -968,7 +968,7 @@ "tstamp": 1707825936.2938 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -976,7 +976,7 @@ "tstamp": 1707826004.6453 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -985,7 +985,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -1080,7 +1080,7 @@ "tstamp": 1707829655.401 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -1489,7 +1489,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": true, @@ -1817,7 +1817,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": true, @@ -1825,7 +1825,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": false, @@ -2000,7 +2000,7 @@ "tstamp": 1707870639.4277 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -2360,7 +2360,7 @@ "tstamp": 1707889669.429 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -2368,7 +2368,7 @@ "tstamp": 1707889749.9811 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -2385,7 +2385,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -2393,7 +2393,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -2401,14 +2401,14 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": false, "tstamp": 1707890352.6404 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -2416,7 +2416,7 @@ "tstamp": 1707890503.3537 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -2433,7 +2433,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": false, @@ -2472,7 +2472,7 @@ "tstamp": 1707891867.0386 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_b", "judge": "arena_user_::1", @@ -2560,7 +2560,7 @@ "tstamp": 1707894096.279 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -2585,7 +2585,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": true, @@ -2617,7 +2617,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": true, @@ -2633,14 +2633,14 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": true, "tstamp": 1707898245.577 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -2649,7 +2649,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -2665,7 +2665,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -2793,7 +2793,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": true, @@ -2816,7 +2816,7 @@ "tstamp": 1707905200.2306 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -2833,7 +2833,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -2848,7 +2848,7 @@ "tstamp": 1707905388.8247 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "tie", "judge": "arena_user_::1", @@ -2865,7 +2865,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -2889,7 +2889,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": true, @@ -2897,7 +2897,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -2905,7 +2905,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -2921,7 +2921,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -2944,7 +2944,7 @@ "tstamp": 1707906901.3599 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -2992,7 +2992,7 @@ "tstamp": 1707907223.9358 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -3009,7 +3009,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -3024,7 +3024,7 @@ "tstamp": 1707907427.1745 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -3048,7 +3048,7 @@ "tstamp": 1707907788.1814 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -3105,7 +3105,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -3113,7 +3113,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -3145,14 +3145,14 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, "tstamp": 1707909339.6597 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_b", "judge": "arena_user_::1", @@ -3160,7 +3160,7 @@ "tstamp": 1707909562.0429 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_b", "judge": "arena_user_::1", @@ -3176,7 +3176,7 @@ "tstamp": 1707909685.0761 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -3224,7 +3224,7 @@ "tstamp": 1707910587.4802 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -3249,7 +3249,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -3296,7 +3296,7 @@ "tstamp": 1707910924.6707 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_b", "judge": "arena_user_::1", @@ -3304,7 +3304,7 @@ "tstamp": 1707910982.6954 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -3337,7 +3337,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": true, @@ -3361,7 +3361,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": true, @@ -3369,14 +3369,14 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, "tstamp": 1707911331.0514 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -3384,7 +3384,7 @@ "tstamp": 1707911344.5667 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -3392,7 +3392,7 @@ "tstamp": 1707911518.1543 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -3448,7 +3448,7 @@ "tstamp": 1707912248.7648 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -3481,7 +3481,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -3489,7 +3489,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -3529,7 +3529,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -3553,7 +3553,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": false, @@ -3569,14 +3569,14 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": true, "tstamp": 1707913099.4482 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -3601,7 +3601,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -3616,7 +3616,7 @@ "tstamp": 1707913186.2456 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -3649,7 +3649,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": false, @@ -3664,7 +3664,7 @@ "tstamp": 1707913313.9229 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -3680,7 +3680,7 @@ "tstamp": 1707913389.2412 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -3688,7 +3688,7 @@ "tstamp": 1707913395.0962 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -3760,7 +3760,7 @@ "tstamp": 1707915466.0448 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -3769,7 +3769,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -3784,7 +3784,7 @@ "tstamp": 1707915672.2025 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -3793,14 +3793,14 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": true, "tstamp": 1707915777.2634 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "tie", "judge": "arena_user_::1", @@ -3816,7 +3816,7 @@ "tstamp": 1707915839.1494 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -3848,7 +3848,7 @@ "tstamp": 1707915916.0541 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -3872,7 +3872,7 @@ "tstamp": 1707915970.9477 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_b", "judge": "arena_user_::1", @@ -3977,7 +3977,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": true, @@ -3985,7 +3985,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": false, @@ -4032,7 +4032,7 @@ "tstamp": 1707916469.5215 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -4040,7 +4040,7 @@ "tstamp": 1707916470.5667 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_b", "judge": "arena_user_::1", @@ -4056,7 +4056,7 @@ "tstamp": 1707916518.4975 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -4064,7 +4064,7 @@ "tstamp": 1707916624.0147 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -4072,7 +4072,7 @@ "tstamp": 1707916696.0474 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_b", "judge": "arena_user_::1", @@ -4080,7 +4080,7 @@ "tstamp": 1707916735.8473 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -4089,14 +4089,14 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": true, "tstamp": 1707916792.382 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_b", "judge": "arena_user_::1", @@ -4105,7 +4105,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -4113,7 +4113,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -4121,7 +4121,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -4137,7 +4137,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -4185,7 +4185,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -4200,7 +4200,7 @@ "tstamp": 1707917191.3453 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -4216,7 +4216,7 @@ "tstamp": 1707917235.0206 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -4224,7 +4224,7 @@ "tstamp": 1707917258.3194 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -4248,7 +4248,7 @@ "tstamp": 1707917385.7986 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -4272,7 +4272,7 @@ "tstamp": 1707917498.4327 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_b", "judge": "arena_user_::1", @@ -4288,7 +4288,7 @@ "tstamp": 1707917548.0715 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -4304,7 +4304,7 @@ "tstamp": 1707917600.5537 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -4313,14 +4313,14 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": true, "tstamp": 1707917673.9615 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -4328,7 +4328,7 @@ "tstamp": 1707917719.7166 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -4384,7 +4384,7 @@ "tstamp": 1707918085.0867 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -4425,7 +4425,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -4440,7 +4440,7 @@ "tstamp": 1707918264.5256 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -4513,7 +4513,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -4585,14 +4585,14 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, "tstamp": 1707919740.9197 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_b", "judge": "arena_user_::1", @@ -4601,14 +4601,14 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, "tstamp": 1707920419.1473 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -4616,7 +4616,7 @@ "tstamp": 1707920434.6966 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -4624,7 +4624,7 @@ "tstamp": 1707920509.1715 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "tie", "judge": "arena_user_::1", @@ -4632,7 +4632,7 @@ "tstamp": 1707920594.0594 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -4672,7 +4672,7 @@ "tstamp": 1707921159.3097 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "tie", "judge": "arena_user_::1", @@ -4680,7 +4680,7 @@ "tstamp": 1707921981.7617 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -4688,7 +4688,7 @@ "tstamp": 1707922061.6904 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -4704,7 +4704,7 @@ "tstamp": 1707922634.743 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "tie", "judge": "arena_user_::1", @@ -4712,7 +4712,7 @@ "tstamp": 1707923032.4667 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "tie", "judge": "arena_user_::1", @@ -4720,7 +4720,7 @@ "tstamp": 1707923073.1547 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "tie", "judge": "arena_user_::1", @@ -4777,7 +4777,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": true, @@ -4785,14 +4785,14 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": false, "tstamp": 1707924738.1432 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -4800,7 +4800,7 @@ "tstamp": 1707925003.1457 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -4841,14 +4841,14 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, "tstamp": 1707925766.1992 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -4864,7 +4864,7 @@ "tstamp": 1707926694.5902 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_b", "judge": "arena_user_::1", @@ -4873,7 +4873,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -4881,7 +4881,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": false, @@ -4936,7 +4936,7 @@ "tstamp": 1707927615.331 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "tie", "judge": "arena_user_::1", @@ -4952,7 +4952,7 @@ "tstamp": 1707927650.8896 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_b", "judge": "arena_user_::1", @@ -4968,7 +4968,7 @@ "tstamp": 1707927740.0537 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -5008,7 +5008,7 @@ "tstamp": 1707927952.7473 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -5016,7 +5016,7 @@ "tstamp": 1707928190.3431 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -5097,14 +5097,14 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, "tstamp": 1707933068.2769 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -5121,7 +5121,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -5137,7 +5137,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": true, @@ -5145,7 +5145,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": false, @@ -5153,7 +5153,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": false, @@ -5168,7 +5168,7 @@ "tstamp": 1707933413.8632 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -5192,7 +5192,7 @@ "tstamp": 1707933592.8238 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -5240,7 +5240,7 @@ "tstamp": 1707933880.1095 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -5280,7 +5280,7 @@ "tstamp": 1707934128.2119 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -5288,7 +5288,7 @@ "tstamp": 1707934170.6913 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -5296,7 +5296,7 @@ "tstamp": 1707934267.1023 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -5304,7 +5304,7 @@ "tstamp": 1707934319.3214 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_b", "judge": "arena_user_::1", @@ -5312,7 +5312,7 @@ "tstamp": 1707934374.2844 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -5336,7 +5336,7 @@ "tstamp": 1707934566.6378 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -5352,7 +5352,7 @@ "tstamp": 1707934605.1143 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -5369,7 +5369,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -5408,7 +5408,7 @@ "tstamp": 1707936385.9089 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -5416,7 +5416,7 @@ "tstamp": 1707938013.3449 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "tie", "judge": "arena_user_::1", @@ -5481,7 +5481,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -5489,7 +5489,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -5497,7 +5497,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -5553,14 +5553,14 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, "tstamp": 1707940242.5355 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -5593,7 +5593,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -5609,7 +5609,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -5625,7 +5625,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -5633,7 +5633,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": false, @@ -5641,7 +5641,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -5649,7 +5649,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": false, @@ -5665,7 +5665,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -5681,7 +5681,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -5689,7 +5689,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -5705,7 +5705,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -5721,7 +5721,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -5737,7 +5737,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -5784,7 +5784,7 @@ "tstamp": 1707949135.1425 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -5792,7 +5792,7 @@ "tstamp": 1707949281.598 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -5881,7 +5881,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -5920,7 +5920,7 @@ "tstamp": 1707951884.901 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -5945,7 +5945,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -5960,7 +5960,7 @@ "tstamp": 1707955441.7822 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -5968,7 +5968,7 @@ "tstamp": 1707955865.4022 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -5985,7 +5985,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -5993,7 +5993,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -6001,7 +6001,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": false, @@ -6017,7 +6017,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -6040,7 +6040,7 @@ "tstamp": 1707957488.8019 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -6048,7 +6048,7 @@ "tstamp": 1707957695.3719 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -6097,14 +6097,14 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, "tstamp": 1707959517.4248 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -6112,7 +6112,7 @@ "tstamp": 1707959519.9556 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -6120,7 +6120,7 @@ "tstamp": 1707959602.5617 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -6136,7 +6136,7 @@ "tstamp": 1707959749.5751 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -6201,7 +6201,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -6209,7 +6209,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -6217,7 +6217,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -6241,7 +6241,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": true, @@ -6264,7 +6264,7 @@ "tstamp": 1707961628.4485 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -6272,7 +6272,7 @@ "tstamp": 1707961785.4298 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -6281,7 +6281,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -6321,7 +6321,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": true, @@ -6360,7 +6360,7 @@ "tstamp": 1707962856.1898 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -6385,14 +6385,14 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, "tstamp": 1707966705.091 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -6416,7 +6416,7 @@ "tstamp": 1707967815.2925 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -6456,7 +6456,7 @@ "tstamp": 1707969450.7528 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -6537,7 +6537,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -6609,14 +6609,14 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, "tstamp": 1707976631.6841 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "tie", "judge": "arena_user_::1", @@ -6624,7 +6624,7 @@ "tstamp": 1707979936.4233 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_b", "judge": "arena_user_::1", @@ -6632,7 +6632,7 @@ "tstamp": 1707980270.8804 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -6704,7 +6704,7 @@ "tstamp": 1707986326.9305 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -6785,7 +6785,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -6793,7 +6793,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": true, @@ -6848,7 +6848,7 @@ "tstamp": 1707992073.6867 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -6856,7 +6856,7 @@ "tstamp": 1707992136.65 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -6873,7 +6873,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -6897,7 +6897,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -6992,7 +6992,7 @@ "tstamp": 1708003907.1458 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -7001,7 +7001,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": true, @@ -7088,7 +7088,7 @@ "tstamp": 1708007326.5783 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_b", "judge": "arena_user_::1", @@ -7096,7 +7096,7 @@ "tstamp": 1708007411.6694 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -7121,7 +7121,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -7137,14 +7137,14 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": true, "tstamp": 1708008022.0812 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -7161,7 +7161,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": true, @@ -7177,7 +7177,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -7193,7 +7193,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -7209,7 +7209,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -7280,7 +7280,7 @@ "tstamp": 1708014058.736 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_b", "judge": "arena_user_::1", @@ -7305,7 +7305,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": true, @@ -7313,7 +7313,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -7321,7 +7321,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -7329,7 +7329,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -7353,7 +7353,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": true, @@ -7361,7 +7361,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": false, @@ -7384,7 +7384,7 @@ "tstamp": 1708017680.9518 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -7401,7 +7401,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -7432,7 +7432,7 @@ "tstamp": 1708018608.3155 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -7456,7 +7456,7 @@ "tstamp": 1708019484.8673 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -7464,7 +7464,7 @@ "tstamp": 1708019600.7404 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_b", "judge": "arena_user_::1", @@ -7497,7 +7497,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -7505,7 +7505,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -7513,7 +7513,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -7536,7 +7536,7 @@ "tstamp": 1708023219.4536 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_b", "judge": "arena_user_::1", @@ -7544,7 +7544,7 @@ "tstamp": 1708023736.4653 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "tie", "judge": "arena_user_::1", @@ -7584,7 +7584,7 @@ "tstamp": 1708026862.5577 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -7592,7 +7592,7 @@ "tstamp": 1708026938.8916 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -7600,7 +7600,7 @@ "tstamp": 1708027019.5145 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -7616,7 +7616,7 @@ "tstamp": 1708031098.3078 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -7624,7 +7624,7 @@ "tstamp": 1708031341.1596 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -7632,7 +7632,7 @@ "tstamp": 1708031374.8991 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -7640,7 +7640,7 @@ "tstamp": 1708031417.0021 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_b", "judge": "arena_user_::1", @@ -7680,7 +7680,7 @@ "tstamp": 1708033022.7451 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_b", "judge": "arena_user_::1", @@ -7688,7 +7688,7 @@ "tstamp": 1708034090.3644 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "tie", "judge": "arena_user_::1", @@ -7697,14 +7697,14 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, "tstamp": 1708034291.5548 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -7712,7 +7712,7 @@ "tstamp": 1708035819.7005 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -7728,7 +7728,7 @@ "tstamp": 1708035917.9152 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_b", "judge": "arena_user_::1", @@ -7736,7 +7736,7 @@ "tstamp": 1708036289.7746 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "tie", "judge": "arena_user_::1", @@ -7753,7 +7753,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": true, @@ -7761,7 +7761,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": false, @@ -7769,7 +7769,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": false, @@ -7801,7 +7801,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -7865,7 +7865,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -7881,7 +7881,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -7889,14 +7889,14 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, "tstamp": 1708044507.4909 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -7905,7 +7905,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -7968,7 +7968,7 @@ "tstamp": 1708049331.8461 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -8033,7 +8033,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -8048,7 +8048,7 @@ "tstamp": 1708050498.2108 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -8105,7 +8105,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -8120,7 +8120,7 @@ "tstamp": 1708059311.1176 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -8169,7 +8169,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -8185,14 +8185,14 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, "tstamp": 1708068176.8901 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -8217,7 +8217,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": true, @@ -8241,7 +8241,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": false, @@ -8257,7 +8257,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": true, @@ -8344,7 +8344,7 @@ "tstamp": 1708074396.1484 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -8368,7 +8368,7 @@ "tstamp": 1708075062.671 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -8376,7 +8376,7 @@ "tstamp": 1708077280.5931 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -8385,7 +8385,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -8401,7 +8401,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": true, @@ -8409,7 +8409,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": true, @@ -8424,7 +8424,7 @@ "tstamp": 1708081723.1128 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -8481,14 +8481,14 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, "tstamp": 1708084329.5404 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -8504,7 +8504,7 @@ "tstamp": 1708084448.0676 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -8512,7 +8512,7 @@ "tstamp": 1708084545.8871 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -8552,7 +8552,7 @@ "tstamp": 1708087677.8589 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_b", "judge": "arena_user_::1", @@ -8592,7 +8592,7 @@ "tstamp": 1708091236.8975 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -8601,7 +8601,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": true, @@ -8616,7 +8616,7 @@ "tstamp": 1708091866.6917 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_b", "judge": "arena_user_::1", @@ -8624,7 +8624,7 @@ "tstamp": 1708092044.7034 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -8648,7 +8648,7 @@ "tstamp": 1708093518.1758 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -8656,7 +8656,7 @@ "tstamp": 1708093822.1669 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_b", "judge": "arena_user_::1", @@ -8680,7 +8680,7 @@ "tstamp": 1708094833.2447 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -8688,7 +8688,7 @@ "tstamp": 1708094914.4639 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -8712,7 +8712,7 @@ "tstamp": 1708095768.8978 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -8720,7 +8720,7 @@ "tstamp": 1708095886.5269 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "tie", "judge": "arena_user_::1", @@ -8769,7 +8769,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -8801,7 +8801,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -8824,7 +8824,7 @@ "tstamp": 1708097509.882 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -8832,7 +8832,7 @@ "tstamp": 1708097525.0774 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -8849,7 +8849,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -8864,7 +8864,7 @@ "tstamp": 1708098896.0644 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -8872,7 +8872,7 @@ "tstamp": 1708100906.6197 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "tie", "judge": "arena_user_::1", @@ -8896,7 +8896,7 @@ "tstamp": 1708103712.9627 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -8929,7 +8929,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -8961,7 +8961,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": true, @@ -9001,7 +9001,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": true, @@ -9009,7 +9009,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -9024,7 +9024,7 @@ "tstamp": 1708107903.9406 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -9033,14 +9033,14 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, "tstamp": 1708108073.6932 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_b", "judge": "arena_user_::1", @@ -9048,7 +9048,7 @@ "tstamp": 1708108224.9075 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_b", "judge": "arena_user_::1", @@ -9064,7 +9064,7 @@ "tstamp": 1708108622.5794 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "tie", "judge": "arena_user_::1", @@ -9072,7 +9072,7 @@ "tstamp": 1708109377.927 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -9089,7 +9089,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": true, @@ -9105,7 +9105,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -9120,7 +9120,7 @@ "tstamp": 1708110086.0938 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "tie", "judge": "arena_user_::1", @@ -9137,7 +9137,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": true, @@ -9153,7 +9153,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": true, @@ -9176,7 +9176,7 @@ "tstamp": 1708111157.5813 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -9200,7 +9200,7 @@ "tstamp": 1708111276.261 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -9224,7 +9224,7 @@ "tstamp": 1708111412.456 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -9232,7 +9232,7 @@ "tstamp": 1708111425.0459 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -9240,7 +9240,7 @@ "tstamp": 1708111522.5294 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -9256,7 +9256,7 @@ "tstamp": 1708111584.5444 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "tie", "judge": "arena_user_::1", @@ -9265,7 +9265,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": true, @@ -9288,7 +9288,7 @@ "tstamp": 1708111843.4166 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -9305,7 +9305,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -9313,7 +9313,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -9321,7 +9321,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -9329,7 +9329,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -9416,7 +9416,7 @@ "tstamp": 1708112852.042 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -9425,7 +9425,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": true, @@ -9440,7 +9440,7 @@ "tstamp": 1708113007.7759 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "tie", "judge": "arena_user_::1", @@ -9465,7 +9465,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -9504,7 +9504,7 @@ "tstamp": 1708113856.5251 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -9577,14 +9577,14 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": true, "tstamp": 1708117034.5467 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "tie", "judge": "arena_user_::1", @@ -9617,7 +9617,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -9641,7 +9641,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -9649,7 +9649,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -9713,7 +9713,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -9728,7 +9728,7 @@ "tstamp": 1708122975.753 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -9737,7 +9737,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -9745,14 +9745,14 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, "tstamp": 1708123912.9557 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "tie", "judge": "arena_user_::1", @@ -9760,7 +9760,7 @@ "tstamp": 1708124121.4218 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -9768,7 +9768,7 @@ "tstamp": 1708124189.9424 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -9776,7 +9776,7 @@ "tstamp": 1708124224.6943 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -9801,7 +9801,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": true, @@ -9809,7 +9809,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": true, @@ -9817,7 +9817,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": false, @@ -9832,7 +9832,7 @@ "tstamp": 1708127737.1941 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -9841,7 +9841,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -9849,7 +9849,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -9920,7 +9920,7 @@ "tstamp": 1708132794.4495 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -9928,7 +9928,7 @@ "tstamp": 1708133220.6622 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -9953,7 +9953,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": true, @@ -9961,7 +9961,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -9969,7 +9969,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": false, @@ -10001,7 +10001,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -10016,7 +10016,7 @@ "tstamp": 1708137694.589 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_b", "judge": "arena_user_::1", @@ -10025,7 +10025,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -10048,7 +10048,7 @@ "tstamp": 1708140073.0293 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -10096,7 +10096,7 @@ "tstamp": 1708140210.5382 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -10104,7 +10104,7 @@ "tstamp": 1708140213.5953 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -10112,7 +10112,7 @@ "tstamp": 1708140260.8624 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -10121,7 +10121,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": true, @@ -10153,14 +10153,14 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, "tstamp": 1708141971.4729 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -10168,7 +10168,7 @@ "tstamp": 1708142581.4854 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -10217,7 +10217,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -10352,7 +10352,7 @@ "tstamp": 1708151750.0684 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -10392,7 +10392,7 @@ "tstamp": 1708156082.7118 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_b", "judge": "arena_user_::1", @@ -10473,7 +10473,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -10496,7 +10496,7 @@ "tstamp": 1708161578.5919 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -10536,7 +10536,7 @@ "tstamp": 1708162788.7029 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -10568,7 +10568,7 @@ "tstamp": 1708165929.3793 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_b", "judge": "arena_user_::1", @@ -10576,7 +10576,7 @@ "tstamp": 1708167159.6451 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -10632,7 +10632,7 @@ "tstamp": 1708171191.8854 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_b", "judge": "arena_user_::1", @@ -10657,14 +10657,14 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": true, "tstamp": 1708173393.5117 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_b", "judge": "arena_user_::1", @@ -10704,7 +10704,7 @@ "tstamp": 1708175956.3045 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -10712,7 +10712,7 @@ "tstamp": 1708176181.9258 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -10721,7 +10721,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -10729,7 +10729,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -10745,7 +10745,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": true, @@ -10808,7 +10808,7 @@ "tstamp": 1708180954.3089 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_b", "judge": "arena_user_::1", @@ -10825,7 +10825,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": true, @@ -10880,7 +10880,7 @@ "tstamp": 1708183136.0475 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -10888,7 +10888,7 @@ "tstamp": 1708184715.4283 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -10913,7 +10913,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": false, @@ -10921,7 +10921,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": false, @@ -10929,7 +10929,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": false, @@ -10937,7 +10937,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -10985,7 +10985,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -11001,7 +11001,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": true, @@ -11009,7 +11009,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -11017,7 +11017,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -11025,7 +11025,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -11033,7 +11033,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -11041,7 +11041,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -11105,7 +11105,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": true, @@ -11113,7 +11113,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -11152,7 +11152,7 @@ "tstamp": 1708197462.4622 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -11160,7 +11160,7 @@ "tstamp": 1708197646.0736 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -11249,7 +11249,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -11280,7 +11280,7 @@ "tstamp": 1708205117.065 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -11288,7 +11288,7 @@ "tstamp": 1708205616.8439 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -11296,7 +11296,7 @@ "tstamp": 1708205694.4186 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -11312,7 +11312,7 @@ "tstamp": 1708207080.3918 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -11369,7 +11369,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -11384,7 +11384,7 @@ "tstamp": 1708208659.4342 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_b", "judge": "arena_user_::1", @@ -11433,7 +11433,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -11512,7 +11512,7 @@ "tstamp": 1708213525.5828 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -11673,7 +11673,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": true, @@ -11697,14 +11697,14 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, "tstamp": 1708231959.8788 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_b", "judge": "arena_user_::1", @@ -11745,7 +11745,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -11753,7 +11753,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -11833,7 +11833,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": true, @@ -11872,7 +11872,7 @@ "tstamp": 1708241005.1807 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -11920,7 +11920,7 @@ "tstamp": 1708256870.3964 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -11992,7 +11992,7 @@ "tstamp": 1708259385.1642 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -12008,7 +12008,7 @@ "tstamp": 1708259566.9631 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_b", "judge": "arena_user_::1", @@ -12097,7 +12097,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -12113,7 +12113,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -12121,7 +12121,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -12129,7 +12129,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -12137,7 +12137,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -12145,7 +12145,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": false, @@ -12161,14 +12161,14 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, "tstamp": 1708262723.9227 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "tie", "judge": "arena_user_::1", @@ -12176,7 +12176,7 @@ "tstamp": 1708262780.1344 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_b", "judge": "arena_user_::1", @@ -12185,7 +12185,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": false, @@ -12193,7 +12193,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -12201,7 +12201,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -12224,7 +12224,7 @@ "tstamp": 1708266597.9844 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -12241,7 +12241,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -12329,7 +12329,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -12337,14 +12337,14 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, "tstamp": 1708276982.3282 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_b", "judge": "arena_user_::1", @@ -12360,7 +12360,7 @@ "tstamp": 1708277104.4539 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_b", "judge": "arena_user_::1", @@ -12401,7 +12401,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -12409,7 +12409,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -12417,7 +12417,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -12457,7 +12457,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": true, @@ -12561,7 +12561,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -12585,7 +12585,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -12601,7 +12601,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -12609,7 +12609,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -12633,7 +12633,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -12681,7 +12681,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -12721,14 +12721,14 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": false, "tstamp": 1708285478.6473 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_b", "judge": "arena_user_::1", @@ -12745,14 +12745,14 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, "tstamp": 1708285583.0465 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_b", "judge": "arena_user_::1", @@ -12760,7 +12760,7 @@ "tstamp": 1708285621.2876 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -12777,7 +12777,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -12792,7 +12792,7 @@ "tstamp": 1708285755.0262 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_b", "judge": "arena_user_::1", @@ -12809,7 +12809,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -12825,7 +12825,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": true, @@ -12848,7 +12848,7 @@ "tstamp": 1708285998.8217 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "tie", "judge": "arena_user_::1", @@ -12856,7 +12856,7 @@ "tstamp": 1708286081.7405 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -12889,14 +12889,14 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, "tstamp": 1708286439.8234 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "tie", "judge": "arena_user_::1", @@ -12928,7 +12928,7 @@ "tstamp": 1708286696.2777 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -12961,7 +12961,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -13001,7 +13001,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -13009,7 +13009,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": true, @@ -13064,7 +13064,7 @@ "tstamp": 1708295175.4591 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -13112,7 +13112,7 @@ "tstamp": 1708295605.2575 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -13153,7 +13153,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -13177,7 +13177,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": true, @@ -13233,14 +13233,14 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, "tstamp": 1708305857.2171 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -13248,7 +13248,7 @@ "tstamp": 1708307457.8442 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -13281,7 +13281,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": true, @@ -13289,7 +13289,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -13305,7 +13305,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -13313,14 +13313,14 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": false, "tstamp": 1708309151.5775 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_b", "judge": "arena_user_::1", @@ -13345,7 +13345,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -13353,7 +13353,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": true, @@ -13361,7 +13361,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": false, @@ -13401,7 +13401,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -13409,7 +13409,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": false, @@ -13417,7 +13417,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -13449,7 +13449,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -13480,7 +13480,7 @@ "tstamp": 1708319454.2198 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -13544,7 +13544,7 @@ "tstamp": 1708323288.0819 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_b", "judge": "arena_user_::1", @@ -13560,7 +13560,7 @@ "tstamp": 1708323377.5511 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -13617,7 +13617,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -13625,7 +13625,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": true, @@ -13657,14 +13657,14 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, "tstamp": 1708331540.0262 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -13672,7 +13672,7 @@ "tstamp": 1708332107.916 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -13736,7 +13736,7 @@ "tstamp": 1708334015.77 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -13744,7 +13744,7 @@ "tstamp": 1708334850.6207 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -13761,7 +13761,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -13769,7 +13769,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -13777,7 +13777,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -13785,7 +13785,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": false, @@ -13801,7 +13801,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -13817,7 +13817,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -13833,7 +13833,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": false, @@ -13849,7 +13849,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": true, @@ -13865,7 +13865,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -13897,7 +13897,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -13905,7 +13905,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -13929,7 +13929,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": true, @@ -13952,7 +13952,7 @@ "tstamp": 1708349081.3707 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -13976,7 +13976,7 @@ "tstamp": 1708349287.9766 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_b", "judge": "arena_user_::1", @@ -14000,7 +14000,7 @@ "tstamp": 1708349500.5487 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -14056,7 +14056,7 @@ "tstamp": 1708350993.0178 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -14072,7 +14072,7 @@ "tstamp": 1708352325.9342 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_b", "judge": "arena_user_::1", @@ -14080,7 +14080,7 @@ "tstamp": 1708352762.4444 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -14097,7 +14097,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -14112,7 +14112,7 @@ "tstamp": 1708358284.9161 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_b", "judge": "arena_user_::1", @@ -14153,7 +14153,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": true, @@ -14177,7 +14177,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": true, @@ -14193,7 +14193,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -14201,7 +14201,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -14217,7 +14217,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -14233,7 +14233,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -14256,7 +14256,7 @@ "tstamp": 1708363170.2848 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -14281,7 +14281,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -14297,7 +14297,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -14305,7 +14305,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -14320,7 +14320,7 @@ "tstamp": 1708364061.3263 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -14353,7 +14353,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": true, @@ -14392,7 +14392,7 @@ "tstamp": 1708366837.1298 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_b", "judge": "arena_user_::1", @@ -14417,7 +14417,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -14425,7 +14425,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": true, @@ -14441,7 +14441,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -14449,7 +14449,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -14488,7 +14488,7 @@ "tstamp": 1708368110.8263 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "tie", "judge": "arena_user_::1", @@ -14496,7 +14496,7 @@ "tstamp": 1708368402.4106 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_b", "judge": "arena_user_::1", @@ -14504,7 +14504,7 @@ "tstamp": 1708368500.8949 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -14520,7 +14520,7 @@ "tstamp": 1708368687.6498 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_b", "judge": "arena_user_::1", @@ -14552,7 +14552,7 @@ "tstamp": 1708369118.2079 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -14576,7 +14576,7 @@ "tstamp": 1708369454.8254 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_b", "judge": "arena_user_::1", @@ -14617,7 +14617,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -14689,7 +14689,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -14713,7 +14713,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -14801,7 +14801,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -14817,7 +14817,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -14840,7 +14840,7 @@ "tstamp": 1708377012.9002 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -14848,7 +14848,7 @@ "tstamp": 1708377190.6497 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -14905,7 +14905,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -14921,7 +14921,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -14929,7 +14929,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": true, @@ -14961,7 +14961,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -14969,7 +14969,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -15033,7 +15033,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": true, @@ -15064,7 +15064,7 @@ "tstamp": 1708382783.891 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -15072,7 +15072,7 @@ "tstamp": 1708383266.8923 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_b", "judge": "arena_user_::1", @@ -15081,7 +15081,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -15089,14 +15089,14 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, "tstamp": 1708383883.8896 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_b", "judge": "arena_user_::1", @@ -15104,7 +15104,7 @@ "tstamp": 1708386412.9605 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_b", "judge": "arena_user_::1", @@ -15112,7 +15112,7 @@ "tstamp": 1708386451.5744 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -15120,7 +15120,7 @@ "tstamp": 1708386529.7209 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_b", "judge": "arena_user_::1", @@ -15128,7 +15128,7 @@ "tstamp": 1708386816.5677 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -15153,7 +15153,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -15161,7 +15161,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": false, @@ -15169,14 +15169,14 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, "tstamp": 1708390389.7957 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -15184,7 +15184,7 @@ "tstamp": 1708391662.7332 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -15201,14 +15201,14 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": true, "tstamp": 1708393837.6056 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -15249,7 +15249,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -15257,7 +15257,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -15289,7 +15289,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -15297,7 +15297,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -15312,7 +15312,7 @@ "tstamp": 1708424217.9809 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "tie", "judge": "arena_user_::1", @@ -15320,7 +15320,7 @@ "tstamp": 1708427413.7601 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_b", "judge": "arena_user_::1", @@ -15393,7 +15393,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -15496,7 +15496,7 @@ "tstamp": 1708440211.1574 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_b", "judge": "arena_user_::1", @@ -15505,7 +15505,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -15521,7 +15521,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -15561,7 +15561,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -15600,7 +15600,7 @@ "tstamp": 1708448453.7822 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -15609,7 +15609,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": true, @@ -15633,7 +15633,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -15648,7 +15648,7 @@ "tstamp": 1708451354.7294 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "tie", "judge": "arena_user_::1", @@ -15673,7 +15673,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -15681,7 +15681,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": true, @@ -15753,7 +15753,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -15761,7 +15761,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -15777,14 +15777,14 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, "tstamp": 1708467464.9803 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_b", "judge": "arena_user_::1", @@ -15792,7 +15792,7 @@ "tstamp": 1708467629.6663 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_b", "judge": "arena_user_::1", @@ -15801,7 +15801,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": true, @@ -15809,7 +15809,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -15817,14 +15817,14 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, "tstamp": 1708469454.158 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -15832,7 +15832,7 @@ "tstamp": 1708492727.0962 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -15897,7 +15897,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -15953,7 +15953,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": true, @@ -15977,7 +15977,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": true, @@ -15985,7 +15985,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": true, @@ -15993,7 +15993,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -16049,7 +16049,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -16081,7 +16081,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -16089,7 +16089,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -16097,7 +16097,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -16113,7 +16113,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -16121,7 +16121,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": false, @@ -16129,7 +16129,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": true, @@ -16137,7 +16137,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": false, @@ -16161,7 +16161,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -16169,7 +16169,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -16177,7 +16177,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": true, @@ -16185,7 +16185,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -16193,7 +16193,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -16240,7 +16240,7 @@ "tstamp": 1708546049.1243 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -16248,7 +16248,7 @@ "tstamp": 1708546336.8445 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -16257,7 +16257,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": true, @@ -16280,7 +16280,7 @@ "tstamp": 1708550692.9455 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -16296,7 +16296,7 @@ "tstamp": 1708555322.3069 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -16321,7 +16321,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": true, @@ -16361,7 +16361,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -16377,7 +16377,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -16393,7 +16393,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -16425,7 +16425,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": true, @@ -16433,7 +16433,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": false, @@ -16448,7 +16448,7 @@ "tstamp": 1708557228.1222 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -16473,7 +16473,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -16488,7 +16488,7 @@ "tstamp": 1708558239.2106 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -16496,7 +16496,7 @@ "tstamp": 1708558281.3799 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_b", "judge": "arena_user_::1", @@ -16504,7 +16504,7 @@ "tstamp": 1708558378.4497 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -16576,7 +16576,7 @@ "tstamp": 1708559260.1947 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -16584,7 +16584,7 @@ "tstamp": 1708559342.9245 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -16592,7 +16592,7 @@ "tstamp": 1708559432.6408 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -16600,7 +16600,7 @@ "tstamp": 1708559502.3018 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -16649,7 +16649,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -16680,7 +16680,7 @@ "tstamp": 1708560321.3302 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -16688,7 +16688,7 @@ "tstamp": 1708560710.8907 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -16728,7 +16728,7 @@ "tstamp": 1708561401.4796 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_b", "judge": "arena_user_::1", @@ -16736,7 +16736,7 @@ "tstamp": 1708561482.1339 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -16768,7 +16768,7 @@ "tstamp": 1708562470.6537 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "tie", "judge": "arena_user_::1", @@ -16776,7 +16776,7 @@ "tstamp": 1708563249.3474 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_b", "judge": "arena_user_::1", @@ -16824,7 +16824,7 @@ "tstamp": 1708563975.8202 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -16857,7 +16857,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -16865,14 +16865,14 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, "tstamp": 1708565663.7241 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -16888,7 +16888,7 @@ "tstamp": 1708565940.4723 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -16912,7 +16912,7 @@ "tstamp": 1708566288.2316 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_b", "judge": "arena_user_::1", @@ -16921,14 +16921,14 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, "tstamp": 1708566456.7985 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -16937,7 +16937,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -16945,7 +16945,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -16953,7 +16953,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -17041,7 +17041,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -17057,7 +17057,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -17104,7 +17104,7 @@ "tstamp": 1708582871.3593 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "tie", "judge": "arena_user_::1", @@ -17113,7 +17113,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": true, @@ -17145,7 +17145,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -17161,7 +17161,7 @@ }, { "model_a": "StableCascade", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -17177,7 +17177,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -17185,7 +17185,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": true, @@ -17201,7 +17201,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -17225,7 +17225,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -17233,7 +17233,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -17257,7 +17257,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -17272,7 +17272,7 @@ "tstamp": 1708599864.6591 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -17328,7 +17328,7 @@ "tstamp": 1708608348.9939 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "StableCascade", "winner": "model_a", "judge": "arena_user_::1", @@ -17336,7 +17336,7 @@ "tstamp": 1708608607.0221 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -17344,7 +17344,7 @@ "tstamp": 1708608720.9098 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_b", "judge": "arena_user_::1", @@ -17424,7 +17424,7 @@ "tstamp": 1708613064.4983 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "StableCascade", "winner": "model_b", "judge": "arena_user_::1", @@ -17473,7 +17473,7 @@ }, { "model_a": "StableCascade", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": true, @@ -17496,7 +17496,7 @@ "tstamp": 1708627035.4957 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "StableCascade", "winner": "model_b", "judge": "arena_user_::1", @@ -17664,7 +17664,7 @@ "tstamp": 1708634773.8 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLLightning", "winner": "tie", "judge": "arena_user_::1", @@ -17672,7 +17672,7 @@ "tstamp": 1708636469.631 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLLightning", "winner": "model_b", "judge": "arena_user_::1", @@ -17713,7 +17713,7 @@ }, { "model_a": "SDXLLightning", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -17873,7 +17873,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -17881,7 +17881,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -17889,7 +17889,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": false, @@ -17904,7 +17904,7 @@ "tstamp": 1708641259.4363 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLLightning", "winner": "model_a", "judge": "arena_user_::1", @@ -17920,7 +17920,7 @@ "tstamp": 1708641316.1147 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLLightning", "winner": "model_b", "judge": "arena_user_::1", @@ -17960,7 +17960,7 @@ "tstamp": 1708641655.3866 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "tie", "judge": "arena_user_::1", @@ -17968,7 +17968,7 @@ "tstamp": 1708642061.8969 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -17976,7 +17976,7 @@ "tstamp": 1708645597.9689 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -17984,7 +17984,7 @@ "tstamp": 1708645656.8622 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "tie", "judge": "arena_user_::1", @@ -18041,7 +18041,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": true, @@ -18160,7 +18160,7 @@ "tstamp": 1708655409.7099 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -18193,7 +18193,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -18232,7 +18232,7 @@ "tstamp": 1708663453.5715 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -18240,7 +18240,7 @@ "tstamp": 1708663589.2427 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_b", "judge": "arena_user_::1", @@ -18256,7 +18256,7 @@ "tstamp": 1708663739.4053 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -18288,7 +18288,7 @@ "tstamp": 1708671319.3641 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "StableCascade", "winner": "model_b", "judge": "arena_user_::1", @@ -18376,7 +18376,7 @@ "tstamp": 1708707082.2419 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "tie", "judge": "arena_user_::1", @@ -18513,7 +18513,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, diff --git a/arena_elo/results/20240327/elo_results_t2i_generation.pkl b/arena_elo/results/20240327/elo_results_t2i_generation.pkl index a41838bafdd8b11260b5b5c50710b92e0860cfbf..8ea071a828abd5fee5b48d82b9b67a1ee33f2e7b 100644 --- a/arena_elo/results/20240327/elo_results_t2i_generation.pkl +++ b/arena_elo/results/20240327/elo_results_t2i_generation.pkl @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f525abe69feb822d341929b27ef7660ddd5e6ff0491bed8383a8e3d19f0342bd -size 62414 +oid sha256:fec01fe5af62dce3990634cffd1d926330ccbf170ef0c3b5d2f07fb06c4cf149 +size 65189 diff --git a/arena_elo/results/20240327/t2i_generation_leaderboard.csv b/arena_elo/results/20240327/t2i_generation_leaderboard.csv index cce370bc97682caff95751a3a851482a0d484fba..25bfffa9525814d27c91a3f0ae2c6a97659da5f7 100644 --- a/arena_elo/results/20240327/t2i_generation_leaderboard.csv +++ b/arena_elo/results/20240327/t2i_generation_leaderboard.csv @@ -1,10 +1,11 @@ key,Model,Arena Elo rating (anony),Arena Elo rating (full),License,Organization,Link -Playground v2.5,Playground v2.5,1226.2872445351936,1246.1685934024742,Playground v2.5 Community License,Playground,https://huggingface.co/playgroundai/playground-v2.5-1024px-aesthetic -StableCascade,StableCascade,1105.3322734027522,1087.9198960927265,stable-cascade-nc-community (other),Stability AI,https://huggingface.co/stabilityai/stable-cascade -Playground v2,Playground v2,1091.4371447234744,1090.676108819673,Playground v2 Community License,Playground,https://huggingface.co/playgroundai/playground-v2-1024px-aesthetic -SDXLLightning,SDXLLightning,1043.235902888147,1045.0529259890538,openrail++,ByteDance,https://huggingface.co/ByteDance/SDXL-Lightning -PixArtAlpha,PixArtAlpha,1020.6412075829058,1006.9966036187151,openrail++,PixArt-alpha,https://huggingface.co/PixArt-alpha/PixArt-XL-2-1024-MS -SDXL,SDXL,964.7626495363717,969.5241392802999,openrail++,Stability AI,https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0 -SDXLTurbo,SDXLTurbo,912.2113859675355,914.3805456579931,sai-nc-community (other),Stability AI,https://huggingface.co/stabilityai/sdxl-turbo -OpenJourney,OpenJourney,841.2224045541894,832.2282703082603,creativeml-openrail-m,PromptHero,https://huggingface.co/prompthero/openjourney -LCM,LCM,794.8697868094328,810.2118373597045,MIT License,Tsinghua University,https://huggingface.co/SimianLuo/LCM_Dreamshaper_v7 +Playground v2.5,Playground v2.5,1212.4660228554317,1233.021110469063,N/A,N/A,N/A +StableCascade,StableCascade,1098.8180832734447,1081.4707812969855,stable-cascade-nc-community (other),Stability AI,https://huggingface.co/stabilityai/stable-cascade +PlayGroundV2,PlayGroundV2,1089.993871580802,1088.6262085724481,N/A,N/A,N/A +Playground v2,Playground v2,1049.6156124554975,1051.618375116693,Playground v2 Community License,Playground,https://huggingface.co/playgroundai/playground-v2-1024px-aesthetic +SDXLLightning,SDXLLightning,1036.8582186059539,1039.3079223370821,openrail++,ByteDance,https://huggingface.co/ByteDance/SDXL-Lightning +PixArtAlpha,PixArtAlpha,1016.2085497703334,1002.5100184720693,openrail++,PixArt-alpha,https://huggingface.co/PixArt-alpha/PixArt-XL-2-1024-MS +SDXL,SDXL,960.5073412035289,965.3037978455568,openrail++,Stability AI,https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0 +SDXLTurbo,SDXLTurbo,907.997473382927,910.1644152252661,sai-nc-community (other),Stability AI,https://huggingface.co/stabilityai/sdxl-turbo +OpenJourney,OpenJourney,836.9689192463355,827.9470053715127,creativeml-openrail-m,PromptHero,https://huggingface.co/prompthero/openjourney +LCM,LCM,790.5659076257482,805.8155782210948,MIT License,Tsinghua University,https://huggingface.co/SimianLuo/LCM_Dreamshaper_v7 diff --git a/arena_elo/results/20240328/clean_battle_image_editing.json b/arena_elo/results/20240328/clean_battle_image_editing.json deleted file mode 100644 index af7c1c044cfa18a440695754e6145a877565cfd3..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240328/clean_battle_image_editing.json +++ /dev/null @@ -1,890 +0,0 @@ -[ - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707712630.872 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707712699.668 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707712896.0427 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707712929.7061 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707713147.0445 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707713198.9284 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707713210.1306 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707713747.5115 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707715613.7226 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707765708.2644 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707765861.2742 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707765975.0206 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707768866.9065 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707771673.2989 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707784377.6617 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707784466.8915 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707784983.9581 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707785277.16 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707795299.0619 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707795798.752 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707796435.7996 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707797278.7369 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707797279.6004 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805086.9739 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805220.3253 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805332.6322 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805476.0509 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818374.3438 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834631.9088 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834954.0147 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835366.544 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835643.6178 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835789.25 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836852.671 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707836952.6082 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707837020.7148 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707837226.2259 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707838166.1449 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707838405.0013 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707839133.3126 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707839484.6824 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707850104.2499 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707851384.7689 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707851936.9466 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707852836.3291 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707852878.673 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707853008.1359 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707856807.6229 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707863740.3507 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707866312.1118 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883083.3533 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883181.1397 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883187.9173 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883507.587 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883939.6125 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707892689.4407 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908988.749 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912639.2701 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917685.9574 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919429.336 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707932651.9192 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707932749.3107 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933208.5797 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707945335.6341 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708031168.6838 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708038931.5388 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708057382.78 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708093689.8237 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708093910.4683 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708095090.8232 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708095305.4665 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140553.1694 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708145512.3656 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708145724.4127 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708146846.5098 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189738.4864 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708235874.9246 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708257619.7115 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708341265.7655 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708350183.3086 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708399707.1681 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708441502.4707 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708441716.8195 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708546759.2009 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708546805.4892 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708547082.7124 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708547166.9685 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708547293.7107 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708575046.0529 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708615466.9264 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708615516.3341 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205399.0098 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205767.8923 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709443700.05 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709702898.9291 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710091925.1861 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710517781.1525 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710517859.2942 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710535672.9791 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711610477.1213 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1711629129.3894 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1711629705.2246 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711630362.5575 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_127.0.0.1", - "anony": false, - "tstamp": 1711631112.5207 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1711631690.5127 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_127.0.0.1", - "anony": false, - "tstamp": 1711633200.2923 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_127.0.0.1", - "anony": false, - "tstamp": 1711633594.9922 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1711635443.3071 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711635899.3088 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1711639015.428 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1711646372.1201 - } -] \ No newline at end of file diff --git a/arena_elo/results/20240328/elo_results_image_editing.pkl b/arena_elo/results/20240328/elo_results_image_editing.pkl deleted file mode 100644 index 11f0aab7575e9b1508536f61ea1b1671db8ec364..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240328/elo_results_image_editing.pkl +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1430e6703dd6fc1e5b8ce06b11bb3a47516763a33edaf99e4c8547da5d9a8516 -size 57064 diff --git a/arena_elo/results/20240328/image_editing_leaderboard.csv b/arena_elo/results/20240328/image_editing_leaderboard.csv deleted file mode 100644 index fda9d709aff5bc5751596767bbec8e1107e9b5d9..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240328/image_editing_leaderboard.csv +++ /dev/null @@ -1,8 +0,0 @@ -key,Model,Arena Elo rating (anony),Arena Elo rating (full),License,Organization,Link -Prompt2prompt,Prompt2prompt,1227.5508595026165,1158.5510681980204,Apache-2.0,"Google, Tel Aviv University",https://prompt-to-prompt.github.io -InstructPix2Pix,InstructPix2Pix,1160.2057367236093,1071.0628993075604,"Copyright 2023 Timothy Brooks, Aleksander Holynski, Alexei A. Efros","University of California, Berkeley",https://www.timothybrooks.com/instruct-pix2pix -PNP,PNP,1142.693603173293,1165.4957550490212,-,Weizmann Institute of Science,https://github.com/MichalGeyer/plug-and-play -MagicBrush,MagicBrush,1053.1728944865915,1130.5422054860635,CC-BY-4.0,"The Ohio State University, University of Waterloo",https://osu-nlp-group.github.io/MagicBrush -Pix2PixZero,Pix2PixZero,918.6047552604578,960.3217617445996,MIT License,"Carnegie Mellon University, Adobe Research",https://pix2pixzero.github.io -CycleDiffusion,CycleDiffusion,865.0529105743963,813.4794423328381,X11,Carnegie Mellon University,https://github.com/ChenWu98/cycle-diffusion -SDEdit,SDEdit,632.7192402790356,700.546867881897,MIT License,Stanford University,https://sde-image-editing.github.io diff --git a/arena_elo/results/20240330/elo_results_t2i_generation.pkl b/arena_elo/results/20240330/elo_results_t2i_generation.pkl deleted file mode 100644 index 2c4a2b68ed179490f90bdbe17b692f8660f86453..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240330/elo_results_t2i_generation.pkl +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e963f9d4b66d29c2f05a3923eff56cebd1f09b07223ac069456e08dc6143cda8 -size 66894 diff --git a/arena_elo/results/20240330/t2i_generation_leaderboard.csv b/arena_elo/results/20240330/t2i_generation_leaderboard.csv deleted file mode 100644 index db6d8a0889f8f07482abb3c982e3d3e32b598967..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240330/t2i_generation_leaderboard.csv +++ /dev/null @@ -1,10 +0,0 @@ -key,Model,Arena Elo rating (anony),Arena Elo rating (full),License,Organization,Link -Playground v2.5,Playground v2.5,1226.2872445351936,1236.5076527218755,Playground v2.5 Community License,Playground,https://huggingface.co/playgroundai/playground-v2.5-1024px-aesthetic -StableCascade,StableCascade,1105.3322734027522,1062.0980902577003,stable-cascade-nc-community (other),Stability AI,https://huggingface.co/stabilityai/stable-cascade -Playground v2,Playground v2,1091.4371447234744,1087.3576445526567,Playground v2 Community License,Playground,https://huggingface.co/playgroundai/playground-v2-1024px-aesthetic -SDXLLightning,SDXLLightning,1043.235902888147,1019.4526672266176,openrail++,ByteDance,https://huggingface.co/ByteDance/SDXL-Lightning -PixArtAlpha,PixArtAlpha,1020.6412075829058,1001.5090282446616,openrail++,PixArt-alpha,https://huggingface.co/PixArt-alpha/PixArt-XL-2-1024-MS -SDXL,SDXL,964.7626495363717,969.8928133531979,openrail++,Stability AI,https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0 -SDXLTurbo,SDXLTurbo,912.2113859675355,914.9478831930971,sai-nc-community (other),Stability AI,https://huggingface.co/stabilityai/sdxl-turbo -OpenJourney,OpenJourney,841.2224045541894,835.4563491411935,creativeml-openrail-m,PromptHero,https://huggingface.co/prompthero/openjourney -LCM,LCM,794.8697868094328,812.962889153237,MIT License,Tsinghua University,https://huggingface.co/SimianLuo/LCM_Dreamshaper_v7 diff --git a/arena_elo/results/20240408/clean_battle_t2i_generation.json b/arena_elo/results/20240408/clean_battle_t2i_generation.json deleted file mode 100644 index 375603ae04971877099a546fd1f3f84d4f4ed94d..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240408/clean_battle_t2i_generation.json +++ /dev/null @@ -1,25546 +0,0 @@ -[ - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707700514.3167 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707701110.2369 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707707434.9832 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707707467.1955 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707715202.5963 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707743517.6731 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707748092.0895 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707766084.3648 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707767434.9053 - }, - { - "model_a": "PixArtAlpha", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707768049.9814 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707771506.9525 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707771618.8687 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707775417.8407 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707797986.5458 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707798121.0587 - }, - { - "model_a": "Playground v2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707798585.0672 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707802112.022 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707802188.2116 - }, - { - "model_a": "PixArtAlpha", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707802195.8893 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707803608.5079 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707803788.5758 - }, - { - "model_a": "Playground v2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707803904.6801 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707803981.9232 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804176.6944 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804270.7927 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804297.8869 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804318.2703 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804334.1219 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804349.6842 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804364.5668 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804402.5063 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804439.225 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804479.6379 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804525.4779 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804569.4346 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805195.1868 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805385.1199 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707805544.5954 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805719.6055 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805892.4114 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806065.7944 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806165.7019 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806263.1867 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806323.9389 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806366.3154 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806417.7003 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806450.0813 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806488.8729 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806686.917 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707807465.0362 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707807624.1859 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808070.8364 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808165.8424 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808223.4083 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808242.8483 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808305.2596 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808365.8652 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808516.9725 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808592.0266 - }, - { - "model_a": "PixArtAlpha", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707808776.6806 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707809207.6029 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707809528.5104 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707810829.8424 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707810888.7795 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707811836.4507 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812355.1994 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812463.5112 - }, - { - "model_a": "Playground v2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812564.4237 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812633.8829 - }, - { - "model_a": "Playground v2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812692.7422 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812731.7789 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812790.8552 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813196.5863 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813385.0823 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813688.5409 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813789.2976 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813801.8046 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813968.2954 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814081.937 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814113.8281 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814208.3473 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814576.4902 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814587.9823 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814630.8904 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707814638.1626 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814678.0675 - }, - { - "model_a": "Playground v2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815069.0454 - }, - { - "model_a": "PixArtAlpha", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815265.8876 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815309.9341 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815471.0053 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815496.1672 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815515.1383 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815597.8351 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707816139.8542 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707816453.2139 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707816524.6134 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707816642.8445 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707817578.7496 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818116.1249 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818116.4886 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818164.7455 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818248.2875 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818875.2918 - }, - { - "model_a": "Playground v2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707819636.4627 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707820183.6769 - }, - { - "model_a": "PixArtAlpha", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707820223.2706 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707821064.6519 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707821537.8837 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707821734.9105 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707821913.7658 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707822028.5932 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707822757.6234 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707824160.6135 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707824465.7056 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707824555.3203 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825315.02 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825427.9915 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825465.0846 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825513.2124 - }, - { - "model_a": "PixArtAlpha", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825892.4661 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825936.2938 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707826004.6453 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707826621.1118 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707826696.6391 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707827607.6358 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707828504.1443 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707828598.2702 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707828650.1074 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829422.0774 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829424.1119 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829545.1677 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829558.9178 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829575.4002 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707829605.377 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829655.401 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829671.9346 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829764.2277 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707830051.739 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707831907.61 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707832672.6529 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833021.7755 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833211.1736 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833330.5156 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833567.2266 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833793.1294 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834070.3689 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834184.5449 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834553.1154 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834593.0783 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834668.474 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834707.0272 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834747.5192 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834769.6714 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834838.9968 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834939.7331 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835013.9187 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835059.1088 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707835084.9734 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835143.1459 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835157.8035 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835271.8395 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835326.7352 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835390.8923 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835525.9638 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835615.8358 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835679.3932 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835717.0721 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835853.3267 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835989.8838 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707836084.5509 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836132.9464 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836135.0599 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836237.3436 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836314.9641 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836695.3278 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707837085.8896 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707839155.8114 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707840267.3024 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707840932.8884 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707841426.0637 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707841877.0338 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707841965.2778 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707842944.8061 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707843000.9465 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707843932.2112 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707844717.8943 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707845169.7825 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707846883.7945 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847300.2803 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847465.1349 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847529.7859 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847805.9735 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847846.2293 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707848073.1447 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707848814.4383 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707849117.1598 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707850807.7058 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707850898.7895 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707851643.0572 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707852226.5775 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707852250.3298 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707852649.075 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707852658.3925 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854112.6589 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854223.7006 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854439.3584 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854467.9121 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854493.356 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707854644.0324 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854745.2094 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707854859.0911 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855029.8798 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855287.8118 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707855365.8721 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855592.3744 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855617.8623 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855662.3148 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707855663.1059 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707855706.2598 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855818.7279 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707857642.2074 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707857681.8972 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707858601.4616 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707859063.3978 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707859131.0729 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707859155.9948 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707859314.8579 - }, - { - "model_a": "PixArtAlpha", - "model_b": "Playground v2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707861187.3856 - }, - { - "model_a": "PixArtAlpha", - "model_b": "Playground v2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707861468.4384 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707861681.2523 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707861762.884 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863154.0782 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863220.9442 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863276.7531 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707863359.6247 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863562.8628 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863623.6038 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707864470.9299 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707865527.8262 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707865559.346 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707866156.3368 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707866211.1115 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707867088.7165 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707867880.8468 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707869812.1567 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707870348.7079 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707870392.0767 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707870526.6392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707870575.054 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707870639.4277 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871185.0523 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871233.4711 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871275.0108 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871354.9701 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871603.5439 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707871663.4536 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707871686.2102 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871840.7281 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871909.9365 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707872099.4329 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707872920.9285 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707872977.5665 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707874406.8176 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707875417.714 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707875703.986 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707875827.46 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707876432.1059 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707876829.205 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707877060.6713 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707878629.8346 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707878669.1334 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707878754.5179 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707879902.0051 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707881075.7184 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707881126.4996 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707882647.3191 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707882792.5618 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883779.6594 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707884893.6044 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707884977.6614 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707885031.1868 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707885083.3686 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707885959.1288 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707886120.659 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707886453.0044 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707887924.3075 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707888115.6326 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707888163.9161 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707888250.1088 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707888730.6572 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707888918.6905 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707889251.9249 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707889339.3417 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889511.4789 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889669.429 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889749.9811 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889822.2849 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707889889.5842 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889977.4531 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707890036.0378 - }, - { - "model_a": "PixArtAlpha", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707890352.6404 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707890503.3537 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707890577.6157 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707891026.6919 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707891203.8892 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707891238.0325 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707891817.495 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707891838.6998 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707891867.0386 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707892517.4853 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707892603.8426 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707892776.7545 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707892856.4175 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707893005.224 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707893730.3778 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707893776.5582 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707893845.3551 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707893914.9762 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707894034.0264 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707894096.279 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707895246.3966 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707895682.8333 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707896516.4099 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897405.8243 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897594.363 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897777.4843 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897851.2186 - }, - { - "model_a": "PixArtAlpha", - "model_b": "Playground v2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897859.3775 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897981.0235 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707898245.577 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707898288.3873 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707898690.7825 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707899153.9213 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707899254.7719 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707899600.5993 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707899708.2314 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707900399.2522 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707901463.2114 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707901625.6262 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707901724.895 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707901805.2825 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707901851.0289 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707901919.5957 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707902655.3889 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707903934.1831 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707903976.2698 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707904071.9685 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707904602.7143 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707904819.7667 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905092.372 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905159.5688 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905200.2306 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905205.8817 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905273.4656 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905352.1535 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905388.8247 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707905403.3113 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906463.3872 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906506.8365 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906531.5441 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906549.5815 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906674.4723 - }, - { - "model_a": "PixArtAlpha", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906696.9843 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707906720.9523 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906789.0782 - }, - { - "model_a": "PixArtAlpha", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707906831.6404 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906871.5136 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707906901.3599 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907016.8681 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907048.7211 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907133.1481 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907147.7204 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707907185.1271 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907223.9358 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707907247.2444 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707907276.8843 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907327.1575 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907427.1745 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907625.4958 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907746.2735 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907788.1814 - }, - { - "model_a": "Playground v2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907918.7149 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907958.4932 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908048.9348 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908051.4076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908075.9936 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908311.8685 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908325.8212 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908458.9354 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707908563.0142 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908632.1933 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908900.8127 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908931.366 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707909339.6597 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707909562.0429 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707909679.8987 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707909685.0761 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707909778.3151 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707909998.5448 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910050.1127 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910100.9659 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910410.3087 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910587.4802 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910637.0556 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910755.6916 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910801.7684 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910811.2485 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910887.2329 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910896.9534 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707910900.8951 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707910905.4941 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910924.6707 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910982.6954 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910991.9937 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911029.3976 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911127.9317 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707911174.7956 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911218.698 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911276.8502 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911291.0875 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911316.0308 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911331.0514 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911344.5667 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707911518.1543 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911665.1089 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911758.3748 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912074.1765 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707912129.4306 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912176.8019 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912185.9448 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707912248.7648 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707912356.6732 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912462.9377 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912567.5438 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912649.0507 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912679.8891 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912837.4157 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912852.8909 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912910.5681 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912946.5205 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912959.2604 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912999.2068 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707913018.0211 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913032.8311 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707913060.4585 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913061.8856 - }, - { - "model_a": "PixArtAlpha", - "model_b": "Playground v2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913099.4482 - }, - { - "model_a": "Playground v2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913118.919 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913119.8888 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913178.1121 - }, - { - "model_a": "PixArtAlpha", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707913182.7231 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913186.2456 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913203.1502 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913208.3418 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913251.3096 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913271.6578 - }, - { - "model_a": "PixArtAlpha", - "model_b": "Playground v2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707913275.4802 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913313.9229 - }, - { - "model_a": "Playground v2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913357.2293 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913389.2412 - }, - { - "model_a": "Playground v2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913395.0962 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913408.1319 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913445.1243 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913472.8458 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913677.7619 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707914794.6501 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707914855.5524 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707914897.5771 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915023.9768 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915466.0448 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915532.6739 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915587.6978 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915672.2025 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915730.2925 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915777.2634 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915810.9608 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915839.1494 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915861.4564 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707915905.9859 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915915.5039 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707915916.0541 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915951.6873 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915960.4007 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707915970.9477 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916012.5482 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916044.5465 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916065.8303 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916099.7404 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916119.8235 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916170.2499 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916184.2409 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916200.7999 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916218.6752 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916256.2347 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916277.5221 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916309.6548 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916346.9444 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916350.0651 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916386.9622 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916390.033 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916390.6858 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916446.0376 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916450.6489 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916469.5215 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916470.5667 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916505.2343 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916518.4975 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916624.0147 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916696.0474 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916735.8473 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916747.4191 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916792.382 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916810.7745 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916813.1735 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916887.1351 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916898.5144 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916982.3532 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917000.8087 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917036.4298 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917058.6626 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917060.2105 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917073.6256 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917085.2154 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917155.4275 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917191.3453 - }, - { - "model_a": "Playground v2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917205.0975 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917235.0206 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917258.3194 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917342.1145 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917372.6977 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917385.7986 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917423.7412 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917424.2131 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917498.4327 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917531.0262 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917548.0715 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917596.2616 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917600.5537 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917655.0935 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917673.9615 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917719.7166 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917729.4175 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917759.6363 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917804.9582 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917865.5889 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917969.5961 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918011.8903 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918085.0867 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918131.4236 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918160.0215 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918163.8283 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918194.5629 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918221.8827 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918235.3786 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707918264.5256 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918277.8947 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918323.7305 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918332.564 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707918379.8486 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918434.8289 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918734.8183 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919027.1236 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919054.4345 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919144.3406 - }, - { - "model_a": "PixArtAlpha", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919147.9338 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919230.7308 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919296.9083 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919393.1404 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919478.9496 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919493.7021 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919536.9567 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919564.2367 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919583.6984 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919740.9197 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919883.6543 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920419.1473 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920434.6966 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920509.1715 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920594.0594 - }, - { - "model_a": "Playground v2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920645.8842 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707921077.823 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707921096.5352 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707921127.6203 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707921159.3097 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707921981.7617 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707922061.6904 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707922132.6713 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707922634.743 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707923032.4667 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707923073.1547 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707923142.4485 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707923251.1361 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707923992.1768 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924165.4497 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924275.8604 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924316.0433 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924413.8304 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924458.3192 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707924738.1432 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925003.1457 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707925076.2295 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925129.2682 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925550.0104 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925615.8461 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707925642.6322 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925766.1992 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707926618.0896 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707926694.5902 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707926790.021 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927050.9478 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927126.2106 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927208.069 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927393.043 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927453.8706 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927496.8595 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927535.7321 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927615.331 - }, - { - "model_a": "Playground v2", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927633.9045 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927650.8896 - }, - { - "model_a": "Playground v2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927672.6334 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927740.0537 - }, - { - "model_a": "Playground v2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927758.1402 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927810.2906 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927846.7507 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927893.3725 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927952.7473 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707928190.3431 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707928802.3991 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707929496.0313 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707929599.8263 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707930561.6607 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707931092.8987 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707931225.8171 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707931268.194 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707931887.2924 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707931888.75 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707932190.2759 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933068.2769 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933172.4871 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933217.1406 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933237.3513 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933268.7009 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933292.91 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933297.9225 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933369.0276 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933413.8632 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933431.0668 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933447.92 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933592.8238 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933643.523 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933686.1231 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933768.1406 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933803.0941 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933844.2358 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933880.1095 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933884.089 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933934.1742 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934023.9856 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934049.1471 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934128.2119 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934170.6913 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934267.1023 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934319.3214 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934374.2844 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934382.4736 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934500.6694 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934566.6378 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934598.3878 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934605.1143 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934647.2204 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934695.2706 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934736.906 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934850.4166 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707936241.0814 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707936291.0266 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707936385.9089 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938013.3449 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938180.4804 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938613.6437 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938841.3997 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938951.4817 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707939017.3308 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939045.2476 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939335.1893 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707939380.646 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939541.333 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939641.082 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707939724.1214 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939841.1799 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707939863.0875 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939899.5396 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939936.0293 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940089.2411 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707940185.0653 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940242.5355 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940300.4272 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940343.6813 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940414.8563 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707940439.7377 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707941105.2771 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707941135.1485 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941160.7901 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707941193.6775 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941217.7381 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941324.3807 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941402.8543 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941443.2223 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707941964.3088 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707942036.4955 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707942103.4557 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707942169.7327 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707942264.2183 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707942300.6322 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707942371.5746 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707942571.6778 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707942630.0493 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707943172.7209 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707944152.0658 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707944615.6625 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707945506.1476 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707948092.1905 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949089.686 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707949135.1425 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949281.598 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949303.603 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949494.8498 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707949543.3071 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949599.1029 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707949657.3906 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950176.7606 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950429.6834 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950620.6165 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950881.5139 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950909.097 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950952.0049 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951018.3882 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951081.6152 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951110.0858 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951224.8171 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951884.901 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951962.3044 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707953806.744 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707954087.9998 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707955217.9239 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707955441.7822 - }, - { - "model_a": "Playground v2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707955865.4022 - }, - { - "model_a": "Playground v2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707956100.154 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707956171.0881 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707956489.8228 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707956816.0064 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707956983.108 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707957228.6115 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707957427.2669 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707957439.2736 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707957488.8019 - }, - { - "model_a": "Playground v2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707957695.3719 - }, - { - "model_a": "Playground v2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707957899.2597 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707958825.5013 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959005.2791 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959072.8789 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959117.3202 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959283.7537 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959517.4248 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959519.9556 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959602.5617 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959668.3561 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959749.5751 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959822.3033 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959889.7336 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959970.3128 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959992.4392 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960066.9854 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960107.1791 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960257.2383 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707960280.0116 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960476.5261 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960552.5788 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960670.3518 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960774.498 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707961245.9252 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707961439.0165 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707961551.5716 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707961628.4485 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707961785.4298 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707961956.6665 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962044.6912 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962086.5075 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962154.8799 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962229.5275 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962306.3355 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962403.6811 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962522.5521 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707962603.7058 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962763.9479 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962856.1898 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962892.813 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707964125.4049 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707964169.0741 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707966705.091 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707966724.1749 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707966916.7014 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707967815.2925 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707968982.8117 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707969103.548 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969221.8545 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969259.4015 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969450.7528 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707969665.3351 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969670.5846 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969748.656 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969796.55 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969932.4526 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970385.7193 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970425.3208 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970472.9276 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970503.8312 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970525.255 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972274.9415 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972395.9 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972462.121 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972465.6562 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972546.5605 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972581.2215 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707974383.3476 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707974441.018 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707974600.5679 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707976631.6841 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707979936.4233 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707980270.8804 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707980272.3898 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707981908.5595 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707981954.3946 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707983689.7292 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707984025.2664 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707985171.0128 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707985495.8015 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707985600.1919 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707986326.9305 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707987318.5669 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707989144.9396 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707989216.3561 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707989423.3999 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707989478.1056 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707989604.5316 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990265.1551 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707990333.7524 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990374.8158 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707990391.696 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990445.4444 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990756.83 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990757.2978 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707990932.9713 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707991096.1999 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707991162.0321 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707992030.5292 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707992073.6867 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707992136.65 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707992209.4205 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707992310.9014 - }, - { - "model_a": "PixArtAlpha", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707995128.8881 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707996569.4656 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707996881.5308 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707996925.6111 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707996970.7215 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707997020.0792 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707997022.6461 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707998799.4084 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707999877.7348 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708000822.1476 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708002809.7539 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708003720.8431 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708003807.5267 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708003850.4119 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708003907.1458 - }, - { - "model_a": "Playground v2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708005395.3762 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708005524.2485 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708005643.0993 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708005691.4589 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708006921.3169 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007031.2278 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007084.9317 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007169.3253 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708007215.3003 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007254.5339 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007292.3956 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007326.5783 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007411.6694 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007479.5755 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007559.7187 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007640.8531 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007824.5635 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007911.4417 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708008022.0812 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708008304.3283 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708008493.171 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708008606.502 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009363.8241 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009519.9965 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009605.0407 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009855.0076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009925.4483 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708010303.5563 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708010563.9384 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708010909.8944 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708012564.8519 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708012593.424 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708012630.3344 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708012755.1099 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708012807.9212 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708014058.736 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708014155.9281 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708014995.8236 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708015893.8303 - }, - { - "model_a": "PixArtAlpha", - "model_b": "Playground v2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708016214.6399 - }, - { - "model_a": "PixArtAlpha", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016573.8328 - }, - { - "model_a": "PixArtAlpha", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016674.2569 - }, - { - "model_a": "PixArtAlpha", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016711.8716 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708016843.4831 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016913.4118 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708016917.5447 - }, - { - "model_a": "PixArtAlpha", - "model_b": "Playground v2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016967.5059 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708017618.3768 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708017680.9518 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708017789.0711 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708017830.1909 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708017879.2762 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708018045.6918 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708018332.9514 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708018608.3155 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708018705.3157 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019436.3054 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019484.8673 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019600.7404 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019667.5597 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708019734.1978 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019952.4912 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708020007.0338 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708021280.5687 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708021364.4024 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708021396.0419 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708022277.8721 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708023219.4536 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708023736.4653 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708024331.3717 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708026562.9225 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708026693.4445 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708026800.3382 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708026862.5577 - }, - { - "model_a": "Playground v2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708026938.8916 - }, - { - "model_a": "Playground v2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708027019.5145 - }, - { - "model_a": "Playground v2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708027078.7138 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708031098.3078 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708031341.1596 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708031374.8991 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708031417.0021 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708031538.3038 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708032188.7187 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708032342.5879 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708032420.9835 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708033022.7451 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708034090.3644 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708034113.0241 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708034291.5548 - }, - { - "model_a": "Playground v2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708035819.7005 - }, - { - "model_a": "Playground v2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708035875.1149 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708035917.9152 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708036289.7746 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708036362.6679 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708036453.317 - }, - { - "model_a": "PixArtAlpha", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708036977.7648 - }, - { - "model_a": "PixArtAlpha", - "model_b": "Playground v2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708037049.0098 - }, - { - "model_a": "PixArtAlpha", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708037080.6835 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708037169.8772 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708037232.9368 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708037738.6347 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708037896.7138 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708037988.3194 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708038099.5572 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708038288.3241 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708038557.0852 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708039031.0195 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708039662.0893 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708042353.4358 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708044416.6951 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708044460.7379 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708044470.7821 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708044507.4909 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708044547.7829 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708044559.2364 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708046510.2161 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708046662.7907 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708046769.7022 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708046780.3516 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708047415.4947 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708048614.887 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708049331.8461 - }, - { - "model_a": "Playground v2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708049392.378 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708049423.8199 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708049512.7601 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708049575.1588 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708050251.9377 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708050293.4472 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708050308.4985 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708050462.3975 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708050490.8809 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708050498.2108 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708051255.8866 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708053435.384 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708053546.2222 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708053599.0177 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708053966.9856 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708056214.2996 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708057229.1437 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708057322.8692 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708059311.1176 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708059391.5785 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708066612.8351 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708067096.0004 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708067136.5425 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708067232.3091 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708067415.799 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708067574.9226 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708067747.8749 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708068176.8901 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708068914.1969 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708068962.9907 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708069003.5298 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708069143.4702 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708069166.9656 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708069330.803 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708069568.027 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708069851.9453 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708070022.0949 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708072187.4975 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708073481.1461 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708073651.7052 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708073653.0893 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708073709.293 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708073728.9009 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708073806.5067 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708073960.942 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708074154.2882 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708074396.1484 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708074610.5856 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708074679.1138 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708075062.671 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708077280.5931 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708077322.0512 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708078267.7004 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708078294.7229 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708080014.8626 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708080718.6937 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708081723.1128 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708081849.7331 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708082357.1385 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708082676.9847 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084071.5593 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708084233.6032 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084272.1678 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708084306.2933 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084329.5404 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084422.5459 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084448.0676 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708084545.8871 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708085031.092 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708086036.0558 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708087431.6381 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708087504.3381 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708087677.8589 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708088182.024 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708088281.2235 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708088922.5211 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708090426.5116 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708091236.8975 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708091413.819 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708091496.0926 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708091866.6917 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708092044.7034 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708092811.4154 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708093457.1153 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708093518.1758 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708093822.1669 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708093946.8994 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708094792.9638 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708094833.2447 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708094914.4639 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708094981.2979 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708094985.2131 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095768.8978 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095886.5269 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708095900.0872 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095914.3337 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095954.1028 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095974.1364 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096033.0511 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096038.555 - }, - { - "model_a": "PixArtAlpha", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096097.7387 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096182.5309 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096237.6472 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096327.0022 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097240.8207 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097419.7711 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097509.882 - }, - { - "model_a": "Playground v2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097525.0774 - }, - { - "model_a": "Playground v2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708097568.222 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097736.7028 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708098813.7485 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708098896.0644 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708100906.6197 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708100958.2986 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708101945.2317 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708103712.9627 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708104808.4396 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708104877.5801 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708104941.7841 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708105042.3432 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708105225.2412 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708105482.9868 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708105534.6317 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708106090.0451 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708106299.9794 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708106918.9237 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708106957.868 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107205.7853 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107337.0744 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107438.9079 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107810.5795 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107903.9406 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708108004.4948 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708108073.6932 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708108224.9075 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708108273.6716 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708108622.5794 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109377.927 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708109574.2361 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109787.5966 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109820.4291 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109964.8059 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109969.4701 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110086.0938 - }, - { - "model_a": "Playground v2", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110359.8645 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110478.6266 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110516.5118 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110722.0719 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110894.43 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111110.5333 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111157.5813 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111208.8895 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111209.35 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111276.261 - }, - { - "model_a": "Playground v2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111345.4691 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111377.3504 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111412.456 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111425.0459 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111522.5294 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111544.3402 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111584.5444 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111635.4562 - }, - { - "model_a": "PixArtAlpha", - "model_b": "Playground v2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111740.1655 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111831.8014 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111843.4166 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111871.713 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111945.6409 - }, - { - "model_a": "PixArtAlpha", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112033.1376 - }, - { - "model_a": "PixArtAlpha", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112061.7656 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112206.2574 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112206.7184 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112236.3926 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112257.9906 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112349.9469 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112428.7129 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112455.5679 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112666.5624 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112709.1203 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112756.4458 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708112810.0617 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112852.042 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112870.2931 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112919.3083 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113007.7759 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113097.3553 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113376.2534 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113377.609 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113429.7074 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113468.8579 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708113719.0232 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708113774.9737 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708113856.5251 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115064.8115 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115072.4056 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708115116.4138 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708115163.8253 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115274.4666 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115365.4239 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115700.4346 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708115781.6682 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708116986.3445 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117034.5467 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117316.253 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117391.8395 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117414.9773 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117719.1624 - }, - { - "model_a": "PixArtAlpha", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117879.0764 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708118080.6109 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708118373.9448 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708120703.142 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708120778.5357 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708120816.2409 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708121482.9907 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708122033.6099 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708122072.9567 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708122197.6695 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708122265.2623 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708122285.9708 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708122851.3515 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708122975.753 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708123295.3367 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708123837.8162 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708123912.9557 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708124121.4218 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708124189.9424 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708124224.6943 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708124257.7295 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708125488.1034 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708125496.9753 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708126434.3092 - }, - { - "model_a": "PixArtAlpha", - "model_b": "Playground v2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708126483.5169 - }, - { - "model_a": "PixArtAlpha", - "model_b": "Playground v2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708126533.5348 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708127737.1941 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708127774.1258 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708128506.8302 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708128599.9542 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708130890.3452 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132065.7242 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708132126.7234 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708132196.5208 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132467.7891 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132626.6819 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132722.3279 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132794.4495 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708133220.6622 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708133379.774 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708133706.5342 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708133791.5656 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708134194.5586 - }, - { - "model_a": "PixArtAlpha", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708135690.3016 - }, - { - "model_a": "PixArtAlpha", - "model_b": "Playground v2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708135773.4307 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137137.0176 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137200.7484 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708137255.2448 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137646.0651 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137694.589 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137764.5412 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137828.0466 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708138110.5944 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140073.0293 - }, - { - "model_a": "Playground v2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140088.8806 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708140139.0831 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140145.8505 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708140173.3316 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140179.8027 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140210.5382 - }, - { - "model_a": "Playground v2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140213.5953 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140260.8624 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708140316.1129 - }, - { - "model_a": "PixArtAlpha", - "model_b": "Playground v2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140360.1673 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140813.5111 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708141183.215 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708141891.6501 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708141971.4729 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708142581.4854 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708142676.2195 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708143073.5683 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708144618.1496 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708144678.6238 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708144779.724 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708144873.941 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708145293.1434 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708146014.328 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708146068.0118 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708146433.888 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708146806.7443 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708147115.7163 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708147988.779 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708148079.6994 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708148249.8614 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708148339.2037 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708149049.8244 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708149487.2149 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708149800.2536 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708151672.2439 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708151699.6482 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708151728.7431 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708151750.0684 - }, - { - "model_a": "Playground v2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708151795.5923 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708152611.4998 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708155969.2393 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708156027.0017 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708156082.7118 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708156965.8117 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708157931.6349 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708160490.8999 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708160967.0389 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161072.7771 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161164.9265 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161175.3145 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161250.7839 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161344.4487 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161395.1099 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161470.5154 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161493.8058 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161578.5919 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161685.3502 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161744.4562 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161830.4571 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708162423.7927 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708162788.7029 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708162927.1516 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708163762.7364 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708164361.7048 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708165929.3793 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708167159.6451 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708167322.5777 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708168120.0766 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708168339.0175 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708168390.2853 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708169256.1304 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708169315.3648 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708171191.8854 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708171290.2203 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708172121.6343 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708172173.8632 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708173393.5117 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708173733.9815 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708175751.6607 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708175862.4882 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708175892.3837 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708175956.3045 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708176181.9258 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708176239.4311 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708176299.6426 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708177136.3304 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708177743.2047 - }, - { - "model_a": "PixArtAlpha", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708178223.6546 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708178687.4497 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708178759.5559 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708179173.7792 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708180805.5876 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708180857.4361 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708180910.5907 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708180954.3089 - }, - { - "model_a": "Playground v2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708181131.326 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708181486.732 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708181661.368 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708182592.0714 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708182880.7531 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708182981.589 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708183018.8662 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708183057.7031 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708183136.0475 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708184715.4283 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708184823.9236 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708186992.1392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708187497.8336 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187571.9101 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187616.6648 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187693.4713 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187798.4201 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187878.106 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708188023.1779 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708188113.7851 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189180.9089 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189255.4699 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189289.4887 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189294.5574 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708190594.3693 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708190776.3361 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708191033.4194 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708191440.1808 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708191548.789 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708191711.7215 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708191961.5556 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708192669.4533 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708194178.0538 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708194330.5225 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708194796.3463 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708195490.5541 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708195588.4757 - }, - { - "model_a": "PixArtAlpha", - "model_b": "Playground v2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708196360.2703 - }, - { - "model_a": "PixArtAlpha", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708196373.5338 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197127.813 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197187.7383 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197269.4851 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197462.4622 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197646.0736 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197698.7769 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708199505.5575 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199563.83 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199606.1485 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199658.9069 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708199730.0171 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199779.1095 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199862.3877 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708199947.113 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708200509.7514 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708200639.7706 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708202963.0247 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708204846.6768 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708205029.1505 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708205117.065 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708205616.8439 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708205694.4186 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708205790.1749 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708207080.3918 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708207112.5804 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708207764.321 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708207946.3367 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208000.0355 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208060.3709 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208088.2458 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208157.9119 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208636.4282 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208659.4342 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208739.3584 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208758.6543 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208830.2121 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708208916.3004 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208982.1274 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708209035.5367 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708209086.2585 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708209403.9427 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708209595.737 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212075.3529 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212142.3537 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212362.1027 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212455.3279 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708212522.8349 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212592.8628 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708213525.5828 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708214674.8215 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708216260.4941 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708216295.9763 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708216484.3449 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708216792.5555 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708216881.4459 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708217654.5956 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708217824.3497 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708218049.1273 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708218228.7928 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708220709.2834 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708220749.2794 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708223966.7437 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708224912.2474 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708224994.7921 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708225070.353 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708225127.6709 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708225156.7352 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708225247.4943 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708225331.5296 - }, - { - "model_a": "PixArtAlpha", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708226049.8169 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708227409.6176 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708229720.0179 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708231959.8788 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708233641.0849 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708233936.715 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708233960.532 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708234167.2376 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708234442.478 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708234578.5545 - }, - { - "model_a": "PixArtAlpha", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708234685.9085 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708235094.6835 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708235600.3159 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708235648.6368 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708235692.6976 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708235735.0741 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708235992.4909 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708236964.0669 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708237052.6045 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708237167.5794 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708237665.8684 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708238029.9722 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708238144.4689 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708239433.5071 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708241005.1807 - }, - { - "model_a": "Playground v2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708242233.7412 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708246818.2547 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708248272.2769 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708249187.0495 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708255788.2223 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708256870.3964 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708257722.1518 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708257863.252 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708258111.6728 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708258123.808 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708258129.0788 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708258363.1549 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708258382.1352 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708258483.7652 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708259385.1642 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708259466.6425 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708259566.9631 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708259653.5893 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708259991.7081 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260002.2506 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260576.1787 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708260579.7168 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260586.0516 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260680.3084 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708260765.3981 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260777.7795 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708261136.1138 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708261293.3588 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708261386.4392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708261654.5818 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708261771.1698 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708261997.0189 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262073.3028 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262213.5624 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262642.1204 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708262672.6433 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708262723.9227 - }, - { - "model_a": "Playground v2", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708262780.1344 - }, - { - "model_a": "Playground v2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708262878.5661 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262928.1139 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262979.526 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708263334.0474 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708264529.2548 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708266597.9844 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708268215.4201 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708268272.7549 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708269208.6405 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708269271.4767 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708269482.187 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708270156.857 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708273878.1751 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708273957.6425 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708273959.5278 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708274006.6101 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708274254.2376 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708274333.8459 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708276828.19 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708276873.5007 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708276982.3282 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277043.704 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277104.4539 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277111.757 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277154.2405 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277196.5891 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277519.9543 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708277585.2747 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277668.2427 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708277717.2005 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708277910.5217 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708278923.5015 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708280351.4132 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708281043.2273 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708281084.6966 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708281510.9501 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708283522.8397 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708283900.5962 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708283967.9701 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284003.6521 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284136.7046 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284173.3872 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284209.801 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284295.3183 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284352.2413 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284512.1361 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284569.9599 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284661.0038 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284707.1979 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284747.5545 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284786.262 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284811.6143 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284826.019 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284857.6008 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284877.3336 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284925.4894 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284926.2498 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284992.4334 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285144.8357 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285172.7899 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285176.3318 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285226.2026 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285230.0245 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285251.6899 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285277.3227 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285351.5329 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285369.7405 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285466.8213 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285478.6473 - }, - { - "model_a": "Playground v2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285494.7509 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285514.4219 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285583.0465 - }, - { - "model_a": "Playground v2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285621.2876 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285638.268 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285673.0919 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285723.5382 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285755.0262 - }, - { - "model_a": "Playground v2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285765.2709 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285798.6103 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285873.7166 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285886.7408 - }, - { - "model_a": "PixArtAlpha", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285936.4984 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285965.3547 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285998.8217 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286081.7405 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286160.5468 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286162.5817 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286250.7938 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708286292.2898 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286439.8234 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286460.8979 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286477.823 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708286650.052 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286696.2777 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708286747.041 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286760.1765 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286859.6768 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286949.4869 - }, - { - "model_a": "PixArtAlpha", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708287041.6803 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708287126.6675 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708289643.0085 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708289717.8364 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708291591.2884 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708293645.4802 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708294589.7471 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708294771.0958 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708294981.7821 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295057.7197 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708295107.3454 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295148.3313 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295175.4591 - }, - { - "model_a": "Playground v2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295193.707 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295233.6539 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708295255.9021 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708295306.5686 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708295429.4082 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295605.2575 - }, - { - "model_a": "Playground v2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295726.1388 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708296763.2981 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708296795.1968 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708297030.3083 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708297141.8407 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708297219.7788 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708298646.8166 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708298730.4007 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708301552.892 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708302116.1866 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708302551.0717 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708302935.5025 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708303060.2346 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708303167.2704 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708303258.4105 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708305857.2171 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708307457.8442 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708308363.8651 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708308438.1661 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708308583.4457 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708308636.5225 - }, - { - "model_a": "PixArtAlpha", - "model_b": "Playground v2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708308829.5762 - }, - { - "model_a": "PixArtAlpha", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708308945.8548 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708309014.2343 - }, - { - "model_a": "PixArtAlpha", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708309032.1446 - }, - { - "model_a": "PixArtAlpha", - "model_b": "Playground v2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708309151.5775 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708310360.2759 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708310571.8526 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708311567.845 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708311755.6812 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708314853.3803 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708314870.1826 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708314884.0823 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708314941.4671 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708315717.633 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708316127.7112 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708316196.8172 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708316226.831 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708316227.9537 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708318466.2588 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708318513.611 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708318577.6952 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708318616.5885 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708318640.7817 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708318722.1609 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708319454.2198 - }, - { - "model_a": "Playground v2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708320502.3499 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708320585.8314 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708320654.104 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708320684.8391 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708322869.549 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323041.2456 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323210.5873 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323288.0819 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323333.5338 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708323377.5511 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708323431.6197 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323716.2928 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708323755.1567 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323838.289 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708327110.1467 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708327390.9441 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708327450.7489 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708328064.4083 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708328263.1336 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708328734.1267 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708329699.3768 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708331022.0087 - }, - { - "model_a": "PixArtAlpha", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708331540.0262 - }, - { - "model_a": "Playground v2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708332107.916 - }, - { - "model_a": "Playground v2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708332677.6709 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708333159.8028 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708333335.0557 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708333400.5451 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708333467.247 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708333489.0349 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708333701.2765 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708334015.77 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708334850.6207 - }, - { - "model_a": "Playground v2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708334958.8985 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708335125.8436 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708335165.8328 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335208.1935 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335273.3737 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335402.0143 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708335458.0508 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335460.4383 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335533.0273 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335581.083 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335659.5869 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335728.3178 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335803.1856 - }, - { - "model_a": "PixArtAlpha", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708336711.4729 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708338640.8676 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708340756.0458 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708341055.5629 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708341135.6561 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708341986.5639 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708343169.6965 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708345769.1576 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708346061.0247 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708347115.2369 - }, - { - "model_a": "PixArtAlpha", - "model_b": "Playground v2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708347182.9832 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708348038.7305 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349081.3707 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349189.5958 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349255.2076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349287.9766 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349358.4824 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349404.6008 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349500.5487 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349773.133 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349872.8135 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349884.4717 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708350052.1819 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708350259.1582 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708350308.4317 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708350993.0178 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708351802.6755 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708352325.9342 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708352762.4444 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708352866.3974 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708355316.778 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708357756.8134 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708358284.9161 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708359803.1839 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708360975.5432 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708361025.6043 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708361597.214 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362143.1035 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362200.1762 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362267.112 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708362321.7929 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362370.8256 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362446.1154 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708362574.2275 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363013.8443 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363016.4916 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363042.619 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363092.5128 - }, - { - "model_a": "PixArtAlpha", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363095.9158 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363152.3709 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363170.2848 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363219.3472 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363306.8638 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363332.1521 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363523.4473 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363526.6666 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363625.042 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363659.907 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708364061.3263 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708364375.1475 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708364410.5308 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708364482.603 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708365744.2785 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708365822.8718 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366468.6777 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366591.1468 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366695.2628 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366837.1298 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366877.2988 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366940.2037 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366962.4288 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366995.3779 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708367035.3155 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708367058.6757 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708367130.4575 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708367231.3857 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708367238.0157 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708367259.9364 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708367339.3387 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708368110.8263 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708368402.4106 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708368500.8949 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708368579.9913 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708368687.6498 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708368748.6354 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369054.0756 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369061.195 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708369118.2079 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369294.7455 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369452.4548 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369454.8254 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369798.4616 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369858.9204 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369877.1961 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708369894.9433 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708369920.4755 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369965.6359 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708369978.8324 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370114.6649 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708370120.2894 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370153.8069 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370170.713 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708370245.9486 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370303.1676 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370354.7904 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708370497.8506 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708370970.2967 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708371066.168 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708371146.421 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708373035.0333 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708373167.6195 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708373210.4827 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708373244.5799 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708374902.2794 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708374922.9563 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708374968.333 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708374996.5417 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376393.6379 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376469.3833 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376483.4817 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376505.4904 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708376637.2712 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376708.5498 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377012.9002 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377190.6497 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708377263.2326 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377322.8283 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708377454.1211 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377606.6482 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708377662.2339 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377663.376 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377693.3625 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377738.9321 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377775.4047 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708378024.9113 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708378497.6187 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708378782.0179 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708379896.9003 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708380005.1271 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708380741.2885 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708380780.5281 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708380851.263 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708380886.2402 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708381057.915 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708381157.7374 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708381275.5886 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708381514.3737 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708382116.3649 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708382187.8641 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708382522.1443 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708382577.2131 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708382783.891 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708383266.8923 - }, - { - "model_a": "Playground v2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708383679.3259 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708383801.1579 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708383883.8896 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386412.9605 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386451.5744 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386529.7209 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386816.5677 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386859.69 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708386920.0501 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708389382.6804 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708389630.5809 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708389746.0535 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708390389.7957 - }, - { - "model_a": "Playground v2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708391662.7332 - }, - { - "model_a": "Playground v2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708391729.0193 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708391797.465 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708393837.6056 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708394242.3448 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708396973.3268 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708399516.8585 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708399552.8241 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708400928.202 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708401658.6915 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708401742.0246 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708403423.4615 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708403475.7234 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708410140.4031 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708411004.3163 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708415907.1785 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708424217.9809 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708427413.7601 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708427460.3247 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708427621.2687 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708431548.7218 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708432400.6284 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708432944.6184 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708433403.8433 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435106.2485 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435761.4821 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435832.4099 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435933.896 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435982.8254 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708436057.4199 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708436072.4144 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708437217.6666 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708438008.9308 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708438706.2634 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708438934.2953 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708439287.7758 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708439923.647 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708439999.0908 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440087.5812 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708440211.1574 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440263.5249 - }, - { - "model_a": "PixArtAlpha", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440529.2866 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440540.146 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440570.9386 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708440581.3383 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708446302.1591 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708446447.9611 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708446534.9081 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708446691.7238 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708447090.3047 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708447134.701 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708448397.3825 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708448453.7822 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708449150.989 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708449822.1865 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451071.1047 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708451109.781 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451168.6771 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451354.7294 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451443.1307 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451555.2492 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451614.3335 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451660.6139 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708455689.99 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708456610.6148 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708456635.0806 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708456656.3759 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708460422.3079 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460453.2486 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460518.2144 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460530.1115 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460576.3036 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708460682.5018 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460773.542 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708462007.7336 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708467464.9803 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708467629.6663 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708467757.5904 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708469305.5619 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708469369.8344 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708469454.158 - }, - { - "model_a": "Playground v2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708492727.0962 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708494073.3912 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708500510.1275 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708501238.3762 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708501978.5955 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708502049.0364 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708502446.1358 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708502476.4325 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708502569.5244 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708503285.9456 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708506880.0731 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708506891.3308 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708507015.7228 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708510308.1235 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708510390.7787 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708510567.3504 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708510796.9968 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708512654.8254 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708512714.6641 - }, - { - "model_a": "PixArtAlpha", - "model_b": "Playground v2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708512873.8208 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708521501.0101 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523002.6543 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523166.2856 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523213.0339 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523354.0239 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523408.5461 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708525578.5096 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527186.4533 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527288.0522 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527405.0852 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527544.7905 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527683.6686 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708528060.1154 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708528109.8846 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708528149.3915 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708531058.1268 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708533349.9998 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708533693.5785 - }, - { - "model_a": "PixArtAlpha", - "model_b": "Playground v2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708536698.5217 - }, - { - "model_a": "PixArtAlpha", - "model_b": "Playground v2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708536778.4891 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708542820.3399 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708543759.1964 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708543935.9475 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544051.0766 - }, - { - "model_a": "PixArtAlpha", - "model_b": "Playground v2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544286.8761 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544324.9262 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544362.0311 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544398.7937 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544483.1499 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544736.5525 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708545686.099 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708546049.1243 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708546336.8445 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708546394.5597 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708546583.8932 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708546736.4465 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708550692.9455 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555299.2304 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555322.3069 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555332.8536 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555369.7927 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555375.0179 - }, - { - "model_a": "PixArtAlpha", - "model_b": "Playground v2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555390.7722 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555407.6585 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555455.7676 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555540.3183 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555622.3113 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555680.0043 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555741.5983 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555754.4756 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555766.3914 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555808.6812 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555844.313 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555879.5878 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555929.4494 - }, - { - "model_a": "PixArtAlpha", - "model_b": "Playground v2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708556236.0645 - }, - { - "model_a": "PixArtAlpha", - "model_b": "Playground v2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708556276.7634 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557228.1222 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557348.9605 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557445.204 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557683.2385 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557844.1544 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558239.2106 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558281.3799 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558378.4497 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558468.1559 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558517.9511 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558639.338 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708558665.5547 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708558672.1173 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708558769.4421 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558830.2085 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559222.9563 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559260.1947 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559342.9245 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559432.6408 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559502.3018 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559557.7802 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559641.5331 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559766.8528 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559840.0761 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559855.5324 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559906.3197 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708560207.2608 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708560245.9443 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708560287.0314 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708560321.3302 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708560710.8907 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708560883.2244 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708561160.9518 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708561218.3612 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708561273.2749 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708561401.4796 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708561482.1339 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708561777.9194 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708562012.8101 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708562102.8617 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708562470.6537 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563249.3474 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708563649.9979 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563681.985 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563779.2774 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563900.7433 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563967.4606 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708563975.8202 - }, - { - "model_a": "Playground v2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708564065.7244 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708564113.2155 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708564129.8582 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708564180.8513 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708565581.949 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708565663.7241 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708565927.8306 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708565940.4723 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708566178.8762 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708566214.2443 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708566288.2316 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708566370.2229 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708566456.7985 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708567167.531 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708567321.5811 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567369.3163 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567410.3654 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708567486.4537 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567515.1841 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567576.7993 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567610.3707 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708575342.9572 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708575377.5081 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708575432.492 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708575509.9167 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708576126.6557 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708576274.3877 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708576787.3784 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708576834.0015 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708576837.6574 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708582281.6752 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708582458.315 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708582577.2366 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708582649.752 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708582871.3593 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708585499.3239 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708585829.1424 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708585834.6547 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708585879.3489 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708591996.2861 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708594442.1268 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708595941.2272 - }, - { - "model_a": "StableCascade", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708597079.3539 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708597142.0053 - }, - { - "model_a": "PixArtAlpha", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708598512.7724 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708598687.005 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708598747.3634 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708598843.9071 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708598997.1236 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599034.0614 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599127.5535 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708599428.0948 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599524.2169 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599650.251 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599744.7816 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599864.6591 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599943.8829 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708604213.5458 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708604306.7872 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708608110.2911 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708608204.3376 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708608255.591 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708608348.9939 - }, - { - "model_a": "Playground v2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708608607.0221 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708608720.9098 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708610706.6685 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708611742.5666 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708611814.9398 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708611900.228 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612032.8531 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612158.8009 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612236.9362 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612401.5952 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612735.9478 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708613064.4983 - }, - { - "model_a": "Playground v2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708613104.1133 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708613169.1664 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708615318.9111 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708616953.0218 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708617001.895 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708618754.3837 - }, - { - "model_a": "StableCascade", - "model_b": "Playground v2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708619921.9768 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708626676.6687 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708627035.4957 - }, - { - "model_a": "Playground v2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708627565.106 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708627690.5477 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708627949.906 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708628193.6998 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708628430.806 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708628434.1998 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708628526.3597 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708630514.9041 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708630693.305 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708630785.4482 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708631112.7006 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708631193.1744 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708632812.9748 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708632842.611 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708632893.8915 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708632937.6854 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708633090.4497 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708633127.4506 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708633730.2183 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708633836.6691 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708634773.8 - }, - { - "model_a": "Playground v2", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708636469.631 - }, - { - "model_a": "Playground v2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708636569.5302 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708636710.2099 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637202.6082 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637241.9801 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637279.3201 - }, - { - "model_a": "SDXLLightning", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637329.1681 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637393.7878 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637419.3971 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637422.4796 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637462.3202 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637507.1802 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637524.3502 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637572.4317 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637643.1675 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637733.8037 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637769.9441 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637797.4111 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637917.018 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637965.4844 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708638623.1293 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708638676.9759 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708638731.559 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708639391.3383 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708639460.3853 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708640818.2411 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708640965.1792 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708641143.0325 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708641185.0079 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641259.4363 - }, - { - "model_a": "Playground v2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641302.2163 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641316.1147 - }, - { - "model_a": "Playground v2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708641360.4213 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641425.8818 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641502.2228 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641591.6468 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708641655.3866 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708642061.8969 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708645597.9689 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645656.8622 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645673.275 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708645677.5233 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645768.7837 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645804.4571 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645872.5776 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645912.7732 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708650499.9208 - }, - { - "model_a": "PixArtAlpha", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708650714.4005 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708651146.6805 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708652044.7348 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708652192.5887 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708652337.841 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708652521.8235 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708652972.699 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708652996.7585 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708653030.241 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708653043.247 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708653089.7241 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708653147.5538 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708653737.2963 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708655365.0573 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708655409.7099 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708655472.1869 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708657264.2491 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708657337.81 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708657418.3128 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708658175.2229 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708658543.8191 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708658640.1331 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708663371.6458 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708663453.5715 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708663589.2427 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708663675.876 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708663739.4053 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708667931.5671 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708668238.0914 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708668281.3665 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708671319.3641 - }, - { - "model_a": "Playground v2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708678619.135 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708685618.145 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708685868.7815 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708702523.1323 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708702567.6954 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708703817.6915 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708703865.1439 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708704209.9375 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708706236.3181 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708706421.7442 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708707082.2419 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708707390.1182 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708712954.7437 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708713016.602 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708713063.5799 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708713125.041 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708721418.2078 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708721557.2308 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708724108.2892 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708724196.5633 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708724487.9269 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708724775.433 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729071.2721 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729146.1269 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729188.625 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729268.3783 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729323.5689 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708730964.1093 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708732530.4706 - }, - { - "model_a": "LCM", - "model_b": "Playground v2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708751838.0707 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708754634.0829 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708767180.5174 - }, - { - "model_a": "Playground v2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708770643.2408 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708772688.3741 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708772772.6842 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708774783.9226 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708776536.7927 - }, - { - "model_a": "StableCascade", - "model_b": "Playground v2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708785232.0712 - }, - { - "model_a": "StableCascade", - "model_b": "Playground v2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708785317.6933 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708786356.9968 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708786424.4017 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708786470.2183 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708786492.2535 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708786518.9756 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708799029.591 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708799169.7856 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708799227.4232 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708799238.8801 - }, - { - "model_a": "Playground v2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708799299.8139 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708811419.8218 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708812784.1763 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708813255.8502 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708816627.7963 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708820536.9722 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708820622.9847 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708820703.2928 - }, - { - "model_a": "Playground v2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708820759.0888 - }, - { - "model_a": "Playground v2.5", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708820879.2733 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708820939.5628 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821057.9919 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821203.9242 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821248.8688 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821351.1475 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821390.2767 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821487.5262 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821542.0999 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708837351.1642 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708841796.7056 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708841864.7866 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708841901.0472 - }, - { - "model_a": "Playground v2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708841969.1219 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708851378.3505 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708851457.7966 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708851805.3758 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708856918.7634 - }, - { - "model_a": "Playground v2.5", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708860611.2238 - }, - { - "model_a": "Playground v2.5", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708860683.5123 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708863308.6302 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708867017.2247 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708870503.9182 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708873858.7489 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708873935.9567 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708874475.3014 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708874690.6548 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708874787.329 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708874862.1536 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708884744.9657 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708885428.2142 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708885478.2985 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708887948.3273 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708887999.3935 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708892360.4282 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708892427.6544 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708892762.8291 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708896541.4918 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708896807.8952 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708896948.9719 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708897092.1669 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708897308.972 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708898247.6453 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708898385.0309 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708898940.2221 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708899033.6767 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708899094.7597 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708899313.7174 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900243.5928 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900290.4192 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900534.433 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900739.4792 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900896.3162 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900944.7057 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708901004.3369 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708901140.536 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708901205.185 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708901271.5599 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708906087.535 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708911897.204 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708911980.4889 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708912886.2501 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708917371.546 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708918006.5331 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708918341.2565 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708934158.0566 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708934213.6115 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708945203.3736 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708945250.8863 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708951588.5425 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708951746.5383 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708954742.8616 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708954794.4373 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708959195.6566 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708965914.5915 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708967351.2939 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708969026.9917 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708971206.1694 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708974139.0298 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708974235.2685 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708974452.0594 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708976582.5165 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708976737.6685 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708982645.1325 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709002044.4007 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709005486.5175 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709005615.5125 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709006741.3904 - }, - { - "model_a": "Playground v2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709152906.1957 - }, - { - "model_a": "Playground v2", - "model_b": "Playground v2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709154393.3068 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709176032.7818 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709185913.6196 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709185957.4018 - }, - { - "model_a": "Playground v2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709197368.2076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709204174.7904 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709204344.1084 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709204921.5492 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205034.8418 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205145.9696 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205313.1432 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709205580.8501 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205682.8523 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709244758.4784 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709244846.0526 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709244997.4419 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709249601.8221 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709263244.1379 - }, - { - "model_a": "LCM", - "model_b": "Playground v2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709283350.3688 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709289571.7738 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709297911.1159 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709297959.7696 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709298035.8417 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709298108.311 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709312905.7852 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709314599.2746 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709319323.9604 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709332589.0245 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709332693.3157 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709332728.5736 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709360609.8041 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709360704.3674 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709360859.8437 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709360898.1113 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709380729.8517 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709380771.4927 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709406624.4226 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709406663.8202 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709406844.2813 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408166.9963 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408597.3412 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408745.2213 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408792.1084 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408909.6471 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709454010.1992 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709456343.29 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709456385.9611 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709467315.4335 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709467670.6771 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709467750.3028 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709467966.3537 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709468070.1882 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709469208.2004 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709470017.6644 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709475236.0353 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709475291.8491 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709475476.199 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709475722.0689 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709476032.8267 - }, - { - "model_a": "StableCascade", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709498390.6569 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709509977.9598 - }, - { - "model_a": "Playground v2.5", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709510049.9853 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709510101.3471 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709510227.8423 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709510277.2673 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709520634.865 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709521124.9432 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525184.1908 - }, - { - "model_a": "Playground v2", - "model_b": "Playground v2.5", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525363.6295 - }, - { - "model_a": "Playground v2", - "model_b": "Playground v2.5", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525367.4932 - }, - { - "model_a": "Playground v2", - "model_b": "Playground v2.5", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525370.7078 - }, - { - "model_a": "Playground v2", - "model_b": "Playground v2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525371.6054 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709555268.3065 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709555305.8368 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709555365.0629 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709564374.8853 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709564432.9644 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709564508.6477 - }, - { - "model_a": "Playground v2.5", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709589824.2655 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709607356.55 - }, - { - "model_a": "SDXLLightning", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709623465.2236 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709637691.8234 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709638050.0782 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709660615.1416 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709660663.1131 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709660705.2524 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709660733.8564 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709666192.9176 - }, - { - "model_a": "LCM", - "model_b": "Playground v2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709666371.1496 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709667147.0548 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709681074.0258 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709684215.0404 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709686057.3149 - }, - { - "model_a": "Playground v2.5", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709686413.5508 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709686525.0986 - }, - { - "model_a": "Playground v2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697419.1813 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697537.6767 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697625.1537 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697699.2202 - }, - { - "model_a": "StableCascade", - "model_b": "Playground v2.5", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697765.8153 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709701798.7454 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709701867.411 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709703479.7157 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709711606.343 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709711638.9151 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709718263.3968 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709732897.13 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709733146.7189 - }, - { - "model_a": "PixArtAlpha", - "model_b": "Playground v2.5", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709733510.0735 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709733769.0895 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709733984.7209 - }, - { - "model_a": "Playground v2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709734276.7335 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709734760.1438 - }, - { - "model_a": "LCM", - "model_b": "Playground v2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709735046.8892 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709735466.4504 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709743122.0982 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709743199.6366 - }, - { - "model_a": "Playground v2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709743246.5093 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709744128.3507 - }, - { - "model_a": "Playground v2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709746441.6565 - }, - { - "model_a": "Playground v2.5", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709749688.2868 - }, - { - "model_a": "Playground v2.5", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709749778.8454 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709749831.73 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709750119.0678 - }, - { - "model_a": "Playground v2", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709750177.8679 - }, - { - "model_a": "Playground v2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709750244.615 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709750390.4456 - }, - { - "model_a": "Playground v2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709763296.6888 - }, - { - "model_a": "Playground v2.5", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709763580.1285 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709769083.3294 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709775829.9537 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709776059.1373 - }, - { - "model_a": "Playground v2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709776195.9153 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709819184.8748 - }, - { - "model_a": "Playground v2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709819269.7237 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709819464.1394 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709825753.9546 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709826170.6984 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709826303.9404 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709828324.8867 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709828490.8482 - }, - { - "model_a": "Playground v2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709829347.4525 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709839146.1522 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709859623.8718 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709859805.6945 - }, - { - "model_a": "Playground v2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709864587.3482 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709869897.94 - }, - { - "model_a": "Playground v2.5", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709877174.2776 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709877337.4518 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709883867.1277 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709885686.9342 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709889359.5441 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709889475.977 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709889535.5765 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709889619.8086 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709889769.3391 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709889839.6835 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709890143.5601 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709890209.245 - }, - { - "model_a": "StableCascade", - "model_b": "Playground v2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709890369.2681 - }, - { - "model_a": "StableCascade", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709890424.7787 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709910236.0856 - }, - { - "model_a": "Playground v2", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709910443.9066 - }, - { - "model_a": "Playground v2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709910547.8262 - }, - { - "model_a": "SDXLLightning", - "model_b": "Playground v2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709910740.3527 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709919646.0226 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709920156.3159 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709920390.0754 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709920607.9947 - }, - { - "model_a": "Playground v2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709922803.3572 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709922906.1296 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709923262.572 - }, - { - "model_a": "Playground v2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709964908.1586 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709974796.627 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709974971.5334 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709975174.0559 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709975174.3889 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710039402.3242 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710040062.0696 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710040249.9879 - }, - { - "model_a": "LCM", - "model_b": "Playground v2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710040828.1192 - }, - { - "model_a": "Playground v2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710047131.9231 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710053223.0868 - }, - { - "model_a": "Playground v2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710053275.1341 - }, - { - "model_a": "Playground v2.5", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710053339.6443 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710056747.2458 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710056801.1827 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710092028.3776 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710092042.857 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710095633.351 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710095728.1838 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710095809.1074 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710133298.1898 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710134605.6608 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710134733.9032 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710134924.906 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710135718.3156 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710135946.8901 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710136172.0059 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710136347.7712 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710141762.4496 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710141884.3104 - }, - { - "model_a": "SDXLTurbo", - "model_b": "Playground v2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710143269.0113 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710143349.9151 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710146067.3226 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710149580.2395 - }, - { - "model_a": "Playground v2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710149683.0864 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710150402.497 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710155810.1144 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710170851.7463 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710170947.8453 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710183041.0198 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710185895.446 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710185991.3572 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710193653.549 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710193699.7254 - }, - { - "model_a": "Playground v2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710193775.4664 - }, - { - "model_a": "Playground v2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710227601.3057 - }, - { - "model_a": "Playground v2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710227644.8264 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710228964.504 - }, - { - "model_a": "LCM", - "model_b": "Playground v2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710234107.5663 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710234441.145 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710235559.4811 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710235601.0918 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710235666.9547 - }, - { - "model_a": "Playground v2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710235779.4616 - }, - { - "model_a": "Playground v2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710235831.2066 - }, - { - "model_a": "OpenJourney", - "model_b": "Playground v2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710236066.3334 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710258072.3625 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710267141.2016 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710267192.7152 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710299345.3984 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710311614.7093 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710311959.6796 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710312107.8196 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710312252.8641 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710315638.7234 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710315781.4197 - }, - { - "model_a": "Playground v2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710316067.3684 - }, - { - "model_a": "Playground v2.5", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710316169.37 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710317054.0896 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710352047.7971 - }, - { - "model_a": "StableCascade", - "model_b": "Playground v2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710357739.239 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710375197.7291 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710375295.4702 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710375360.6871 - }, - { - "model_a": "Playground v2.5", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710403111.6764 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710467949.9341 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710483611.0859 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710483659.0327 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710483698.7609 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710517630.2735 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710651486.824 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710693247.298 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710741951.037 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710787410.5558 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710855464.5304 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710861169.7223 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710861237.7484 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710861352.9168 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710871773.5615 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710873305.8459 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878428.772 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878482.5145 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878522.7132 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878554.7388 - }, - { - "model_a": "StableCascade", - "model_b": "Playground v2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878834.1916 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878863.369 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879020.847 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879192.9312 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879426.9459 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879475.339 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879571.0386 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879768.9257 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879802.4914 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879892.1429 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879980.7785 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710880083.0513 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710883916.3294 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710884059.8404 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710884154.0868 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710958939.3192 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710959012.838 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710961159.5411 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710963885.2225 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710963903.3836 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710963953.0057 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710964184.4185 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710972180.6999 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710972340.7372 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710984394.0364 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710984466.3564 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711005711.7078 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711005767.6394 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711020883.8198 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711132439.4155 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711169085.4247 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711169118.983 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711169219.3454 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711169290.371 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711179020.3289 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179069.262 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179117.4887 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179210.767 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179326.5357 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179488.0867 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711394455.3868 - }, - { - "model_a": "PixArtAlpha", - "model_b": "Playground v2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711448873.73 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711466110.333 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711466161.826 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711466197.557 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711466270.7813 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711509481.4801 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711509818.3233 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711535675.4714 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711541359.3793 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711610623.6551 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711610660.2674 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.6.126", - "anony": false, - "tstamp": 1711611656.6087 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1711611714.5223 - }, - { - "model_a": "Playground v2", - "model_b": "PlayGroundV2.5", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1711622208.7892 - }, - { - "model_a": "Playground v2", - "model_b": "PlayGroundV2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1711623286.6883 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711623414.4988 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1711623631.5554 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1711627110.7655 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.6.126", - "anony": false, - "tstamp": 1711627173.8196 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.6.126", - "anony": false, - "tstamp": 1711627232.2276 - }, - { - "model_a": "StableCascade", - "model_b": "Playground v2", - "winner": "tie", - "judge": "arena_user_10.16.6.126", - "anony": false, - "tstamp": 1711627811.1569 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1711628539.518 - }, - { - "model_a": "StableCascade", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_10.16.6.126", - "anony": false, - "tstamp": 1711628765.1336 - }, - { - "model_a": "Playground v2", - "model_b": "PlayGroundV2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1711630489.3854 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1711638839.5102 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1711639335.7323 - }, - { - "model_a": "Playground v2", - "model_b": "PlayGroundV2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1711644182.7469 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711645743.7583 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711673691.6253 - }, - { - "model_a": "PlayGroundV2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.6.126", - "anony": false, - "tstamp": 1711673973.9905 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711677730.5132 - }, - { - "model_a": "PlayGroundV2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1711679088.7088 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGroundV2.5", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711679733.5804 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1711680163.6801 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1711682347.0832 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1711682460.6742 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711682540.8631 - }, - { - "model_a": "PlayGroundV2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.6.126", - "anony": false, - "tstamp": 1711683390.2225 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1711690971.115 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1711691256.3373 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1711694743.7244 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.6.126", - "anony": false, - "tstamp": 1711696933.1739 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711701025.1014 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711704985.0803 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711705938.3612 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711706003.0875 - }, - { - "model_a": "PlayGroundV2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711711576.083 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1711715360.2608 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711718677.0627 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1711722531.6681 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1711722650.6499 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711724572.8236 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711724958.2577 - }, - { - "model_a": "StableCascade", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1711724961.0794 - }, - { - "model_a": "SDXLLightning", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711725069.4096 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGroundV2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1711725283.6897 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1711726214.992 - }, - { - "model_a": "PlayGroundV2.5", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_127.0.0.1", - "anony": false, - "tstamp": 1711726483.5946 - }, - { - "model_a": "PlayGroundV2.5", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_127.0.0.1", - "anony": false, - "tstamp": 1711726483.5946 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711727344.0479 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711727395.4847 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGroundV2.5", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711727886.1271 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711728599.7983 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711731238.6486 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711731516.6119 - }, - { - "model_a": "PlayGroundV2.5", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711740379.7498 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711751661.9328 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711751779.935 - }, - { - "model_a": "SDXLLightning", - "model_b": "playground_PlayGroundV2_generation", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1711752371.1875 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711753271.7549 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711753346.105 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711753460.4018 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1711753536.7618 - }, - { - "model_a": "playground_PlayGroundV2.5_generation", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711754464.5646 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711755252.7996 - }, - { - "model_a": "playground_PlayGroundV2_generation", - "model_b": "playground_PlayGroundV2.5_generation", - "winner": "tie", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711759220.1672 - }, - { - "model_a": "playground_PlayGroundV2.5_generation", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711761666.7408 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711761801.7518 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711761810.2584 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711761980.2339 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711765212.7061 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711765374.2042 - }, - { - "model_a": "OpenJourney", - "model_b": "playground_PlayGroundV2.5_generation", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1711765427.0869 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1711765557.4506 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1711767954.5977 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711768815.4504 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711775186.0394 - }, - { - "model_a": "SDXLLightning", - "model_b": "playground_PlayGroundV2_generation", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1711779421.4325 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711779705.6008 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711780036.1106 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711780085.7628 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711780200.6405 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711780372.2648 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711780446.3475 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711780453.9795 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711780470.9437 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1711780477.4437 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711780518.457 - }, - { - "model_a": "playground_PlayGroundV2.5_generation", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1711780554.0623 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711780632.2754 - }, - { - "model_a": "SDXL", - "model_b": "playground_PlayGroundV2.5_generation", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1711783186.0901 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711790134.292 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1711791903.2373 - }, - { - "model_a": "playground_PlayGroundV2.5_generation", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711792706.0287 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1711795394.9764 - }, - { - "model_a": "OpenJourney", - "model_b": "playground_PlayGroundV2.5_generation", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711797214.2905 - }, - { - "model_a": "SDXLLightning", - "model_b": "playground_PlayGroundV2.5_generation", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711801376.7886 - }, - { - "model_a": "playground_PlayGroundV2_generation", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711803173.8503 - }, - { - "model_a": "OpenJourney", - "model_b": "playground_PlayGroundV2_generation", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711803216.1695 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1711803267.3012 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1711803374.1367 - }, - { - "model_a": "OpenJourney", - "model_b": "playground_PlayGroundV2_generation", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1711803415.276 - }, - { - "model_a": "playground_PlayGroundV2.5_generation", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1711803499.6558 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1711803602.7456 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1711803874.6225 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1711804104.561 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711808561.5508 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1711808623.9807 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711811551.4153 - }, - { - "model_a": "LCM", - "model_b": "playground_PlayGroundV2_generation", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711811788.9179 - }, - { - "model_a": "playground_PlayGroundV2.5_generation", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711820810.9192 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711825296.8492 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711834913.4899 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1711834976.5468 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711836150.0007 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711836363.7289 - }, - { - "model_a": "OpenJourney", - "model_b": "playground_PlayGroundV2.5_generation", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1711836435.8043 - }, - { - "model_a": "SDXLLightning", - "model_b": "playground_PlayGroundV2_generation", - "winner": "tie", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1711836547.9563 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711836613.3128 - }, - { - "model_a": "OpenJourney", - "model_b": "playground_PlayGroundV2_generation", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1711836677.2201 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711850369.5036 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711854284.2698 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711854302.1001 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711854334.3008 - }, - { - "model_a": "OpenJourney", - "model_b": "playground_PlayGroundV2.5_generation", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711857102.0962 - }, - { - "model_a": "playground_PlayGroundV2_generation", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711857152.0371 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711857282.7773 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711857596.0374 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711857662.6104 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711858173.6846 - }, - { - "model_a": "playground_PlayGroundV2.5_generation", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711868316.3924 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1711868485.9312 - }, - { - "model_a": "SDXLLightning", - "model_b": "playground_PlayGroundV2_generation", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1711870149.9453 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711878756.1343 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711884952.7779 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711891948.9821 - }, - { - "model_a": "playground_PlayGroundV2.5_generation", - "model_b": "playground_PlayGroundV2_generation", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711899056.2472 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711900893.0856 - }, - { - "model_a": "SDXL", - "model_b": "playground_PlayGroundV2.5_generation", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1711901033.9422 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1711901102.433 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711902215.6945 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711908041.5362 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711908152.3045 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1711924255.3891 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711928882.9939 - }, - { - "model_a": "PixArtAlpha", - "model_b": "playground_PlayGroundV2_generation", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1711928962.8816 - }, - { - "model_a": "PixArtAlpha", - "model_b": "playground_PlayGroundV2.5_generation", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711929012.5129 - }, - { - "model_a": "SDXL", - "model_b": "playground_PlayGroundV2_generation", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711929059.7621 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711930900.2929 - }, - { - "model_a": "OpenJourney", - "model_b": "playground_PlayGroundV2_generation", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1711931136.3829 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1711931206.4754 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1711938880.7943 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711944715.5906 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711946620.8981 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1711947934.4425 - }, - { - "model_a": "playground_PlayGroundV2_generation", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1711948264.947 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711948816.0245 - }, - { - "model_a": "StableCascade", - "model_b": "playground_PlayGroundV2.5_generation", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1711948936.8643 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711949258.1034 - }, - { - "model_a": "PixArtAlpha", - "model_b": "playground_PlayGroundV2_generation", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711954667.2176 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711954709.926 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1711954791.8528 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1711956199.2211 - }, - { - "model_a": "playground_PlayGroundV2.5_generation", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1711957655.8033 - }, - { - "model_a": "LCM", - "model_b": "playground_PlayGroundV2.5_generation", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711958304.2592 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1711959330.0803 - }, - { - "model_a": "OpenJourney", - "model_b": "playground_PlayGroundV2_generation", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1711960705.3863 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711962385.8 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1711962747.4866 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1711966694.1002 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711966779.7405 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1711969278.6011 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711972650.3597 - }, - { - "model_a": "SDXLLightning", - "model_b": "playground_PlayGroundV2_generation", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711977055.4367 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711979562.5445 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1711981331.4881 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1711988448.0259 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1711989644.0449 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1711994455.5614 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712009709.9888 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712012856.0232 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1712012887.9591 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1712016170.6771 - }, - { - "model_a": "playground_PlayGroundV2.5_generation", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712019304.5748 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1712019357.818 - }, - { - "model_a": "playground_PlayGroundV2.5_generation", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712019436.7859 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712019531.4257 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1712023373.6198 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1712025770.6944 - }, - { - "model_a": "SDXL", - "model_b": "playground_PlayGroundV2.5_generation", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712025822.4122 - }, - { - "model_a": "SDXL", - "model_b": "playground_PlayGroundV2_generation", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1712032805.4604 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1712037695.4015 - }, - { - "model_a": "SDXLTurbo", - "model_b": "playground_PlayGroundV2.5_generation", - "winner": "tie", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1712037791.382 - }, - { - "model_a": "SDXL", - "model_b": "playground_PlayGroundV2.5_generation", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712039849.8776 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712041903.0993 - }, - { - "model_a": "playground_PlayGroundV2_generation", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712042063.6098 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712043369.8568 - }, - { - "model_a": "playground_PlayGroundV2.5_generation", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1712043434.1804 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712044463.9008 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712050187.6745 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712057366.2502 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712057688.4117 - }, - { - "model_a": "LCM", - "model_b": "playground_PlayGroundV2_generation", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712057821.5767 - }, - { - "model_a": "StableCascade", - "model_b": "playground_PlayGroundV2.5_generation", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712062744.3904 - }, - { - "model_a": "playground_PlayGroundV2_generation", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712062846.5861 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712067715.3957 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1712069956.9492 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1712074096.7114 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712079901.0937 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1712083679.6585 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1712083762.0944 - }, - { - "model_a": "playground_PlayGroundV2_generation", - "model_b": "playground_PlayGroundV2.5_generation", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712084136.274 - }, - { - "model_a": "playground_PlayGroundV2.5_generation", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712086753.4196 - }, - { - "model_a": "SDXLLightning", - "model_b": "playground_PlayGroundV2_generation", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1712088298.4102 - }, - { - "model_a": "StableCascade", - "model_b": "playground_PlayGroundV2_generation", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712089234.7174 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712089458.3054 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1712089774.2933 - }, - { - "model_a": "PixArtAlpha", - "model_b": "playground_PlayGroundV2_generation", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1712090519.7625 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712090601.2655 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712096381.6514 - }, - { - "model_a": "LCM", - "model_b": "playground_PlayGroundV2_generation", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712097315.5389 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712100738.3253 - }, - { - "model_a": "playground_PlayGroundV2.5_generation", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712101037.6455 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712102448.7766 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1712107202.9706 - }, - { - "model_a": "OpenJourney", - "model_b": "playground_PlayGroundV2.5_generation", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1712108965.2474 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712109122.5165 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1712109213.8951 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712109358.3616 - }, - { - "model_a": "SDXLTurbo", - "model_b": "playground_PlayGroundV2.5_generation", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712117001.0297 - }, - { - "model_a": "SDXLLightning", - "model_b": "playground_PlayGroundV2.5_generation", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1712118230.1894 - }, - { - "model_a": "SDXL", - "model_b": "playground_PlayGroundV2_generation", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1712119102.5959 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712121197.7643 - }, - { - "model_a": "SDXLLightning", - "model_b": "playground_PlayGroundV2_generation", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1712121252.6668 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712123884.0342 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712124341.5273 - }, - { - "model_a": "playground_PlayGroundV2.5_generation", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712125614.5292 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1712126121.0141 - }, - { - "model_a": "playground_PlayGroundV2.5_generation", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1712126170.5917 - }, - { - "model_a": "playground_PlayGroundV2.5_generation", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1712126315.714 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1712126564.7535 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712128780.1503 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712132108.3484 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712133320.7541 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712134260.7333 - }, - { - "model_a": "playground_PlayGroundV2.5_generation", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712135786.4926 - }, - { - "model_a": "OpenJourney", - "model_b": "playground_PlayGroundV2.5_generation", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1712135898.1018 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1712143548.011 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1712144413.3346 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712155558.1644 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1712160036.7119 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712160169.392 - }, - { - "model_a": "playground_PlayGroundV2_generation", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712160209.4155 - }, - { - "model_a": "SDXLTurbo", - "model_b": "playground_PlayGroundV2_generation", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712160329.3403 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1712162016.6231 - }, - { - "model_a": "playground_PlayGroundV2_generation", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1712165334.8837 - }, - { - "model_a": "playground_PlayGroundV2_generation", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712171074.1582 - }, - { - "model_a": "playground_PlayGroundV2.5_generation", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1712179240.9851 - }, - { - "model_a": "playground_PlayGroundV2.5_generation", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712179330.9 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712189064.575 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712189426.4135 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1712190494.4799 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1712191028.5658 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712192131.9962 - }, - { - "model_a": "LCM", - "model_b": "playground_PlayGroundV2_generation", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712194729.8526 - }, - { - "model_a": "playground_PlayGroundV2_generation", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712208446.7424 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712208495.4779 - }, - { - "model_a": "SDXL", - "model_b": "playground_PlayGroundV2_generation", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712208539.1147 - }, - { - "model_a": "SDXL", - "model_b": "playground_PlayGroundV2.5_generation", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712208785.5306 - }, - { - "model_a": "playground_PlayGroundV2_generation", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712208976.3132 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1712208982.4516 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712210749.4703 - }, - { - "model_a": "playground_PlayGroundV2.5_generation", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1712211936.2268 - }, - { - "model_a": "playground_PlayGroundV2_generation", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1712213585.8675 - }, - { - "model_a": "SDXLTurbo", - "model_b": "playground_PlayGroundV2_generation", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712216834.2166 - }, - { - "model_a": "playground_PlayGroundV2.5_generation", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1712217091.2813 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712217239.6495 - }, - { - "model_a": "playground_PlayGroundV2_generation", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712221037.8849 - }, - { - "model_a": "playground_PlayGroundV2_generation", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712222174.8436 - }, - { - "model_a": "OpenJourney", - "model_b": "playground_PlayGroundV2_generation", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712222902.954 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712225885.7298 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712229411.734 - }, - { - "model_a": "PixArtAlpha", - "model_b": "playground_PlayGroundV2.5_generation", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712237019.1054 - }, - { - "model_a": "SDXLLightning", - "model_b": "playground_PlayGroundV2_generation", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1712237160.1477 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712237193.3561 - }, - { - "model_a": "StableCascade", - "model_b": "playground_PlayGroundV2_generation", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1712237243.8268 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1712237326.9039 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1712241328.8991 - }, - { - "model_a": "playground_PlayGroundV2_generation", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712245349.9731 - }, - { - "model_a": "playground_PlayGroundV2_generation", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1712245603.1279 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712245947.5844 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1712245969.1285 - }, - { - "model_a": "SDXLLightning", - "model_b": "playground_PlayGroundV2.5_generation", - "winner": "tie", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1712246235.3508 - }, - { - "model_a": "playground_PlayGroundV2.5_generation", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712248329.8203 - }, - { - "model_a": "StableCascade", - "model_b": "playground_PlayGroundV2_generation", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712260420.8652 - }, - { - "model_a": "SDXLTurbo", - "model_b": "playground_PlayGroundV2.5_generation", - "winner": "model_a", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1712261187.3768 - }, - { - "model_a": "SDXLLightning", - "model_b": "playground_PlayGroundV2.5_generation", - "winner": "tie", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1712273055.5314 - }, - { - "model_a": "SDXL", - "model_b": "playground_PlayGroundV2_generation", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712273457.8678 - }, - { - "model_a": "playground_PlayGroundV2.5_generation", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1712281026.3571 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712281722.5754 - }, - { - "model_a": "playground_PlayGroundV2.5_generation", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712284176.5498 - }, - { - "model_a": "SDXLLightning", - "model_b": "playground_PlayGroundV2_generation", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712285078.3041 - }, - { - "model_a": "playground_PlayGroundV2.5_generation", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712286078.068 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712311245.4163 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1712314002.1755 - }, - { - "model_a": "playground_PlayGroundV2.5_generation", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712319160.9733 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1712319248.4493 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1712319794.8957 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1712319921.282 - }, - { - "model_a": "SDXLTurbo", - "model_b": "playground_PlayGroundV2.5_generation", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712323218.0701 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1712327039.6175 - }, - { - "model_a": "StableCascade", - "model_b": "playground_PlayGroundV2_generation", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712331273.42 - }, - { - "model_a": "playground_PlayGroundV2_generation", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1712331494.0377 - }, - { - "model_a": "playground_PlayGroundV2_generation", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1712331612.0338 - }, - { - "model_a": "playground_PlayGroundV2.5_generation", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712331833.8351 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1712332757.3267 - }, - { - "model_a": "playground_PlayGroundV2_generation", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1712333427.6391 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712333685.7863 - }, - { - "model_a": "playground_PlayGroundV2_generation", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1712333866.3232 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712338150.315 - }, - { - "model_a": "OpenJourney", - "model_b": "playground_PlayGroundV2_generation", - "winner": "model_a", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1712339869.9487 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1712340095.1084 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1712341574.2438 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712344396.479 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1712344419.3357 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712344567.4344 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1712344730.6262 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1712345723.3204 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712345869.6569 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1712358777.511 - }, - { - "model_a": "SDXLLightning", - "model_b": "playground_PlayGroundV2_generation", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712360712.7245 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1712361130.2226 - }, - { - "model_a": "playground_PlayGroundV2_generation", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712363377.9305 - }, - { - "model_a": "SDXLTurbo", - "model_b": "playground_PlayGroundV2.5_generation", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1712363601.3744 - }, - { - "model_a": "LCM", - "model_b": "playground_PlayGroundV2.5_generation", - "winner": "model_a", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1712366200.3341 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712367754.937 - }, - { - "model_a": "SDXL", - "model_b": "playground_PlayGroundV2.5_generation", - "winner": "tie", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1712375200.4581 - }, - { - "model_a": "SDXLLightning", - "model_b": "playground_PlayGroundV2.5_generation", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712375357.969 - }, - { - "model_a": "playground_PlayGroundV2.5_generation", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1712377243.8846 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712377444.202 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1712377712.5771 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712377908.6705 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1712379162.6276 - }, - { - "model_a": "SDXLLightning", - "model_b": "playground_PlayGroundV2_generation", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712379237.3984 - }, - { - "model_a": "playground_PlayGroundV2_generation", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712380916.7541 - }, - { - "model_a": "SDXLTurbo", - "model_b": "playground_PlayGroundV2_generation", - "winner": "tie", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1712380969.8561 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712381022.9733 - }, - { - "model_a": "playground_PlayGroundV2_generation", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712382955.5214 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1712383337.8118 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1712384287.6489 - }, - { - "model_a": "LCM", - "model_b": "playground_PlayGroundV2_generation", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712385360.5429 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712385386.8943 - }, - { - "model_a": "playground_PlayGroundV2.5_generation", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712390674.4531 - }, - { - "model_a": "OpenJourney", - "model_b": "playground_PlayGroundV2_generation", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712390768.2749 - }, - { - "model_a": "SDXLLightning", - "model_b": "playground_PlayGroundV2.5_generation", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712390871.427 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712398543.8606 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712400097.7725 - }, - { - "model_a": "PixArtAlpha", - "model_b": "playground_PlayGroundV2_generation", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712400477.2874 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1712404998.8683 - }, - { - "model_a": "playground_PlayGroundV2.5_generation", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1712405809.3193 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712405914.662 - }, - { - "model_a": "playground_PlayGroundV2.5_generation", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712405963.1903 - }, - { - "model_a": "PixArtAlpha", - "model_b": "playground_PlayGroundV2_generation", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712406896.98 - }, - { - "model_a": "SDXLTurbo", - "model_b": "playground_PlayGroundV2.5_generation", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712409557.6754 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1712410982.5345 - }, - { - "model_a": "SDXLLightning", - "model_b": "playground_PlayGroundV2.5_generation", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712411562.0094 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712416126.9061 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1712416318.2482 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712416409.0118 - }, - { - "model_a": "PixArtAlpha", - "model_b": "playground_PlayGroundV2_generation", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1712422881.6825 - }, - { - "model_a": "SDXLLightning", - "model_b": "playground_PlayGroundV2_generation", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1712422986.9234 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712423046.1434 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712423618.568 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1712424641.4495 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1712442663.3136 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1712457166.2435 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712457217.6697 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712457268.3317 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712457338.3533 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1712469425.2471 - }, - { - "model_a": "PixArtAlpha", - "model_b": "playground_PlayGroundV2.5_generation", - "winner": "model_a", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1712475663.2019 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1712475829.2993 - }, - { - "model_a": "playground_PlayGroundV2.5_generation", - "model_b": "playground_PlayGroundV2_generation", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712476560.6781 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712476724.0852 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1712476957.2674 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712477157.1973 - }, - { - "model_a": "SDXL", - "model_b": "playground_PlayGroundV2.5_generation", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712479407.5587 - }, - { - "model_a": "playground_PlayGroundV2_generation", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1712484118.8757 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1712495614.0291 - }, - { - "model_a": "LCM", - "model_b": "playground_PlayGroundV2_generation", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712510482.9949 - }, - { - "model_a": "playground_PlayGroundV2.5_generation", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712516969.351 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712517085.1911 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712518506.0638 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1712518814.4168 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1712521631.3778 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712521824.1494 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1712522572.0647 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1712523165.3841 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712525154.4021 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712541517.5018 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712541984.2368 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712542419.7502 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712542620.5427 - }, - { - "model_a": "SDXLLightning", - "model_b": "playground_PlayGroundV2.5_generation", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712542650.183 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712543682.206 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712543714.6199 - }, - { - "model_a": "SDXL", - "model_b": "playground_PlayGroundV2.5_generation", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712543899.5932 - }, - { - "model_a": "playground_PlayGroundV2_generation", - "model_b": "playground_PlayGroundV2.5_generation", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712543986.5219 - }, - { - "model_a": "OpenJourney", - "model_b": "playground_PlayGroundV2.5_generation", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712545416.0241 - }, - { - "model_a": "SDXLLightning", - "model_b": "playground_PlayGroundV2.5_generation", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1712545840.7169 - }, - { - "model_a": "playground_PlayGroundV2_generation", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712546379.2121 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1712546868.3238 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712548163.2905 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712552587.1341 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712554563.5812 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1712554641.2233 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712554993.0626 - }, - { - "model_a": "playground_PlayGroundV2.5_generation", - "model_b": "playground_PlayGroundV2_generation", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712555069.9235 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1712555207.603 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1712557524.3229 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1712558007.6451 - }, - { - "model_a": "playground_PlayGroundV2_generation", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1712567471.3265 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712569867.2085 - }, - { - "model_a": "playground_PlayGroundV2.5_generation", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1712573396.5724 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1712574451.7439 - }, - { - "model_a": "playground_PlayGroundV2.5_generation", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712574668.5063 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1712575074.6168 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1712576697.5623 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1712580949.9074 - }, - { - "model_a": "LCM", - "model_b": "playground_PlayGroundV2.5_generation", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712582345.8784 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712584014.9382 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712588055.0366 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712589347.1054 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1712589448.0588 - }, - { - "model_a": "playground_PlayGroundV2.5_generation", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1712589702.8749 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1712590745.1732 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712591284.2114 - }, - { - "model_a": "SDXL", - "model_b": "playground_PlayGroundV2.5_generation", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1712603937.2111 - }, - { - "model_a": "PixArtAlpha", - "model_b": "playground_PlayGroundV2_generation", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1712607197.9836 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1712607259.5046 - }, - { - "model_a": "SDXLLightning", - "model_b": "playground_PlayGroundV2_generation", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712607422.6216 - }, - { - "model_a": "playground_PlayGroundV2.5_generation", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712607564.8438 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1712608712.7083 - }, - { - "model_a": "PixArtAlpha", - "model_b": "playground_PlayGroundV2.5_generation", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1712608857.9973 - } -] \ No newline at end of file diff --git a/arena_elo/results/20240408/elo_results_t2i_generation.pkl b/arena_elo/results/20240408/elo_results_t2i_generation.pkl deleted file mode 100644 index be5d761348c0dec031822e68ad573dd58edc9ba5..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240408/elo_results_t2i_generation.pkl +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd88783d1cf752a0977152f7e16e88b54759173cbb04fb55e9392703ff4819f5 -size 66931 diff --git a/arena_elo/results/20240408/t2i_generation_leaderboard.csv b/arena_elo/results/20240408/t2i_generation_leaderboard.csv deleted file mode 100644 index ec5e8795c5463b7736a15c89c7261a17b6eb540d..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240408/t2i_generation_leaderboard.csv +++ /dev/null @@ -1,10 +0,0 @@ -key,Model,Arena Elo rating (anony),Arena Elo rating (full),License,Organization,Link -Playground v2.5,Playground v2.5,1226.2872445351936,1233.8616648345985,Playground v2.5 Community License,Playground,https://huggingface.co/playgroundai/playground-v2.5-1024px-aesthetic -StableCascade,StableCascade,1105.3322734027522,1031.1844458387527,stable-cascade-nc-community (other),Stability AI,https://huggingface.co/stabilityai/stable-cascade -Playground v2,Playground v2,1091.4371447234744,1093.6921447327898,Playground v2 Community License,Playground,https://huggingface.co/playgroundai/playground-v2-1024px-aesthetic -SDXLLightning,SDXLLightning,1043.235902888147,1004.2360415152086,openrail++,ByteDance,https://huggingface.co/ByteDance/SDXL-Lightning -PixArtAlpha,PixArtAlpha,1020.6412075829058,999.6264863931511,openrail++,PixArt-alpha,https://huggingface.co/PixArt-alpha/PixArt-XL-2-1024-MS -SDXL,SDXL,964.7626495363717,975.3460583905047,openrail++,Stability AI,https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0 -SDXLTurbo,SDXLTurbo,912.2113859675355,927.1873122981513,sai-nc-community (other),Stability AI,https://huggingface.co/stabilityai/sdxl-turbo -OpenJourney,OpenJourney,841.2224045541894,848.6657236271969,creativeml-openrail-m,PromptHero,https://huggingface.co/prompthero/openjourney -LCM,LCM,794.8697868094328,828.5108951096241,MIT License,Tsinghua University,https://huggingface.co/SimianLuo/LCM_Dreamshaper_v7 diff --git a/arena_elo/results/20240411/clean_battle_image_editing.json b/arena_elo/results/20240411/clean_battle_image_editing.json deleted file mode 100644 index eac1ee5d73dd34c32682522f2f1c7238b600d75e..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240411/clean_battle_image_editing.json +++ /dev/null @@ -1,906 +0,0 @@ -[ - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707712630.872 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707712699.668 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707712896.0427 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707712929.7061 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707713147.0445 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707713198.9284 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707713210.1306 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707713747.5115 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707715613.7226 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707765708.2644 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707765861.2742 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707765975.0206 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707768866.9065 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707771673.2989 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707784377.6617 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707784466.8915 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707784983.9581 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707785277.16 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707795299.0619 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707795798.752 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707796435.7996 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707797278.7369 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707797279.6004 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805086.9739 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805220.3253 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805332.6322 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805476.0509 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818374.3438 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834631.9088 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834954.0147 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835366.544 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835643.6178 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835789.25 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836852.671 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707836952.6082 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707837020.7148 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707837226.2259 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707838166.1449 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707838405.0013 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707839133.3126 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707839484.6824 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707850104.2499 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707851384.7689 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707851936.9466 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707852836.3291 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707852878.673 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707853008.1359 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707856807.6229 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707863740.3507 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707866312.1118 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883083.3533 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883181.1397 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883187.9173 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883507.587 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883939.6125 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707892689.4407 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908988.749 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912639.2701 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917685.9574 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919429.336 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707932651.9192 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707932749.3107 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933208.5797 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707945335.6341 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708031168.6838 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708038931.5388 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708057382.78 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708093689.8237 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708093910.4683 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708095090.8232 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708095305.4665 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140553.1694 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708145512.3656 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708145724.4127 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708146846.5098 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189738.4864 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708235874.9246 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708257619.7115 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708341265.7655 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708350183.3086 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708399707.1681 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708441502.4707 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708441716.8195 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708546759.2009 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708546805.4892 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708547082.7124 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708547166.9685 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708547293.7107 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708575046.0529 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708615466.9264 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708615516.3341 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205399.0098 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205767.8923 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709443700.05 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709702898.9291 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710091925.1861 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710517781.1525 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710517859.2942 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710535672.9791 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1711610477.1213 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1711629129.3894 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1711629705.2246 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1711630362.5575 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1711631112.5207 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1711631690.5127 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1711633200.2923 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1711633594.9922 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1711635443.3071 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1711635899.3088 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1711639015.428 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1711646372.1201 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1712873850.0636 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712876598.7667 - } -] \ No newline at end of file diff --git a/arena_elo/results/20240411/clean_battle_t2i_generation.json b/arena_elo/results/20240411/clean_battle_t2i_generation.json deleted file mode 100644 index e145a3576248ef35e4297f5aa40b2947f3710011..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240411/clean_battle_t2i_generation.json +++ /dev/null @@ -1,25610 +0,0 @@ -[ - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707700514.3167 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707701110.2369 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707707434.9832 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707707467.1955 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707715202.5963 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707743517.6731 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707748092.0895 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707766084.3648 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707767434.9053 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707768049.9814 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707771506.9525 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707771618.8687 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707775417.8407 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707797986.5458 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707798121.0587 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707798585.0672 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707802112.022 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707802188.2116 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707802195.8893 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707803608.5079 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707803788.5758 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707803904.6801 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707803981.9232 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804176.6944 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804270.7927 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804297.8869 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804318.2703 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804334.1219 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804349.6842 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804364.5668 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804402.5063 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804439.225 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804479.6379 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804525.4779 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804569.4346 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805195.1868 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805385.1199 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707805544.5954 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805719.6055 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805892.4114 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806065.7944 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806165.7019 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806263.1867 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806323.9389 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806366.3154 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806417.7003 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806450.0813 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806488.8729 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806686.917 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707807465.0362 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707807624.1859 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808070.8364 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808165.8424 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808223.4083 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808242.8483 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808305.2596 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808365.8652 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808516.9725 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808592.0266 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707808776.6806 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707809207.6029 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707809528.5104 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707810829.8424 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707810888.7795 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707811836.4507 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812355.1994 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812463.5112 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812564.4237 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812633.8829 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812692.7422 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812731.7789 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812790.8552 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813196.5863 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813385.0823 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813688.5409 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813789.2976 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813801.8046 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813968.2954 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814081.937 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814113.8281 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814208.3473 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814576.4902 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814587.9823 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814630.8904 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707814638.1626 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814678.0675 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815069.0454 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815265.8876 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815309.9341 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815471.0053 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815496.1672 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815515.1383 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815597.8351 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707816139.8542 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707816453.2139 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707816524.6134 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707816642.8445 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707817578.7496 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818116.1249 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818116.4886 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818164.7455 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818248.2875 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818875.2918 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707819636.4627 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707820183.6769 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707820223.2706 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707821064.6519 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707821537.8837 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707821734.9105 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707821913.7658 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707822028.5932 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707822757.6234 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707824160.6135 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707824465.7056 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707824555.3203 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825315.02 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825427.9915 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825465.0846 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825513.2124 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825892.4661 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825936.2938 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707826004.6453 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707826621.1118 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707826696.6391 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707827607.6358 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707828504.1443 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707828598.2702 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707828650.1074 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829422.0774 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829424.1119 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829545.1677 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829558.9178 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829575.4002 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707829605.377 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829655.401 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829671.9346 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829764.2277 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707830051.739 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707831907.61 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707832672.6529 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833021.7755 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833211.1736 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833330.5156 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833567.2266 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833793.1294 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834070.3689 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834184.5449 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834553.1154 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834593.0783 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834668.474 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834707.0272 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834747.5192 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834769.6714 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834838.9968 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834939.7331 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835013.9187 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835059.1088 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707835084.9734 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835143.1459 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835157.8035 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835271.8395 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835326.7352 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835390.8923 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835525.9638 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835615.8358 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835679.3932 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835717.0721 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835853.3267 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835989.8838 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707836084.5509 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836132.9464 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836135.0599 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836237.3436 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836314.9641 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836695.3278 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707837085.8896 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707839155.8114 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707840267.3024 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707840932.8884 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707841426.0637 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707841877.0338 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707841965.2778 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707842944.8061 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707843000.9465 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707843932.2112 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707844717.8943 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707845169.7825 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707846883.7945 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847300.2803 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847465.1349 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847529.7859 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847805.9735 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847846.2293 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707848073.1447 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707848814.4383 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707849117.1598 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707850807.7058 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707850898.7895 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707851643.0572 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707852226.5775 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707852250.3298 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707852649.075 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707852658.3925 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854112.6589 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854223.7006 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854439.3584 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854467.9121 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854493.356 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707854644.0324 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854745.2094 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707854859.0911 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855029.8798 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855287.8118 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707855365.8721 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855592.3744 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855617.8623 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855662.3148 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707855663.1059 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707855706.2598 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855818.7279 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707857642.2074 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707857681.8972 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707858601.4616 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707859063.3978 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707859131.0729 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707859155.9948 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707859314.8579 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707861187.3856 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707861468.4384 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707861681.2523 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707861762.884 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863154.0782 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863220.9442 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863276.7531 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707863359.6247 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863562.8628 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863623.6038 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707864470.9299 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707865527.8262 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707865559.346 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707866156.3368 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707866211.1115 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707867088.7165 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707867880.8468 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707869812.1567 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707870348.7079 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707870392.0767 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707870526.6392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707870575.054 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707870639.4277 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871185.0523 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871233.4711 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871275.0108 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871354.9701 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871603.5439 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707871663.4536 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707871686.2102 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871840.7281 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871909.9365 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707872099.4329 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707872920.9285 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707872977.5665 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707874406.8176 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707875417.714 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707875703.986 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707875827.46 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707876432.1059 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707876829.205 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707877060.6713 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707878629.8346 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707878669.1334 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707878754.5179 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707879902.0051 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707881075.7184 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707881126.4996 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707882647.3191 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707882792.5618 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883779.6594 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707884893.6044 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707884977.6614 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707885031.1868 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707885083.3686 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707885959.1288 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707886120.659 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707886453.0044 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707887924.3075 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707888115.6326 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707888163.9161 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707888250.1088 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707888730.6572 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707888918.6905 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707889251.9249 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707889339.3417 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889511.4789 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889669.429 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889749.9811 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889822.2849 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707889889.5842 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889977.4531 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707890036.0378 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707890352.6404 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707890503.3537 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707890577.6157 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707891026.6919 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707891203.8892 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707891238.0325 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707891817.495 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707891838.6998 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707891867.0386 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707892517.4853 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707892603.8426 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707892776.7545 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707892856.4175 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707893005.224 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707893730.3778 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707893776.5582 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707893845.3551 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707893914.9762 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707894034.0264 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707894096.279 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707895246.3966 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707895682.8333 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707896516.4099 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897405.8243 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897594.363 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897777.4843 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897851.2186 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897859.3775 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897981.0235 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707898245.577 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707898288.3873 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707898690.7825 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707899153.9213 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707899254.7719 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707899600.5993 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707899708.2314 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707900399.2522 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707901463.2114 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707901625.6262 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707901724.895 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707901805.2825 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707901851.0289 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707901919.5957 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707902655.3889 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707903934.1831 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707903976.2698 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707904071.9685 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707904602.7143 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707904819.7667 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905092.372 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905159.5688 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905200.2306 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905205.8817 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905273.4656 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905352.1535 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905388.8247 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707905403.3113 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906463.3872 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906506.8365 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906531.5441 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906549.5815 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906674.4723 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906696.9843 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707906720.9523 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906789.0782 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707906831.6404 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906871.5136 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707906901.3599 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907016.8681 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907048.7211 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907133.1481 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907147.7204 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707907185.1271 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907223.9358 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707907247.2444 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707907276.8843 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907327.1575 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907427.1745 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907625.4958 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907746.2735 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907788.1814 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907918.7149 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907958.4932 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908048.9348 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908051.4076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908075.9936 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908311.8685 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908325.8212 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908458.9354 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707908563.0142 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908632.1933 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908900.8127 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908931.366 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707909339.6597 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707909562.0429 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707909679.8987 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707909685.0761 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707909778.3151 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707909998.5448 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910050.1127 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910100.9659 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910410.3087 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910587.4802 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910637.0556 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910755.6916 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910801.7684 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910811.2485 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910887.2329 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910896.9534 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707910900.8951 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707910905.4941 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910924.6707 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910982.6954 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910991.9937 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911029.3976 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911127.9317 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707911174.7956 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911218.698 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911276.8502 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911291.0875 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911316.0308 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911331.0514 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911344.5667 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707911518.1543 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911665.1089 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911758.3748 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912074.1765 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707912129.4306 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912176.8019 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912185.9448 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707912248.7648 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707912356.6732 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912462.9377 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912567.5438 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912649.0507 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912679.8891 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912837.4157 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912852.8909 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912910.5681 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912946.5205 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912959.2604 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912999.2068 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707913018.0211 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913032.8311 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707913060.4585 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913061.8856 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913099.4482 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913118.919 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913119.8888 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913178.1121 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707913182.7231 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913186.2456 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913203.1502 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913208.3418 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913251.3096 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913271.6578 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707913275.4802 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913313.9229 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913357.2293 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913389.2412 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913395.0962 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913408.1319 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913445.1243 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913472.8458 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913677.7619 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707914794.6501 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707914855.5524 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707914897.5771 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915023.9768 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915466.0448 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915532.6739 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915587.6978 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915672.2025 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915730.2925 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915777.2634 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915810.9608 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915839.1494 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915861.4564 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707915905.9859 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915915.5039 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707915916.0541 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915951.6873 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915960.4007 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707915970.9477 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916012.5482 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916044.5465 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916065.8303 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916099.7404 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916119.8235 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916170.2499 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916184.2409 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916200.7999 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916218.6752 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916256.2347 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916277.5221 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916309.6548 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916346.9444 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916350.0651 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916386.9622 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916390.033 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916390.6858 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916446.0376 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916450.6489 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916469.5215 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916470.5667 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916505.2343 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916518.4975 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916624.0147 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916696.0474 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916735.8473 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916747.4191 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916792.382 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916810.7745 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916813.1735 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916887.1351 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916898.5144 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916982.3532 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917000.8087 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917036.4298 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917058.6626 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917060.2105 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917073.6256 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917085.2154 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917155.4275 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917191.3453 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917205.0975 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917235.0206 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917258.3194 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917342.1145 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917372.6977 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917385.7986 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917423.7412 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917424.2131 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917498.4327 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917531.0262 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917548.0715 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917596.2616 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917600.5537 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917655.0935 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917673.9615 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917719.7166 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917729.4175 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917759.6363 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917804.9582 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917865.5889 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917969.5961 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918011.8903 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918085.0867 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918131.4236 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918160.0215 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918163.8283 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918194.5629 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918221.8827 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918235.3786 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707918264.5256 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918277.8947 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918323.7305 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918332.564 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707918379.8486 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918434.8289 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918734.8183 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919027.1236 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919054.4345 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919144.3406 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919147.9338 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919230.7308 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919296.9083 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919393.1404 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919478.9496 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919493.7021 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919536.9567 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919564.2367 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919583.6984 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919740.9197 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919883.6543 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920419.1473 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920434.6966 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920509.1715 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920594.0594 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920645.8842 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707921077.823 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707921096.5352 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707921127.6203 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707921159.3097 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707921981.7617 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707922061.6904 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707922132.6713 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707922634.743 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707923032.4667 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707923073.1547 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707923142.4485 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707923251.1361 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707923992.1768 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924165.4497 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924275.8604 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924316.0433 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924413.8304 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924458.3192 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707924738.1432 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925003.1457 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707925076.2295 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925129.2682 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925550.0104 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925615.8461 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707925642.6322 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925766.1992 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707926618.0896 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707926694.5902 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707926790.021 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927050.9478 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927126.2106 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927208.069 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927393.043 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927453.8706 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927496.8595 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927535.7321 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927615.331 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927633.9045 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927650.8896 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927672.6334 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927740.0537 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927758.1402 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927810.2906 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927846.7507 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927893.3725 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927952.7473 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707928190.3431 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707928802.3991 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707929496.0313 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707929599.8263 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707930561.6607 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707931092.8987 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707931225.8171 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707931268.194 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707931887.2924 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707931888.75 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707932190.2759 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933068.2769 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933172.4871 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933217.1406 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933237.3513 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933268.7009 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933292.91 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933297.9225 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933369.0276 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933413.8632 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933431.0668 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933447.92 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933592.8238 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933643.523 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933686.1231 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933768.1406 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933803.0941 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933844.2358 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933880.1095 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933884.089 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933934.1742 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934023.9856 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934049.1471 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934128.2119 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934170.6913 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934267.1023 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934319.3214 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934374.2844 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934382.4736 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934500.6694 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934566.6378 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934598.3878 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934605.1143 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934647.2204 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934695.2706 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934736.906 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934850.4166 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707936241.0814 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707936291.0266 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707936385.9089 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938013.3449 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938180.4804 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938613.6437 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938841.3997 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938951.4817 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707939017.3308 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939045.2476 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939335.1893 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707939380.646 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939541.333 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939641.082 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707939724.1214 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939841.1799 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707939863.0875 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939899.5396 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939936.0293 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940089.2411 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707940185.0653 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940242.5355 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940300.4272 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940343.6813 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940414.8563 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707940439.7377 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707941105.2771 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707941135.1485 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941160.7901 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707941193.6775 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941217.7381 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941324.3807 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941402.8543 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941443.2223 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707941964.3088 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707942036.4955 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707942103.4557 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707942169.7327 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707942264.2183 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707942300.6322 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707942371.5746 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707942571.6778 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707942630.0493 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707943172.7209 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707944152.0658 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707944615.6625 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707945506.1476 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707948092.1905 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949089.686 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707949135.1425 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949281.598 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949303.603 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949494.8498 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707949543.3071 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949599.1029 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707949657.3906 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950176.7606 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950429.6834 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950620.6165 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950881.5139 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950909.097 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950952.0049 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951018.3882 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951081.6152 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951110.0858 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951224.8171 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951884.901 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951962.3044 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707953806.744 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707954087.9998 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707955217.9239 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707955441.7822 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707955865.4022 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707956100.154 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707956171.0881 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707956489.8228 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707956816.0064 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707956983.108 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707957228.6115 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707957427.2669 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707957439.2736 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707957488.8019 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707957695.3719 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707957899.2597 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707958825.5013 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959005.2791 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959072.8789 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959117.3202 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959283.7537 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959517.4248 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959519.9556 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959602.5617 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959668.3561 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959749.5751 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959822.3033 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959889.7336 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959970.3128 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959992.4392 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960066.9854 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960107.1791 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960257.2383 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707960280.0116 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960476.5261 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960552.5788 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960670.3518 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960774.498 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707961245.9252 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707961439.0165 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707961551.5716 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707961628.4485 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707961785.4298 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707961956.6665 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962044.6912 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962086.5075 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962154.8799 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962229.5275 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962306.3355 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962403.6811 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962522.5521 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707962603.7058 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962763.9479 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962856.1898 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962892.813 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707964125.4049 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707964169.0741 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707966705.091 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707966724.1749 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707966916.7014 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707967815.2925 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707968982.8117 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707969103.548 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969221.8545 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969259.4015 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969450.7528 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707969665.3351 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969670.5846 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969748.656 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969796.55 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969932.4526 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970385.7193 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970425.3208 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970472.9276 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970503.8312 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970525.255 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972274.9415 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972395.9 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972462.121 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972465.6562 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972546.5605 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972581.2215 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707974383.3476 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707974441.018 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707974600.5679 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707976631.6841 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707979936.4233 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707980270.8804 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707980272.3898 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707981908.5595 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707981954.3946 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707983689.7292 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707984025.2664 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707985171.0128 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707985495.8015 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707985600.1919 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707986326.9305 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707987318.5669 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707989144.9396 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707989216.3561 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707989423.3999 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707989478.1056 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707989604.5316 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990265.1551 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707990333.7524 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990374.8158 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707990391.696 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990445.4444 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990756.83 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990757.2978 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707990932.9713 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707991096.1999 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707991162.0321 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707992030.5292 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707992073.6867 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707992136.65 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707992209.4205 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707992310.9014 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707995128.8881 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707996569.4656 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707996881.5308 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707996925.6111 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707996970.7215 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707997020.0792 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707997022.6461 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707998799.4084 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707999877.7348 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708000822.1476 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708002809.7539 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708003720.8431 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708003807.5267 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708003850.4119 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708003907.1458 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708005395.3762 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708005524.2485 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708005643.0993 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708005691.4589 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708006921.3169 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007031.2278 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007084.9317 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007169.3253 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708007215.3003 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007254.5339 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007292.3956 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007326.5783 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007411.6694 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007479.5755 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007559.7187 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007640.8531 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007824.5635 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007911.4417 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708008022.0812 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708008304.3283 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708008493.171 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708008606.502 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009363.8241 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009519.9965 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009605.0407 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009855.0076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009925.4483 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708010303.5563 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708010563.9384 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708010909.8944 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708012564.8519 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708012593.424 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708012630.3344 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708012755.1099 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708012807.9212 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708014058.736 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708014155.9281 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708014995.8236 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708015893.8303 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708016214.6399 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016573.8328 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016674.2569 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016711.8716 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708016843.4831 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016913.4118 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708016917.5447 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016967.5059 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708017618.3768 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708017680.9518 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708017789.0711 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708017830.1909 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708017879.2762 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708018045.6918 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708018332.9514 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708018608.3155 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708018705.3157 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019436.3054 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019484.8673 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019600.7404 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019667.5597 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708019734.1978 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019952.4912 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708020007.0338 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708021280.5687 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708021364.4024 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708021396.0419 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708022277.8721 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708023219.4536 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708023736.4653 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708024331.3717 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708026562.9225 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708026693.4445 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708026800.3382 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708026862.5577 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708026938.8916 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708027019.5145 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708027078.7138 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708031098.3078 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708031341.1596 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708031374.8991 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708031417.0021 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708031538.3038 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708032188.7187 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708032342.5879 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708032420.9835 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708033022.7451 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708034090.3644 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708034113.0241 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708034291.5548 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708035819.7005 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708035875.1149 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708035917.9152 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708036289.7746 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708036362.6679 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708036453.317 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708036977.7648 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708037049.0098 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708037080.6835 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708037169.8772 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708037232.9368 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708037738.6347 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708037896.7138 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708037988.3194 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708038099.5572 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708038288.3241 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708038557.0852 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708039031.0195 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708039662.0893 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708042353.4358 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708044416.6951 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708044460.7379 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708044470.7821 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708044507.4909 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708044547.7829 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708044559.2364 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708046510.2161 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708046662.7907 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708046769.7022 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708046780.3516 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708047415.4947 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708048614.887 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708049331.8461 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708049392.378 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708049423.8199 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708049512.7601 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708049575.1588 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708050251.9377 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708050293.4472 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708050308.4985 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708050462.3975 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708050490.8809 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708050498.2108 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708051255.8866 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708053435.384 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708053546.2222 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708053599.0177 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708053966.9856 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708056214.2996 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708057229.1437 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708057322.8692 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708059311.1176 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708059391.5785 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708066612.8351 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708067096.0004 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708067136.5425 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708067232.3091 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708067415.799 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708067574.9226 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708067747.8749 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708068176.8901 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708068914.1969 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708068962.9907 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708069003.5298 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708069143.4702 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708069166.9656 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708069330.803 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708069568.027 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708069851.9453 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708070022.0949 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708072187.4975 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708073481.1461 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708073651.7052 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708073653.0893 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708073709.293 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708073728.9009 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708073806.5067 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708073960.942 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708074154.2882 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708074396.1484 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708074610.5856 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708074679.1138 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708075062.671 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708077280.5931 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708077322.0512 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708078267.7004 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708078294.7229 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708080014.8626 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708080718.6937 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708081723.1128 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708081849.7331 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708082357.1385 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708082676.9847 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084071.5593 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708084233.6032 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084272.1678 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708084306.2933 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084329.5404 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084422.5459 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084448.0676 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708084545.8871 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708085031.092 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708086036.0558 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708087431.6381 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708087504.3381 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708087677.8589 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708088182.024 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708088281.2235 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708088922.5211 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708090426.5116 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708091236.8975 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708091413.819 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708091496.0926 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708091866.6917 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708092044.7034 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708092811.4154 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708093457.1153 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708093518.1758 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708093822.1669 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708093946.8994 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708094792.9638 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708094833.2447 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708094914.4639 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708094981.2979 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708094985.2131 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095768.8978 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095886.5269 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708095900.0872 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095914.3337 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095954.1028 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095974.1364 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096033.0511 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096038.555 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096097.7387 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096182.5309 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096237.6472 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096327.0022 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097240.8207 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097419.7711 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097509.882 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097525.0774 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708097568.222 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097736.7028 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708098813.7485 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708098896.0644 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708100906.6197 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708100958.2986 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708101945.2317 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708103712.9627 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708104808.4396 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708104877.5801 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708104941.7841 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708105042.3432 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708105225.2412 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708105482.9868 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708105534.6317 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708106090.0451 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708106299.9794 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708106918.9237 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708106957.868 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107205.7853 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107337.0744 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107438.9079 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107810.5795 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107903.9406 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708108004.4948 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708108073.6932 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708108224.9075 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708108273.6716 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708108622.5794 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109377.927 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708109574.2361 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109787.5966 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109820.4291 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109964.8059 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109969.4701 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110086.0938 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110359.8645 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110478.6266 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110516.5118 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110722.0719 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110894.43 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111110.5333 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111157.5813 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111208.8895 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111209.35 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111276.261 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111345.4691 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111377.3504 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111412.456 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111425.0459 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111522.5294 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111544.3402 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111584.5444 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111635.4562 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111740.1655 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111831.8014 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111843.4166 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111871.713 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111945.6409 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112033.1376 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112061.7656 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112206.2574 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112206.7184 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112236.3926 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112257.9906 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112349.9469 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112428.7129 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112455.5679 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112666.5624 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112709.1203 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112756.4458 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708112810.0617 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112852.042 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112870.2931 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112919.3083 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113007.7759 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113097.3553 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113376.2534 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113377.609 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113429.7074 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113468.8579 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708113719.0232 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708113774.9737 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708113856.5251 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115064.8115 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115072.4056 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708115116.4138 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708115163.8253 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115274.4666 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115365.4239 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115700.4346 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708115781.6682 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708116986.3445 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117034.5467 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117316.253 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117391.8395 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117414.9773 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117719.1624 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117879.0764 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708118080.6109 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708118373.9448 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708120703.142 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708120778.5357 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708120816.2409 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708121482.9907 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708122033.6099 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708122072.9567 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708122197.6695 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708122265.2623 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708122285.9708 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708122851.3515 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708122975.753 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708123295.3367 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708123837.8162 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708123912.9557 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708124121.4218 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708124189.9424 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708124224.6943 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708124257.7295 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708125488.1034 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708125496.9753 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708126434.3092 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708126483.5169 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708126533.5348 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708127737.1941 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708127774.1258 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708128506.8302 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708128599.9542 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708130890.3452 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132065.7242 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708132126.7234 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708132196.5208 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132467.7891 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132626.6819 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132722.3279 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132794.4495 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708133220.6622 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708133379.774 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708133706.5342 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708133791.5656 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708134194.5586 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708135690.3016 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708135773.4307 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137137.0176 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137200.7484 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708137255.2448 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137646.0651 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137694.589 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137764.5412 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137828.0466 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708138110.5944 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140073.0293 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140088.8806 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708140139.0831 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140145.8505 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708140173.3316 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140179.8027 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140210.5382 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140213.5953 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140260.8624 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708140316.1129 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140360.1673 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140813.5111 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708141183.215 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708141891.6501 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708141971.4729 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708142581.4854 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708142676.2195 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708143073.5683 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708144618.1496 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708144678.6238 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708144779.724 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708144873.941 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708145293.1434 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708146014.328 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708146068.0118 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708146433.888 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708146806.7443 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708147115.7163 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708147988.779 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708148079.6994 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708148249.8614 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708148339.2037 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708149049.8244 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708149487.2149 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708149800.2536 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708151672.2439 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708151699.6482 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708151728.7431 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708151750.0684 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708151795.5923 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708152611.4998 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708155969.2393 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708156027.0017 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708156082.7118 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708156965.8117 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708157931.6349 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708160490.8999 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708160967.0389 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161072.7771 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161164.9265 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161175.3145 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161250.7839 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161344.4487 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161395.1099 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161470.5154 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161493.8058 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161578.5919 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161685.3502 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161744.4562 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161830.4571 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708162423.7927 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708162788.7029 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708162927.1516 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708163762.7364 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708164361.7048 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708165929.3793 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708167159.6451 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708167322.5777 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708168120.0766 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708168339.0175 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708168390.2853 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708169256.1304 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708169315.3648 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708171191.8854 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708171290.2203 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708172121.6343 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708172173.8632 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708173393.5117 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708173733.9815 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708175751.6607 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708175862.4882 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708175892.3837 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708175956.3045 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708176181.9258 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708176239.4311 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708176299.6426 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708177136.3304 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708177743.2047 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708178223.6546 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708178687.4497 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708178759.5559 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708179173.7792 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708180805.5876 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708180857.4361 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708180910.5907 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708180954.3089 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708181131.326 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708181486.732 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708181661.368 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708182592.0714 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708182880.7531 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708182981.589 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708183018.8662 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708183057.7031 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708183136.0475 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708184715.4283 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708184823.9236 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708186992.1392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708187497.8336 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187571.9101 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187616.6648 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187693.4713 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187798.4201 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187878.106 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708188023.1779 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708188113.7851 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189180.9089 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189255.4699 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189289.4887 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189294.5574 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708190594.3693 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708190776.3361 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708191033.4194 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708191440.1808 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708191548.789 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708191711.7215 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708191961.5556 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708192669.4533 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708194178.0538 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708194330.5225 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708194796.3463 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708195490.5541 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708195588.4757 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708196360.2703 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708196373.5338 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197127.813 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197187.7383 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197269.4851 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197462.4622 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197646.0736 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197698.7769 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708199505.5575 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199563.83 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199606.1485 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199658.9069 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708199730.0171 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199779.1095 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199862.3877 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708199947.113 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708200509.7514 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708200639.7706 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708202963.0247 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708204846.6768 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708205029.1505 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708205117.065 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708205616.8439 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708205694.4186 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708205790.1749 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708207080.3918 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708207112.5804 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708207764.321 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708207946.3367 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208000.0355 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208060.3709 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208088.2458 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208157.9119 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208636.4282 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208659.4342 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208739.3584 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208758.6543 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208830.2121 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708208916.3004 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208982.1274 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708209035.5367 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708209086.2585 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708209403.9427 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708209595.737 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212075.3529 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212142.3537 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212362.1027 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212455.3279 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708212522.8349 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212592.8628 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708213525.5828 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708214674.8215 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708216260.4941 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708216295.9763 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708216484.3449 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708216792.5555 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708216881.4459 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708217654.5956 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708217824.3497 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708218049.1273 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708218228.7928 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708220709.2834 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708220749.2794 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708223966.7437 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708224912.2474 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708224994.7921 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708225070.353 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708225127.6709 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708225156.7352 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708225247.4943 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708225331.5296 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708226049.8169 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708227409.6176 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708229720.0179 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708231959.8788 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708233641.0849 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708233936.715 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708233960.532 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708234167.2376 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708234442.478 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708234578.5545 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708234685.9085 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708235094.6835 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708235600.3159 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708235648.6368 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708235692.6976 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708235735.0741 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708235992.4909 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708236964.0669 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708237052.6045 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708237167.5794 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708237665.8684 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708238029.9722 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708238144.4689 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708239433.5071 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708241005.1807 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708242233.7412 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708246818.2547 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708248272.2769 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708249187.0495 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708255788.2223 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708256870.3964 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708257722.1518 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708257863.252 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708258111.6728 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708258123.808 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708258129.0788 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708258363.1549 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708258382.1352 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708258483.7652 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708259385.1642 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708259466.6425 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708259566.9631 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708259653.5893 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708259991.7081 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260002.2506 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260576.1787 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708260579.7168 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260586.0516 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260680.3084 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708260765.3981 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260777.7795 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708261136.1138 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708261293.3588 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708261386.4392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708261654.5818 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708261771.1698 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708261997.0189 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262073.3028 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262213.5624 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262642.1204 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708262672.6433 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708262723.9227 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708262780.1344 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708262878.5661 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262928.1139 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262979.526 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708263334.0474 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708264529.2548 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708266597.9844 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708268215.4201 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708268272.7549 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708269208.6405 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708269271.4767 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708269482.187 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708270156.857 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708273878.1751 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708273957.6425 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708273959.5278 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708274006.6101 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708274254.2376 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708274333.8459 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708276828.19 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708276873.5007 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708276982.3282 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277043.704 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277104.4539 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277111.757 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277154.2405 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277196.5891 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277519.9543 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708277585.2747 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277668.2427 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708277717.2005 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708277910.5217 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708278923.5015 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708280351.4132 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708281043.2273 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708281084.6966 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708281510.9501 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708283522.8397 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708283900.5962 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708283967.9701 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284003.6521 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284136.7046 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284173.3872 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284209.801 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284295.3183 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284352.2413 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284512.1361 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284569.9599 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284661.0038 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284707.1979 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284747.5545 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284786.262 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284811.6143 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284826.019 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284857.6008 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284877.3336 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284925.4894 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284926.2498 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284992.4334 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285144.8357 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285172.7899 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285176.3318 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285226.2026 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285230.0245 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285251.6899 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285277.3227 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285351.5329 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285369.7405 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285466.8213 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285478.6473 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285494.7509 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285514.4219 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285583.0465 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285621.2876 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285638.268 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285673.0919 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285723.5382 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285755.0262 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285765.2709 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285798.6103 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285873.7166 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285886.7408 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285936.4984 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285965.3547 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285998.8217 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286081.7405 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286160.5468 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286162.5817 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286250.7938 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708286292.2898 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286439.8234 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286460.8979 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286477.823 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708286650.052 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286696.2777 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708286747.041 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286760.1765 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286859.6768 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286949.4869 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708287041.6803 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708287126.6675 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708289643.0085 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708289717.8364 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708291591.2884 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708293645.4802 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708294589.7471 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708294771.0958 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708294981.7821 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295057.7197 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708295107.3454 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295148.3313 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295175.4591 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295193.707 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295233.6539 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708295255.9021 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708295306.5686 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708295429.4082 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295605.2575 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295726.1388 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708296763.2981 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708296795.1968 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708297030.3083 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708297141.8407 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708297219.7788 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708298646.8166 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708298730.4007 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708301552.892 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708302116.1866 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708302551.0717 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708302935.5025 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708303060.2346 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708303167.2704 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708303258.4105 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708305857.2171 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708307457.8442 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708308363.8651 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708308438.1661 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708308583.4457 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708308636.5225 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708308829.5762 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708308945.8548 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708309014.2343 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708309032.1446 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708309151.5775 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708310360.2759 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708310571.8526 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708311567.845 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708311755.6812 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708314853.3803 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708314870.1826 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708314884.0823 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708314941.4671 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708315717.633 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708316127.7112 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708316196.8172 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708316226.831 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708316227.9537 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708318466.2588 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708318513.611 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708318577.6952 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708318616.5885 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708318640.7817 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708318722.1609 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708319454.2198 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708320502.3499 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708320585.8314 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708320654.104 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708320684.8391 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708322869.549 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323041.2456 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323210.5873 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323288.0819 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323333.5338 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708323377.5511 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708323431.6197 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323716.2928 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708323755.1567 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323838.289 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708327110.1467 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708327390.9441 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708327450.7489 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708328064.4083 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708328263.1336 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708328734.1267 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708329699.3768 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708331022.0087 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708331540.0262 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708332107.916 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708332677.6709 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708333159.8028 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708333335.0557 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708333400.5451 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708333467.247 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708333489.0349 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708333701.2765 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708334015.77 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708334850.6207 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708334958.8985 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708335125.8436 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708335165.8328 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335208.1935 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335273.3737 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335402.0143 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708335458.0508 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335460.4383 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335533.0273 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335581.083 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335659.5869 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335728.3178 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335803.1856 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708336711.4729 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708338640.8676 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708340756.0458 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708341055.5629 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708341135.6561 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708341986.5639 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708343169.6965 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708345769.1576 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708346061.0247 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708347115.2369 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708347182.9832 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708348038.7305 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349081.3707 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349189.5958 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349255.2076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349287.9766 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349358.4824 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349404.6008 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349500.5487 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349773.133 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349872.8135 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349884.4717 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708350052.1819 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708350259.1582 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708350308.4317 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708350993.0178 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708351802.6755 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708352325.9342 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708352762.4444 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708352866.3974 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708355316.778 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708357756.8134 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708358284.9161 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708359803.1839 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708360975.5432 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708361025.6043 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708361597.214 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362143.1035 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362200.1762 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362267.112 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708362321.7929 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362370.8256 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362446.1154 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708362574.2275 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363013.8443 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363016.4916 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363042.619 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363092.5128 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363095.9158 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363152.3709 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363170.2848 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363219.3472 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363306.8638 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363332.1521 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363523.4473 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363526.6666 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363625.042 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363659.907 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708364061.3263 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708364375.1475 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708364410.5308 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708364482.603 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708365744.2785 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708365822.8718 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366468.6777 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366591.1468 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366695.2628 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366837.1298 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366877.2988 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366940.2037 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366962.4288 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366995.3779 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708367035.3155 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708367058.6757 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708367130.4575 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708367231.3857 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708367238.0157 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708367259.9364 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708367339.3387 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708368110.8263 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708368402.4106 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708368500.8949 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708368579.9913 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708368687.6498 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708368748.6354 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369054.0756 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369061.195 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708369118.2079 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369294.7455 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369452.4548 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369454.8254 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369798.4616 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369858.9204 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369877.1961 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708369894.9433 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708369920.4755 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369965.6359 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708369978.8324 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370114.6649 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708370120.2894 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370153.8069 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370170.713 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708370245.9486 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370303.1676 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370354.7904 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708370497.8506 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708370970.2967 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708371066.168 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708371146.421 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708373035.0333 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708373167.6195 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708373210.4827 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708373244.5799 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708374902.2794 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708374922.9563 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708374968.333 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708374996.5417 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376393.6379 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376469.3833 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376483.4817 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376505.4904 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708376637.2712 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376708.5498 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377012.9002 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377190.6497 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708377263.2326 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377322.8283 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708377454.1211 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377606.6482 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708377662.2339 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377663.376 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377693.3625 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377738.9321 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377775.4047 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708378024.9113 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708378497.6187 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708378782.0179 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708379896.9003 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708380005.1271 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708380741.2885 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708380780.5281 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708380851.263 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708380886.2402 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708381057.915 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708381157.7374 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708381275.5886 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708381514.3737 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708382116.3649 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708382187.8641 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708382522.1443 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708382577.2131 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708382783.891 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708383266.8923 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708383679.3259 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708383801.1579 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708383883.8896 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386412.9605 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386451.5744 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386529.7209 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386816.5677 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386859.69 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708386920.0501 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708389382.6804 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708389630.5809 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708389746.0535 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708390389.7957 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708391662.7332 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708391729.0193 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708391797.465 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708393837.6056 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708394242.3448 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708396973.3268 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708399516.8585 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708399552.8241 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708400928.202 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708401658.6915 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708401742.0246 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708403423.4615 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708403475.7234 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708410140.4031 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708411004.3163 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708415907.1785 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708424217.9809 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708427413.7601 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708427460.3247 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708427621.2687 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708431548.7218 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708432400.6284 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708432944.6184 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708433403.8433 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435106.2485 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435761.4821 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435832.4099 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435933.896 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435982.8254 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708436057.4199 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708436072.4144 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708437217.6666 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708438008.9308 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708438706.2634 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708438934.2953 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708439287.7758 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708439923.647 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708439999.0908 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440087.5812 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708440211.1574 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440263.5249 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440529.2866 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440540.146 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440570.9386 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708440581.3383 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708446302.1591 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708446447.9611 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708446534.9081 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708446691.7238 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708447090.3047 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708447134.701 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708448397.3825 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708448453.7822 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708449150.989 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708449822.1865 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451071.1047 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708451109.781 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451168.6771 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451354.7294 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451443.1307 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451555.2492 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451614.3335 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451660.6139 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708455689.99 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708456610.6148 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708456635.0806 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708456656.3759 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708460422.3079 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460453.2486 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460518.2144 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460530.1115 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460576.3036 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708460682.5018 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460773.542 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708462007.7336 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708467464.9803 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708467629.6663 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708467757.5904 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708469305.5619 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708469369.8344 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708469454.158 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708492727.0962 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708494073.3912 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708500510.1275 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708501238.3762 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708501978.5955 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708502049.0364 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708502446.1358 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708502476.4325 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708502569.5244 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708503285.9456 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708506880.0731 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708506891.3308 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708507015.7228 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708510308.1235 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708510390.7787 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708510567.3504 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708510796.9968 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708512654.8254 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708512714.6641 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708512873.8208 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708521501.0101 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523002.6543 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523166.2856 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523213.0339 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523354.0239 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523408.5461 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708525578.5096 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527186.4533 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527288.0522 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527405.0852 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527544.7905 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527683.6686 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708528060.1154 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708528109.8846 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708528149.3915 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708531058.1268 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708533349.9998 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708533693.5785 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708536698.5217 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708536778.4891 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708542820.3399 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708543759.1964 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708543935.9475 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544051.0766 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544286.8761 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544324.9262 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544362.0311 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544398.7937 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544483.1499 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544736.5525 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708545686.099 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708546049.1243 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708546336.8445 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708546394.5597 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708546583.8932 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708546736.4465 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708550692.9455 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555299.2304 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555322.3069 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555332.8536 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555369.7927 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555375.0179 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555390.7722 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555407.6585 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555455.7676 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555540.3183 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555622.3113 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555680.0043 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555741.5983 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555754.4756 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555766.3914 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555808.6812 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555844.313 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555879.5878 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555929.4494 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708556236.0645 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708556276.7634 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557228.1222 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557348.9605 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557445.204 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557683.2385 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557844.1544 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558239.2106 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558281.3799 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558378.4497 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558468.1559 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558517.9511 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558639.338 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708558665.5547 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708558672.1173 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708558769.4421 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558830.2085 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559222.9563 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559260.1947 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559342.9245 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559432.6408 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559502.3018 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559557.7802 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559641.5331 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559766.8528 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559840.0761 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559855.5324 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559906.3197 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708560207.2608 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708560245.9443 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708560287.0314 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708560321.3302 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708560710.8907 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708560883.2244 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708561160.9518 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708561218.3612 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708561273.2749 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708561401.4796 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708561482.1339 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708561777.9194 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708562012.8101 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708562102.8617 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708562470.6537 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563249.3474 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708563649.9979 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563681.985 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563779.2774 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563900.7433 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563967.4606 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708563975.8202 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708564065.7244 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708564113.2155 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708564129.8582 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708564180.8513 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708565581.949 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708565663.7241 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708565927.8306 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708565940.4723 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708566178.8762 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708566214.2443 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708566288.2316 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708566370.2229 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708566456.7985 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708567167.531 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708567321.5811 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567369.3163 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567410.3654 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708567486.4537 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567515.1841 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567576.7993 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567610.3707 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708575342.9572 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708575377.5081 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708575432.492 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708575509.9167 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708576126.6557 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708576274.3877 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708576787.3784 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708576834.0015 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708576837.6574 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708582281.6752 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708582458.315 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708582577.2366 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708582649.752 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708582871.3593 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708585499.3239 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708585829.1424 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708585834.6547 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708585879.3489 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708591996.2861 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708594442.1268 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708595941.2272 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708597079.3539 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708597142.0053 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708598512.7724 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708598687.005 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708598747.3634 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708598843.9071 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708598997.1236 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599034.0614 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599127.5535 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708599428.0948 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599524.2169 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599650.251 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599744.7816 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599864.6591 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599943.8829 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708604213.5458 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708604306.7872 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708608110.2911 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708608204.3376 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708608255.591 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708608348.9939 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708608607.0221 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708608720.9098 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708610706.6685 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708611742.5666 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708611814.9398 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708611900.228 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612032.8531 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612158.8009 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612236.9362 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612401.5952 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612735.9478 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708613064.4983 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708613104.1133 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708613169.1664 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708615318.9111 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708616953.0218 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708617001.895 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708618754.3837 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708619921.9768 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708626676.6687 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708627035.4957 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708627565.106 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708627690.5477 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708627949.906 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708628193.6998 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708628430.806 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708628434.1998 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708628526.3597 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708630514.9041 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708630693.305 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708630785.4482 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708631112.7006 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708631193.1744 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708632812.9748 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708632842.611 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708632893.8915 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708632937.6854 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708633090.4497 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708633127.4506 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708633730.2183 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708633836.6691 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708634773.8 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708636469.631 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708636569.5302 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708636710.2099 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637202.6082 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637241.9801 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637279.3201 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637329.1681 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637393.7878 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637419.3971 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637422.4796 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637462.3202 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637507.1802 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637524.3502 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637572.4317 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637643.1675 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637733.8037 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637769.9441 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637797.4111 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637917.018 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637965.4844 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708638623.1293 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708638676.9759 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708638731.559 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708639391.3383 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708639460.3853 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708640818.2411 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708640965.1792 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708641143.0325 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708641185.0079 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641259.4363 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641302.2163 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641316.1147 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708641360.4213 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641425.8818 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641502.2228 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641591.6468 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708641655.3866 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708642061.8969 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708645597.9689 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645656.8622 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645673.275 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708645677.5233 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645768.7837 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645804.4571 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645872.5776 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645912.7732 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708650499.9208 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708650714.4005 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708651146.6805 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708652044.7348 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708652192.5887 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708652337.841 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708652521.8235 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708652972.699 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708652996.7585 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708653030.241 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708653043.247 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708653089.7241 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708653147.5538 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708653737.2963 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708655365.0573 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708655409.7099 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708655472.1869 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708657264.2491 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708657337.81 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708657418.3128 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708658175.2229 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708658543.8191 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708658640.1331 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708663371.6458 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708663453.5715 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708663589.2427 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708663675.876 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708663739.4053 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708667931.5671 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708668238.0914 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708668281.3665 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708671319.3641 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708678619.135 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708685618.145 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708685868.7815 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708702523.1323 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708702567.6954 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708703817.6915 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708703865.1439 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708704209.9375 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708706236.3181 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708706421.7442 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708707082.2419 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708707390.1182 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708712954.7437 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708713016.602 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708713063.5799 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708713125.041 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708721418.2078 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708721557.2308 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708724108.2892 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708724196.5633 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708724487.9269 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708724775.433 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729071.2721 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729146.1269 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729188.625 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729268.3783 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729323.5689 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708730964.1093 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708732530.4706 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708751838.0707 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708754634.0829 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708767180.5174 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708770643.2408 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708772688.3741 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708772772.6842 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708774783.9226 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708776536.7927 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708785232.0712 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708785317.6933 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708786356.9968 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708786424.4017 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708786470.2183 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708786492.2535 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708786518.9756 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708799029.591 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708799169.7856 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708799227.4232 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708799238.8801 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708799299.8139 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708811419.8218 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708812784.1763 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708813255.8502 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708816627.7963 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708820536.9722 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708820622.9847 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708820703.2928 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708820759.0888 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708820879.2733 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708820939.5628 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821057.9919 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821203.9242 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821248.8688 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821351.1475 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821390.2767 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821487.5262 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821542.0999 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708837351.1642 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708841796.7056 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708841864.7866 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708841901.0472 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708841969.1219 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708851378.3505 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708851457.7966 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708851805.3758 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708856918.7634 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708860611.2238 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708860683.5123 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708863308.6302 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708867017.2247 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708870503.9182 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708873858.7489 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708873935.9567 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708874475.3014 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708874690.6548 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708874787.329 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708874862.1536 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708884744.9657 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708885428.2142 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708885478.2985 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708887948.3273 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708887999.3935 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708892360.4282 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708892427.6544 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708892762.8291 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708896541.4918 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708896807.8952 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708896948.9719 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708897092.1669 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708897308.972 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708898247.6453 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708898385.0309 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708898940.2221 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708899033.6767 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708899094.7597 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708899313.7174 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900243.5928 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900290.4192 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900534.433 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900739.4792 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900896.3162 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900944.7057 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708901004.3369 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708901140.536 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708901205.185 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708901271.5599 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708906087.535 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708911897.204 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708911980.4889 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708912886.2501 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708917371.546 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708918006.5331 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708918341.2565 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708934158.0566 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708934213.6115 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708945203.3736 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708945250.8863 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708951588.5425 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708951746.5383 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708954742.8616 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708954794.4373 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708959195.6566 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708965914.5915 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708967351.2939 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708969026.9917 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708971206.1694 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708974139.0298 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708974235.2685 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708974452.0594 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708976582.5165 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708976737.6685 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708982645.1325 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709002044.4007 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709005486.5175 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709005615.5125 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709006741.3904 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709152906.1957 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709154393.3068 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709176032.7818 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709185913.6196 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709185957.4018 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709197368.2076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709204174.7904 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709204344.1084 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709204921.5492 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205034.8418 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205145.9696 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205313.1432 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709205580.8501 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205682.8523 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709244758.4784 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709244846.0526 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709244997.4419 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709249601.8221 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709263244.1379 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709283350.3688 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709289571.7738 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709297911.1159 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709297959.7696 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709298035.8417 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709298108.311 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709312905.7852 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709314599.2746 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709319323.9604 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709332589.0245 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709332693.3157 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709332728.5736 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709360609.8041 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709360704.3674 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709360859.8437 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709360898.1113 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709380729.8517 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709380771.4927 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709406624.4226 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709406663.8202 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709406844.2813 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408166.9963 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408597.3412 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408745.2213 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408792.1084 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408909.6471 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709454010.1992 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709456343.29 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709456385.9611 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709467315.4335 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709467670.6771 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709467750.3028 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709467966.3537 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709468070.1882 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709469208.2004 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709470017.6644 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709475236.0353 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709475291.8491 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709475476.199 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709475722.0689 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709476032.8267 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709498390.6569 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709509977.9598 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709510049.9853 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709510101.3471 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709510227.8423 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709510277.2673 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709520634.865 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709521124.9432 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525184.1908 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525363.6295 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525367.4932 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525370.7078 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525371.6054 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709555268.3065 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709555305.8368 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709555365.0629 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709564374.8853 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709564432.9644 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709564508.6477 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709589824.2655 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709607356.55 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709623465.2236 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709637691.8234 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709638050.0782 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709660615.1416 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709660663.1131 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709660705.2524 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709660733.8564 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709666192.9176 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709666371.1496 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709667147.0548 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709681074.0258 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709684215.0404 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709686057.3149 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709686413.5508 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709686525.0986 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697419.1813 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697537.6767 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697625.1537 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697699.2202 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697765.8153 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709701798.7454 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709701867.411 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709703479.7157 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709711606.343 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709711638.9151 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709718263.3968 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709732897.13 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709733146.7189 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709733510.0735 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709733769.0895 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709733984.7209 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709734276.7335 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709734760.1438 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709735046.8892 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709735466.4504 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709743122.0982 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709743199.6366 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709743246.5093 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709744128.3507 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709746441.6565 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709749688.2868 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709749778.8454 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709749831.73 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709750119.0678 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709750177.8679 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709750244.615 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709750390.4456 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709763296.6888 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709763580.1285 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709769083.3294 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709775829.9537 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709776059.1373 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709776195.9153 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709819184.8748 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709819269.7237 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709819464.1394 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709825753.9546 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709826170.6984 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709826303.9404 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709828324.8867 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709828490.8482 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709829347.4525 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709839146.1522 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709859623.8718 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709859805.6945 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709864587.3482 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709869897.94 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709877174.2776 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709877337.4518 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709883867.1277 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709885686.9342 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709889359.5441 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709889475.977 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709889535.5765 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709889619.8086 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709889769.3391 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709889839.6835 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709890143.5601 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709890209.245 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709890369.2681 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709890424.7787 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709910236.0856 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709910443.9066 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709910547.8262 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709910740.3527 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709919646.0226 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709920156.3159 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709920390.0754 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709920607.9947 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709922803.3572 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709922906.1296 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709923262.572 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709964908.1586 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709974796.627 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709974971.5334 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709975174.0559 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709975174.3889 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710039402.3242 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710040062.0696 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710040249.9879 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710040828.1192 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710047131.9231 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710053223.0868 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710053275.1341 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710053339.6443 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710056747.2458 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710056801.1827 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710092028.3776 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710092042.857 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710095633.351 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710095728.1838 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710095809.1074 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710133298.1898 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710134605.6608 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710134733.9032 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710134924.906 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710135718.3156 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710135946.8901 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710136172.0059 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710136347.7712 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710141762.4496 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710141884.3104 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710143269.0113 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710143349.9151 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710146067.3226 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710149580.2395 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710149683.0864 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710150402.497 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710155810.1144 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710170851.7463 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710170947.8453 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710183041.0198 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710185895.446 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710185991.3572 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710193653.549 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710193699.7254 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710193775.4664 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710227601.3057 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710227644.8264 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710228964.504 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710234107.5663 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710234441.145 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710235559.4811 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710235601.0918 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710235666.9547 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710235779.4616 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710235831.2066 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710236066.3334 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710258072.3625 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710267141.2016 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710267192.7152 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710299345.3984 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710311614.7093 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710311959.6796 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710312107.8196 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710312252.8641 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710315638.7234 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710315781.4197 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710316067.3684 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710316169.37 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710317054.0896 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710352047.7971 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710357739.239 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710375197.7291 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710375295.4702 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710375360.6871 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710403111.6764 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710467949.9341 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710483611.0859 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710483659.0327 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710483698.7609 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710517630.2735 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710651486.824 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710693247.298 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710741951.037 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710787410.5558 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710855464.5304 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710861169.7223 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710861237.7484 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710861352.9168 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710871773.5615 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710873305.8459 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878428.772 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878482.5145 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878522.7132 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878554.7388 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878834.1916 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878863.369 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879020.847 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879192.9312 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879426.9459 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879475.339 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879571.0386 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879768.9257 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879802.4914 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879892.1429 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879980.7785 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710880083.0513 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710883916.3294 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710884059.8404 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710884154.0868 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710958939.3192 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710959012.838 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710961159.5411 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710963885.2225 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710963903.3836 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710963953.0057 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710964184.4185 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710972180.6999 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710972340.7372 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710984394.0364 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710984466.3564 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711005711.7078 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711005767.6394 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711020883.8198 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711132439.4155 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711169085.4247 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711169118.983 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711169219.3454 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711169290.371 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711179020.3289 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179069.262 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179117.4887 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179210.767 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179326.5357 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179488.0867 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711394455.3868 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711448873.73 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711466110.333 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711466161.826 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711466197.557 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711466270.7813 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711509481.4801 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711509818.3233 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711535675.4714 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711541359.3793 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1711610623.6551 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1711610660.2674 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.6.126", - "anony": true, - "tstamp": 1711611656.6087 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1711611714.5223 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1711622208.7892 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1711623286.6883 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1711623414.4988 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1711623631.5554 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1711627110.7655 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.6.126", - "anony": true, - "tstamp": 1711627173.8196 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.6.126", - "anony": true, - "tstamp": 1711627232.2276 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.6.126", - "anony": true, - "tstamp": 1711627811.1569 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1711628539.518 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.6.126", - "anony": true, - "tstamp": 1711628765.1336 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1711630489.3854 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1711638839.5102 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1711639335.7323 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1711644182.7469 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1711645743.7583 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1711673691.6253 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.6.126", - "anony": true, - "tstamp": 1711673973.9905 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1711677730.5132 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1711679088.7088 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1711679733.5804 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1711680163.6801 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1711682347.0832 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1711682460.6742 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1711682540.8631 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.6.126", - "anony": true, - "tstamp": 1711683390.2225 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1711690971.115 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1711691256.3373 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1711694743.7244 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.6.126", - "anony": true, - "tstamp": 1711696933.1739 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1711701025.1014 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1711704985.0803 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1711705938.3612 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1711706003.0875 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1711711576.083 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1711715360.2608 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1711718677.0627 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1711722531.6681 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1711722650.6499 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1711724572.8236 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1711724958.2577 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1711724961.0794 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1711725069.4096 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1711725283.6897 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1711726214.992 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1711726483.5946 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1711726483.5946 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1711727344.0479 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1711727395.4847 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1711727886.1271 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1711728599.7983 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1711731238.6486 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1711731516.6119 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1711740379.7498 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1711751661.9328 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1711751779.935 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1711752371.1875 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1711753271.7549 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1711753346.105 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1711753460.4018 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1711753536.7618 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1711754464.5646 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1711755252.7996 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1711759220.1672 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1711761666.7408 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1711761801.7518 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1711761810.2584 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1711761980.2339 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1711765212.7061 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1711765374.2042 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1711765427.0869 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1711765557.4506 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1711767954.5977 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1711768815.4504 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1711775186.0394 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1711779421.4325 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1711779705.6008 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1711780036.1106 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1711780085.7628 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1711780200.6405 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1711780372.2648 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1711780446.3475 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1711780453.9795 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1711780470.9437 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1711780477.4437 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1711780518.457 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1711780554.0623 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1711780632.2754 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1711783186.0901 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1711790134.292 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1711791903.2373 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1711792706.0287 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1711795394.9764 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1711797214.2905 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1711801376.7886 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1711803173.8503 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1711803216.1695 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1711803267.3012 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1711803374.1367 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1711803415.276 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1711803499.6558 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1711803602.7456 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1711803874.6225 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1711804104.561 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1711808561.5508 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1711808623.9807 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1711811551.4153 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1711811788.9179 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1711820810.9192 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1711825296.8492 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1711834913.4899 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1711834976.5468 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1711836150.0007 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1711836363.7289 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1711836435.8043 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1711836547.9563 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1711836613.3128 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1711836677.2201 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1711850369.5036 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1711854284.2698 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1711854302.1001 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1711854334.3008 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1711857102.0962 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1711857152.0371 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1711857282.7773 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1711857596.0374 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1711857662.6104 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1711858173.6846 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1711868316.3924 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1711868485.9312 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1711870149.9453 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1711878756.1343 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1711884952.7779 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1711891948.9821 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1711899056.2472 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1711900893.0856 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1711901033.9422 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1711901102.433 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1711902215.6945 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1711908041.5362 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1711908152.3045 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1711924255.3891 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1711928882.9939 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1711928962.8816 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1711929012.5129 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1711929059.7621 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1711930900.2929 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1711931136.3829 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1711931206.4754 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1711938880.7943 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1711944715.5906 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1711946620.8981 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1711947934.4425 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1711948264.947 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1711948816.0245 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1711948936.8643 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1711949258.1034 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1711954667.2176 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1711954709.926 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1711954791.8528 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1711956199.2211 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1711957655.8033 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1711958304.2592 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1711959330.0803 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1711960705.3863 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1711962385.8 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1711962747.4866 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1711966694.1002 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1711966779.7405 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1711969278.6011 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1711972650.3597 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1711977055.4367 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1711979562.5445 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1711981331.4881 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1711988448.0259 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1711989644.0449 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1711994455.5614 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712009709.9888 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712012856.0232 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1712012887.9591 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1712016170.6771 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712019304.5748 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1712019357.818 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712019436.7859 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712019531.4257 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1712023373.6198 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1712025770.6944 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712025822.4122 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1712032805.4604 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1712037695.4015 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1712037791.382 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712039849.8776 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712041903.0993 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712042063.6098 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712043369.8568 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1712043434.1804 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712044463.9008 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712050187.6745 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712057366.2502 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712057688.4117 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712057821.5767 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712062744.3904 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712062846.5861 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712067715.3957 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1712069956.9492 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1712074096.7114 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712079901.0937 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1712083679.6585 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1712083762.0944 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712084136.274 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712086753.4196 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1712088298.4102 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712089234.7174 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712089458.3054 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1712089774.2933 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1712090519.7625 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712090601.2655 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712096381.6514 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712097315.5389 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712100738.3253 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712101037.6455 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712102448.7766 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1712107202.9706 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1712108965.2474 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712109122.5165 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1712109213.8951 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712109358.3616 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712117001.0297 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1712118230.1894 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1712119102.5959 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712121197.7643 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1712121252.6668 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712123884.0342 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712124341.5273 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712125614.5292 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1712126121.0141 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1712126170.5917 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1712126315.714 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1712126564.7535 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712128780.1503 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712132108.3484 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712133320.7541 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712134260.7333 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712135786.4926 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1712135898.1018 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1712143548.011 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1712144413.3346 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712155558.1644 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1712160036.7119 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712160169.392 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712160209.4155 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712160329.3403 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1712162016.6231 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1712165334.8837 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712171074.1582 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1712179240.9851 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712179330.9 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712189064.575 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712189426.4135 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1712190494.4799 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1712191028.5658 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712192131.9962 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712194729.8526 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712208446.7424 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712208495.4779 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712208539.1147 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712208785.5306 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712208976.3132 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1712208982.4516 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712210749.4703 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1712211936.2268 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1712213585.8675 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712216834.2166 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1712217091.2813 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712217239.6495 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712221037.8849 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712222174.8436 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712222902.954 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712225885.7298 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712229411.734 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712237019.1054 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1712237160.1477 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712237193.3561 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1712237243.8268 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1712237326.9039 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1712241328.8991 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712245349.9731 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1712245603.1279 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712245947.5844 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1712245969.1285 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1712246235.3508 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712248329.8203 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712260420.8652 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1712261187.3768 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1712273055.5314 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712273457.8678 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1712281026.3571 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712281722.5754 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712284176.5498 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712285078.3041 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712286078.068 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712311245.4163 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1712314002.1755 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712319160.9733 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1712319248.4493 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1712319794.8957 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1712319921.282 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712323218.0701 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1712327039.6175 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712331273.42 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1712331494.0377 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1712331612.0338 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712331833.8351 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1712332757.3267 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1712333427.6391 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712333685.7863 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1712333866.3232 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712338150.315 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1712339869.9487 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1712340095.1084 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1712341574.2438 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712344396.479 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1712344419.3357 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712344567.4344 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1712344730.6262 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1712345723.3204 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712345869.6569 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1712358777.511 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712360712.7245 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1712361130.2226 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712363377.9305 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1712363601.3744 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1712366200.3341 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712367754.937 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1712375200.4581 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712375357.969 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1712377243.8846 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712377444.202 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1712377712.5771 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712377908.6705 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1712379162.6276 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712379237.3984 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712380916.7541 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1712380969.8561 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712381022.9733 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712382955.5214 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1712383337.8118 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1712384287.6489 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712385360.5429 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712385386.8943 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712390674.4531 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712390768.2749 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712390871.427 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712398543.8606 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712400097.7725 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712400477.2874 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1712404998.8683 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1712405809.3193 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712405914.662 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712405963.1903 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712406896.98 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712409557.6754 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1712410982.5345 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712411562.0094 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712416126.9061 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1712416318.2482 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712416409.0118 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1712422881.6825 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1712422986.9234 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712423046.1434 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712423618.568 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1712424641.4495 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1712442663.3136 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1712457166.2435 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712457217.6697 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712457268.3317 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712457338.3533 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1712469425.2471 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1712475663.2019 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1712475829.2993 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712476560.6781 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712476724.0852 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1712476957.2674 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712477157.1973 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712479407.5587 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1712484118.8757 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1712495614.0291 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712510482.9949 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712516969.351 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712517085.1911 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712518506.0638 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1712518814.4168 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1712521631.3778 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712521824.1494 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1712522572.0647 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1712523165.3841 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712525154.4021 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712541517.5018 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712541984.2368 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712542419.7502 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712542620.5427 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712542650.183 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712543682.206 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712543714.6199 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712543899.5932 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712543986.5219 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712545416.0241 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1712545840.7169 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712546379.2121 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1712546868.3238 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712548163.2905 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712552587.1341 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712554563.5812 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1712554641.2233 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712554993.0626 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712555069.9235 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1712555207.603 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1712557524.3229 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1712558007.6451 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1712567471.3265 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712569867.2085 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1712573396.5724 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1712574451.7439 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712574668.5063 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1712575074.6168 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1712576697.5623 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1712580949.9074 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712582345.8784 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712584014.9382 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712588055.0366 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712589347.1054 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1712589448.0588 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1712589702.8749 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1712590745.1732 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712591284.2114 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1712603937.2111 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": true, - "tstamp": 1712607197.9836 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.7.189", - "anony": true, - "tstamp": 1712607259.5046 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712607422.6216 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712607564.8438 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712608712.7083 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712608857.9973 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712876168.8235 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712878916.0185 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1712879969.9708 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1712883339.0705 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1712885795.9699 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1712888517.389 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1712894105.1874 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1712894160.2713 - } -] \ No newline at end of file diff --git a/arena_elo/results/20240411/elo_results_image_editing.pkl b/arena_elo/results/20240411/elo_results_image_editing.pkl deleted file mode 100644 index e216dc4f5b7bda581a702d0421a992a51538680a..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240411/elo_results_image_editing.pkl +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d66a54af51d2ecf89f461dbb4e15090d084638596952d3541ce369798a525ff3 -size 57096 diff --git a/arena_elo/results/20240411/elo_results_t2i_generation.pkl b/arena_elo/results/20240411/elo_results_t2i_generation.pkl deleted file mode 100644 index 0502ab72dffdfdf05eaff153f0047b72a397897f..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240411/elo_results_t2i_generation.pkl +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:caf98f560387fa9d6b8c233e9915807adad62315cfdd6d4a5e7c9fda30140eb8 -size 62422 diff --git a/arena_elo/results/20240411/image_editing_leaderboard.csv b/arena_elo/results/20240411/image_editing_leaderboard.csv deleted file mode 100644 index 47a8c1db0a2dee34b9b8901e2f518c456034eaf8..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240411/image_editing_leaderboard.csv +++ /dev/null @@ -1,8 +0,0 @@ -key,Model,Arena Elo rating (anony),Arena Elo rating (full),License,Organization,Link -Prompt2prompt,Prompt2prompt,1188.219371435949,1160.9021011448333,Apache-2.0,"Google, Tel Aviv University",https://prompt-to-prompt.github.io -PNP,PNP,1133.8594830307645,1160.2784411172045,-,Weizmann Institute of Science,https://github.com/MichalGeyer/plug-and-play -InstructPix2Pix,InstructPix2Pix,1086.6617653998492,1065.4343032662,"Copyright 2023 Timothy Brooks, Aleksander Holynski, Alexei A. Efros","University of California, Berkeley",https://www.timothybrooks.com/instruct-pix2pix -MagicBrush,MagicBrush,1084.8708678670623,1120.3917913590851,CC-BY-4.0,"The Ohio State University, University of Waterloo",https://osu-nlp-group.github.io/MagicBrush -Pix2PixZero,Pix2PixZero,983.9050014855375,949.5286840298457,MIT License,"Carnegie Mellon University, Adobe Research",https://pix2pixzero.github.io -CycleDiffusion,CycleDiffusion,847.634435323394,811.6166545238106,X11,Carnegie Mellon University,https://github.com/ChenWu98/cycle-diffusion -SDEdit,SDEdit,674.8490754574439,731.8480245590208,MIT License,Stanford University,https://sde-image-editing.github.io diff --git a/arena_elo/results/20240411/t2i_generation_leaderboard.csv b/arena_elo/results/20240411/t2i_generation_leaderboard.csv deleted file mode 100644 index 01cff44a0d755f788a12791c19542667a9c91ed0..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240411/t2i_generation_leaderboard.csv +++ /dev/null @@ -1,10 +0,0 @@ -key,Model,Arena Elo rating (anony),Arena Elo rating (full),License,Organization,Link -PlayGround V2,PlayGround V2,1096.7894880225679,1099.8051043857877,Playground v2 Community License,Playground,https://huggingface.co/playgroundai/playground-v2-1024px-aesthetic -PlayGround V2.5,PlayGround V2.5,1087.8676967844767,1102.012177335679,Playground v2.5 Community License,Playground,https://huggingface.co/playgroundai/playground-v2.5-1024px-aesthetic -StableCascade,StableCascade,1055.9173326915914,1059.3764815279687,stable-cascade-nc-community (other),Stability AI,https://huggingface.co/stabilityai/stable-cascade -PixArtAlpha,PixArtAlpha,1033.9990481857885,1022.7034421485712,openrail++,PixArt-alpha,https://huggingface.co/PixArt-alpha/PixArt-XL-2-1024-MS -SDXLLightning,SDXLLightning,1033.7993884424232,1038.4887196068619,openrail++,ByteDance,https://huggingface.co/ByteDance/SDXL-Lightning -SDXL,SDXL,1001.9345229118052,1000.9893451213411,openrail++,Stability AI,https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0 -SDXLTurbo,SDXLTurbo,954.8868434684313,951.3491425503697,sai-nc-community (other),Stability AI,https://huggingface.co/stabilityai/sdxl-turbo -OpenJourney,OpenJourney,888.3709717134242,873.7483257587076,creativeml-openrail-m,PromptHero,https://huggingface.co/prompthero/openjourney -LCM,LCM,846.4347077794937,852.2372365264126,MIT License,Tsinghua University,https://huggingface.co/SimianLuo/LCM_Dreamshaper_v7 diff --git a/arena_elo/results/20240428/elo_results_image_editing.pkl b/arena_elo/results/20240428/elo_results_image_editing.pkl deleted file mode 100644 index 73cffbcc42c86c654d4942a10e9cedf5f04f2f8a..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240428/elo_results_image_editing.pkl +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c1b4f1daab3429c7656eb8b3b2128a127480fa8212b17a1a98207884d7ce7a9f -size 58442 diff --git a/arena_elo/results/20240428/image_editing_leaderboard.csv b/arena_elo/results/20240428/image_editing_leaderboard.csv deleted file mode 100644 index f093679b90dda6cc4a4b0854da8ce05683a7ae66..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240428/image_editing_leaderboard.csv +++ /dev/null @@ -1,8 +0,0 @@ -key,Model,Arena Elo rating (anony),Arena Elo rating (full),License,Organization,Link -Prompt2prompt,Prompt2prompt,1224.5951620965877,1133.887231157847,Apache-2.0,"Google, Tel Aviv University",https://prompt-to-prompt.github.io -InstructPix2Pix,InstructPix2Pix,1162.3591990023222,1059.7394666236296,"Copyright 2023 Timothy Brooks, Aleksander Holynski, Alexei A. Efros","University of California, Berkeley",https://www.timothybrooks.com/instruct-pix2pix -PNP,PNP,1142.872221219748,1117.461082043853,-,Weizmann Institute of Science,https://github.com/MichalGeyer/plug-and-play -MagicBrush,MagicBrush,1053.6353139288728,1055.6074426532264,CC-BY-4.0,"The Ohio State University, University of Waterloo",https://osu-nlp-group.github.io/MagicBrush -Pix2PixZero,Pix2PixZero,918.4266240422415,853.535635519584,MIT License,"Carnegie Mellon University, Adobe Research",https://pix2pixzero.github.io -CycleDiffusion,CycleDiffusion,865.2495984976465,775.6226309361784,X11,Carnegie Mellon University,https://github.com/ChenWu98/cycle-diffusion -SDEdit,SDEdit,632.8618812125814,680.2047869803968,MIT License,Stanford University,https://sde-image-editing.github.io diff --git a/arena_elo/results/20240501/clean_battle_t2i_generation.json b/arena_elo/results/20240501/clean_battle_t2i_generation.json deleted file mode 100644 index c072607450768f4b747fce5b533730f0b61064ba..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240501/clean_battle_t2i_generation.json +++ /dev/null @@ -1,23698 +0,0 @@ -[ - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707700514.3167 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707701110.2369 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707707434.9832 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707707467.1955 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707715202.5963 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707743517.6731 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707748092.0895 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707766084.3648 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707767434.9053 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707768049.9814 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707771506.9525 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707771618.8687 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707775417.8407 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707797986.5458 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707798121.0587 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707798585.0672 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707802112.022 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707802188.2116 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707802195.8893 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707803608.5079 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707803788.5758 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707803904.6801 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707803981.9232 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804176.6944 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804270.7927 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804297.8869 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804318.2703 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804334.1219 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804349.6842 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804364.5668 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804402.5063 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804439.225 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804479.6379 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804525.4779 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804569.4346 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805195.1868 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805385.1199 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707805544.5954 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805719.6055 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805892.4114 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806065.7944 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806165.7019 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806263.1867 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806323.9389 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806366.3154 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806417.7003 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806450.0813 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806488.8729 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806686.917 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707807465.0362 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707807624.1859 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808070.8364 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808165.8424 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808223.4083 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808242.8483 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808305.2596 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808365.8652 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808516.9725 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808592.0266 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707808776.6806 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707809207.6029 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707809528.5104 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707810829.8424 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707810888.7795 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707811836.4507 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812355.1994 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812463.5112 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812564.4237 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812633.8829 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812692.7422 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812731.7789 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812790.8552 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813196.5863 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813385.0823 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813688.5409 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813789.2976 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813801.8046 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813968.2954 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814081.937 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814113.8281 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814208.3473 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814576.4902 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814587.9823 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814630.8904 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707814638.1626 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814678.0675 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815069.0454 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815265.8876 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815309.9341 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815471.0053 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815496.1672 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815515.1383 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815597.8351 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707816139.8542 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707816453.2139 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707816524.6134 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707816642.8445 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707817578.7496 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818116.1249 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818116.4886 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818164.7455 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818248.2875 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818875.2918 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707819636.4627 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707820183.6769 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707820223.2706 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707821064.6519 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707821537.8837 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707821734.9105 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707821913.7658 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707822028.5932 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707822757.6234 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707824160.6135 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707824465.7056 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707824555.3203 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825315.02 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825427.9915 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825465.0846 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825513.2124 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825892.4661 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825936.2938 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707826004.6453 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707826621.1118 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707826696.6391 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707827607.6358 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707828504.1443 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707828598.2702 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707828650.1074 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829422.0774 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829424.1119 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829545.1677 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829558.9178 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829575.4002 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707829605.377 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829655.401 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829671.9346 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829764.2277 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707830051.739 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707831907.61 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707832672.6529 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833021.7755 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833211.1736 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833330.5156 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833567.2266 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833793.1294 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834070.3689 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834184.5449 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834553.1154 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834593.0783 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834668.474 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834707.0272 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834747.5192 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834769.6714 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834838.9968 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834939.7331 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835013.9187 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835059.1088 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707835084.9734 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835143.1459 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835157.8035 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835271.8395 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835326.7352 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835390.8923 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835525.9638 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835615.8358 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835679.3932 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835717.0721 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835853.3267 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835989.8838 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707836084.5509 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836132.9464 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836135.0599 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836237.3436 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836314.9641 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836695.3278 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707837085.8896 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707839155.8114 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707840267.3024 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707840932.8884 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707841426.0637 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707841877.0338 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707841965.2778 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707842944.8061 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707843000.9465 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707843932.2112 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707844717.8943 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707845169.7825 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707846883.7945 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847300.2803 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847465.1349 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847529.7859 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847805.9735 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847846.2293 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707848073.1447 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707848814.4383 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707849117.1598 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707850807.7058 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707850898.7895 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707851643.0572 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707852226.5775 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707852250.3298 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707852649.075 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707852658.3925 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854112.6589 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854223.7006 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854439.3584 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854467.9121 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854493.356 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707854644.0324 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854745.2094 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707854859.0911 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855029.8798 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855287.8118 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707855365.8721 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855592.3744 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855617.8623 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855662.3148 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707855663.1059 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707855706.2598 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855818.7279 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707857642.2074 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707857681.8972 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707858601.4616 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707859063.3978 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707859131.0729 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707859155.9948 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707859314.8579 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707861187.3856 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707861468.4384 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707861681.2523 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707861762.884 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863154.0782 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863220.9442 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863276.7531 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707863359.6247 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863562.8628 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863623.6038 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707864470.9299 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707865527.8262 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707865559.346 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707866156.3368 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707866211.1115 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707867088.7165 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707867880.8468 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707869812.1567 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707870348.7079 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707870392.0767 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707870526.6392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707870575.054 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707870639.4277 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871185.0523 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871233.4711 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871275.0108 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871354.9701 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871603.5439 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707871663.4536 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707871686.2102 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871840.7281 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871909.9365 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707872099.4329 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707872920.9285 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707872977.5665 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707874406.8176 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707875417.714 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707875703.986 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707875827.46 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707876432.1059 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707876829.205 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707877060.6713 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707878629.8346 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707878669.1334 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707878754.5179 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707879902.0051 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707881075.7184 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707881126.4996 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707882647.3191 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707882792.5618 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883779.6594 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707884893.6044 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707884977.6614 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707885031.1868 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707885083.3686 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707885959.1288 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707886120.659 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707886453.0044 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707887924.3075 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707888115.6326 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707888163.9161 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707888250.1088 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707888730.6572 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707888918.6905 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707889251.9249 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707889339.3417 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889511.4789 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889669.429 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889749.9811 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889822.2849 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707889889.5842 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889977.4531 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707890036.0378 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707890352.6404 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707890503.3537 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707890577.6157 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707891026.6919 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707891203.8892 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707891238.0325 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707891817.495 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707891838.6998 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707891867.0386 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707892517.4853 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707892603.8426 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707892776.7545 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707892856.4175 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707893005.224 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707893730.3778 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707893776.5582 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707893845.3551 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707893914.9762 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707894034.0264 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707894096.279 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707895246.3966 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707895682.8333 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707896516.4099 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897405.8243 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897594.363 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897777.4843 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897851.2186 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897859.3775 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897981.0235 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707898245.577 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707898288.3873 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707898690.7825 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707899153.9213 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707899254.7719 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707899600.5993 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707899708.2314 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707900399.2522 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707901463.2114 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707901625.6262 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707901724.895 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707901805.2825 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707901851.0289 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707901919.5957 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707902655.3889 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707903934.1831 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707903976.2698 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707904071.9685 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707904602.7143 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707904819.7667 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905092.372 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905159.5688 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905200.2306 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905205.8817 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905273.4656 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905352.1535 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905388.8247 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707905403.3113 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906463.3872 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906506.8365 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906531.5441 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906549.5815 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906674.4723 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906696.9843 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707906720.9523 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906789.0782 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707906831.6404 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906871.5136 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707906901.3599 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907016.8681 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907048.7211 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907133.1481 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907147.7204 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707907185.1271 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907223.9358 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707907247.2444 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707907276.8843 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907327.1575 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907427.1745 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907625.4958 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907746.2735 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907788.1814 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907918.7149 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907958.4932 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908048.9348 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908051.4076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908075.9936 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908311.8685 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908325.8212 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908458.9354 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707908563.0142 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908632.1933 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908900.8127 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908931.366 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707909339.6597 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707909562.0429 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707909679.8987 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707909685.0761 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707909778.3151 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707909998.5448 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910050.1127 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910100.9659 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910410.3087 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910587.4802 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910637.0556 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910755.6916 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910801.7684 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910811.2485 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910887.2329 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910896.9534 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707910900.8951 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707910905.4941 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910924.6707 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910982.6954 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910991.9937 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911029.3976 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911127.9317 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707911174.7956 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911218.698 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911276.8502 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911291.0875 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911316.0308 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911331.0514 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911344.5667 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707911518.1543 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911665.1089 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911758.3748 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912074.1765 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707912129.4306 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912176.8019 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912185.9448 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707912248.7648 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707912356.6732 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912462.9377 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912567.5438 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912649.0507 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912679.8891 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912837.4157 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912852.8909 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912910.5681 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912946.5205 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912959.2604 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912999.2068 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707913018.0211 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913032.8311 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707913060.4585 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913061.8856 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913099.4482 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913118.919 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913119.8888 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913178.1121 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707913182.7231 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913186.2456 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913203.1502 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913208.3418 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913251.3096 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913271.6578 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707913275.4802 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913313.9229 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913357.2293 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913389.2412 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913395.0962 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913408.1319 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913445.1243 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913472.8458 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913677.7619 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707914794.6501 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707914855.5524 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707914897.5771 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915023.9768 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915466.0448 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915532.6739 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915587.6978 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915672.2025 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915730.2925 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915777.2634 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915810.9608 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915839.1494 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915861.4564 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707915905.9859 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915915.5039 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707915916.0541 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915951.6873 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915960.4007 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707915970.9477 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916012.5482 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916044.5465 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916065.8303 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916099.7404 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916119.8235 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916170.2499 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916184.2409 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916200.7999 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916218.6752 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916256.2347 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916277.5221 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916309.6548 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916346.9444 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916350.0651 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916386.9622 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916390.033 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916390.6858 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916446.0376 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916450.6489 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916469.5215 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916470.5667 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916505.2343 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916518.4975 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916624.0147 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916696.0474 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916735.8473 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916747.4191 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916792.382 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916810.7745 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916813.1735 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916887.1351 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916898.5144 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916982.3532 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917000.8087 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917036.4298 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917058.6626 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917060.2105 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917073.6256 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917085.2154 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917155.4275 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917191.3453 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917205.0975 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917235.0206 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917258.3194 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917342.1145 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917372.6977 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917385.7986 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917423.7412 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917424.2131 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917498.4327 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917531.0262 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917548.0715 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917596.2616 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917600.5537 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917655.0935 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917673.9615 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917719.7166 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917729.4175 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917759.6363 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917804.9582 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917865.5889 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917969.5961 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918011.8903 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918085.0867 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918131.4236 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918160.0215 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918163.8283 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918194.5629 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918221.8827 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918235.3786 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707918264.5256 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918277.8947 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918323.7305 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918332.564 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707918379.8486 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918434.8289 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918734.8183 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919027.1236 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919054.4345 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919144.3406 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919147.9338 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919230.7308 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919296.9083 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919393.1404 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919478.9496 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919493.7021 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919536.9567 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919564.2367 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919583.6984 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919740.9197 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919883.6543 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920419.1473 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920434.6966 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920509.1715 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920594.0594 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920645.8842 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707921077.823 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707921096.5352 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707921127.6203 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707921159.3097 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707921981.7617 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707922061.6904 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707922132.6713 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707922634.743 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707923032.4667 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707923073.1547 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707923142.4485 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707923251.1361 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707923992.1768 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924165.4497 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924275.8604 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924316.0433 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924413.8304 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924458.3192 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707924738.1432 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925003.1457 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707925076.2295 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925129.2682 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925550.0104 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925615.8461 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707925642.6322 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925766.1992 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707926618.0896 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707926694.5902 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707926790.021 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927050.9478 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927126.2106 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927208.069 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927393.043 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927453.8706 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927496.8595 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927535.7321 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927615.331 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927633.9045 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927650.8896 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927672.6334 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927740.0537 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927758.1402 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927810.2906 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927846.7507 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927893.3725 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927952.7473 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707928190.3431 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707928802.3991 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707929496.0313 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707929599.8263 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707930561.6607 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707931092.8987 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707931225.8171 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707931268.194 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707931887.2924 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707931888.75 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707932190.2759 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933068.2769 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933172.4871 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933217.1406 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933237.3513 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933268.7009 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933292.91 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933297.9225 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933369.0276 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933413.8632 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933431.0668 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933447.92 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933592.8238 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933643.523 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933686.1231 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933768.1406 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933803.0941 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933844.2358 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933880.1095 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933884.089 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933934.1742 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934023.9856 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934049.1471 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934128.2119 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934170.6913 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934267.1023 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934319.3214 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934374.2844 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934382.4736 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934500.6694 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934566.6378 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934598.3878 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934605.1143 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934647.2204 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934695.2706 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934736.906 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934850.4166 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707936241.0814 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707936291.0266 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707936385.9089 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938013.3449 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938180.4804 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938613.6437 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938841.3997 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938951.4817 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707939017.3308 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939045.2476 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939335.1893 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707939380.646 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939541.333 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939641.082 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707939724.1214 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939841.1799 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707939863.0875 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939899.5396 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939936.0293 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940089.2411 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707940185.0653 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940242.5355 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940300.4272 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940343.6813 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940414.8563 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707940439.7377 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707941105.2771 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707941135.1485 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941160.7901 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707941193.6775 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941217.7381 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941324.3807 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941402.8543 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941443.2223 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707941964.3088 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707942036.4955 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707942103.4557 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707942169.7327 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707942264.2183 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707942300.6322 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707942371.5746 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707942571.6778 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707942630.0493 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707943172.7209 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707944152.0658 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707944615.6625 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707945506.1476 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707948092.1905 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949089.686 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707949135.1425 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949281.598 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949303.603 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949494.8498 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707949543.3071 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949599.1029 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707949657.3906 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950176.7606 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950429.6834 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950620.6165 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950881.5139 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950909.097 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950952.0049 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951018.3882 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951081.6152 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951110.0858 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951224.8171 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951884.901 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951962.3044 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707953806.744 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707954087.9998 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707955217.9239 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707955441.7822 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707955865.4022 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707956100.154 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707956171.0881 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707956489.8228 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707956816.0064 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707956983.108 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707957228.6115 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707957427.2669 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707957439.2736 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707957488.8019 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707957695.3719 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707957899.2597 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707958825.5013 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959005.2791 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959072.8789 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959117.3202 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959283.7537 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959517.4248 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959519.9556 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959602.5617 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959668.3561 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959749.5751 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959822.3033 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959889.7336 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959970.3128 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959992.4392 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960066.9854 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960107.1791 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960257.2383 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707960280.0116 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960476.5261 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960552.5788 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960670.3518 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960774.498 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707961245.9252 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707961439.0165 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707961551.5716 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707961628.4485 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707961785.4298 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707961956.6665 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962044.6912 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962086.5075 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962154.8799 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962229.5275 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962306.3355 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962403.6811 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962522.5521 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707962603.7058 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962763.9479 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962856.1898 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962892.813 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707964125.4049 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707964169.0741 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707966705.091 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707966724.1749 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707966916.7014 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707967815.2925 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707968982.8117 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707969103.548 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969221.8545 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969259.4015 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969450.7528 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707969665.3351 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969670.5846 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969748.656 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969796.55 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969932.4526 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970385.7193 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970425.3208 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970472.9276 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970503.8312 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970525.255 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972274.9415 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972395.9 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972462.121 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972465.6562 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972546.5605 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972581.2215 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707974383.3476 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707974441.018 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707974600.5679 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707976631.6841 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707979936.4233 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707980270.8804 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707980272.3898 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707981908.5595 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707981954.3946 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707983689.7292 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707984025.2664 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707985171.0128 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707985495.8015 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707985600.1919 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707986326.9305 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707987318.5669 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707989144.9396 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707989216.3561 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707989423.3999 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707989478.1056 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707989604.5316 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990265.1551 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707990333.7524 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990374.8158 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707990391.696 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990445.4444 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990756.83 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990757.2978 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707990932.9713 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707991096.1999 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707991162.0321 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707992030.5292 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707992073.6867 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707992136.65 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707992209.4205 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707992310.9014 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707995128.8881 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707996569.4656 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707996881.5308 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707996925.6111 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707996970.7215 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707997020.0792 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707997022.6461 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707998799.4084 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707999877.7348 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708000822.1476 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708002809.7539 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708003720.8431 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708003807.5267 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708003850.4119 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708003907.1458 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708005395.3762 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708005524.2485 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708005643.0993 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708005691.4589 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708006921.3169 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007031.2278 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007084.9317 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007169.3253 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708007215.3003 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007254.5339 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007292.3956 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007326.5783 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007411.6694 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007479.5755 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007559.7187 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007640.8531 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007824.5635 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007911.4417 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708008022.0812 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708008304.3283 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708008493.171 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708008606.502 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009363.8241 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009519.9965 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009605.0407 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009855.0076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009925.4483 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708010303.5563 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708010563.9384 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708010909.8944 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708012564.8519 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708012593.424 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708012630.3344 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708012755.1099 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708012807.9212 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708014058.736 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708014155.9281 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708014995.8236 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708015893.8303 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708016214.6399 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016573.8328 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016674.2569 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016711.8716 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708016843.4831 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016913.4118 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708016917.5447 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016967.5059 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708017618.3768 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708017680.9518 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708017789.0711 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708017830.1909 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708017879.2762 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708018045.6918 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708018332.9514 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708018608.3155 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708018705.3157 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019436.3054 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019484.8673 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019600.7404 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019667.5597 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708019734.1978 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019952.4912 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708020007.0338 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708021280.5687 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708021364.4024 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708021396.0419 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708022277.8721 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708023219.4536 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708023736.4653 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708024331.3717 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708026562.9225 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708026693.4445 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708026800.3382 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708026862.5577 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708026938.8916 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708027019.5145 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708027078.7138 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708031098.3078 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708031341.1596 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708031374.8991 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708031417.0021 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708031538.3038 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708032188.7187 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708032342.5879 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708032420.9835 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708033022.7451 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708034090.3644 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708034113.0241 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708034291.5548 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708035819.7005 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708035875.1149 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708035917.9152 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708036289.7746 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708036362.6679 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708036453.317 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708036977.7648 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708037049.0098 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708037080.6835 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708037169.8772 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708037232.9368 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708037738.6347 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708037896.7138 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708037988.3194 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708038099.5572 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708038288.3241 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708038557.0852 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708039031.0195 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708039662.0893 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708042353.4358 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708044416.6951 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708044460.7379 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708044470.7821 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708044507.4909 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708044547.7829 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708044559.2364 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708046510.2161 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708046662.7907 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708046769.7022 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708046780.3516 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708047415.4947 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708048614.887 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708049331.8461 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708049392.378 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708049423.8199 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708049512.7601 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708049575.1588 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708050251.9377 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708050293.4472 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708050308.4985 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708050462.3975 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708050490.8809 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708050498.2108 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708051255.8866 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708053435.384 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708053546.2222 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708053599.0177 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708053966.9856 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708056214.2996 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708057229.1437 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708057322.8692 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708059311.1176 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708059391.5785 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708066612.8351 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708067096.0004 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708067136.5425 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708067232.3091 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708067415.799 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708067574.9226 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708067747.8749 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708068176.8901 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708068914.1969 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708068962.9907 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708069003.5298 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708069143.4702 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708069166.9656 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708069330.803 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708069568.027 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708069851.9453 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708070022.0949 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708072187.4975 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708073481.1461 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708073651.7052 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708073653.0893 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708073709.293 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708073728.9009 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708073806.5067 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708073960.942 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708074154.2882 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708074396.1484 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708074610.5856 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708074679.1138 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708075062.671 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708077280.5931 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708077322.0512 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708078267.7004 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708078294.7229 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708080014.8626 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708080718.6937 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708081723.1128 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708081849.7331 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708082357.1385 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708082676.9847 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084071.5593 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708084233.6032 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084272.1678 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708084306.2933 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084329.5404 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084422.5459 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084448.0676 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708084545.8871 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708085031.092 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708086036.0558 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708087431.6381 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708087504.3381 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708087677.8589 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708088182.024 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708088281.2235 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708088922.5211 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708090426.5116 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708091236.8975 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708091413.819 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708091496.0926 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708091866.6917 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708092044.7034 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708092811.4154 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708093457.1153 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708093518.1758 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708093822.1669 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708093946.8994 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708094792.9638 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708094833.2447 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708094914.4639 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708094981.2979 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708094985.2131 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095768.8978 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095886.5269 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708095900.0872 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095914.3337 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095954.1028 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095974.1364 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096033.0511 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096038.555 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096097.7387 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096182.5309 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096237.6472 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096327.0022 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097240.8207 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097419.7711 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097509.882 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097525.0774 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708097568.222 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097736.7028 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708098813.7485 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708098896.0644 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708100906.6197 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708100958.2986 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708101945.2317 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708103712.9627 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708104808.4396 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708104877.5801 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708104941.7841 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708105042.3432 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708105225.2412 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708105482.9868 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708105534.6317 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708106090.0451 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708106299.9794 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708106918.9237 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708106957.868 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107205.7853 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107337.0744 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107438.9079 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107810.5795 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107903.9406 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708108004.4948 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708108073.6932 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708108224.9075 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708108273.6716 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708108622.5794 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109377.927 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708109574.2361 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109787.5966 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109820.4291 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109964.8059 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109969.4701 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110086.0938 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110359.8645 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110478.6266 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110516.5118 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110722.0719 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110894.43 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111110.5333 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111157.5813 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111208.8895 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111209.35 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111276.261 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111345.4691 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111377.3504 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111412.456 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111425.0459 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111522.5294 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111544.3402 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111584.5444 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111635.4562 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111740.1655 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111831.8014 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111843.4166 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111871.713 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111945.6409 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112033.1376 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112061.7656 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112206.2574 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112206.7184 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112236.3926 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112257.9906 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112349.9469 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112428.7129 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112455.5679 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112666.5624 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112709.1203 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112756.4458 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708112810.0617 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112852.042 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112870.2931 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112919.3083 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113007.7759 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113097.3553 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113376.2534 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113377.609 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113429.7074 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113468.8579 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708113719.0232 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708113774.9737 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708113856.5251 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115064.8115 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115072.4056 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708115116.4138 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708115163.8253 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115274.4666 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115365.4239 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115700.4346 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708115781.6682 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708116986.3445 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117034.5467 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117316.253 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117391.8395 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117414.9773 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117719.1624 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117879.0764 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708118080.6109 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708118373.9448 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708120703.142 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708120778.5357 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708120816.2409 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708121482.9907 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708122033.6099 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708122072.9567 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708122197.6695 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708122265.2623 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708122285.9708 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708122851.3515 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708122975.753 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708123295.3367 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708123837.8162 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708123912.9557 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708124121.4218 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708124189.9424 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708124224.6943 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708124257.7295 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708125488.1034 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708125496.9753 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708126434.3092 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708126483.5169 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708126533.5348 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708127737.1941 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708127774.1258 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708128506.8302 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708128599.9542 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708130890.3452 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132065.7242 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708132126.7234 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708132196.5208 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132467.7891 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132626.6819 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132722.3279 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132794.4495 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708133220.6622 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708133379.774 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708133706.5342 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708133791.5656 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708134194.5586 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708135690.3016 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708135773.4307 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137137.0176 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137200.7484 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708137255.2448 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137646.0651 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137694.589 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137764.5412 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137828.0466 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708138110.5944 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140073.0293 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140088.8806 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708140139.0831 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140145.8505 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708140173.3316 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140179.8027 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140210.5382 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140213.5953 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140260.8624 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708140316.1129 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140360.1673 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140813.5111 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708141183.215 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708141891.6501 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708141971.4729 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708142581.4854 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708142676.2195 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708143073.5683 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708144618.1496 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708144678.6238 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708144779.724 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708144873.941 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708145293.1434 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708146014.328 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708146068.0118 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708146433.888 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708146806.7443 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708147115.7163 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708147988.779 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708148079.6994 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708148249.8614 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708148339.2037 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708149049.8244 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708149487.2149 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708149800.2536 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708151672.2439 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708151699.6482 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708151728.7431 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708151750.0684 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708151795.5923 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708152611.4998 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708155969.2393 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708156027.0017 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708156082.7118 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708156965.8117 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708157931.6349 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708160490.8999 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708160967.0389 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161072.7771 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161164.9265 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161175.3145 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161250.7839 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161344.4487 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161395.1099 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161470.5154 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161493.8058 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161578.5919 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161685.3502 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161744.4562 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161830.4571 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708162423.7927 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708162788.7029 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708162927.1516 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708163762.7364 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708164361.7048 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708165929.3793 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708167159.6451 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708167322.5777 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708168120.0766 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708168339.0175 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708168390.2853 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708169256.1304 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708169315.3648 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708171191.8854 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708171290.2203 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708172121.6343 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708172173.8632 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708173393.5117 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708173733.9815 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708175751.6607 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708175862.4882 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708175892.3837 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708175956.3045 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708176181.9258 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708176239.4311 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708176299.6426 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708177136.3304 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708177743.2047 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708178223.6546 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708178687.4497 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708178759.5559 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708179173.7792 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708180805.5876 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708180857.4361 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708180910.5907 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708180954.3089 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708181131.326 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708181486.732 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708181661.368 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708182592.0714 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708182880.7531 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708182981.589 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708183018.8662 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708183057.7031 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708183136.0475 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708184715.4283 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708184823.9236 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708186992.1392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708187497.8336 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187571.9101 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187616.6648 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187693.4713 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187798.4201 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187878.106 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708188023.1779 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708188113.7851 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189180.9089 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189255.4699 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189289.4887 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189294.5574 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708190594.3693 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708190776.3361 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708191033.4194 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708191440.1808 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708191548.789 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708191711.7215 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708191961.5556 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708192669.4533 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708194178.0538 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708194330.5225 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708194796.3463 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708195490.5541 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708195588.4757 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708196360.2703 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708196373.5338 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197127.813 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197187.7383 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197269.4851 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197462.4622 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197646.0736 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197698.7769 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708199505.5575 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199563.83 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199606.1485 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199658.9069 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708199730.0171 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199779.1095 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199862.3877 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708199947.113 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708200509.7514 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708200639.7706 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708202963.0247 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708204846.6768 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708205029.1505 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708205117.065 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708205616.8439 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708205694.4186 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708205790.1749 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708207080.3918 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708207112.5804 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708207764.321 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708207946.3367 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208000.0355 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208060.3709 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208088.2458 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208157.9119 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208636.4282 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208659.4342 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208739.3584 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208758.6543 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208830.2121 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708208916.3004 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208982.1274 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708209035.5367 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708209086.2585 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708209403.9427 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708209595.737 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212075.3529 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212142.3537 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212362.1027 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212455.3279 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708212522.8349 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212592.8628 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708213525.5828 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708214674.8215 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708216260.4941 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708216295.9763 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708216484.3449 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708216792.5555 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708216881.4459 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708217654.5956 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708217824.3497 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708218049.1273 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708218228.7928 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708220709.2834 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708220749.2794 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708223966.7437 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708224912.2474 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708224994.7921 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708225070.353 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708225127.6709 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708225156.7352 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708225247.4943 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708225331.5296 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708226049.8169 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708227409.6176 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708229720.0179 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708231959.8788 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708233641.0849 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708233936.715 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708233960.532 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708234167.2376 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708234442.478 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708234578.5545 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708234685.9085 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708235094.6835 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708235600.3159 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708235648.6368 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708235692.6976 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708235735.0741 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708235992.4909 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708236964.0669 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708237052.6045 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708237167.5794 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708237665.8684 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708238029.9722 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708238144.4689 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708239433.5071 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708241005.1807 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708242233.7412 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708246818.2547 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708248272.2769 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708249187.0495 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708255788.2223 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708256870.3964 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708257722.1518 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708257863.252 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708258111.6728 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708258123.808 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708258129.0788 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708258363.1549 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708258382.1352 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708258483.7652 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708259385.1642 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708259466.6425 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708259566.9631 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708259653.5893 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708259991.7081 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260002.2506 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260576.1787 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708260579.7168 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260586.0516 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260680.3084 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708260765.3981 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260777.7795 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708261136.1138 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708261293.3588 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708261386.4392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708261654.5818 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708261771.1698 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708261997.0189 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262073.3028 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262213.5624 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262642.1204 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708262672.6433 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708262723.9227 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708262780.1344 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708262878.5661 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262928.1139 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262979.526 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708263334.0474 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708264529.2548 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708266597.9844 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708268215.4201 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708268272.7549 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708269208.6405 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708269271.4767 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708269482.187 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708270156.857 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708273878.1751 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708273957.6425 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708273959.5278 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708274006.6101 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708274254.2376 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708274333.8459 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708276828.19 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708276873.5007 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708276982.3282 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277043.704 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277104.4539 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277111.757 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277154.2405 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277196.5891 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277519.9543 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708277585.2747 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277668.2427 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708277717.2005 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708277910.5217 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708278923.5015 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708280351.4132 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708281043.2273 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708281084.6966 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708281510.9501 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708283522.8397 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708283900.5962 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708283967.9701 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284003.6521 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284136.7046 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284173.3872 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284209.801 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284295.3183 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284352.2413 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284512.1361 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284569.9599 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284661.0038 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284707.1979 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284747.5545 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284786.262 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284811.6143 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284826.019 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284857.6008 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284877.3336 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284925.4894 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284926.2498 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284992.4334 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285144.8357 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285172.7899 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285176.3318 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285226.2026 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285230.0245 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285251.6899 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285277.3227 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285351.5329 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285369.7405 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285466.8213 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285478.6473 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285494.7509 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285514.4219 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285583.0465 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285621.2876 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285638.268 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285673.0919 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285723.5382 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285755.0262 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285765.2709 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285798.6103 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285873.7166 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285886.7408 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285936.4984 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285965.3547 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285998.8217 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286081.7405 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286160.5468 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286162.5817 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286250.7938 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708286292.2898 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286439.8234 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286460.8979 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286477.823 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708286650.052 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286696.2777 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708286747.041 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286760.1765 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286859.6768 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286949.4869 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708287041.6803 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708287126.6675 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708289643.0085 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708289717.8364 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708291591.2884 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708293645.4802 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708294589.7471 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708294771.0958 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708294981.7821 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295057.7197 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708295107.3454 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295148.3313 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295175.4591 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295193.707 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295233.6539 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708295255.9021 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708295306.5686 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708295429.4082 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295605.2575 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295726.1388 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708296763.2981 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708296795.1968 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708297030.3083 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708297141.8407 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708297219.7788 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708298646.8166 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708298730.4007 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708301552.892 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708302116.1866 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708302551.0717 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708302935.5025 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708303060.2346 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708303167.2704 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708303258.4105 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708305857.2171 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708307457.8442 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708308363.8651 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708308438.1661 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708308583.4457 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708308636.5225 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708308829.5762 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708308945.8548 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708309014.2343 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708309032.1446 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708309151.5775 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708310360.2759 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708310571.8526 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708311567.845 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708311755.6812 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708314853.3803 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708314870.1826 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708314884.0823 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708314941.4671 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708315717.633 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708316127.7112 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708316196.8172 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708316226.831 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708316227.9537 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708318466.2588 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708318513.611 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708318577.6952 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708318616.5885 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708318640.7817 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708318722.1609 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708319454.2198 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708320502.3499 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708320585.8314 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708320654.104 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708320684.8391 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708322869.549 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323041.2456 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323210.5873 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323288.0819 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323333.5338 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708323377.5511 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708323431.6197 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323716.2928 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708323755.1567 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323838.289 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708327110.1467 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708327390.9441 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708327450.7489 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708328064.4083 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708328263.1336 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708328734.1267 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708329699.3768 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708331022.0087 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708331540.0262 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708332107.916 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708332677.6709 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708333159.8028 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708333335.0557 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708333400.5451 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708333467.247 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708333489.0349 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708333701.2765 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708334015.77 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708334850.6207 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708334958.8985 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708335125.8436 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708335165.8328 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335208.1935 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335273.3737 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335402.0143 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708335458.0508 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335460.4383 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335533.0273 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335581.083 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335659.5869 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335728.3178 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335803.1856 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708336711.4729 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708338640.8676 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708340756.0458 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708341055.5629 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708341135.6561 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708341986.5639 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708343169.6965 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708345769.1576 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708346061.0247 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708347115.2369 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708347182.9832 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708348038.7305 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349081.3707 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349189.5958 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349255.2076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349287.9766 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349358.4824 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349404.6008 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349500.5487 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349773.133 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349872.8135 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349884.4717 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708350052.1819 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708350259.1582 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708350308.4317 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708350993.0178 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708351802.6755 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708352325.9342 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708352762.4444 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708352866.3974 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708355316.778 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708357756.8134 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708358284.9161 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708359803.1839 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708360975.5432 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708361025.6043 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708361597.214 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362143.1035 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362200.1762 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362267.112 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708362321.7929 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362370.8256 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362446.1154 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708362574.2275 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363013.8443 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363016.4916 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363042.619 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363092.5128 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363095.9158 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363152.3709 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363170.2848 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363219.3472 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363306.8638 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363332.1521 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363523.4473 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363526.6666 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363625.042 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363659.907 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708364061.3263 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708364375.1475 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708364410.5308 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708364482.603 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708365744.2785 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708365822.8718 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366468.6777 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366591.1468 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366695.2628 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366837.1298 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366877.2988 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366940.2037 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366962.4288 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366995.3779 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708367035.3155 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708367058.6757 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708367130.4575 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708367231.3857 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708367238.0157 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708367259.9364 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708367339.3387 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708368110.8263 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708368402.4106 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708368500.8949 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708368579.9913 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708368687.6498 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708368748.6354 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369054.0756 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369061.195 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708369118.2079 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369294.7455 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369452.4548 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369454.8254 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369798.4616 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369858.9204 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369877.1961 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708369894.9433 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708369920.4755 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369965.6359 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708369978.8324 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370114.6649 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708370120.2894 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370153.8069 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370170.713 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708370245.9486 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370303.1676 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370354.7904 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708370497.8506 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708370970.2967 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708371066.168 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708371146.421 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708373035.0333 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708373167.6195 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708373210.4827 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708373244.5799 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708374902.2794 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708374922.9563 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708374968.333 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708374996.5417 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376393.6379 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376469.3833 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376483.4817 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376505.4904 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708376637.2712 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376708.5498 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377012.9002 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377190.6497 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708377263.2326 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377322.8283 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708377454.1211 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377606.6482 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708377662.2339 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377663.376 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377693.3625 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377738.9321 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377775.4047 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708378024.9113 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708378497.6187 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708378782.0179 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708379896.9003 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708380005.1271 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708380741.2885 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708380780.5281 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708380851.263 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708380886.2402 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708381057.915 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708381157.7374 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708381275.5886 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708381514.3737 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708382116.3649 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708382187.8641 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708382522.1443 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708382577.2131 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708382783.891 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708383266.8923 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708383679.3259 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708383801.1579 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708383883.8896 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386412.9605 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386451.5744 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386529.7209 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386816.5677 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386859.69 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708386920.0501 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708389382.6804 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708389630.5809 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708389746.0535 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708390389.7957 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708391662.7332 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708391729.0193 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708391797.465 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708393837.6056 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708394242.3448 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708396973.3268 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708399516.8585 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708399552.8241 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708400928.202 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708401658.6915 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708401742.0246 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708403423.4615 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708403475.7234 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708410140.4031 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708411004.3163 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708415907.1785 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708424217.9809 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708427413.7601 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708427460.3247 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708427621.2687 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708431548.7218 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708432400.6284 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708432944.6184 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708433403.8433 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435106.2485 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435761.4821 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435832.4099 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435933.896 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435982.8254 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708436057.4199 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708436072.4144 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708437217.6666 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708438008.9308 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708438706.2634 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708438934.2953 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708439287.7758 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708439923.647 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708439999.0908 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440087.5812 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708440211.1574 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440263.5249 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440529.2866 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440540.146 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440570.9386 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708440581.3383 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708446302.1591 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708446447.9611 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708446534.9081 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708446691.7238 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708447090.3047 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708447134.701 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708448397.3825 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708448453.7822 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708449150.989 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708449822.1865 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451071.1047 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708451109.781 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451168.6771 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451354.7294 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451443.1307 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451555.2492 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451614.3335 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451660.6139 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708455689.99 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708456610.6148 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708456635.0806 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708456656.3759 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708460422.3079 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460453.2486 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460518.2144 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460530.1115 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460576.3036 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708460682.5018 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460773.542 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708462007.7336 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708467464.9803 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708467629.6663 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708467757.5904 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708469305.5619 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708469369.8344 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708469454.158 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708492727.0962 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708494073.3912 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708500510.1275 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708501238.3762 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708501978.5955 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708502049.0364 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708502446.1358 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708502476.4325 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708502569.5244 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708503285.9456 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708506880.0731 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708506891.3308 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708507015.7228 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708510308.1235 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708510390.7787 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708510567.3504 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708510796.9968 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708512654.8254 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708512714.6641 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708512873.8208 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708521501.0101 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523002.6543 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523166.2856 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523213.0339 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523354.0239 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523408.5461 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708525578.5096 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527186.4533 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527288.0522 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527405.0852 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527544.7905 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527683.6686 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708528060.1154 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708528109.8846 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708528149.3915 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708531058.1268 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708533349.9998 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708533693.5785 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708536698.5217 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708536778.4891 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708542820.3399 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708543759.1964 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708543935.9475 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544051.0766 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544286.8761 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544324.9262 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544362.0311 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544398.7937 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544483.1499 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544736.5525 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708545686.099 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708546049.1243 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708546336.8445 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708546394.5597 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708546583.8932 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708546736.4465 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708550692.9455 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555299.2304 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555322.3069 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555332.8536 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555369.7927 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555375.0179 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555390.7722 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555407.6585 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555455.7676 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555540.3183 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555622.3113 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555680.0043 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555741.5983 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555754.4756 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555766.3914 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555808.6812 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555844.313 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555879.5878 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555929.4494 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708556236.0645 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708556276.7634 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557228.1222 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557348.9605 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557445.204 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557683.2385 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557844.1544 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558239.2106 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558281.3799 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558378.4497 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558468.1559 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558517.9511 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558639.338 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708558665.5547 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708558672.1173 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708558769.4421 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558830.2085 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559222.9563 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559260.1947 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559342.9245 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559432.6408 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559502.3018 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559557.7802 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559641.5331 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559766.8528 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559840.0761 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559855.5324 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559906.3197 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708560207.2608 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708560245.9443 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708560287.0314 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708560321.3302 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708560710.8907 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708560883.2244 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708561160.9518 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708561218.3612 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708561273.2749 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708561401.4796 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708561482.1339 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708561777.9194 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708562012.8101 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708562102.8617 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708562470.6537 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563249.3474 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708563649.9979 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563681.985 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563779.2774 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563900.7433 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563967.4606 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708563975.8202 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708564065.7244 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708564113.2155 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708564129.8582 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708564180.8513 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708565581.949 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708565663.7241 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708565927.8306 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708565940.4723 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708566178.8762 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708566214.2443 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708566288.2316 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708566370.2229 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708566456.7985 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708567167.531 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708567321.5811 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567369.3163 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567410.3654 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708567486.4537 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567515.1841 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567576.7993 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567610.3707 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708575342.9572 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708575377.5081 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708575432.492 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708575509.9167 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708576126.6557 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708576274.3877 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708576787.3784 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708576834.0015 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708576837.6574 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708582281.6752 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708582458.315 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708582577.2366 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708582649.752 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708582871.3593 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708585499.3239 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708585829.1424 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708585834.6547 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708585879.3489 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708591996.2861 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708594442.1268 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708595941.2272 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708597079.3539 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708597142.0053 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708598512.7724 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708598687.005 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708598747.3634 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708598843.9071 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708598997.1236 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599034.0614 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599127.5535 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708599428.0948 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599524.2169 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599650.251 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599744.7816 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599864.6591 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599943.8829 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708604213.5458 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708604306.7872 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708608110.2911 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708608204.3376 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708608255.591 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708608348.9939 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708608607.0221 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708608720.9098 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708610706.6685 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708611742.5666 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708611814.9398 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708611900.228 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612032.8531 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612158.8009 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612236.9362 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612401.5952 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612735.9478 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708613064.4983 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708613104.1133 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708613169.1664 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708615318.9111 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708616953.0218 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708617001.895 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708618754.3837 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708619921.9768 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708626676.6687 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708627035.4957 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708627565.106 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708627690.5477 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708627949.906 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708628193.6998 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708628430.806 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708628434.1998 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708628526.3597 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708630514.9041 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708630693.305 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708630785.4482 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708631112.7006 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708631193.1744 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708632812.9748 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708632842.611 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708632893.8915 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708632937.6854 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708633090.4497 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708633127.4506 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708633730.2183 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708633836.6691 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708634773.8 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708636469.631 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708636569.5302 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708636710.2099 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637202.6082 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637241.9801 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637279.3201 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637329.1681 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637393.7878 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637419.3971 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637422.4796 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637462.3202 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637507.1802 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637524.3502 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637572.4317 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637643.1675 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637733.8037 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637769.9441 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637797.4111 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637917.018 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637965.4844 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708638623.1293 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708638676.9759 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708638731.559 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708639391.3383 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708639460.3853 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708640818.2411 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708640965.1792 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708641143.0325 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708641185.0079 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641259.4363 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641302.2163 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641316.1147 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708641360.4213 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641425.8818 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641502.2228 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641591.6468 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708641655.3866 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708642061.8969 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708645597.9689 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645656.8622 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645673.275 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708645677.5233 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645768.7837 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645804.4571 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645872.5776 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645912.7732 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708650499.9208 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708650714.4005 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708651146.6805 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708652044.7348 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708652192.5887 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708652337.841 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708652521.8235 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708652972.699 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708652996.7585 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708653030.241 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708653043.247 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708653089.7241 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708653147.5538 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708653737.2963 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708655365.0573 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708655409.7099 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708655472.1869 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708657264.2491 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708657337.81 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708657418.3128 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708658175.2229 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708658543.8191 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708658640.1331 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708663371.6458 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708663453.5715 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708663589.2427 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708663675.876 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708663739.4053 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708667931.5671 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708668238.0914 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708668281.3665 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708671319.3641 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708678619.135 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708685618.145 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708685868.7815 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708702523.1323 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708702567.6954 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708703817.6915 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708703865.1439 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708704209.9375 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708706236.3181 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708706421.7442 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708707082.2419 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708707390.1182 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708712954.7437 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708713016.602 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708713063.5799 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708713125.041 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708721418.2078 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708721557.2308 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708724108.2892 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708724196.5633 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708724487.9269 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708724775.433 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729071.2721 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729146.1269 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729188.625 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729268.3783 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729323.5689 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708730964.1093 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708732530.4706 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708751838.0707 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708754634.0829 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708767180.5174 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708770643.2408 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708772688.3741 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708772772.6842 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708774783.9226 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708776536.7927 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708785232.0712 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708785317.6933 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708786356.9968 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708786424.4017 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708786470.2183 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708786492.2535 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708786518.9756 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708799029.591 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708799169.7856 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708799227.4232 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708799238.8801 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708799299.8139 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708811419.8218 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708812784.1763 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708813255.8502 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708816627.7963 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708820536.9722 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708820622.9847 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708820703.2928 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708820759.0888 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708820879.2733 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708820939.5628 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821057.9919 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821203.9242 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821248.8688 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821351.1475 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821390.2767 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821487.5262 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821542.0999 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708837351.1642 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708841796.7056 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708841864.7866 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708841901.0472 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708841969.1219 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708851378.3505 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708851457.7966 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708851805.3758 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708856918.7634 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708860611.2238 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708860683.5123 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708863308.6302 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708867017.2247 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708870503.9182 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708873858.7489 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708873935.9567 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708874475.3014 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708874690.6548 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708874787.329 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708874862.1536 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708884744.9657 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708885428.2142 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708885478.2985 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708887948.3273 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708887999.3935 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708892360.4282 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708892427.6544 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708892762.8291 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708896541.4918 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708896807.8952 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708896948.9719 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708897092.1669 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708897308.972 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708898247.6453 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708898385.0309 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708898940.2221 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708899033.6767 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708899094.7597 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708899313.7174 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900243.5928 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900290.4192 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900534.433 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900739.4792 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900896.3162 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900944.7057 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708901004.3369 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708901140.536 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708901205.185 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708901271.5599 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708906087.535 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708911897.204 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708911980.4889 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708912886.2501 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708917371.546 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708918006.5331 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708918341.2565 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708934158.0566 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708934213.6115 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708945203.3736 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708945250.8863 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708951588.5425 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708951746.5383 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708954742.8616 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708954794.4373 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708959195.6566 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708965914.5915 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708967351.2939 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708969026.9917 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708971206.1694 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708974139.0298 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708974235.2685 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708974452.0594 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708976582.5165 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708976737.6685 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708982645.1325 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709002044.4007 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709005486.5175 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709005615.5125 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709006741.3904 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709152906.1957 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709154393.3068 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709176032.7818 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709185913.6196 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709185957.4018 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709197368.2076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709204174.7904 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709204344.1084 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709204921.5492 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205034.8418 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205145.9696 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205313.1432 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709205580.8501 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205682.8523 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709244758.4784 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709244846.0526 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709244997.4419 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709249601.8221 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709263244.1379 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709283350.3688 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709289571.7738 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709297911.1159 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709297959.7696 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709298035.8417 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709298108.311 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709312905.7852 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709314599.2746 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709319323.9604 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709332589.0245 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709332693.3157 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709332728.5736 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709360609.8041 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709360704.3674 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709360859.8437 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709360898.1113 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709380729.8517 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709380771.4927 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709406624.4226 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709406663.8202 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709406844.2813 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408166.9963 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408597.3412 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408745.2213 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408792.1084 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408909.6471 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709454010.1992 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709456343.29 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709456385.9611 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709467315.4335 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709467670.6771 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709467750.3028 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709467966.3537 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709468070.1882 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709469208.2004 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709470017.6644 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709475236.0353 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709475291.8491 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709475476.199 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709475722.0689 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709476032.8267 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709498390.6569 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709509977.9598 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709510049.9853 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709510101.3471 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709510227.8423 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709510277.2673 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709520634.865 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709521124.9432 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525184.1908 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525363.6295 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525367.4932 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525370.7078 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525371.6054 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709555268.3065 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709555305.8368 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709555365.0629 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709564374.8853 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709564432.9644 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709564508.6477 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709589824.2655 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709607356.55 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709623465.2236 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709637691.8234 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709638050.0782 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709660615.1416 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709660663.1131 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709660705.2524 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709660733.8564 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709666192.9176 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709666371.1496 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709667147.0548 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709681074.0258 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709684215.0404 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709686057.3149 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709686413.5508 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709686525.0986 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697419.1813 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697537.6767 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697625.1537 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697699.2202 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697765.8153 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709701798.7454 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709701867.411 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709703479.7157 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709711606.343 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709711638.9151 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709718263.3968 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709732897.13 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709733146.7189 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709733510.0735 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709733769.0895 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709733984.7209 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709734276.7335 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709734760.1438 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709735046.8892 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709735466.4504 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709743122.0982 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709743199.6366 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709743246.5093 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709744128.3507 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709746441.6565 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709749688.2868 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709749778.8454 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709749831.73 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709750119.0678 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709750177.8679 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709750244.615 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709750390.4456 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709763296.6888 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709763580.1285 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709769083.3294 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709775829.9537 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709776059.1373 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709776195.9153 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709819184.8748 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709819269.7237 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709819464.1394 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709825753.9546 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709826170.6984 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709826303.9404 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709828324.8867 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709828490.8482 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709829347.4525 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709839146.1522 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709859623.8718 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709859805.6945 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709864587.3482 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709869897.94 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709877174.2776 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709877337.4518 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709883867.1277 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709885686.9342 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709889359.5441 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709889475.977 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709889535.5765 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709889619.8086 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709889769.3391 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709889839.6835 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709890143.5601 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709890209.245 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709890369.2681 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709890424.7787 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709910236.0856 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709910443.9066 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709910547.8262 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709910740.3527 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709919646.0226 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709920156.3159 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709920390.0754 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709920607.9947 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709922803.3572 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709922906.1296 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709923262.572 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709964908.1586 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709974796.627 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709974971.5334 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709975174.0559 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709975174.3889 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710039402.3242 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710040062.0696 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710040249.9879 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710040828.1192 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710047131.9231 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710053223.0868 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710053275.1341 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710053339.6443 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710056747.2458 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710056801.1827 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710092028.3776 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710092042.857 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710095633.351 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710095728.1838 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710095809.1074 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710133298.1898 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710134605.6608 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710134733.9032 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710134924.906 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710135718.3156 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710135946.8901 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710136172.0059 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710136347.7712 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710141762.4496 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710141884.3104 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710143269.0113 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710143349.9151 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710146067.3226 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710149580.2395 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710149683.0864 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710150402.497 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710155810.1144 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710170851.7463 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710170947.8453 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710183041.0198 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710185895.446 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710185991.3572 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710193653.549 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710193699.7254 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710193775.4664 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710227601.3057 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710227644.8264 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710228964.504 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710234107.5663 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710234441.145 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710235559.4811 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710235601.0918 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710235666.9547 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710235779.4616 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710235831.2066 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710236066.3334 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710258072.3625 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710267141.2016 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710267192.7152 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710299345.3984 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710311614.7093 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710311959.6796 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710312107.8196 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710312252.8641 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710315638.7234 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710315781.4197 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710316067.3684 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710316169.37 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710317054.0896 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710352047.7971 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710357739.239 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710375197.7291 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710375295.4702 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710375360.6871 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710403111.6764 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710467949.9341 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710483611.0859 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710483659.0327 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710483698.7609 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710517630.2735 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710651486.824 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710693247.298 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710741951.037 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710787410.5558 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710855464.5304 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710861169.7223 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710861237.7484 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710861352.9168 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710871773.5615 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710873305.8459 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878428.772 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878482.5145 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878522.7132 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878554.7388 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878834.1916 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878863.369 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879020.847 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879192.9312 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879426.9459 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879475.339 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879571.0386 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879768.9257 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879802.4914 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879892.1429 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879980.7785 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710880083.0513 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710883916.3294 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710884059.8404 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710884154.0868 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710958939.3192 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710959012.838 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710961159.5411 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710963885.2225 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710963903.3836 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710963953.0057 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710964184.4185 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710972180.6999 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710972340.7372 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710984394.0364 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710984466.3564 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711005711.7078 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711005767.6394 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711020883.8198 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711132439.4155 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711169085.4247 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711169118.983 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711169219.3454 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711169290.371 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711179020.3289 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179069.262 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179117.4887 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179210.767 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179326.5357 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179488.0867 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711394455.3868 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711448873.73 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711466110.333 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711466161.826 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711466197.557 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711466270.7813 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713914007.8161 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713918131.7246 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1713918242.116 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1713923648.8079 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713941780.1126 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1713975355.9977 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713975417.3198 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713975519.1134 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1713994624.6926 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713996707.7409 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713996724.8193 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1713996851.5175 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713997079.6919 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713997989.1639 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713998341.5178 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714003948.5339 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714004015.3252 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714015722.0525 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714015905.9327 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714015991.2795 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714022860.1988 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714022940.2751 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714039204.0616 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714056222.6429 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714069036.9392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714077090.6418 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714079314.9516 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714080557.6324 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714082535.3634 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714092393.3461 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714105615.9292 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714109429.0978 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714112663.5067 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714112726.876 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714121337.2281 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714142263.0679 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714147142.6929 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714151444.896 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714152676.2693 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714152940.5945 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714153103.9839 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714161396.0428 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714164994.8175 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714170022.6482 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714170075.5554 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714170206.8613 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714170252.7601 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714170349.4928 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714170454.3968 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714182820.6056 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714184788.7588 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714184966.5047 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714186945.0332 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714187280.7526 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714191697.0268 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714209787.2864 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714209879.8847 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714209952.1929 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714210702.2068 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714212487.8392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714212568.1969 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714212857.6503 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1714213081.0783 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1714213249.366 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714230197.5982 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714230234.8804 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714239876.7003 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714240459.7535 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714240698.3402 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714240774.9968 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714240914.1284 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714247380.0934 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714248164.7722 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714248201.752 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714248234.1032 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714248279.4627 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714256848.7445 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714257691.8348 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714257911.1565 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714309816.7026 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714326534.518 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714326579.9154 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714326637.2841 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714326730.3008 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714326782.3921 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714326847.2357 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714326897.045 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714328510.4194 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714328634.6068 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714334953.0739 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714335092.3619 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714335431.0245 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714346970.2896 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714369227.932 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714369310.8615 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714369917.2709 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714369976.4842 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714372310.4571 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714372446.3505 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714379143.8696 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714379213.3239 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714379265.8321 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714379317.8013 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714379356.2773 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714379455.9178 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714386460.8846 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714386613.7646 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714386755.5909 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714386866.2585 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714391744.7035 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714403252.7092 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714406035.1101 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714438972.8668 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714441509.4284 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714447593.8501 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714447922.2692 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714448408.1343 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714482875.2202 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714483168.4359 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714483549.307 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714484821.9016 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714484922.3074 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714485272.0273 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714485352.7047 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714485416.3394 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714485491.7762 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714488682.9594 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714490834.8428 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714495175.1904 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714495637.6136 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714495645.4511 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714496723.9678 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714496820.3085 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714502763.3275 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714502841.1042 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714503172.9918 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714503806.0085 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714504469.1026 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714504500.4997 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714506749.3618 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714513194.0175 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714525269.4607 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714526357.9782 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714526477.9201 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714526540.531 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714526601.0655 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714526662.6829 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714526712.5187 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714526785.8454 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714526920.1126 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714527084.7551 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714527121.2096 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714527328.7284 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714527401.5963 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714530543.6934 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714531872.9059 - }, - { - "model_a": "LCM", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714533061.9134 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714549283.9448 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714562041.0407 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714563338.1383 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714568441.1815 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714569966.6842 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714570322.1081 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714571701.0307 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714576378.8046 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714576446.094 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714576532.638 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714576679.4471 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714576769.1653 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714576824.9807 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714576938.1807 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714577006.5219 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714577057.6898 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714577128.2946 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714577727.8597 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714578747.7724 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714579589.2206 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714579846.2417 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714581212.6776 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714587799.689 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714588572.9436 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714589779.9269 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714591108.6439 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714591543.0262 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714591623.1416 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714593850.1499 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714593943.3196 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714594628.9269 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714594743.1239 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714595283.1825 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714597497.923 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1714597529.0346 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714597965.5242 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714598027.9119 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714598064.6463 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714598118.6371 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714598192.9803 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714609418.3422 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714609489.294 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714615266.9304 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714615292.9702 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714615431.8814 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714616014.2777 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714616748.784 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714616966.3144 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714617048.1732 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714619554.8734 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714619583.6576 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714619899.8672 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714620041.7951 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714620209.3544 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714620255.3801 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714620297.602 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714620455.0897 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714620471.3887 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714620498.1223 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714620564.2259 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714620792.5256 - } -] \ No newline at end of file diff --git a/arena_elo/results/20240501/elo_results_t2i_generation.pkl b/arena_elo/results/20240501/elo_results_t2i_generation.pkl deleted file mode 100644 index ce56579e0ec476f7f742b8b6ea04e58081890b18..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240501/elo_results_t2i_generation.pkl +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b79d128ba01570bc59c5f48e1c0640f2541817ce1a77abb3e16131884288b1a -size 65313 diff --git a/arena_elo/results/20240501/t2i_generation_leaderboard.csv b/arena_elo/results/20240501/t2i_generation_leaderboard.csv deleted file mode 100644 index fed1ffd2e176a64bae2c0862b54d20ac8446cfc2..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240501/t2i_generation_leaderboard.csv +++ /dev/null @@ -1,11 +0,0 @@ -key,Model,Arena Elo rating (anony),Arena Elo rating (full),License,Organization,Link -PlayGround V2.5,PlayGround V2.5,1157.785440865029,1197.7936802344343,Playground v2.5 Community License,Playground,https://huggingface.co/playgroundai/playground-v2.5-1024px-aesthetic -StableCascade,StableCascade,1116.6696847615349,1116.9442071854512,stable-cascade-nc-community (other),Stability AI,https://huggingface.co/stabilityai/stable-cascade -PlayGround V2,PlayGround V2,1110.1291971452683,1120.6591618464581,Playground v2 Community License,Playground,https://huggingface.co/playgroundai/playground-v2-1024px-aesthetic -PixArtAlpha,PixArtAlpha,1042.1316579959862,1040.3305680293547,openrail++,PixArt-alpha,https://huggingface.co/PixArt-alpha/PixArt-XL-2-1024-MS -SDXLLightning,SDXLLightning,1036.0784815928241,1056.600050803737,openrail++,ByteDance,https://huggingface.co/ByteDance/SDXL-Lightning -SDXL,SDXL,987.5686859787551,1003.0595102032345,openrail++,Stability AI,https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0 -PixArtSigma,PixArtSigma,948.0067582557859,961.4040676622378,N/A,N/A,N/A -SDXLTurbo,SDXLTurbo,931.094996526404,945.5610964234802,sai-nc-community (other),Stability AI,https://huggingface.co/stabilityai/sdxl-turbo -OpenJourney,OpenJourney,855.7449360962327,860.1159058283633,creativeml-openrail-m,PromptHero,https://huggingface.co/prompthero/openjourney -LCM,LCM,814.7901607821794,840.5627577743975,MIT License,Tsinghua University,https://huggingface.co/SimianLuo/LCM_Dreamshaper_v7 diff --git a/arena_elo/results/20240516/clean_battle_image_editing.json b/arena_elo/results/20240516/clean_battle_image_editing.json deleted file mode 100644 index 532cb34d718ec89c761eb0f947f85bb1550cd040..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240516/clean_battle_image_editing.json +++ /dev/null @@ -1,1578 +0,0 @@ -[ - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707712630.872 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707712699.668 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707712896.0427 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707712929.7061 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707713147.0445 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707713198.9284 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707713210.1306 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707713747.5115 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707715613.7226 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707765708.2644 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707765861.2742 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707765975.0206 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707768866.9065 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707771673.2989 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707784377.6617 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707784466.8915 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707784983.9581 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707785277.16 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707795299.0619 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707795798.752 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707796435.7996 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707797278.7369 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707797279.6004 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805086.9739 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805220.3253 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805332.6322 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805476.0509 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818374.3438 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834631.9088 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834954.0147 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835366.544 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835643.6178 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835789.25 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836852.671 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707836952.6082 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707837020.7148 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707837226.2259 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707838166.1449 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707838405.0013 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707839133.3126 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707839484.6824 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707850104.2499 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707851384.7689 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707851936.9466 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707852836.3291 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707852878.673 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707853008.1359 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707856807.6229 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707863740.3507 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707866312.1118 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883083.3533 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883181.1397 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883187.9173 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883507.587 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883939.6125 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707892689.4407 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908988.749 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912639.2701 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917685.9574 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919429.336 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707932651.9192 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707932749.3107 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933208.5797 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707945335.6341 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708031168.6838 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708038931.5388 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708057382.78 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708093689.8237 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708093910.4683 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708095090.8232 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708095305.4665 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140553.1694 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708145512.3656 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708145724.4127 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708146846.5098 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189738.4864 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708235874.9246 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708257619.7115 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708341265.7655 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708350183.3086 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708399707.1681 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708441502.4707 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708441716.8195 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708546759.2009 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708546805.4892 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708547082.7124 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708547166.9685 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708547293.7107 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708575046.0529 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708615466.9264 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708615516.3341 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205399.0098 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205767.8923 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709443700.05 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709702898.9291 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710091925.1861 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710517781.1525 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710517859.2942 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710535672.9791 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714359818.6646 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714363016.9972 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714715956.3416 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714759928.3804 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715246275.0118 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715247590.2235 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715406266.2562 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715406354.5284 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715406371.8227 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715406418.5066 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1715406449.9401 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715406466.5778 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715620708.6361 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715621013.5373 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715661224.0507 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661259.6143 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661288.6018 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715661310.3621 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715718742.1258 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715718773.1054 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715718785.2832 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715718804.143 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715718826.0248 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715718869.0041 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715718904.9307 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715718933.1272 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715718954.8497 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715718966.8633 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719000.6673 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719019.5495 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719035.903 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719046.925 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719059.6291 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715719076.6727 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719086.7836 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719109.8071 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719122.8237 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715719134.1345 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715719153.4359 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715719160.5285 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715719171.4473 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719184.6227 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719210.0429 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719219.6447 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719237.7036 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719249.4321 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719257.5877 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719273.7637 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715719288.4629 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719299.1712 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719306.5928 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715719356.0694 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719368.0491 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719379.185 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719389.0771 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715719397.7162 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719406.4165 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719429.1002 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719435.4694 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719454.4526 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715719470.154 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719482.3114 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719499.9643 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719513.7317 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715719527.69 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719542.751 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715719560.9912 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719575.3291 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715719581.9552 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719591.9907 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719601.8819 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719612.1837 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719620.469 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719627.34 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719632.694 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719652.2038 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719661.8855 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719677.2949 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719687.3022 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719699.47 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719706.2375 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715719717.3564 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719722.5542 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719728.5417 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719737.2385 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715815138.5243 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715815152.0033 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715815169.0475 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715815187.1917 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815197.5233 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815209.8285 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815228.6736 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815236.3935 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715815265.9705 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715815278.5019 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715815294.5978 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715815325.4468 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715913098.6617 - } -] \ No newline at end of file diff --git a/arena_elo/results/20240516/elo_results_image_editing.pkl b/arena_elo/results/20240516/elo_results_image_editing.pkl deleted file mode 100644 index 48deed1cbf79f88ddb573a815d8e534976da9df1..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240516/elo_results_image_editing.pkl +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:837f11fd6cda1fe2d6a5cc1c239a207725ad0157b16282303cb684427ddc7e9d -size 62484 diff --git a/arena_elo/results/20240516/image_editing_leaderboard.csv b/arena_elo/results/20240516/image_editing_leaderboard.csv deleted file mode 100644 index db61e6d7ea46c54dac3579fab71a81032ba56274..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240516/image_editing_leaderboard.csv +++ /dev/null @@ -1,10 +0,0 @@ -key,Model,Arena Elo rating (anony),Arena Elo rating (full),License,Organization,Link -CosXLEdit,CosXLEdit,1097.63559213644,1085.7285800995926,cosxl-nc-community,Stability AI,https://huggingface.co/spaces/multimodalart/cosxl -MagicBrush,MagicBrush,1075.1489922450316,1086.8819832924794,CC-BY-4.0,"The Ohio State University, University of Waterloo",https://osu-nlp-group.github.io/MagicBrush -InfEdit,InfEdit,1065.4719519196174,1090.684638162955,Apache-2.0,"University of Michigan, University of California, Berkeley",https://huggingface.co/spaces/sled-umich/InfEdit -Prompt2prompt,Prompt2prompt,1063.1432047252297,1060.8146250689238,Apache-2.0,"Google, Tel Aviv University",https://prompt-to-prompt.github.io -InstructPix2Pix,InstructPix2Pix,1043.9312648233226,1028.7932718869638,"Copyright 2023 Timothy Brooks, Aleksander Holynski, Alexei A. Efros","University of California, Berkeley",https://www.timothybrooks.com/instruct-pix2pix -PNP,PNP,1022.4342554377677,1043.322342347598,-,Weizmann Institute of Science,https://github.com/MichalGeyer/plug-and-play -Pix2PixZero,Pix2PixZero,891.2979039265506,886.7359371585381,MIT License,"Carnegie Mellon University, Adobe Research",https://pix2pixzero.github.io -SDEdit,SDEdit,890.443823405714,880.5508125882768,MIT License,Stanford University,https://sde-image-editing.github.io -CycleDiffusion,CycleDiffusion,850.4930113803264,836.4878093946726,X11,Carnegie Mellon University,https://github.com/ChenWu98/cycle-diffusion diff --git a/arena_elo/results/20240517/clean_battle_t2i_generation.json b/arena_elo/results/20240517/clean_battle_t2i_generation.json deleted file mode 100644 index aa70015940ec05b308506bc6488b598b5d3a1188..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240517/clean_battle_t2i_generation.json +++ /dev/null @@ -1,36810 +0,0 @@ -[ - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707700514.3167 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707701110.2369 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707707434.9832 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707707467.1955 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707715202.5963 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707743517.6731 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707748092.0895 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707766084.3648 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707767434.9053 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707768049.9814 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707771506.9525 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707771618.8687 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707775417.8407 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707797986.5458 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707798121.0587 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707798585.0672 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707802112.022 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707802188.2116 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707802195.8893 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707803608.5079 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707803788.5758 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707803904.6801 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707803981.9232 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804176.6944 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804270.7927 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804297.8869 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804318.2703 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804334.1219 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804349.6842 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804364.5668 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804402.5063 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804439.225 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804479.6379 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804525.4779 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804569.4346 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805195.1868 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805385.1199 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707805544.5954 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805719.6055 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805892.4114 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806065.7944 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806165.7019 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806263.1867 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806323.9389 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806366.3154 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806417.7003 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806450.0813 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806488.8729 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806686.917 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707807465.0362 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707807624.1859 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808070.8364 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808165.8424 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808223.4083 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808242.8483 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808305.2596 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808365.8652 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808516.9725 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808592.0266 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707808776.6806 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707809207.6029 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707809528.5104 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707810829.8424 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707810888.7795 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707811836.4507 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812355.1994 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812463.5112 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812564.4237 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812633.8829 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812692.7422 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812731.7789 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812790.8552 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813196.5863 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813385.0823 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813688.5409 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813789.2976 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813801.8046 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813968.2954 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814081.937 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814113.8281 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814208.3473 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814576.4902 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814587.9823 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814630.8904 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707814638.1626 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814678.0675 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815069.0454 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815265.8876 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815309.9341 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815471.0053 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815496.1672 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815515.1383 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815597.8351 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707816139.8542 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707816453.2139 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707816524.6134 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707816642.8445 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707817578.7496 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818116.1249 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818116.4886 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818164.7455 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818248.2875 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818875.2918 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707819636.4627 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707820183.6769 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707820223.2706 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707821064.6519 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707821537.8837 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707821734.9105 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707821913.7658 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707822028.5932 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707822757.6234 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707824160.6135 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707824465.7056 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707824555.3203 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825315.02 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825427.9915 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825465.0846 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825513.2124 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825892.4661 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825936.2938 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707826004.6453 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707826621.1118 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707826696.6391 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707827607.6358 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707828504.1443 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707828598.2702 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707828650.1074 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829422.0774 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829424.1119 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829545.1677 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829558.9178 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829575.4002 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707829605.377 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829655.401 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829671.9346 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829764.2277 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707830051.739 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707831907.61 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707832672.6529 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833021.7755 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833211.1736 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833330.5156 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833567.2266 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833793.1294 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834070.3689 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834184.5449 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834553.1154 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834593.0783 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834668.474 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834707.0272 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834747.5192 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834769.6714 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834838.9968 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834939.7331 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835013.9187 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835059.1088 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707835084.9734 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835143.1459 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835157.8035 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835271.8395 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835326.7352 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835390.8923 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835525.9638 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835615.8358 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835679.3932 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835717.0721 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835853.3267 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835989.8838 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707836084.5509 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836132.9464 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836135.0599 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836237.3436 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836314.9641 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836695.3278 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707837085.8896 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707839155.8114 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707840267.3024 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707840932.8884 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707841426.0637 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707841877.0338 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707841965.2778 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707842944.8061 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707843000.9465 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707843932.2112 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707844717.8943 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707845169.7825 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707846883.7945 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847300.2803 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847465.1349 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847529.7859 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847805.9735 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847846.2293 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707848073.1447 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707848814.4383 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707849117.1598 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707850807.7058 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707850898.7895 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707851643.0572 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707852226.5775 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707852250.3298 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707852649.075 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707852658.3925 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854112.6589 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854223.7006 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854439.3584 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854467.9121 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854493.356 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707854644.0324 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854745.2094 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707854859.0911 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855029.8798 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855287.8118 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707855365.8721 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855592.3744 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855617.8623 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855662.3148 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707855663.1059 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707855706.2598 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855818.7279 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707857642.2074 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707857681.8972 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707858601.4616 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707859063.3978 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707859131.0729 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707859155.9948 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707859314.8579 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707861187.3856 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707861468.4384 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707861681.2523 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707861762.884 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863154.0782 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863220.9442 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863276.7531 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707863359.6247 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863562.8628 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863623.6038 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707864470.9299 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707865527.8262 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707865559.346 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707866156.3368 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707866211.1115 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707867088.7165 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707867880.8468 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707869812.1567 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707870348.7079 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707870392.0767 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707870526.6392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707870575.054 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707870639.4277 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871185.0523 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871233.4711 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871275.0108 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871354.9701 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871603.5439 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707871663.4536 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707871686.2102 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871840.7281 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871909.9365 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707872099.4329 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707872920.9285 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707872977.5665 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707874406.8176 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707875417.714 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707875703.986 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707875827.46 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707876432.1059 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707876829.205 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707877060.6713 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707878629.8346 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707878669.1334 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707878754.5179 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707879902.0051 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707881075.7184 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707881126.4996 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707882647.3191 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707882792.5618 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883779.6594 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707884893.6044 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707884977.6614 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707885031.1868 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707885083.3686 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707885959.1288 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707886120.659 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707886453.0044 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707887924.3075 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707888115.6326 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707888163.9161 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707888250.1088 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707888730.6572 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707888918.6905 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707889251.9249 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707889339.3417 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889511.4789 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889669.429 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889749.9811 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889822.2849 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707889889.5842 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889977.4531 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707890036.0378 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707890352.6404 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707890503.3537 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707890577.6157 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707891026.6919 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707891203.8892 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707891238.0325 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707891817.495 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707891838.6998 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707891867.0386 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707892517.4853 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707892603.8426 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707892776.7545 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707892856.4175 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707893005.224 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707893730.3778 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707893776.5582 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707893845.3551 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707893914.9762 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707894034.0264 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707894096.279 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707895246.3966 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707895682.8333 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707896516.4099 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897405.8243 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897594.363 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897777.4843 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897851.2186 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897859.3775 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897981.0235 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707898245.577 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707898288.3873 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707898690.7825 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707899153.9213 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707899254.7719 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707899600.5993 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707899708.2314 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707900399.2522 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707901463.2114 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707901625.6262 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707901724.895 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707901805.2825 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707901851.0289 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707901919.5957 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707902655.3889 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707903934.1831 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707903976.2698 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707904071.9685 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707904602.7143 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707904819.7667 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905092.372 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905159.5688 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905200.2306 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905205.8817 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905273.4656 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905352.1535 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905388.8247 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707905403.3113 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906463.3872 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906506.8365 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906531.5441 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906549.5815 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906674.4723 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906696.9843 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707906720.9523 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906789.0782 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707906831.6404 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906871.5136 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707906901.3599 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907016.8681 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907048.7211 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907133.1481 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907147.7204 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707907185.1271 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907223.9358 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707907247.2444 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707907276.8843 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907327.1575 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907427.1745 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907625.4958 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907746.2735 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907788.1814 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907918.7149 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907958.4932 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908048.9348 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908051.4076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908075.9936 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908311.8685 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908325.8212 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908458.9354 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707908563.0142 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908632.1933 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908900.8127 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908931.366 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707909339.6597 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707909562.0429 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707909679.8987 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707909685.0761 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707909778.3151 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707909998.5448 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910050.1127 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910100.9659 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910410.3087 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910587.4802 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910637.0556 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910755.6916 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910801.7684 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910811.2485 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910887.2329 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910896.9534 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707910900.8951 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707910905.4941 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910924.6707 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910982.6954 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910991.9937 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911029.3976 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911127.9317 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707911174.7956 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911218.698 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911276.8502 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911291.0875 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911316.0308 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911331.0514 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911344.5667 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707911518.1543 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911665.1089 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911758.3748 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912074.1765 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707912129.4306 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912176.8019 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912185.9448 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707912248.7648 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707912356.6732 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912462.9377 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912567.5438 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912649.0507 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912679.8891 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912837.4157 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912852.8909 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912910.5681 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912946.5205 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912959.2604 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912999.2068 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707913018.0211 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913032.8311 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707913060.4585 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913061.8856 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913099.4482 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913118.919 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913119.8888 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913178.1121 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707913182.7231 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913186.2456 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913203.1502 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913208.3418 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913251.3096 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913271.6578 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707913275.4802 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913313.9229 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913357.2293 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913389.2412 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913395.0962 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913408.1319 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913445.1243 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913472.8458 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913677.7619 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707914794.6501 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707914855.5524 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707914897.5771 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915023.9768 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915466.0448 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915532.6739 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915587.6978 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915672.2025 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915730.2925 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915777.2634 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915810.9608 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915839.1494 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915861.4564 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707915905.9859 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915915.5039 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707915916.0541 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915951.6873 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915960.4007 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707915970.9477 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916012.5482 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916044.5465 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916065.8303 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916099.7404 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916119.8235 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916170.2499 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916184.2409 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916200.7999 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916218.6752 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916256.2347 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916277.5221 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916309.6548 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916346.9444 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916350.0651 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916386.9622 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916390.033 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916390.6858 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916446.0376 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916450.6489 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916469.5215 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916470.5667 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916505.2343 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916518.4975 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916624.0147 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916696.0474 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916735.8473 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916747.4191 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916792.382 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916810.7745 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916813.1735 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916887.1351 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916898.5144 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916982.3532 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917000.8087 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917036.4298 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917058.6626 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917060.2105 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917073.6256 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917085.2154 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917155.4275 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917191.3453 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917205.0975 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917235.0206 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917258.3194 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917342.1145 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917372.6977 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917385.7986 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917423.7412 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917424.2131 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917498.4327 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917531.0262 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917548.0715 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917596.2616 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917600.5537 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917655.0935 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917673.9615 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917719.7166 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917729.4175 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917759.6363 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917804.9582 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917865.5889 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917969.5961 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918011.8903 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918085.0867 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918131.4236 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918160.0215 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918163.8283 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918194.5629 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918221.8827 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918235.3786 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707918264.5256 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918277.8947 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918323.7305 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918332.564 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707918379.8486 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918434.8289 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918734.8183 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919027.1236 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919054.4345 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919144.3406 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919147.9338 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919230.7308 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919296.9083 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919393.1404 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919478.9496 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919493.7021 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919536.9567 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919564.2367 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919583.6984 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919740.9197 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919883.6543 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920419.1473 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920434.6966 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920509.1715 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920594.0594 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920645.8842 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707921077.823 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707921096.5352 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707921127.6203 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707921159.3097 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707921981.7617 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707922061.6904 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707922132.6713 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707922634.743 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707923032.4667 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707923073.1547 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707923142.4485 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707923251.1361 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707923992.1768 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924165.4497 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924275.8604 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924316.0433 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924413.8304 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924458.3192 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707924738.1432 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925003.1457 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707925076.2295 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925129.2682 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925550.0104 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925615.8461 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707925642.6322 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925766.1992 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707926618.0896 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707926694.5902 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707926790.021 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927050.9478 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927126.2106 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927208.069 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927393.043 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927453.8706 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927496.8595 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927535.7321 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927615.331 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927633.9045 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927650.8896 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927672.6334 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927740.0537 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927758.1402 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927810.2906 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927846.7507 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927893.3725 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927952.7473 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707928190.3431 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707928802.3991 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707929496.0313 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707929599.8263 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707930561.6607 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707931092.8987 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707931225.8171 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707931268.194 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707931887.2924 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707931888.75 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707932190.2759 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933068.2769 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933172.4871 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933217.1406 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933237.3513 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933268.7009 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933292.91 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933297.9225 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933369.0276 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933413.8632 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933431.0668 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933447.92 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933592.8238 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933643.523 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933686.1231 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933768.1406 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933803.0941 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933844.2358 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933880.1095 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933884.089 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933934.1742 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934023.9856 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934049.1471 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934128.2119 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934170.6913 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934267.1023 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934319.3214 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934374.2844 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934382.4736 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934500.6694 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934566.6378 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934598.3878 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934605.1143 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934647.2204 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934695.2706 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934736.906 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934850.4166 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707936241.0814 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707936291.0266 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707936385.9089 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938013.3449 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938180.4804 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938613.6437 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938841.3997 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938951.4817 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707939017.3308 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939045.2476 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939335.1893 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707939380.646 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939541.333 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939641.082 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707939724.1214 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939841.1799 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707939863.0875 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939899.5396 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939936.0293 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940089.2411 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707940185.0653 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940242.5355 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940300.4272 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940343.6813 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940414.8563 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707940439.7377 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707941105.2771 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707941135.1485 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941160.7901 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707941193.6775 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941217.7381 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941324.3807 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941402.8543 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941443.2223 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707941964.3088 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707942036.4955 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707942103.4557 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707942169.7327 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707942264.2183 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707942300.6322 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707942371.5746 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707942571.6778 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707942630.0493 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707943172.7209 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707944152.0658 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707944615.6625 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707945506.1476 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707948092.1905 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949089.686 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707949135.1425 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949281.598 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949303.603 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949494.8498 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707949543.3071 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949599.1029 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707949657.3906 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950176.7606 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950429.6834 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950620.6165 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950881.5139 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950909.097 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950952.0049 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951018.3882 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951081.6152 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951110.0858 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951224.8171 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951884.901 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951962.3044 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707953806.744 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707954087.9998 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707955217.9239 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707955441.7822 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707955865.4022 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707956100.154 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707956171.0881 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707956489.8228 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707956816.0064 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707956983.108 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707957228.6115 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707957427.2669 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707957439.2736 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707957488.8019 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707957695.3719 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707957899.2597 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707958825.5013 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959005.2791 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959072.8789 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959117.3202 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959283.7537 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959517.4248 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959519.9556 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959602.5617 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959668.3561 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959749.5751 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959822.3033 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959889.7336 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959970.3128 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959992.4392 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960066.9854 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960107.1791 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960257.2383 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707960280.0116 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960476.5261 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960552.5788 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960670.3518 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960774.498 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707961245.9252 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707961439.0165 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707961551.5716 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707961628.4485 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707961785.4298 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707961956.6665 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962044.6912 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962086.5075 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962154.8799 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962229.5275 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962306.3355 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962403.6811 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962522.5521 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707962603.7058 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962763.9479 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962856.1898 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962892.813 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707964125.4049 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707964169.0741 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707966705.091 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707966724.1749 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707966916.7014 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707967815.2925 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707968982.8117 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707969103.548 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969221.8545 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969259.4015 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969450.7528 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707969665.3351 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969670.5846 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969748.656 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969796.55 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969932.4526 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970385.7193 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970425.3208 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970472.9276 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970503.8312 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970525.255 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972274.9415 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972395.9 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972462.121 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972465.6562 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972546.5605 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972581.2215 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707974383.3476 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707974441.018 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707974600.5679 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707976631.6841 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707979936.4233 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707980270.8804 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707980272.3898 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707981908.5595 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707981954.3946 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707983689.7292 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707984025.2664 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707985171.0128 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707985495.8015 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707985600.1919 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707986326.9305 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707987318.5669 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707989144.9396 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707989216.3561 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707989423.3999 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707989478.1056 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707989604.5316 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990265.1551 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707990333.7524 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990374.8158 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707990391.696 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990445.4444 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990756.83 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990757.2978 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707990932.9713 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707991096.1999 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707991162.0321 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707992030.5292 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707992073.6867 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707992136.65 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707992209.4205 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707992310.9014 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707995128.8881 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707996569.4656 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707996881.5308 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707996925.6111 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707996970.7215 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707997020.0792 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707997022.6461 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707998799.4084 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707999877.7348 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708000822.1476 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708002809.7539 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708003720.8431 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708003807.5267 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708003850.4119 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708003907.1458 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708005395.3762 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708005524.2485 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708005643.0993 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708005691.4589 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708006921.3169 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007031.2278 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007084.9317 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007169.3253 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708007215.3003 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007254.5339 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007292.3956 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007326.5783 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007411.6694 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007479.5755 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007559.7187 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007640.8531 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007824.5635 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007911.4417 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708008022.0812 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708008304.3283 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708008493.171 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708008606.502 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009363.8241 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009519.9965 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009605.0407 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009855.0076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009925.4483 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708010303.5563 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708010563.9384 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708010909.8944 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708012564.8519 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708012593.424 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708012630.3344 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708012755.1099 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708012807.9212 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708014058.736 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708014155.9281 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708014995.8236 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708015893.8303 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708016214.6399 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016573.8328 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016674.2569 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016711.8716 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708016843.4831 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016913.4118 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708016917.5447 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016967.5059 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708017618.3768 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708017680.9518 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708017789.0711 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708017830.1909 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708017879.2762 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708018045.6918 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708018332.9514 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708018608.3155 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708018705.3157 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019436.3054 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019484.8673 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019600.7404 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019667.5597 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708019734.1978 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019952.4912 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708020007.0338 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708021280.5687 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708021364.4024 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708021396.0419 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708022277.8721 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708023219.4536 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708023736.4653 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708024331.3717 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708026562.9225 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708026693.4445 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708026800.3382 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708026862.5577 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708026938.8916 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708027019.5145 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708027078.7138 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708031098.3078 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708031341.1596 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708031374.8991 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708031417.0021 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708031538.3038 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708032188.7187 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708032342.5879 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708032420.9835 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708033022.7451 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708034090.3644 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708034113.0241 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708034291.5548 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708035819.7005 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708035875.1149 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708035917.9152 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708036289.7746 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708036362.6679 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708036453.317 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708036977.7648 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708037049.0098 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708037080.6835 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708037169.8772 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708037232.9368 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708037738.6347 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708037896.7138 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708037988.3194 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708038099.5572 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708038288.3241 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708038557.0852 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708039031.0195 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708039662.0893 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708042353.4358 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708044416.6951 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708044460.7379 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708044470.7821 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708044507.4909 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708044547.7829 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708044559.2364 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708046510.2161 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708046662.7907 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708046769.7022 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708046780.3516 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708047415.4947 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708048614.887 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708049331.8461 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708049392.378 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708049423.8199 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708049512.7601 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708049575.1588 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708050251.9377 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708050293.4472 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708050308.4985 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708050462.3975 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708050490.8809 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708050498.2108 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708051255.8866 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708053435.384 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708053546.2222 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708053599.0177 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708053966.9856 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708056214.2996 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708057229.1437 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708057322.8692 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708059311.1176 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708059391.5785 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708066612.8351 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708067096.0004 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708067136.5425 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708067232.3091 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708067415.799 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708067574.9226 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708067747.8749 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708068176.8901 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708068914.1969 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708068962.9907 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708069003.5298 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708069143.4702 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708069166.9656 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708069330.803 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708069568.027 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708069851.9453 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708070022.0949 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708072187.4975 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708073481.1461 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708073651.7052 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708073653.0893 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708073709.293 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708073728.9009 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708073806.5067 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708073960.942 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708074154.2882 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708074396.1484 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708074610.5856 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708074679.1138 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708075062.671 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708077280.5931 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708077322.0512 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708078267.7004 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708078294.7229 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708080014.8626 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708080718.6937 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708081723.1128 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708081849.7331 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708082357.1385 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708082676.9847 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084071.5593 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708084233.6032 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084272.1678 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708084306.2933 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084329.5404 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084422.5459 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084448.0676 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708084545.8871 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708085031.092 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708086036.0558 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708087431.6381 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708087504.3381 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708087677.8589 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708088182.024 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708088281.2235 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708088922.5211 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708090426.5116 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708091236.8975 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708091413.819 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708091496.0926 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708091866.6917 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708092044.7034 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708092811.4154 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708093457.1153 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708093518.1758 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708093822.1669 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708093946.8994 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708094792.9638 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708094833.2447 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708094914.4639 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708094981.2979 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708094985.2131 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095768.8978 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095886.5269 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708095900.0872 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095914.3337 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095954.1028 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095974.1364 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096033.0511 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096038.555 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096097.7387 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096182.5309 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096237.6472 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096327.0022 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097240.8207 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097419.7711 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097509.882 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097525.0774 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708097568.222 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097736.7028 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708098813.7485 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708098896.0644 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708100906.6197 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708100958.2986 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708101945.2317 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708103712.9627 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708104808.4396 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708104877.5801 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708104941.7841 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708105042.3432 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708105225.2412 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708105482.9868 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708105534.6317 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708106090.0451 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708106299.9794 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708106918.9237 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708106957.868 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107205.7853 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107337.0744 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107438.9079 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107810.5795 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107903.9406 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708108004.4948 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708108073.6932 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708108224.9075 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708108273.6716 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708108622.5794 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109377.927 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708109574.2361 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109787.5966 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109820.4291 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109964.8059 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109969.4701 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110086.0938 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110359.8645 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110478.6266 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110516.5118 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110722.0719 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110894.43 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111110.5333 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111157.5813 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111208.8895 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111209.35 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111276.261 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111345.4691 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111377.3504 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111412.456 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111425.0459 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111522.5294 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111544.3402 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111584.5444 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111635.4562 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111740.1655 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111831.8014 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111843.4166 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111871.713 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111945.6409 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112033.1376 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112061.7656 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112206.2574 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112206.7184 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112236.3926 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112257.9906 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112349.9469 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112428.7129 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112455.5679 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112666.5624 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112709.1203 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112756.4458 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708112810.0617 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112852.042 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112870.2931 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112919.3083 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113007.7759 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113097.3553 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113376.2534 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113377.609 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113429.7074 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113468.8579 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708113719.0232 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708113774.9737 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708113856.5251 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115064.8115 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115072.4056 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708115116.4138 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708115163.8253 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115274.4666 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115365.4239 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115700.4346 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708115781.6682 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708116986.3445 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117034.5467 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117316.253 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117391.8395 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117414.9773 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117719.1624 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117879.0764 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708118080.6109 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708118373.9448 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708120703.142 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708120778.5357 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708120816.2409 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708121482.9907 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708122033.6099 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708122072.9567 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708122197.6695 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708122265.2623 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708122285.9708 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708122851.3515 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708122975.753 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708123295.3367 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708123837.8162 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708123912.9557 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708124121.4218 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708124189.9424 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708124224.6943 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708124257.7295 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708125488.1034 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708125496.9753 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708126434.3092 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708126483.5169 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708126533.5348 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708127737.1941 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708127774.1258 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708128506.8302 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708128599.9542 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708130890.3452 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132065.7242 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708132126.7234 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708132196.5208 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132467.7891 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132626.6819 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132722.3279 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132794.4495 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708133220.6622 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708133379.774 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708133706.5342 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708133791.5656 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708134194.5586 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708135690.3016 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708135773.4307 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137137.0176 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137200.7484 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708137255.2448 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137646.0651 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137694.589 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137764.5412 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137828.0466 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708138110.5944 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140073.0293 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140088.8806 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708140139.0831 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140145.8505 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708140173.3316 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140179.8027 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140210.5382 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140213.5953 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140260.8624 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708140316.1129 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140360.1673 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140813.5111 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708141183.215 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708141891.6501 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708141971.4729 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708142581.4854 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708142676.2195 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708143073.5683 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708144618.1496 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708144678.6238 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708144779.724 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708144873.941 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708145293.1434 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708146014.328 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708146068.0118 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708146433.888 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708146806.7443 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708147115.7163 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708147988.779 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708148079.6994 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708148249.8614 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708148339.2037 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708149049.8244 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708149487.2149 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708149800.2536 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708151672.2439 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708151699.6482 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708151728.7431 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708151750.0684 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708151795.5923 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708152611.4998 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708155969.2393 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708156027.0017 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708156082.7118 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708156965.8117 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708157931.6349 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708160490.8999 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708160967.0389 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161072.7771 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161164.9265 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161175.3145 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161250.7839 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161344.4487 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161395.1099 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161470.5154 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161493.8058 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161578.5919 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161685.3502 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161744.4562 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161830.4571 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708162423.7927 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708162788.7029 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708162927.1516 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708163762.7364 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708164361.7048 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708165929.3793 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708167159.6451 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708167322.5777 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708168120.0766 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708168339.0175 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708168390.2853 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708169256.1304 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708169315.3648 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708171191.8854 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708171290.2203 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708172121.6343 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708172173.8632 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708173393.5117 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708173733.9815 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708175751.6607 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708175862.4882 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708175892.3837 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708175956.3045 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708176181.9258 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708176239.4311 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708176299.6426 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708177136.3304 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708177743.2047 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708178223.6546 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708178687.4497 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708178759.5559 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708179173.7792 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708180805.5876 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708180857.4361 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708180910.5907 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708180954.3089 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708181131.326 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708181486.732 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708181661.368 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708182592.0714 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708182880.7531 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708182981.589 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708183018.8662 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708183057.7031 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708183136.0475 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708184715.4283 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708184823.9236 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708186992.1392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708187497.8336 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187571.9101 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187616.6648 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187693.4713 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187798.4201 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187878.106 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708188023.1779 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708188113.7851 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189180.9089 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189255.4699 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189289.4887 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189294.5574 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708190594.3693 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708190776.3361 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708191033.4194 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708191440.1808 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708191548.789 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708191711.7215 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708191961.5556 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708192669.4533 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708194178.0538 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708194330.5225 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708194796.3463 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708195490.5541 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708195588.4757 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708196360.2703 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708196373.5338 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197127.813 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197187.7383 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197269.4851 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197462.4622 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197646.0736 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197698.7769 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708199505.5575 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199563.83 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199606.1485 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199658.9069 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708199730.0171 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199779.1095 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199862.3877 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708199947.113 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708200509.7514 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708200639.7706 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708202963.0247 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708204846.6768 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708205029.1505 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708205117.065 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708205616.8439 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708205694.4186 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708205790.1749 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708207080.3918 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708207112.5804 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708207764.321 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708207946.3367 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208000.0355 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208060.3709 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208088.2458 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208157.9119 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208636.4282 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208659.4342 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208739.3584 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208758.6543 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208830.2121 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708208916.3004 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208982.1274 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708209035.5367 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708209086.2585 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708209403.9427 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708209595.737 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212075.3529 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212142.3537 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212362.1027 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212455.3279 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708212522.8349 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212592.8628 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708213525.5828 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708214674.8215 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708216260.4941 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708216295.9763 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708216484.3449 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708216792.5555 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708216881.4459 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708217654.5956 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708217824.3497 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708218049.1273 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708218228.7928 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708220709.2834 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708220749.2794 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708223966.7437 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708224912.2474 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708224994.7921 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708225070.353 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708225127.6709 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708225156.7352 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708225247.4943 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708225331.5296 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708226049.8169 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708227409.6176 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708229720.0179 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708231959.8788 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708233641.0849 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708233936.715 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708233960.532 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708234167.2376 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708234442.478 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708234578.5545 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708234685.9085 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708235094.6835 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708235600.3159 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708235648.6368 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708235692.6976 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708235735.0741 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708235992.4909 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708236964.0669 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708237052.6045 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708237167.5794 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708237665.8684 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708238029.9722 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708238144.4689 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708239433.5071 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708241005.1807 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708242233.7412 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708246818.2547 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708248272.2769 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708249187.0495 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708255788.2223 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708256870.3964 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708257722.1518 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708257863.252 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708258111.6728 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708258123.808 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708258129.0788 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708258363.1549 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708258382.1352 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708258483.7652 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708259385.1642 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708259466.6425 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708259566.9631 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708259653.5893 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708259991.7081 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260002.2506 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260576.1787 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708260579.7168 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260586.0516 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260680.3084 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708260765.3981 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260777.7795 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708261136.1138 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708261293.3588 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708261386.4392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708261654.5818 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708261771.1698 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708261997.0189 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262073.3028 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262213.5624 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262642.1204 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708262672.6433 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708262723.9227 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708262780.1344 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708262878.5661 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262928.1139 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262979.526 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708263334.0474 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708264529.2548 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708266597.9844 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708268215.4201 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708268272.7549 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708269208.6405 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708269271.4767 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708269482.187 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708270156.857 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708273878.1751 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708273957.6425 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708273959.5278 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708274006.6101 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708274254.2376 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708274333.8459 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708276828.19 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708276873.5007 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708276982.3282 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277043.704 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277104.4539 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277111.757 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277154.2405 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277196.5891 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277519.9543 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708277585.2747 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277668.2427 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708277717.2005 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708277910.5217 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708278923.5015 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708280351.4132 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708281043.2273 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708281084.6966 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708281510.9501 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708283522.8397 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708283900.5962 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708283967.9701 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284003.6521 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284136.7046 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284173.3872 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284209.801 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284295.3183 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284352.2413 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284512.1361 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284569.9599 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284661.0038 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284707.1979 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284747.5545 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284786.262 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284811.6143 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284826.019 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284857.6008 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284877.3336 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284925.4894 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284926.2498 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284992.4334 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285144.8357 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285172.7899 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285176.3318 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285226.2026 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285230.0245 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285251.6899 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285277.3227 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285351.5329 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285369.7405 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285466.8213 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285478.6473 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285494.7509 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285514.4219 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285583.0465 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285621.2876 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285638.268 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285673.0919 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285723.5382 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285755.0262 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285765.2709 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285798.6103 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285873.7166 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285886.7408 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285936.4984 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285965.3547 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285998.8217 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286081.7405 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286160.5468 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286162.5817 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286250.7938 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708286292.2898 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286439.8234 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286460.8979 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286477.823 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708286650.052 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286696.2777 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708286747.041 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286760.1765 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286859.6768 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286949.4869 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708287041.6803 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708287126.6675 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708289643.0085 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708289717.8364 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708291591.2884 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708293645.4802 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708294589.7471 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708294771.0958 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708294981.7821 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295057.7197 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708295107.3454 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295148.3313 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295175.4591 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295193.707 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295233.6539 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708295255.9021 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708295306.5686 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708295429.4082 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295605.2575 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295726.1388 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708296763.2981 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708296795.1968 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708297030.3083 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708297141.8407 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708297219.7788 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708298646.8166 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708298730.4007 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708301552.892 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708302116.1866 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708302551.0717 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708302935.5025 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708303060.2346 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708303167.2704 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708303258.4105 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708305857.2171 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708307457.8442 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708308363.8651 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708308438.1661 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708308583.4457 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708308636.5225 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708308829.5762 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708308945.8548 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708309014.2343 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708309032.1446 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708309151.5775 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708310360.2759 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708310571.8526 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708311567.845 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708311755.6812 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708314853.3803 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708314870.1826 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708314884.0823 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708314941.4671 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708315717.633 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708316127.7112 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708316196.8172 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708316226.831 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708316227.9537 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708318466.2588 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708318513.611 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708318577.6952 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708318616.5885 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708318640.7817 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708318722.1609 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708319454.2198 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708320502.3499 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708320585.8314 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708320654.104 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708320684.8391 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708322869.549 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323041.2456 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323210.5873 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323288.0819 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323333.5338 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708323377.5511 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708323431.6197 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323716.2928 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708323755.1567 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323838.289 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708327110.1467 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708327390.9441 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708327450.7489 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708328064.4083 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708328263.1336 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708328734.1267 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708329699.3768 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708331022.0087 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708331540.0262 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708332107.916 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708332677.6709 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708333159.8028 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708333335.0557 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708333400.5451 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708333467.247 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708333489.0349 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708333701.2765 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708334015.77 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708334850.6207 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708334958.8985 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708335125.8436 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708335165.8328 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335208.1935 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335273.3737 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335402.0143 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708335458.0508 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335460.4383 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335533.0273 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335581.083 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335659.5869 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335728.3178 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335803.1856 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708336711.4729 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708338640.8676 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708340756.0458 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708341055.5629 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708341135.6561 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708341986.5639 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708343169.6965 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708345769.1576 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708346061.0247 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708347115.2369 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708347182.9832 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708348038.7305 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349081.3707 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349189.5958 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349255.2076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349287.9766 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349358.4824 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349404.6008 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349500.5487 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349773.133 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349872.8135 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349884.4717 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708350052.1819 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708350259.1582 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708350308.4317 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708350993.0178 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708351802.6755 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708352325.9342 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708352762.4444 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708352866.3974 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708355316.778 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708357756.8134 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708358284.9161 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708359803.1839 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708360975.5432 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708361025.6043 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708361597.214 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362143.1035 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362200.1762 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362267.112 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708362321.7929 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362370.8256 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362446.1154 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708362574.2275 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363013.8443 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363016.4916 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363042.619 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363092.5128 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363095.9158 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363152.3709 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363170.2848 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363219.3472 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363306.8638 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363332.1521 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363523.4473 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363526.6666 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363625.042 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363659.907 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708364061.3263 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708364375.1475 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708364410.5308 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708364482.603 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708365744.2785 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708365822.8718 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366468.6777 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366591.1468 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366695.2628 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366837.1298 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366877.2988 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366940.2037 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366962.4288 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366995.3779 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708367035.3155 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708367058.6757 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708367130.4575 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708367231.3857 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708367238.0157 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708367259.9364 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708367339.3387 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708368110.8263 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708368402.4106 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708368500.8949 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708368579.9913 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708368687.6498 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708368748.6354 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369054.0756 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369061.195 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708369118.2079 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369294.7455 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369452.4548 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369454.8254 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369798.4616 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369858.9204 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369877.1961 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708369894.9433 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708369920.4755 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369965.6359 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708369978.8324 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370114.6649 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708370120.2894 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370153.8069 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370170.713 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708370245.9486 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370303.1676 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370354.7904 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708370497.8506 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708370970.2967 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708371066.168 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708371146.421 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708373035.0333 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708373167.6195 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708373210.4827 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708373244.5799 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708374902.2794 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708374922.9563 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708374968.333 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708374996.5417 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376393.6379 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376469.3833 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376483.4817 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376505.4904 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708376637.2712 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376708.5498 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377012.9002 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377190.6497 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708377263.2326 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377322.8283 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708377454.1211 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377606.6482 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708377662.2339 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377663.376 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377693.3625 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377738.9321 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377775.4047 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708378024.9113 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708378497.6187 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708378782.0179 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708379896.9003 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708380005.1271 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708380741.2885 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708380780.5281 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708380851.263 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708380886.2402 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708381057.915 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708381157.7374 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708381275.5886 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708381514.3737 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708382116.3649 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708382187.8641 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708382522.1443 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708382577.2131 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708382783.891 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708383266.8923 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708383679.3259 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708383801.1579 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708383883.8896 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386412.9605 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386451.5744 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386529.7209 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386816.5677 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386859.69 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708386920.0501 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708389382.6804 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708389630.5809 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708389746.0535 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708390389.7957 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708391662.7332 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708391729.0193 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708391797.465 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708393837.6056 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708394242.3448 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708396973.3268 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708399516.8585 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708399552.8241 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708400928.202 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708401658.6915 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708401742.0246 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708403423.4615 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708403475.7234 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708410140.4031 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708411004.3163 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708415907.1785 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708424217.9809 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708427413.7601 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708427460.3247 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708427621.2687 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708431548.7218 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708432400.6284 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708432944.6184 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708433403.8433 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435106.2485 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435761.4821 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435832.4099 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435933.896 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435982.8254 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708436057.4199 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708436072.4144 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708437217.6666 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708438008.9308 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708438706.2634 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708438934.2953 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708439287.7758 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708439923.647 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708439999.0908 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440087.5812 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708440211.1574 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440263.5249 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440529.2866 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440540.146 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440570.9386 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708440581.3383 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708446302.1591 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708446447.9611 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708446534.9081 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708446691.7238 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708447090.3047 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708447134.701 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708448397.3825 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708448453.7822 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708449150.989 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708449822.1865 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451071.1047 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708451109.781 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451168.6771 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451354.7294 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451443.1307 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451555.2492 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451614.3335 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451660.6139 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708455689.99 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708456610.6148 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708456635.0806 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708456656.3759 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708460422.3079 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460453.2486 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460518.2144 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460530.1115 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460576.3036 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708460682.5018 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460773.542 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708462007.7336 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708467464.9803 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708467629.6663 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708467757.5904 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708469305.5619 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708469369.8344 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708469454.158 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708492727.0962 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708494073.3912 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708500510.1275 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708501238.3762 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708501978.5955 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708502049.0364 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708502446.1358 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708502476.4325 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708502569.5244 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708503285.9456 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708506880.0731 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708506891.3308 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708507015.7228 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708510308.1235 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708510390.7787 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708510567.3504 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708510796.9968 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708512654.8254 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708512714.6641 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708512873.8208 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708521501.0101 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523002.6543 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523166.2856 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523213.0339 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523354.0239 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523408.5461 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708525578.5096 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527186.4533 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527288.0522 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527405.0852 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527544.7905 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527683.6686 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708528060.1154 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708528109.8846 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708528149.3915 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708531058.1268 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708533349.9998 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708533693.5785 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708536698.5217 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708536778.4891 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708542820.3399 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708543759.1964 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708543935.9475 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544051.0766 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544286.8761 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544324.9262 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544362.0311 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544398.7937 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544483.1499 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544736.5525 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708545686.099 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708546049.1243 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708546336.8445 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708546394.5597 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708546583.8932 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708546736.4465 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708550692.9455 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555299.2304 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555322.3069 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555332.8536 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555369.7927 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555375.0179 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555390.7722 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555407.6585 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555455.7676 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555540.3183 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555622.3113 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555680.0043 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555741.5983 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555754.4756 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555766.3914 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555808.6812 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555844.313 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555879.5878 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555929.4494 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708556236.0645 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708556276.7634 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557228.1222 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557348.9605 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557445.204 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557683.2385 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557844.1544 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558239.2106 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558281.3799 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558378.4497 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558468.1559 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558517.9511 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558639.338 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708558665.5547 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708558672.1173 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708558769.4421 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558830.2085 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559222.9563 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559260.1947 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559342.9245 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559432.6408 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559502.3018 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559557.7802 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559641.5331 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559766.8528 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559840.0761 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559855.5324 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559906.3197 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708560207.2608 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708560245.9443 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708560287.0314 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708560321.3302 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708560710.8907 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708560883.2244 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708561160.9518 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708561218.3612 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708561273.2749 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708561401.4796 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708561482.1339 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708561777.9194 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708562012.8101 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708562102.8617 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708562470.6537 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563249.3474 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708563649.9979 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563681.985 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563779.2774 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563900.7433 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563967.4606 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708563975.8202 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708564065.7244 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708564113.2155 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708564129.8582 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708564180.8513 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708565581.949 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708565663.7241 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708565927.8306 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708565940.4723 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708566178.8762 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708566214.2443 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708566288.2316 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708566370.2229 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708566456.7985 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708567167.531 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708567321.5811 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567369.3163 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567410.3654 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708567486.4537 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567515.1841 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567576.7993 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567610.3707 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708575342.9572 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708575377.5081 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708575432.492 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708575509.9167 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708576126.6557 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708576274.3877 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708576787.3784 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708576834.0015 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708576837.6574 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708582281.6752 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708582458.315 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708582577.2366 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708582649.752 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708582871.3593 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708585499.3239 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708585829.1424 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708585834.6547 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708585879.3489 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708591996.2861 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708594442.1268 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708595941.2272 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708597079.3539 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708597142.0053 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708598512.7724 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708598687.005 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708598747.3634 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708598843.9071 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708598997.1236 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599034.0614 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599127.5535 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708599428.0948 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599524.2169 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599650.251 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599744.7816 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599864.6591 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599943.8829 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708604213.5458 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708604306.7872 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708608110.2911 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708608204.3376 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708608255.591 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708608348.9939 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708608607.0221 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708608720.9098 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708610706.6685 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708611742.5666 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708611814.9398 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708611900.228 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612032.8531 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612158.8009 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612236.9362 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612401.5952 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612735.9478 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708613064.4983 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708613104.1133 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708613169.1664 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708615318.9111 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708616953.0218 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708617001.895 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708618754.3837 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708619921.9768 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708626676.6687 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708627035.4957 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708627565.106 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708627690.5477 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708627949.906 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708628193.6998 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708628430.806 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708628434.1998 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708628526.3597 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708630514.9041 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708630693.305 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708630785.4482 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708631112.7006 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708631193.1744 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708632812.9748 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708632842.611 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708632893.8915 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708632937.6854 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708633090.4497 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708633127.4506 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708633730.2183 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708633836.6691 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708634773.8 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708636469.631 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708636569.5302 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708636710.2099 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637202.6082 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637241.9801 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637279.3201 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637329.1681 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637393.7878 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637419.3971 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637422.4796 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637462.3202 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637507.1802 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637524.3502 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637572.4317 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637643.1675 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637733.8037 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637769.9441 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637797.4111 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637917.018 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637965.4844 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708638623.1293 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708638676.9759 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708638731.559 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708639391.3383 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708639460.3853 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708640818.2411 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708640965.1792 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708641143.0325 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708641185.0079 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641259.4363 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641302.2163 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641316.1147 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708641360.4213 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641425.8818 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641502.2228 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641591.6468 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708641655.3866 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708642061.8969 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708645597.9689 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645656.8622 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645673.275 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708645677.5233 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645768.7837 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645804.4571 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645872.5776 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645912.7732 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708650499.9208 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708650714.4005 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708651146.6805 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708652044.7348 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708652192.5887 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708652337.841 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708652521.8235 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708652972.699 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708652996.7585 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708653030.241 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708653043.247 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708653089.7241 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708653147.5538 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708653737.2963 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708655365.0573 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708655409.7099 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708655472.1869 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708657264.2491 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708657337.81 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708657418.3128 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708658175.2229 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708658543.8191 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708658640.1331 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708663371.6458 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708663453.5715 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708663589.2427 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708663675.876 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708663739.4053 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708667931.5671 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708668238.0914 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708668281.3665 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708671319.3641 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708678619.135 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708685618.145 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708685868.7815 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708702523.1323 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708702567.6954 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708703817.6915 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708703865.1439 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708704209.9375 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708706236.3181 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708706421.7442 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708707082.2419 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708707390.1182 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708712954.7437 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708713016.602 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708713063.5799 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708713125.041 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708721418.2078 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708721557.2308 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708724108.2892 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708724196.5633 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708724487.9269 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708724775.433 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729071.2721 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729146.1269 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729188.625 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729268.3783 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729323.5689 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708730964.1093 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708732530.4706 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708751838.0707 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708754634.0829 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708767180.5174 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708770643.2408 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708772688.3741 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708772772.6842 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708774783.9226 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708776536.7927 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708785232.0712 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708785317.6933 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708786356.9968 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708786424.4017 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708786470.2183 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708786492.2535 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708786518.9756 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708799029.591 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708799169.7856 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708799227.4232 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708799238.8801 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708799299.8139 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708811419.8218 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708812784.1763 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708813255.8502 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708816627.7963 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708820536.9722 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708820622.9847 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708820703.2928 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708820759.0888 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708820879.2733 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708820939.5628 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821057.9919 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821203.9242 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821248.8688 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821351.1475 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821390.2767 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821487.5262 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821542.0999 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708837351.1642 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708841796.7056 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708841864.7866 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708841901.0472 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708841969.1219 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708851378.3505 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708851457.7966 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708851805.3758 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708856918.7634 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708860611.2238 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708860683.5123 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708863308.6302 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708867017.2247 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708870503.9182 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708873858.7489 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708873935.9567 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708874475.3014 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708874690.6548 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708874787.329 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708874862.1536 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708884744.9657 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708885428.2142 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708885478.2985 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708887948.3273 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708887999.3935 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708892360.4282 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708892427.6544 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708892762.8291 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708896541.4918 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708896807.8952 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708896948.9719 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708897092.1669 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708897308.972 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708898247.6453 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708898385.0309 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708898940.2221 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708899033.6767 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708899094.7597 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708899313.7174 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900243.5928 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900290.4192 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900534.433 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900739.4792 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900896.3162 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900944.7057 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708901004.3369 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708901140.536 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708901205.185 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708901271.5599 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708906087.535 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708911897.204 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708911980.4889 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708912886.2501 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708917371.546 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708918006.5331 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708918341.2565 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708934158.0566 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708934213.6115 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708945203.3736 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708945250.8863 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708951588.5425 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708951746.5383 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708954742.8616 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708954794.4373 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708959195.6566 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708965914.5915 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708967351.2939 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708969026.9917 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708971206.1694 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708974139.0298 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708974235.2685 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708974452.0594 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708976582.5165 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708976737.6685 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708982645.1325 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709002044.4007 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709005486.5175 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709005615.5125 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709006741.3904 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709152906.1957 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709154393.3068 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709176032.7818 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709185913.6196 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709185957.4018 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709197368.2076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709204174.7904 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709204344.1084 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709204921.5492 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205034.8418 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205145.9696 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205313.1432 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709205580.8501 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205682.8523 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709244758.4784 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709244846.0526 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709244997.4419 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709249601.8221 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709263244.1379 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709283350.3688 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709289571.7738 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709297911.1159 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709297959.7696 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709298035.8417 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709298108.311 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709312905.7852 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709314599.2746 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709319323.9604 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709332589.0245 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709332693.3157 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709332728.5736 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709360609.8041 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709360704.3674 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709360859.8437 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709360898.1113 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709380729.8517 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709380771.4927 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709406624.4226 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709406663.8202 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709406844.2813 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408166.9963 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408597.3412 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408745.2213 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408792.1084 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408909.6471 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709454010.1992 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709456343.29 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709456385.9611 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709467315.4335 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709467670.6771 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709467750.3028 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709467966.3537 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709468070.1882 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709469208.2004 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709470017.6644 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709475236.0353 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709475291.8491 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709475476.199 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709475722.0689 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709476032.8267 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709498390.6569 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709509977.9598 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709510049.9853 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709510101.3471 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709510227.8423 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709510277.2673 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709520634.865 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709521124.9432 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525184.1908 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525363.6295 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525367.4932 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525370.7078 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525371.6054 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709555268.3065 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709555305.8368 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709555365.0629 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709564374.8853 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709564432.9644 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709564508.6477 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709589824.2655 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709607356.55 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709623465.2236 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709637691.8234 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709638050.0782 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709660615.1416 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709660663.1131 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709660705.2524 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709660733.8564 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709666192.9176 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709666371.1496 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709667147.0548 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709681074.0258 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709684215.0404 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709686057.3149 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709686413.5508 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709686525.0986 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697419.1813 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697537.6767 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697625.1537 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697699.2202 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697765.8153 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709701798.7454 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709701867.411 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709703479.7157 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709711606.343 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709711638.9151 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709718263.3968 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709732897.13 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709733146.7189 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709733510.0735 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709733769.0895 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709733984.7209 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709734276.7335 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709734760.1438 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709735046.8892 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709735466.4504 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709743122.0982 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709743199.6366 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709743246.5093 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709744128.3507 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709746441.6565 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709749688.2868 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709749778.8454 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709749831.73 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709750119.0678 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709750177.8679 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709750244.615 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709750390.4456 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709763296.6888 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709763580.1285 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709769083.3294 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709775829.9537 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709776059.1373 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709776195.9153 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709819184.8748 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709819269.7237 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709819464.1394 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709825753.9546 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709826170.6984 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709826303.9404 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709828324.8867 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709828490.8482 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709829347.4525 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709839146.1522 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709859623.8718 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709859805.6945 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709864587.3482 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709869897.94 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709877174.2776 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709877337.4518 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709883867.1277 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709885686.9342 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709889359.5441 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709889475.977 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709889535.5765 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709889619.8086 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709889769.3391 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709889839.6835 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709890143.5601 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709890209.245 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709890369.2681 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709890424.7787 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709910236.0856 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709910443.9066 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709910547.8262 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709910740.3527 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709919646.0226 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709920156.3159 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709920390.0754 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709920607.9947 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709922803.3572 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709922906.1296 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709923262.572 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709964908.1586 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709974796.627 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709974971.5334 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709975174.0559 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709975174.3889 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710039402.3242 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710040062.0696 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710040249.9879 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710040828.1192 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710047131.9231 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710053223.0868 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710053275.1341 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710053339.6443 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710056747.2458 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710056801.1827 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710092028.3776 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710092042.857 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710095633.351 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710095728.1838 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710095809.1074 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710133298.1898 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710134605.6608 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710134733.9032 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710134924.906 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710135718.3156 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710135946.8901 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710136172.0059 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710136347.7712 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710141762.4496 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710141884.3104 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710143269.0113 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710143349.9151 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710146067.3226 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710149580.2395 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710149683.0864 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710150402.497 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710155810.1144 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710170851.7463 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710170947.8453 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710183041.0198 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710185895.446 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710185991.3572 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710193653.549 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710193699.7254 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710193775.4664 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710227601.3057 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710227644.8264 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710228964.504 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710234107.5663 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710234441.145 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710235559.4811 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710235601.0918 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710235666.9547 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710235779.4616 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710235831.2066 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710236066.3334 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710258072.3625 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710267141.2016 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710267192.7152 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710299345.3984 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710311614.7093 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710311959.6796 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710312107.8196 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710312252.8641 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710315638.7234 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710315781.4197 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710316067.3684 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710316169.37 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710317054.0896 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710352047.7971 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710357739.239 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710375197.7291 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710375295.4702 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710375360.6871 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710403111.6764 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710467949.9341 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710483611.0859 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710483659.0327 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710483698.7609 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710517630.2735 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710651486.824 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710693247.298 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710741951.037 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710787410.5558 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710855464.5304 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710861169.7223 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710861237.7484 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710861352.9168 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710871773.5615 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710873305.8459 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878428.772 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878482.5145 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878522.7132 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878554.7388 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878834.1916 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878863.369 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879020.847 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879192.9312 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879426.9459 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879475.339 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879571.0386 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879768.9257 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879802.4914 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879892.1429 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879980.7785 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710880083.0513 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710883916.3294 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710884059.8404 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710884154.0868 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710958939.3192 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710959012.838 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710961159.5411 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710963885.2225 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710963903.3836 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710963953.0057 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710964184.4185 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710972180.6999 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710972340.7372 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710984394.0364 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710984466.3564 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711005711.7078 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711005767.6394 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711020883.8198 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711132439.4155 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711169085.4247 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711169118.983 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711169219.3454 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711169290.371 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711179020.3289 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179069.262 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179117.4887 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179210.767 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179326.5357 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179488.0867 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711394455.3868 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711448873.73 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711466110.333 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711466161.826 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711466197.557 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711466270.7813 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713914007.8161 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713918131.7246 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1713918242.116 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1713923648.8079 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713941780.1126 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1713975355.9977 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713975417.3198 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713975519.1134 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1713994624.6926 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713996707.7409 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713996724.8193 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1713996851.5175 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713997079.6919 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713997989.1639 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713998341.5178 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714003948.5339 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714004015.3252 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714015722.0525 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714015905.9327 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714015991.2795 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714022860.1988 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714022940.2751 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714039204.0616 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714056222.6429 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714069036.9392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714077090.6418 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714079314.9516 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714080557.6324 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714082535.3634 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714092393.3461 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714105615.9292 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714109429.0978 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714112663.5067 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714112726.876 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714121337.2281 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714142263.0679 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714147142.6929 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714151444.896 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714152676.2693 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714152940.5945 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714153103.9839 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714161396.0428 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714164994.8175 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714170022.6482 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714170075.5554 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714170206.8613 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714170252.7601 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714170349.4928 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714170454.3968 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714182820.6056 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714184788.7588 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714184966.5047 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714186945.0332 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714187280.7526 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714191697.0268 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714209787.2864 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714209879.8847 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714209952.1929 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714210702.2068 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714212487.8392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714212568.1969 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714212857.6503 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1714213081.0783 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1714213249.366 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714230197.5982 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714230234.8804 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714239876.7003 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714240459.7535 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714240698.3402 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714240774.9968 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714240914.1284 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714247380.0934 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714248164.7722 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714248201.752 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714248234.1032 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714248279.4627 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714256848.7445 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714257691.8348 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714257911.1565 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714309816.7026 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714326534.518 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714326579.9154 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714326637.2841 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714326730.3008 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714326782.3921 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714326847.2357 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714326897.045 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714328510.4194 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714328634.6068 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714334953.0739 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714335092.3619 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714335431.0245 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714346970.2896 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714369227.932 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714369310.8615 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714369917.2709 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714369976.4842 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714372310.4571 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714372446.3505 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714379143.8696 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714379213.3239 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714379265.8321 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714379317.8013 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714379356.2773 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714379455.9178 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714386460.8846 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714386613.7646 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714386755.5909 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714386866.2585 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714391744.7035 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714403252.7092 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714406035.1101 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714438972.8668 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714441509.4284 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714447593.8501 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714447922.2692 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714448408.1343 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714482875.2202 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714483168.4359 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714483549.307 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714484821.9016 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714484922.3074 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714485272.0273 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714485352.7047 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714485416.3394 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714485491.7762 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714488682.9594 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714490834.8428 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714495175.1904 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714495637.6136 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714495645.4511 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714496723.9678 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714496820.3085 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714502763.3275 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714502841.1042 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714503172.9918 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714503806.0085 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714504469.1026 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714504500.4997 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714506749.3618 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714513194.0175 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714525269.4607 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714526357.9782 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714526477.9201 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714526540.531 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714526601.0655 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714526662.6829 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714526712.5187 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714526785.8454 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714526920.1126 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714527084.7551 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714527121.2096 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714527328.7284 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714527401.5963 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714530543.6934 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714531872.9059 - }, - { - "model_a": "LCM", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714533061.9134 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714549283.9448 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714562041.0407 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714563338.1383 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714568441.1815 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714569966.6842 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714570322.1081 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714571701.0307 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714576378.8046 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714576446.094 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714576532.638 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714576679.4471 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714576769.1653 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714576824.9807 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714576938.1807 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714577006.5219 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714577057.6898 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714577128.2946 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714577727.8597 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714578747.7724 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714579589.2206 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714579846.2417 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714581212.6776 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714587799.689 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714588572.9436 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714589779.9269 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714591108.6439 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714591543.0262 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714591623.1416 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714593850.1499 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714593943.3196 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714594628.9269 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714594743.1239 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714595283.1825 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714597497.923 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1714597529.0346 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714597965.5242 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714598027.9119 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714598064.6463 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714598118.6371 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714598192.9803 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714609418.3422 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714609489.294 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714615266.9304 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714615292.9702 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714615431.8814 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714616014.2777 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714616748.784 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714616966.3144 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714617048.1732 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714619554.8734 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714619583.6576 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714619899.8672 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714620041.7951 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714620209.3544 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714620255.3801 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714620297.602 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714620455.0897 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714620471.3887 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714620498.1223 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714620564.2259 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714620792.5256 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714622433.5969 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714622629.3706 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714624203.9485 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714624416.1669 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714624452.0408 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714624751.0239 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714624811.7454 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714624841.1584 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714624927.923 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714624929.0833 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714624970.3575 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714625006.8605 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714625105.9879 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714625165.1569 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714625203.6289 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714625325.2074 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714625370.3592 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714625439.0679 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714625582.3416 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714626535.2775 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714626855.4053 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714626916.0031 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714627108.599 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714627469.0604 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714627535.2162 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714630962.9322 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631222.5783 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631261.9674 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631269.0642 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714631304.8833 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631343.8599 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714631373.2604 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631379.3709 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631406.6345 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631460.8018 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631565.7606 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631619.8325 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714631657.5961 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714631685.449 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631735.0461 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714631798.8645 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631851.3442 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631887.0953 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714631929.4421 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631960.594 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714631996.7092 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714632090.87 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714632134.5755 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714633320.2991 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714633482.4024 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714640882.6728 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714642986.0995 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714643045.5943 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714643082.8136 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714643161.1256 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714643178.8986 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714643195.0168 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714643210.9338 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714643228.58 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714643244.839 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714643263.6358 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714643301.9301 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714643318.5429 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714643337.3762 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714643374.3585 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714643393.2465 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714643417.4894 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714643440.8602 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714643455.7901 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714649503.3748 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714649610.8215 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714650576.7331 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1714650593.7024 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714650810.8664 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714651167.0887 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714651204.0701 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714651570.3037 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714651595.6518 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714651643.6577 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1714651680.7509 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714656886.193 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714657321.8975 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714657405.4107 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714657491.6943 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714657563.7544 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714658033.5865 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714659839.0561 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714661481.3367 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714661500.0441 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714667652.5445 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714670744.2049 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714671562.3433 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714671606.5636 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714674306.9355 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714676006.8661 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714676092.7433 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714680300.0205 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714680341.0065 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714680554.4306 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714680585.1911 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714681910.5952 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714682370.9088 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714685282.7201 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714688746.1146 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714688792.1686 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714688835.6515 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714688905.2632 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714688943.3143 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714688967.8818 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714689004.962 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714689037.7917 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714689083.6141 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714689109.3646 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714699772.736 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714700080.0171 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714700291.2492 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714700462.2345 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714700604.7006 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714700789.9804 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714700982.9415 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714701009.8985 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714701244.0061 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714701500.7099 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714706289.0149 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714706317.9058 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714706341.5125 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714706373.5934 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714706395.3227 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714706415.4541 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714706442.2498 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714706461.0018 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714707001.5911 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714707023.5647 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714707047.7975 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714713270.3394 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714724818.3997 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714734400.8476 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714734465.3614 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714734569.7019 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714734654.3442 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714734803.1343 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714734968.5647 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714748485.752 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714749539.5718 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714749970.8581 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714752731.3689 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714757378.2777 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714759724.7319 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714760022.0442 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714760095.394 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714760146.4815 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714761348.6174 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714761400.3166 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714768127.0057 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714768332.4376 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714768360.265 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714768456.157 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714768460.7201 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714768584.2746 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714768705.391 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714768789.8144 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714769148.3723 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714769811.0755 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714771409.57 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714771623.5408 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714772270.9216 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714772363.8846 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714773445.9213 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714783788.5028 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714789277.4105 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714791635.6375 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714791703.9386 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714793478.8906 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714793516.1383 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714816321.6618 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714816353.336 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714816387.937 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714816454.4134 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714821081.9862 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714826009.0121 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714836291.2723 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714836319.9202 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714836356.4831 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714836384.9568 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714836456.2511 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714836502.7587 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714836697.9308 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714836801.5488 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714836819.06 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714836847.1787 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714840939.9973 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714840966.5773 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714840994.8323 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714841032.0221 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714844940.4181 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714844957.7696 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714844976.5665 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845001.8285 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845019.4407 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845032.4797 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714845049.3217 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845073.803 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714845129.7334 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845151.5118 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845163.188 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845190.9757 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714845211.3025 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845224.1933 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845237.175 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714845249.1656 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845270.0839 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845289.1748 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845304.6206 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845322.728 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845346.9463 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845360.9795 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845381.6875 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714845454.9069 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845463.9326 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845484.1915 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845493.9662 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845526.8156 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714845537.0831 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845558.2291 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845583.0605 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714845648.1802 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845801.6983 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845825.3725 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845866.6028 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845879.6467 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845896.6448 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714851495.7019 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714855675.1836 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714855743.4464 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714855800.4946 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714855883.6928 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714855928.4784 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714855960.1283 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714856074.9316 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714856249.6582 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714857683.069 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714857745.6261 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1714857750.9434 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714857816.8831 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714858009.6203 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714858346.3558 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714858379.5024 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714858860.7581 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714859303.9419 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714859331.1343 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714861379.4162 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714862250.8904 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714879027.0753 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714879064.6145 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714879136.3501 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714879166.635 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714885297.2707 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714887283.4435 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714896191.5559 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714896283.3643 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714901842.7876 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714901915.4188 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714908380.1114 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714916073.5383 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714917623.4324 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714919897.1549 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714921434.8363 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714922754.8813 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714922831.6494 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714922930.7366 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714924993.665 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714925101.5301 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714925229.5996 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714925389.0678 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714925457.4322 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714925529.8983 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714925666.7773 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714925757.8461 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714925945.9328 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714926036.7193 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714926136.4551 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714931262.225 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714931291.2995 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714931348.0493 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714931389.3777 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714939348.7581 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714942450.2188 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714943719.0964 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714943798.9906 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714943846.1201 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944117.9857 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944181.5685 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714944190.4431 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944256.128 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944277.2965 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714944291.7974 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944312.2761 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944329.2231 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714944380.1348 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714944394.3367 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714944413.8638 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714944428.8637 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714957477.7795 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714957664.0191 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714957743.4932 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714957774.4846 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714957823.7313 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714969445.3812 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714969476.9561 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714969494.3961 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714975508.662 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714975631.0816 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714975671.1859 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714975731.8573 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714981477.9182 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714981720.8531 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714981775.3404 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714981808.9565 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714984715.9114 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714985914.5152 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714986066.0806 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714986216.8728 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714986306.1947 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714986376.4982 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714989208.3777 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714989248.5875 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714989819.0972 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714989847.7502 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714995425.2992 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714995448.7647 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714995482.6481 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714995517.9459 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714995598.7764 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714995622.1322 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714997128.3204 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714999315.9865 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715000156.668 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715003687.3227 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715005634.4101 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715008027.9237 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715008220.12 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715008338.7667 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715008528.0193 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715008560.758 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715008626.0331 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715008768.0717 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715009164.4372 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715011098.7307 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715011477.047 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715012038.5653 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715012110.2215 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715012132.6383 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715012409.0239 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715015333.7998 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715015501.211 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715017292.0144 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715017296.8295 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715018460.9145 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715018632.2066 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715018803.375 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715019225.3407 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715019462.1131 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715019802.153 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715019907.2521 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715020065.0156 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715020154.4329 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715021356.9755 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715021529.0535 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715021929.2364 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715021941.4732 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715021957.2665 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715021977.374 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715021998.1985 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715022011.4633 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715022038.313 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715022292.5538 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715022423.4927 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715024554.3716 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715032383.9143 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715032424.7447 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715032525.4621 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715032553.8807 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715034247.9019 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715034370.6536 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715035859.5219 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715035919.4799 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715036001.5027 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715036181.5765 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715039687.2011 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715040461.6314 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715041888.5659 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715042097.2393 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715043684.6186 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715043729.7419 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715044419.69 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715046057.634 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715046141.0795 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715046267.3231 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715052976.1222 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715053014.6343 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715053906.7556 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715053967.3424 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715055659.8708 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715061669.9858 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715063382.9466 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715064854.7455 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715067798.0909 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715075931.4757 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715075995.7843 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715076051.3948 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715076120.5569 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715076158.7022 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715076247.8444 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715076271.3714 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715076443.3502 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715076515.8829 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715076596.1856 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715076652.1088 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715076690.1705 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715076745.2118 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715077074.6434 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715077245.8069 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715077262.5999 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715077301.2446 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715077325.4673 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715077356.4944 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715077381.1639 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715077400.87 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715077412.1989 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715077426.3836 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715077446.8475 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715077467.8656 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715077481.7513 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715077512.9835 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715077556.4551 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715077627.358 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715082846.4884 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715082974.7401 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715083505.9148 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715084102.5454 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715084136.6653 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715084172.1244 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715084217.559 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715084268.0881 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715084344.8168 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715084385.6042 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715084634.0612 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715084678.0431 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715088191.2067 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715088225.5567 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715088287.0801 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715089041.0651 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715089114.0005 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715090925.831 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715094300.1045 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715096979.6616 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715102524.9755 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715103264.6167 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715108604.4116 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715108644.2865 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715108745.3343 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715109229.1632 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715109297.5496 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715109376.7434 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715109432.9573 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715109493.1861 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715110227.8222 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715110271.8156 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110329.5161 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110363.0739 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715110394.1117 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1715110437.7906 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715110587.7518 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715110588.6536 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715110656.8518 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110828.4153 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715110858.8573 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110882.8365 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110910.2006 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110958.358 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715111053.2734 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715111140.0209 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715111188.2552 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715111214.6346 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715111246.7931 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715111273.5189 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715111348.5563 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715111413.3707 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715111438.4729 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715111464.8113 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715118668.6032 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715118687.3129 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715118727.6518 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715118748.4589 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715118816.8802 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715118843.9637 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715118876.7561 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715118913.0065 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715120168.9814 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715120215.1132 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715120249.0948 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715120298.7987 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715120366.9169 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715179187.4528 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715192298.1843 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715192393.9427 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715195946.899 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715198606.6174 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715200984.0469 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715201096.4403 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715201179.1093 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715201267.8775 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715201718.2331 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715202571.3392 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715207226.5413 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715207484.1546 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715207536.9802 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715207620.9787 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715207699.6307 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715208469.7193 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715215064.2208 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715216049.4491 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715234211.3663 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715234328.5891 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715239430.5621 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715243868.6295 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715244241.3044 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715244558.273 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715246203.5448 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715246766.1834 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715248803.359 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715250151.3399 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715250174.2859 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715250209.1457 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715255562.9587 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715255607.1614 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715255662.1513 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715255805.7255 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715255848.3385 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715255903.5686 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715256028.3307 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715256087.6353 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715256120.0212 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715256235.433 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715256303.3042 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256320.1086 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715256341.3287 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256394.9544 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715256426.1838 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715256442.628 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256495.0433 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256515.9042 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256612.2087 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256636.3789 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715256663.2995 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715256689.5726 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715256729.0218 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715256845.2289 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715257007.5027 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715257166.0516 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715257200.4456 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715257215.3823 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715257326.7155 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715257356.4325 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715257638.2431 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715257699.707 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715257739.3739 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715257780.2792 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715257957.6205 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715258056.7318 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715258093.8906 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715258144.4655 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715258483.1514 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715258503.8004 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715258565.4821 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715258595.7971 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715258635.5213 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715258691.1935 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715258764.873 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715258936.1894 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715258994.9227 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715259051.189 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715259072.5223 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259113.9431 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259131.2458 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715259172.7727 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715259212.7736 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259492.2271 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259543.7047 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259610.1198 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259627.5644 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715259640.495 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715259701.4844 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259723.058 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715259762.96 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715259803.218 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715259881.236 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715259989.1663 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715260057.4769 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715260117.3458 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260230.1733 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715260282.4439 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260328.5412 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715260349.3944 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260382.1398 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260442.606 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260481.1292 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260514.9799 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260554.6099 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260599.5403 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260599.9917 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260612.3444 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260637.1369 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260666.4785 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260797.6363 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715260970.0095 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715263893.6453 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715264861.7542 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715264922.4486 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715264971.3985 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715264997.7186 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715269818.8282 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715269899.1691 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715270094.2855 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715270143.2689 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1715270193.4508 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715271220.138 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715271255.7782 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715280678.7882 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715280745.1316 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715280767.2367 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715280824.3612 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715283624.6873 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715283771.9899 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715283832.1093 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715283904.4875 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715283975.894 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715289173.8135 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715291072.6088 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715293959.6611 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715297226.1416 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715301246.3501 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715307496.6586 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715307658.3323 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715307702.6279 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715307752.0515 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715307782.3509 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715307800.3472 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715307824.9746 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715311324.1332 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715312455.5893 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715321145.649 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715321277.3237 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715327322.223 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715327350.1615 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715327423.5657 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715327458.0922 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715327624.4824 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715329636.2156 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715329681.0432 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715329740.4518 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715329796.7315 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715329913.4518 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715329970.8219 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715330010.4717 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715330055.7455 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715330092.6017 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715330140.7292 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715330184.6534 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715333482.0455 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715334142.5931 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715334164.9491 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715337395.7907 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715337511.2509 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715338012.7242 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715338049.9744 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715342186.1942 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715348407.4474 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715348444.9063 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715348460.7018 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715349704.8905 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715349743.8126 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715349781.9289 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715349808.6611 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715352511.3183 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715353266.6712 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715353759.7287 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715354286.5972 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715369867.0276 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715373507.3127 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715375602.5913 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715381692.1857 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715385627.8243 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715385668.566 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715385861.8339 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715385910.8569 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715385973.3168 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715385992.5668 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715386102.6516 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715386146.9156 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715386278.6084 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715386300.6511 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715386332.2285 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715386387.625 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715386408.7312 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715386438.6606 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715386459.8269 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715386482.1368 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715389666.0729 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715397519.9742 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715398256.9052 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715398303.687 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715398343.7819 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715398359.4717 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715398398.6135 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715398431.3592 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715405398.644 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715405460.6692 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715405488.1404 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715405523.4582 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715405592.995 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715407001.4723 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715407052.1558 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715407102.6965 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715407121.4426 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715408435.5071 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410162.7026 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715410237.8023 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410316.1611 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410361.2625 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410434.0467 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410461.4697 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410554.4581 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715414751.2748 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715414877.5649 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715414946.6036 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715426874.879 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715426958.7873 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715427567.4463 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715433451.3249 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715433563.6229 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715433632.339 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715433695.6008 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715433774.0535 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715433851.8631 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715433896.4202 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715433912.915 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715433986.55 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715434064.6045 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715434110.7683 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715434207.8245 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715434239.5902 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715434702.9671 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715434813.9772 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715434923.6108 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715445309.7756 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715447806.7031 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715455573.9043 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715464162.4446 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715464217.9734 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715464836.5956 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715478360.043 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715483811.0921 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715483833.3595 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715483901.9427 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715501155.9579 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715501572.3162 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715501769.6926 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715501823.7506 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715501843.0687 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715504372.552 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715504645.5579 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715504799.6279 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715504917.9909 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715504991.8379 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715505030.8366 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715505102.3427 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715505159.0976 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715505273.321 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505335.8753 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715505391.6178 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505472.5006 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505561.6787 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505621.572 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715505678.2622 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505751.0201 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715505814.8461 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505886.3264 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505976.4305 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715506091.8967 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715506191.1829 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715506253.3266 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715506316.8875 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506363.7645 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506428.4684 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715506482.095 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506548.2237 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715506605.9731 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506671.8971 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506735.8368 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715506805.2882 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506896.7326 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715506939.4213 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715507004.6222 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507068.7409 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715507126.7222 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507187.5667 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507238.7865 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507298.3444 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507336.2381 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507376.8809 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715507424.3389 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715507480.5378 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715507529.7884 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715507580.5302 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715507633.4101 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507697.6976 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715507748.005 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507785.2979 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715507832.5017 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507882.0959 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715507938.4281 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507986.3397 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715508025.4909 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715508596.1504 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715508819.8245 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715508860.6235 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715512725.6261 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715513049.8363 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715513462.1973 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715513499.0171 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715513543.4817 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715517934.7894 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715517982.3497 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715518044.4289 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715518070.8159 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715518087.1668 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715518101.7937 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715518233.8117 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715519760.5756 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715519900.3195 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715522347.2456 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715529147.0937 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715529174.8074 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715530512.1388 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715530547.9455 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715530635.089 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715530714.582 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715530966.3605 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715531011.2687 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715535948.8615 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715535994.2185 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715536006.5145 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715536056.5174 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715540608.439 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715540668.0693 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715540691.8784 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715540718.2742 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715544756.1942 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715544778.4407 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715544894.2269 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715544960.7509 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715548274.8397 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715548294.1061 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715548300.6242 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715550359.0308 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715550403.1731 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715550430.5087 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715550507.2465 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715556033.5312 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715556063.1215 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715556141.5487 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715556182.4021 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715556248.2706 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715556294.4954 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715557736.1568 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715557824.1917 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715557916.0035 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715562556.2316 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715562610.8163 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715562638.7736 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715562661.9948 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715562687.4578 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715562732.9275 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715568734.6978 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715568766.9301 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715569459.785 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715569879.0308 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715569939.3429 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715570478.9989 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715570518.1415 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1715570567.0057 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1715570612.4722 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715570645.2329 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1715570688.9077 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715570854.7795 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715575605.8643 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715575948.9645 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715576064.1342 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715576106.2468 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715576227.6686 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715576454.7912 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715578457.2811 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715582610.2263 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715582710.2425 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715582923.497 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715586674.4565 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715587268.2966 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715587315.8551 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715587447.1256 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715588699.642 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715588747.9002 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715588768.9951 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715588953.3795 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715588977.4247 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715589086.613 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715589105.5043 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715589121.5389 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715589137.0817 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715589155.9265 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715589185.4421 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715590609.5811 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715591050.2465 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715591124.4712 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715591175.4243 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715591304.7838 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715591343.321 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715595118.0355 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715595264.4727 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715596169.2755 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715596245.7251 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715596298.8145 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715596510.9151 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715596889.3985 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715604775.881 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715607268.2975 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715607845.0531 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715607875.1886 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715607896.3063 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715607907.3053 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715609542.513 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715609603.9724 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715609725.5118 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715609806.3255 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715609879.2783 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715609938.662 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715609988.4664 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715610011.9289 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715610056.2075 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715610086.9944 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715610128.0027 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715610160.2297 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715626259.5155 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715626316.2277 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715626362.7831 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715626514.9638 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715626578.3164 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715626646.4891 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715626738.9521 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715626760.7536 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715627190.575 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715627560.0476 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715627634.4326 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715627720.6617 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715627790.3477 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715627811.3067 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715628711.5839 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715628730.7564 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715628760.4033 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715629350.7992 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715629634.3138 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715629743.0214 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715629771.8713 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715629802.2118 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715629837.1242 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715629842.3411 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715629879.3585 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715629880.4603 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715629944.9785 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715630027.1455 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715630100.0636 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715630101.6678 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715630132.5182 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715630152.8798 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715630169.3216 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715630440.4928 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715630950.8345 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631072.8898 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715631131.835 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631220.4634 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631267.9233 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631285.724 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631308.7093 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631330.4596 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631418.9373 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715631474.7397 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631549.0504 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631560.6138 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631574.059 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631588.6777 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631600.2192 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631635.0579 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631645.5325 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631658.7672 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631675.2634 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631716.9795 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631765.8044 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715631795.5084 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631839.0158 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631854.1148 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631869.3083 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631884.7597 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631904.8756 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631937.9237 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631952.7703 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631982.5382 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632002.5002 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632019.0886 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715632056.4297 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632078.9071 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632100.4706 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632119.9303 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632133.1354 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715632156.0675 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632205.6436 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632227.039 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632245.3583 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632259.1458 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632259.548 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632294.1124 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715632295.1637 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715632308.2085 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632614.2904 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632687.9328 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632735.2315 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632779.0684 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632794.3672 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632817.191 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632839.1091 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632863.1892 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715632877.6274 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715632905.0193 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632929.4288 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632953.0127 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632978.85 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715633003.3879 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715633138.1665 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715633164.5981 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715633210.4173 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715633227.2731 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715633258.4186 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715633315.2438 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715633520.2234 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715633905.8551 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715634223.4612 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715634600.3185 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715634931.8593 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715634970.9805 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715635064.6405 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715635088.6077 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715635113.7799 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715635409.1381 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715635415.7586 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715635456.2167 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715635497.5932 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715635556.3009 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715635722.068 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715635754.5537 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715635777.2021 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715636320.6167 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715637590.0237 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715638033.6861 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715638688.094 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715638705.4091 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715638723.6793 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715638741.5972 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1715638765.8168 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1715638801.4903 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715639560.5786 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715639602.0201 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715639648.8662 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715639706.422 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715639819.1451 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715639940.3868 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715639960.3475 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715640001.4121 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715640098.0525 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715640337.8705 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715640392.0848 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715640445.9726 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715640469.3732 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715640477.3475 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715640493.5113 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715640562.3311 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715640578.1198 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715640592.8728 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715640764.9243 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641052.5041 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641257.7136 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715641279.2614 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641302.3811 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715641321.4886 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641339.6818 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715641357.4266 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715641376.9425 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715641410.444 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715641442.5154 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641456.2598 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641495.9314 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715641527.5583 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641551.3556 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641588.8546 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641603.435 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641631.096 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641667.7929 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715641691.7163 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641711.2567 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641722.2319 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641749.6905 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641771.8403 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715641788.389 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641813.26 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641888.1795 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641907.4439 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641960.0761 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715641984.3372 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715642001.6784 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715642018.8284 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715642032.4162 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715642070.4076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715642084.8514 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715642108.9736 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715642124.1679 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715642139.4073 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715642159.6643 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715642216.1899 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715642234.6287 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715642258.9057 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715642272.164 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715642294.1783 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715642321.2084 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715642347.8346 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715642369.1198 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715642394.4943 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715642446.3777 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715642517.7799 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715643009.9765 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715643629.3904 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715646343.3307 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715646422.6525 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715646502.575 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715646525.7573 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715646580.6937 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715646625.6955 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715646765.4862 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715646979.9774 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715647603.7335 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715647673.5221 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715647719.0251 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715647783.5052 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715647806.4518 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715647856.3221 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715647879.1789 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715647882.4873 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715647894.6206 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715647930.2673 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715647941.2474 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715647967.128 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715647973.2911 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715647989.9255 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715647995.2918 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715648014.7225 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648040.5804 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648068.1237 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715648082.97 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648171.6969 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648197.0506 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648203.8329 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648205.9948 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648224.062 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648242.6639 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648245.9232 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648290.6372 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648300.5734 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648323.4421 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715648333.172 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715648334.425 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648344.276 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715648355.6097 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648369.0486 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715648376.6725 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648380.9343 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715648396.6345 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648412.897 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648426.7397 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648459.2997 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715648499.1202 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648533.2237 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648571.9891 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715648599.2257 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715648652.562 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648684.2485 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648719.831 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648752.5013 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648775.0478 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648805.2205 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648837.1883 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715648852.8803 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648875.2262 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715649200.5327 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715649240.2392 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715649948.8106 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715650049.2967 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715650124.3848 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715650152.58 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715650224.0572 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715650257.8532 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715650321.9949 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715650387.8979 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715650427.5456 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715650470.7554 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715650515.0057 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715650525.3414 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715650550.1627 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715650605.4746 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715652184.3154 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715652208.8769 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715652235.8641 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715652379.6496 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715652432.8124 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715652539.012 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715653965.9717 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715654470.1972 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715654493.8888 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715654508.8773 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715656408.3689 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715656819.0954 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715657123.7234 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715657508.1666 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715657531.1836 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715657541.1706 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715657553.4074 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715657562.2334 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715657776.1514 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715657825.2322 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715657930.4391 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715658042.5835 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715658131.1457 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715659967.4762 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715660953.9461 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715660985.1237 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715661097.2605 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715661148.9346 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661175.1053 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715661544.4592 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661588.8338 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661640.5955 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715661675.7755 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661778.9555 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715661831.7873 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661846.1834 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715661879.9838 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715661882.641 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661906.8515 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715661957.5554 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715662143.2977 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715662172.8726 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715662823.8091 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715664545.3047 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715668236.2092 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715668318.9269 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715668776.0324 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715670090.9625 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715670150.1172 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715670167.3075 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715670187.1492 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715670203.7494 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715670212.3749 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715671609.0636 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715672815.6266 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715672903.2615 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715672954.5547 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715673035.7081 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715673051.3865 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715673083.8769 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715674645.4789 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715674714.0568 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715674795.7064 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715677914.199 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715677990.6732 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715678023.864 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715680671.7878 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715680684.2017 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715680708.0141 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715680721.1172 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715680756.6421 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715680774.3491 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715680798.7423 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715680815.0593 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715681211.2488 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715681242.0659 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715685637.6338 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715686261.4116 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715687357.824 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715687402.3453 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715689015.5469 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715689970.3975 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715690013.3277 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715690053.1575 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715690084.5814 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715690100.3947 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715691355.2566 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715692036.4606 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715696573.886 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715696985.2415 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715697070.2139 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715697745.2526 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715697888.4159 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715697950.1773 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715697965.8898 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715697974.5647 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715698003.0249 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715698043.4828 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715698634.8079 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715698673.8923 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715699050.3814 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715700361.1782 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715700470.8423 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715700632.2481 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715700735.9129 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715701867.2876 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715702055.2621 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715702149.7918 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715702176.0147 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715702213.1421 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715702257.7544 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715702294.1319 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715702319.7668 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715702343.5329 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715702383.6095 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715702421.8657 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715702488.6635 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715704679.9164 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715704744.5669 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715704809.2652 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715704832.3783 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715710596.3249 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715710732.1723 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715710946.1944 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715711094.3364 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715711416.0792 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715711624.746 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715711708.3608 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715713498.1462 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715714694.1925 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715714732.4367 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715714769.5878 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715714802.7484 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715714853.1436 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715714886.3133 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715714926.6286 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715714991.7571 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715715029.2598 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715715072.8058 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715715098.2911 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715720414.1433 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715720441.5688 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715720506.5514 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715736841.9224 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715736904.7417 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715736922.9946 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715745935.9609 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715746011.8732 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715746056.3536 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715746105.3639 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715746144.0276 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715746179.3533 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715746191.891 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715746211.3033 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715746225.2422 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715746246.3345 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715746275.9185 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715746320.8538 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715752128.2836 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715753569.2056 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715753597.7252 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715753614.2285 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715753635.4495 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715753659.8055 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715753684.1663 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715753707.2331 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715753724.3104 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715753747.3861 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715753781.8403 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715764730.2969 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715764763.9283 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715764798.1806 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715764827.007 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715764857.4414 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715767887.4006 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715769987.8576 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715770039.9446 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715775719.0294 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715775769.6894 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715775799.2783 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715775842.189 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715777592.7405 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715777627.9318 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715784315.8966 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715784523.0311 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715788137.1626 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715790483.4433 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715806130.6418 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715807505.7281 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715807533.5192 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715807582.7843 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715807654.393 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715808278.5452 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715809534.3259 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715809760.1488 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715809795.2392 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715809852.0377 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715809906.8223 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715809965.5266 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715809991.1422 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715810007.1303 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715810049.9176 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715810163.7299 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715811335.9503 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715811391.9803 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715811743.4601 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715811821.5187 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715812940.2633 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715812963.3663 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715813449.7613 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715813757.0457 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715813810.298 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715813865.9303 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715813942.3258 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715814281.3599 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815128.3488 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815217.0949 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815270.4299 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815370.4623 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815467.3029 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715815602.0594 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715815648.2789 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715815686.0728 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715815736.5004 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715817402.5989 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715817805.2055 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715818376.2417 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715819161.9366 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715819491.1656 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715819543.6757 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715819586.5946 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715819615.5232 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715819645.9821 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715819670.3462 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715819888.2828 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715819918.3499 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715819929.0339 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715819955.0618 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715819965.8997 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715819976.402 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820093.4966 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820108.3077 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820114.9281 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820121.7485 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820127.866 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820134.2909 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820139.8646 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820145.0877 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820154.8417 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820159.7185 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1715820164.5588 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820181.9884 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820186.5589 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820211.0087 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820839.0777 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820856.6731 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820860.5842 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820864.547 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820874.3779 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715826562.9853 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715826603.8445 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715832708.5013 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715833816.9851 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715835888.8168 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715835905.0987 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715836234.5315 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715839726.894 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715841738.4038 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715843051.3302 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715843989.692 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715846570.8419 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715846650.1388 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715846799.2673 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715846927.6472 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715853531.166 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715857620.2786 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715861672.622 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715861701.6151 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715861730.9837 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715861754.8566 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715862161.5608 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715862199.6862 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715862245.3838 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715862324.7552 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715862384.4427 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715862439.5804 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715863670.6729 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715870697.9021 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715870731.6924 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715870863.7421 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715872892.3643 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715872916.3874 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715872953.4692 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715873064.3259 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715873088.041 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715873104.4435 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715873134.2543 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715873148.3964 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715873169.9692 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715873197.2215 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715873236.7125 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715873285.2547 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715876292.9941 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715878952.7967 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715878980.8882 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715879032.671 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715879067.558 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715883196.3069 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715883230.7648 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715883261.9915 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715883386.8596 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715883519.2743 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715883550.3625 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715883570.8938 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715883595.7926 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715883618.2657 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715883698.0336 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715883719.668 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715883769.1867 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715894377.4203 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715899227.8629 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715899665.3102 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715899810.0588 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715900652.8154 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715901624.0299 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715901635.5566 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715901711.4071 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715901749.7598 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715903564.6366 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715903657.7628 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715903975.2818 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715911393.0297 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715912969.5823 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715912988.5329 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715913035.5767 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913241.7837 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913454.2601 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715913474.1488 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913477.4885 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715913548.6289 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913651.5759 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715913654.291 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913667.5474 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715913739.8234 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715913764.4926 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715913782.4954 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913817.5374 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715913839.5048 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715913940.0061 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715914029.2744 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715914090.12 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715914105.3485 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715915511.0047 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715915577.8154 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715916243.5859 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715916272.4239 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715916313.1847 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715916368.8797 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715916411.5706 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715916448.7485 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715916533.6162 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715916547.7962 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715916587.2836 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715916613.8797 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715916644.9071 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715916683.1819 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715916699.0407 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715916727.3045 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715918196.9319 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715924700.595 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715924915.8223 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715924954.0836 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715924980.164 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715925133.5358 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715925168.653 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715925219.2785 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715925219.98 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715925264.902 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715925315.7153 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715925919.7776 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715926420.4915 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715926538.8144 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715929365.0268 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929417.4956 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929429.846 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715929450.8124 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715929492.6738 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715929531.0454 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715929554.8185 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715929567.0075 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929584.971 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715929617.1082 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929657.2837 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929679.9609 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929707.3509 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715929781.1131 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929849.6364 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715929867.4377 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715929907.5512 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715929948.5812 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715930083.8166 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715930369.0071 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715948152.0414 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715954193.2505 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715960109.8087 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715960218.1069 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715960238.662 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715960280.3729 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715969029.6444 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715972816.0645 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715972884.2583 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715977022.0855 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715977282.5472 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716005809.1647 - } -] \ No newline at end of file diff --git a/arena_elo/results/20240517/elo_results_t2i_generation.pkl b/arena_elo/results/20240517/elo_results_t2i_generation.pkl deleted file mode 100644 index 1ae1b2350e77d3b54c92f8e211e61ad98d7a0e33..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240517/elo_results_t2i_generation.pkl +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:93808a9ce2f497109d0fc708e4055b6463a692502ef541ff28352f52b612916d -size 68172 diff --git a/arena_elo/results/20240517/t2i_generation_leaderboard.csv b/arena_elo/results/20240517/t2i_generation_leaderboard.csv deleted file mode 100644 index 9feb62441a83bcf3fc7cc31cbc9a038d0f59351c..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240517/t2i_generation_leaderboard.csv +++ /dev/null @@ -1,12 +0,0 @@ -key,Model,Arena Elo rating (anony),Arena Elo rating (full),License,Organization,Link -PlayGround V2.5,PlayGround V2.5,1136.9514432133128,1081.5838551712898,Playground v2.5 Community License,Playground,https://huggingface.co/playgroundai/playground-v2.5-1024px-aesthetic -PlayGround V2,PlayGround V2,1099.4286233187172,1042.590911846903,Playground v2 Community License,Playground,https://huggingface.co/playgroundai/playground-v2-1024px-aesthetic -SDXLLightning,SDXLLightning,1062.4565867132737,1004.4096880141087,openrail++,ByteDance,https://huggingface.co/ByteDance/SDXL-Lightning -StableCascade,StableCascade,1061.93020315328,1006.1117357811837,stable-cascade-nc-community (other),Stability AI,https://huggingface.co/stabilityai/stable-cascade -PixArtAlpha,PixArtAlpha,1051.847602698194,981.1247821885942,openrail++,PixArt-alpha,https://huggingface.co/PixArt-alpha/PixArt-XL-2-1024-MS -PixArtSigma,PixArtSigma,1049.8339911951734,989.7640320919886,openrail++,PixArt-alpha,https://fal.ai/models/fal-ai/pixart-sigma -SDXL,SDXL,999.6167439144875,941.9623909945509,openrail++,Stability AI,https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0 -SDXLTurbo,SDXLTurbo,933.468824554199,875.8124778188443,sai-nc-community (other),Stability AI,https://huggingface.co/stabilityai/sdxl-turbo -LCM(v1.5/XL),LCM(v1.5/XL),929.425577747465,865.7356218313212,openrail++,Latent Consistency,https://fal.ai/models/fal-ai/fast-lcm-diffusion/api -OpenJourney,OpenJourney,857.2709081764949,793.4952273226107,creativeml-openrail-m,PromptHero,https://huggingface.co/prompthero/openjourney -LCM,LCM,817.7694953154022,773.4948395309905,MIT License,Tsinghua University,https://huggingface.co/SimianLuo/LCM_Dreamshaper_v7 diff --git a/arena_elo/results/20240525/clean_battle_image_editing.json b/arena_elo/results/20240525/clean_battle_image_editing.json deleted file mode 100644 index ed1f12d96e701db44a9955bdb74c9e133c1da08d..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240525/clean_battle_image_editing.json +++ /dev/null @@ -1,4722 +0,0 @@ -[ - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707712630.872 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707712699.668 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707712896.0427 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707712929.7061 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707713147.0445 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707713198.9284 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707713210.1306 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707713747.5115 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707715613.7226 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707765708.2644 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707765861.2742 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707765975.0206 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707768866.9065 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707771673.2989 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707784377.6617 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707784466.8915 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707784983.9581 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707785277.16 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707795299.0619 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707795798.752 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707796435.7996 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707797278.7369 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707797279.6004 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805086.9739 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805220.3253 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805332.6322 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805476.0509 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818374.3438 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834631.9088 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834954.0147 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835366.544 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835643.6178 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835789.25 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836852.671 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707836952.6082 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707837020.7148 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707837226.2259 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707838166.1449 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707838405.0013 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707839133.3126 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707839484.6824 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707850104.2499 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707851384.7689 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707851936.9466 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707852836.3291 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707852878.673 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707853008.1359 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707856807.6229 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707863740.3507 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707866312.1118 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883083.3533 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883181.1397 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883187.9173 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883507.587 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883939.6125 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707892689.4407 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908988.749 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912639.2701 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917685.9574 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919429.336 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707932651.9192 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707932749.3107 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933208.5797 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707945335.6341 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708031168.6838 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708038931.5388 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708057382.78 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708093689.8237 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708093910.4683 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708095090.8232 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708095305.4665 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140553.1694 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708145512.3656 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708145724.4127 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708146846.5098 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189738.4864 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708235874.9246 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708257619.7115 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708341265.7655 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708350183.3086 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708399707.1681 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708441502.4707 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708441716.8195 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708546759.2009 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708546805.4892 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708547082.7124 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708547166.9685 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708547293.7107 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708575046.0529 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708615466.9264 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708615516.3341 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205399.0098 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205767.8923 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709443700.05 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709702898.9291 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710091925.1861 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710517781.1525 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710517859.2942 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710535672.9791 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714359818.6646 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714363016.9972 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714715956.3416 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714759928.3804 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715246275.0118 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715247590.2235 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715406266.2562 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715406354.5284 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715406371.8227 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715406418.5066 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1715406449.9401 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715406466.5778 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715620708.6361 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715621013.5373 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715661224.0507 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661259.6143 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661288.6018 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715661310.3621 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715718742.1258 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715718773.1054 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715718785.2832 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715718804.143 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715718826.0248 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715718869.0041 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715718904.9307 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715718933.1272 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715718954.8497 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715718966.8633 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719000.6673 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719019.5495 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719035.903 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719046.925 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719059.6291 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715719076.6727 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719086.7836 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719109.8071 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719122.8237 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715719134.1345 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715719153.4359 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715719160.5285 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715719171.4473 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719184.6227 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719210.0429 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719219.6447 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719237.7036 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719249.4321 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719257.5877 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719273.7637 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715719288.4629 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719299.1712 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719306.5928 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715719356.0694 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719368.0491 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719379.185 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719389.0771 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715719397.7162 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719406.4165 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719429.1002 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719435.4694 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719454.4526 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715719470.154 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719482.3114 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719499.9643 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719513.7317 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715719527.69 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719542.751 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715719560.9912 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719575.3291 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715719581.9552 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719591.9907 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719601.8819 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719612.1837 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719620.469 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719627.34 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719632.694 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719652.2038 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719661.8855 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719677.2949 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719687.3022 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719699.47 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719706.2375 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715719717.3564 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719722.5542 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719728.5417 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719737.2385 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715815138.5243 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715815152.0033 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715815169.0475 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715815187.1917 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815197.5233 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815209.8285 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815228.6736 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815236.3935 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715815265.9705 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715815278.5019 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715815294.5978 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715815325.4468 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715913098.6617 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716541099.5281 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716604696.0584 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716604715.0998 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716604747.7838 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716604763.4297 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716604782.4706 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716604802.0201 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716604811.6914 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716604825.8294 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716604840.2501 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716604877.822 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716604889.6984 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716604900.9223 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716604924.2766 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716604973.5794 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605034.895 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605062.8663 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605094.132 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605107.7767 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605140.0956 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605160.9401 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605168.0546 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605180.0919 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605190.4643 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605203.491 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605212.2599 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605237.2731 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605272.7429 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605289.9933 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605364.041 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605374.0614 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605393.5416 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605435.4312 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605443.9063 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605459.0496 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605473.3953 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605489.2814 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605504.7184 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605514.6453 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605529.8279 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605536.3404 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605543.2047 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605555.7948 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605601.5404 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605617.6268 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716605767.6135 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605777.2385 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605786.114 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605797.1427 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605809.6831 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605815.6526 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605835.1453 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605851.8386 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605858.451 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605866.4186 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605876.5431 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605891.073 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605900.0983 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605911.731 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716605928.9167 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605935.6882 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605946.6158 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605963.4158 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605972.2306 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605977.6398 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605987.465 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605996.3853 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606007.8113 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606016.5768 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606025.5488 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606039.5413 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606046.7561 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606054.0681 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606077.4586 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606088.2332 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606094.3957 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716606109.6773 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606119.4549 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716606125.8236 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606173.3143 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606195.2603 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606212.8981 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606219.0605 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606276.8289 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606288.2044 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606301.084 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606308.3969 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606433.9409 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606445.3091 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606477.3758 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606493.8176 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716606508.3021 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606516.8283 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606522.0526 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716606532.5815 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716606539.6957 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606547.5616 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716606554.0222 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716606564.3506 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606571.9707 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606585.7455 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606658.4599 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606693.8678 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716606709.0046 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606714.772 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716606727.6123 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716606735.0284 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606736.1803 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716606750.7617 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606786.724 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716606795.6984 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606813.8378 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606821.1015 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716607198.5045 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716607313.6175 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716607335.621 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716607370.4447 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716607389.5909 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716607420.1556 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716607435.2448 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716607465.4746 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716607486.7762 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716607506.9187 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716607635.4724 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716607663.0868 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716607692.9044 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716607819.9864 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716607857.6216 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716607895.8098 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716607940.0025 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716608033.9248 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716608099.9552 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716608114.2412 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716608131.8764 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716608196.7546 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716608299.8432 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716608352.2537 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716608470.6085 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716608508.9979 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716608535.256 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716608566.826 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716608606.9532 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716608621.3425 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716608645.7473 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716612490.9409 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716612527.7806 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716612609.5129 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716612630.2038 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716612663.528 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716612720.848 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716612753.058 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716612767.6391 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716612818.0482 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716612834.8391 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716612983.5404 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716613207.8915 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716613226.5981 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716613269.8392 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716613291.7248 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716613309.4071 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716613349.4281 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716613367.9389 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716613477.8186 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716613526.575 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716613544.7169 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716613580.5038 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716613599.3925 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716613614.4265 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716613641.2903 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716624300.8537 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716624324.2507 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716624482.9731 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716624506.1195 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716624641.2863 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716624657.8231 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716624672.2087 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716624694.7044 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716624708.3765 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716624735.9337 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716624764.5497 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716624811.5006 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716624821.927 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716627512.45 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716627556.3932 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716627583.262 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716627601.5072 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716627630.3773 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716627645.3205 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716627654.1454 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716627664.0213 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716627696.4511 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716627737.1743 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716627760.0293 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716627806.4061 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716627823.411 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716627837.6457 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716627889.0123 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716627913.6212 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716627938.5274 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716627966.1975 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716627991.8079 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628039.5051 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716628049.0246 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628071.9832 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628102.5049 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628123.5594 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628139.9985 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716628202.7625 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628221.104 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716628235.6369 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628251.4878 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716628267.8306 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628349.2577 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628370.6073 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628387.7431 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628402.2801 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628427.6381 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716628441.3679 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628552.0395 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628575.0907 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628587.6707 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628613.9413 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628733.2486 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716628772.2221 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628791.3244 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628807.4081 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628821.1404 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716628836.985 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628861.8452 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628891.0125 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628902.487 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716628918.8331 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628951.6453 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628964.4758 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628982.7156 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628995.118 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716629006.1009 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716629122.6311 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716629131.5469 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716629155.007 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716629223.4708 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716629240.7598 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716629252.7463 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716629269.2787 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716629285.113 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716629309.7244 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716629327.7166 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716629348.9576 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716629379.5769 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716629387.8439 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716629394.9593 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716630816.1122 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716630830.5477 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716630859.8113 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716630885.4225 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716630924.4544 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716630945.9567 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716630954.8739 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716630968.5578 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716630975.9243 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716630992.0216 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631006.7525 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631016.2736 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631043.2819 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631060.2613 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631073.9389 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631096.5981 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631112.1769 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631124.7037 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631145.1105 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631153.7837 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631163.1188 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631172.0382 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631183.3196 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631202.0102 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631210.0823 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631235.8828 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631312.1531 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631329.399 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631346.5938 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631361.6892 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631371.3178 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631382.9464 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631401.9484 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631417.3884 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631448.8928 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631488.7331 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631507.9737 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631517.4479 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631531.9308 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631553.6769 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631570.6625 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631580.1846 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631598.3167 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631619.3618 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631630.5917 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631664.6107 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631674.7839 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631684.5079 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631699.6647 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631707.7887 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631719.8237 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631731.3032 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631769.5139 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631801.296 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631813.1815 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631828.467 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631836.0902 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631848.4219 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631861.4561 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631875.5465 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631890.5883 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716638896.4123 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716638917.0964 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716638929.8315 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716638951.6381 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716638962.8244 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716638988.3276 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716639003.4669 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716639020.3111 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716639037.6966 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716639055.943 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716645468.6656 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716645603.2374 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716646046.1372 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716646164.612 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716646283.3472 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716646367.4252 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716646552.7164 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716646593.4385 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716646674.2926 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716646705.5886 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716646764.3246 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716646790.3248 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716646908.2416 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716646917.0648 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716646962.0953 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716646983.9078 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647000.6985 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647018.3633 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647028.6519 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647069.2087 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647081.4386 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647094.6684 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647107.594 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647137.1078 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647149.0847 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647164.5651 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647193.8495 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647207.3299 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647225.9565 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647237.3443 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647247.7742 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647259.7063 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647277.9556 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647293.7004 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647309.7046 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647329.3152 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647368.3156 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647388.6718 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647399.0991 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647408.8236 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647423.0791 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647429.2995 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647462.174 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647475.9573 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647484.0343 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647492.1555 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647504.6877 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647517.8133 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647524.0753 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647535.0545 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647545.384 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647554.8101 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647571.0596 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647578.6755 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647587.3561 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647603.0765 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647612.2839 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647623.6549 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647638.9469 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647653.8856 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716667796.1672 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716667816.6491 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716667838.2985 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716667860.5556 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716667884.9599 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716667901.3108 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716667924.6361 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716667944.9242 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716668287.7166 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716668327.9491 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716668343.2883 - } -] \ No newline at end of file diff --git a/arena_elo/results/20240525/clean_battle_t2i_generation.json b/arena_elo/results/20240525/clean_battle_t2i_generation.json deleted file mode 100644 index 68d296f5a036388189a5c5a692cd55e0fbc6a044..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240525/clean_battle_t2i_generation.json +++ /dev/null @@ -1,40610 +0,0 @@ -[ - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707700514.3167 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707701110.2369 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707707434.9832 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707707467.1955 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707715202.5963 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707743517.6731 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707748092.0895 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707766084.3648 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707767434.9053 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707768049.9814 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707771506.9525 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707771618.8687 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707775417.8407 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707797986.5458 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707798121.0587 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707798585.0672 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707802112.022 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707802188.2116 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707802195.8893 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707803608.5079 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707803788.5758 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707803904.6801 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707803981.9232 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804176.6944 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804270.7927 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804297.8869 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804318.2703 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804334.1219 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804349.6842 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804364.5668 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804402.5063 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804439.225 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804479.6379 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804525.4779 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804569.4346 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805195.1868 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805385.1199 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707805544.5954 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805719.6055 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805892.4114 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806065.7944 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806165.7019 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806263.1867 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806323.9389 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806366.3154 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806417.7003 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806450.0813 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806488.8729 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806686.917 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707807465.0362 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707807624.1859 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808070.8364 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808165.8424 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808223.4083 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808242.8483 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808305.2596 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808365.8652 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808516.9725 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808592.0266 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707808776.6806 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707809207.6029 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707809528.5104 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707810829.8424 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707810888.7795 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707811836.4507 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812355.1994 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812463.5112 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812564.4237 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812633.8829 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812692.7422 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812731.7789 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812790.8552 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813196.5863 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813385.0823 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813688.5409 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813789.2976 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813801.8046 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813968.2954 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814081.937 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814113.8281 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814208.3473 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814576.4902 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814587.9823 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814630.8904 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707814638.1626 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814678.0675 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815069.0454 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815265.8876 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815309.9341 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815471.0053 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815496.1672 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815515.1383 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815597.8351 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707816139.8542 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707816453.2139 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707816524.6134 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707816642.8445 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707817578.7496 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818116.1249 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818116.4886 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818164.7455 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818248.2875 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818875.2918 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707819636.4627 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707820183.6769 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707820223.2706 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707821064.6519 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707821537.8837 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707821734.9105 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707821913.7658 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707822028.5932 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707822757.6234 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707824160.6135 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707824465.7056 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707824555.3203 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825315.02 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825427.9915 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825465.0846 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825513.2124 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825892.4661 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825936.2938 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707826004.6453 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707826621.1118 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707826696.6391 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707827607.6358 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707828504.1443 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707828598.2702 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707828650.1074 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829422.0774 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829424.1119 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829545.1677 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829558.9178 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829575.4002 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707829605.377 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829655.401 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829671.9346 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829764.2277 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707830051.739 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707831907.61 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707832672.6529 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833021.7755 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833211.1736 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833330.5156 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833567.2266 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833793.1294 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834070.3689 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834184.5449 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834553.1154 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834593.0783 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834668.474 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834707.0272 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834747.5192 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834769.6714 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834838.9968 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834939.7331 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835013.9187 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835059.1088 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707835084.9734 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835143.1459 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835157.8035 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835271.8395 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835326.7352 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835390.8923 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835525.9638 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835615.8358 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835679.3932 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835717.0721 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835853.3267 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835989.8838 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707836084.5509 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836132.9464 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836135.0599 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836237.3436 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836314.9641 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836695.3278 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707837085.8896 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707839155.8114 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707840267.3024 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707840932.8884 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707841426.0637 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707841877.0338 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707841965.2778 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707842944.8061 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707843000.9465 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707843932.2112 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707844717.8943 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707845169.7825 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707846883.7945 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847300.2803 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847465.1349 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847529.7859 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847805.9735 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847846.2293 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707848073.1447 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707848814.4383 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707849117.1598 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707850807.7058 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707850898.7895 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707851643.0572 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707852226.5775 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707852250.3298 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707852649.075 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707852658.3925 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854112.6589 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854223.7006 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854439.3584 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854467.9121 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854493.356 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707854644.0324 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854745.2094 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707854859.0911 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855029.8798 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855287.8118 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707855365.8721 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855592.3744 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855617.8623 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855662.3148 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707855663.1059 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707855706.2598 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855818.7279 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707857642.2074 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707857681.8972 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707858601.4616 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707859063.3978 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707859131.0729 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707859155.9948 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707859314.8579 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707861187.3856 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707861468.4384 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707861681.2523 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707861762.884 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863154.0782 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863220.9442 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863276.7531 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707863359.6247 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863562.8628 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863623.6038 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707864470.9299 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707865527.8262 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707865559.346 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707866156.3368 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707866211.1115 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707867088.7165 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707867880.8468 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707869812.1567 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707870348.7079 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707870392.0767 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707870526.6392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707870575.054 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707870639.4277 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871185.0523 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871233.4711 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871275.0108 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871354.9701 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871603.5439 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707871663.4536 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707871686.2102 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871840.7281 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871909.9365 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707872099.4329 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707872920.9285 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707872977.5665 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707874406.8176 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707875417.714 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707875703.986 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707875827.46 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707876432.1059 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707876829.205 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707877060.6713 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707878629.8346 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707878669.1334 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707878754.5179 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707879902.0051 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707881075.7184 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707881126.4996 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707882647.3191 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707882792.5618 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883779.6594 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707884893.6044 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707884977.6614 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707885031.1868 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707885083.3686 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707885959.1288 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707886120.659 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707886453.0044 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707887924.3075 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707888115.6326 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707888163.9161 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707888250.1088 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707888730.6572 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707888918.6905 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707889251.9249 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707889339.3417 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889511.4789 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889669.429 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889749.9811 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889822.2849 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707889889.5842 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889977.4531 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707890036.0378 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707890352.6404 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707890503.3537 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707890577.6157 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707891026.6919 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707891203.8892 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707891238.0325 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707891817.495 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707891838.6998 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707891867.0386 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707892517.4853 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707892603.8426 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707892776.7545 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707892856.4175 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707893005.224 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707893730.3778 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707893776.5582 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707893845.3551 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707893914.9762 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707894034.0264 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707894096.279 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707895246.3966 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707895682.8333 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707896516.4099 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897405.8243 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897594.363 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897777.4843 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897851.2186 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897859.3775 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897981.0235 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707898245.577 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707898288.3873 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707898690.7825 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707899153.9213 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707899254.7719 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707899600.5993 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707899708.2314 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707900399.2522 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707901463.2114 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707901625.6262 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707901724.895 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707901805.2825 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707901851.0289 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707901919.5957 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707902655.3889 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707903934.1831 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707903976.2698 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707904071.9685 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707904602.7143 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707904819.7667 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905092.372 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905159.5688 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905200.2306 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905205.8817 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905273.4656 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905352.1535 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905388.8247 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707905403.3113 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906463.3872 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906506.8365 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906531.5441 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906549.5815 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906674.4723 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906696.9843 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707906720.9523 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906789.0782 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707906831.6404 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906871.5136 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707906901.3599 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907016.8681 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907048.7211 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907133.1481 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907147.7204 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707907185.1271 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907223.9358 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707907247.2444 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707907276.8843 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907327.1575 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907427.1745 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907625.4958 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907746.2735 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907788.1814 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907918.7149 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907958.4932 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908048.9348 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908051.4076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908075.9936 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908311.8685 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908325.8212 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908458.9354 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707908563.0142 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908632.1933 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908900.8127 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908931.366 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707909339.6597 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707909562.0429 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707909679.8987 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707909685.0761 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707909778.3151 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707909998.5448 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910050.1127 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910100.9659 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910410.3087 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910587.4802 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910637.0556 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910755.6916 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910801.7684 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910811.2485 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910887.2329 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910896.9534 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707910900.8951 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707910905.4941 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910924.6707 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910982.6954 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910991.9937 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911029.3976 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911127.9317 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707911174.7956 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911218.698 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911276.8502 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911291.0875 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911316.0308 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911331.0514 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911344.5667 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707911518.1543 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911665.1089 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911758.3748 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912074.1765 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707912129.4306 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912176.8019 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912185.9448 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707912248.7648 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707912356.6732 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912462.9377 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912567.5438 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912649.0507 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912679.8891 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912837.4157 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912852.8909 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912910.5681 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912946.5205 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912959.2604 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912999.2068 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707913018.0211 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913032.8311 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707913060.4585 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913061.8856 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913099.4482 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913118.919 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913119.8888 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913178.1121 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707913182.7231 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913186.2456 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913203.1502 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913208.3418 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913251.3096 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913271.6578 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707913275.4802 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913313.9229 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913357.2293 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913389.2412 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913395.0962 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913408.1319 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913445.1243 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913472.8458 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913677.7619 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707914794.6501 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707914855.5524 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707914897.5771 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915023.9768 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915466.0448 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915532.6739 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915587.6978 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915672.2025 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915730.2925 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915777.2634 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915810.9608 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915839.1494 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915861.4564 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707915905.9859 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915915.5039 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707915916.0541 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915951.6873 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915960.4007 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707915970.9477 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916012.5482 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916044.5465 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916065.8303 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916099.7404 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916119.8235 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916170.2499 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916184.2409 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916200.7999 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916218.6752 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916256.2347 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916277.5221 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916309.6548 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916346.9444 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916350.0651 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916386.9622 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916390.033 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916390.6858 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916446.0376 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916450.6489 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916469.5215 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916470.5667 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916505.2343 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916518.4975 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916624.0147 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916696.0474 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916735.8473 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916747.4191 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916792.382 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916810.7745 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916813.1735 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916887.1351 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916898.5144 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916982.3532 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917000.8087 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917036.4298 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917058.6626 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917060.2105 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917073.6256 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917085.2154 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917155.4275 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917191.3453 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917205.0975 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917235.0206 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917258.3194 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917342.1145 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917372.6977 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917385.7986 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917423.7412 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917424.2131 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917498.4327 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917531.0262 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917548.0715 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917596.2616 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917600.5537 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917655.0935 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917673.9615 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917719.7166 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917729.4175 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917759.6363 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917804.9582 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917865.5889 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917969.5961 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918011.8903 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918085.0867 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918131.4236 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918160.0215 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918163.8283 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918194.5629 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918221.8827 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918235.3786 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707918264.5256 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918277.8947 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918323.7305 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918332.564 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707918379.8486 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918434.8289 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918734.8183 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919027.1236 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919054.4345 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919144.3406 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919147.9338 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919230.7308 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919296.9083 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919393.1404 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919478.9496 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919493.7021 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919536.9567 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919564.2367 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919583.6984 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919740.9197 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919883.6543 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920419.1473 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920434.6966 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920509.1715 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920594.0594 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920645.8842 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707921077.823 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707921096.5352 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707921127.6203 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707921159.3097 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707921981.7617 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707922061.6904 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707922132.6713 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707922634.743 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707923032.4667 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707923073.1547 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707923142.4485 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707923251.1361 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707923992.1768 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924165.4497 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924275.8604 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924316.0433 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924413.8304 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924458.3192 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707924738.1432 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925003.1457 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707925076.2295 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925129.2682 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925550.0104 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925615.8461 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707925642.6322 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925766.1992 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707926618.0896 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707926694.5902 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707926790.021 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927050.9478 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927126.2106 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927208.069 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927393.043 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927453.8706 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927496.8595 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927535.7321 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927615.331 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927633.9045 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927650.8896 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927672.6334 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927740.0537 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927758.1402 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927810.2906 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927846.7507 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927893.3725 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927952.7473 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707928190.3431 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707928802.3991 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707929496.0313 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707929599.8263 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707930561.6607 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707931092.8987 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707931225.8171 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707931268.194 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707931887.2924 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707931888.75 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707932190.2759 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933068.2769 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933172.4871 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933217.1406 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933237.3513 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933268.7009 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933292.91 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933297.9225 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933369.0276 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933413.8632 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933431.0668 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933447.92 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933592.8238 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933643.523 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933686.1231 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933768.1406 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933803.0941 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933844.2358 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933880.1095 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933884.089 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933934.1742 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934023.9856 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934049.1471 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934128.2119 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934170.6913 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934267.1023 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934319.3214 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934374.2844 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934382.4736 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934500.6694 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934566.6378 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934598.3878 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934605.1143 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934647.2204 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934695.2706 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934736.906 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934850.4166 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707936241.0814 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707936291.0266 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707936385.9089 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938013.3449 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938180.4804 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938613.6437 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938841.3997 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938951.4817 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707939017.3308 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939045.2476 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939335.1893 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707939380.646 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939541.333 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939641.082 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707939724.1214 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939841.1799 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707939863.0875 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939899.5396 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939936.0293 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940089.2411 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707940185.0653 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940242.5355 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940300.4272 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940343.6813 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940414.8563 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707940439.7377 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707941105.2771 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707941135.1485 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941160.7901 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707941193.6775 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941217.7381 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941324.3807 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941402.8543 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941443.2223 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707941964.3088 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707942036.4955 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707942103.4557 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707942169.7327 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707942264.2183 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707942300.6322 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707942371.5746 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707942571.6778 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707942630.0493 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707943172.7209 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707944152.0658 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707944615.6625 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707945506.1476 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707948092.1905 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949089.686 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707949135.1425 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949281.598 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949303.603 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949494.8498 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707949543.3071 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949599.1029 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707949657.3906 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950176.7606 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950429.6834 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950620.6165 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950881.5139 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950909.097 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950952.0049 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951018.3882 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951081.6152 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951110.0858 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951224.8171 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951884.901 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951962.3044 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707953806.744 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707954087.9998 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707955217.9239 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707955441.7822 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707955865.4022 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707956100.154 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707956171.0881 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707956489.8228 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707956816.0064 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707956983.108 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707957228.6115 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707957427.2669 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707957439.2736 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707957488.8019 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707957695.3719 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707957899.2597 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707958825.5013 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959005.2791 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959072.8789 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959117.3202 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959283.7537 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959517.4248 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959519.9556 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959602.5617 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959668.3561 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959749.5751 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959822.3033 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959889.7336 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959970.3128 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959992.4392 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960066.9854 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960107.1791 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960257.2383 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707960280.0116 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960476.5261 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960552.5788 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960670.3518 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960774.498 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707961245.9252 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707961439.0165 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707961551.5716 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707961628.4485 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707961785.4298 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707961956.6665 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962044.6912 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962086.5075 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962154.8799 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962229.5275 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962306.3355 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962403.6811 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962522.5521 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707962603.7058 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962763.9479 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962856.1898 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962892.813 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707964125.4049 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707964169.0741 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707966705.091 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707966724.1749 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707966916.7014 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707967815.2925 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707968982.8117 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707969103.548 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969221.8545 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969259.4015 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969450.7528 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707969665.3351 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969670.5846 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969748.656 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969796.55 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969932.4526 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970385.7193 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970425.3208 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970472.9276 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970503.8312 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970525.255 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972274.9415 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972395.9 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972462.121 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972465.6562 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972546.5605 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972581.2215 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707974383.3476 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707974441.018 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707974600.5679 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707976631.6841 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707979936.4233 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707980270.8804 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707980272.3898 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707981908.5595 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707981954.3946 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707983689.7292 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707984025.2664 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707985171.0128 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707985495.8015 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707985600.1919 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707986326.9305 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707987318.5669 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707989144.9396 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707989216.3561 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707989423.3999 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707989478.1056 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707989604.5316 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990265.1551 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707990333.7524 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990374.8158 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707990391.696 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990445.4444 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990756.83 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990757.2978 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707990932.9713 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707991096.1999 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707991162.0321 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707992030.5292 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707992073.6867 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707992136.65 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707992209.4205 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707992310.9014 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707995128.8881 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707996569.4656 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707996881.5308 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707996925.6111 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707996970.7215 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707997020.0792 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707997022.6461 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707998799.4084 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707999877.7348 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708000822.1476 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708002809.7539 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708003720.8431 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708003807.5267 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708003850.4119 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708003907.1458 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708005395.3762 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708005524.2485 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708005643.0993 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708005691.4589 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708006921.3169 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007031.2278 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007084.9317 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007169.3253 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708007215.3003 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007254.5339 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007292.3956 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007326.5783 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007411.6694 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007479.5755 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007559.7187 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007640.8531 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007824.5635 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007911.4417 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708008022.0812 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708008304.3283 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708008493.171 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708008606.502 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009363.8241 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009519.9965 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009605.0407 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009855.0076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009925.4483 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708010303.5563 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708010563.9384 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708010909.8944 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708012564.8519 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708012593.424 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708012630.3344 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708012755.1099 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708012807.9212 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708014058.736 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708014155.9281 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708014995.8236 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708015893.8303 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708016214.6399 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016573.8328 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016674.2569 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016711.8716 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708016843.4831 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016913.4118 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708016917.5447 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016967.5059 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708017618.3768 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708017680.9518 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708017789.0711 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708017830.1909 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708017879.2762 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708018045.6918 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708018332.9514 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708018608.3155 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708018705.3157 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019436.3054 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019484.8673 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019600.7404 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019667.5597 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708019734.1978 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019952.4912 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708020007.0338 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708021280.5687 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708021364.4024 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708021396.0419 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708022277.8721 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708023219.4536 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708023736.4653 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708024331.3717 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708026562.9225 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708026693.4445 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708026800.3382 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708026862.5577 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708026938.8916 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708027019.5145 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708027078.7138 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708031098.3078 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708031341.1596 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708031374.8991 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708031417.0021 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708031538.3038 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708032188.7187 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708032342.5879 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708032420.9835 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708033022.7451 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708034090.3644 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708034113.0241 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708034291.5548 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708035819.7005 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708035875.1149 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708035917.9152 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708036289.7746 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708036362.6679 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708036453.317 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708036977.7648 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708037049.0098 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708037080.6835 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708037169.8772 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708037232.9368 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708037738.6347 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708037896.7138 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708037988.3194 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708038099.5572 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708038288.3241 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708038557.0852 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708039031.0195 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708039662.0893 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708042353.4358 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708044416.6951 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708044460.7379 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708044470.7821 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708044507.4909 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708044547.7829 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708044559.2364 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708046510.2161 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708046662.7907 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708046769.7022 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708046780.3516 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708047415.4947 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708048614.887 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708049331.8461 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708049392.378 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708049423.8199 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708049512.7601 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708049575.1588 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708050251.9377 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708050293.4472 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708050308.4985 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708050462.3975 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708050490.8809 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708050498.2108 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708051255.8866 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708053435.384 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708053546.2222 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708053599.0177 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708053966.9856 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708056214.2996 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708057229.1437 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708057322.8692 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708059311.1176 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708059391.5785 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708066612.8351 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708067096.0004 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708067136.5425 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708067232.3091 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708067415.799 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708067574.9226 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708067747.8749 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708068176.8901 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708068914.1969 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708068962.9907 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708069003.5298 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708069143.4702 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708069166.9656 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708069330.803 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708069568.027 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708069851.9453 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708070022.0949 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708072187.4975 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708073481.1461 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708073651.7052 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708073653.0893 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708073709.293 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708073728.9009 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708073806.5067 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708073960.942 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708074154.2882 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708074396.1484 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708074610.5856 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708074679.1138 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708075062.671 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708077280.5931 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708077322.0512 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708078267.7004 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708078294.7229 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708080014.8626 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708080718.6937 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708081723.1128 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708081849.7331 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708082357.1385 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708082676.9847 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084071.5593 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708084233.6032 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084272.1678 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708084306.2933 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084329.5404 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084422.5459 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084448.0676 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708084545.8871 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708085031.092 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708086036.0558 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708087431.6381 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708087504.3381 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708087677.8589 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708088182.024 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708088281.2235 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708088922.5211 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708090426.5116 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708091236.8975 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708091413.819 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708091496.0926 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708091866.6917 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708092044.7034 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708092811.4154 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708093457.1153 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708093518.1758 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708093822.1669 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708093946.8994 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708094792.9638 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708094833.2447 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708094914.4639 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708094981.2979 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708094985.2131 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095768.8978 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095886.5269 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708095900.0872 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095914.3337 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095954.1028 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095974.1364 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096033.0511 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096038.555 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096097.7387 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096182.5309 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096237.6472 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096327.0022 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097240.8207 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097419.7711 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097509.882 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097525.0774 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708097568.222 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097736.7028 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708098813.7485 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708098896.0644 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708100906.6197 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708100958.2986 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708101945.2317 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708103712.9627 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708104808.4396 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708104877.5801 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708104941.7841 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708105042.3432 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708105225.2412 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708105482.9868 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708105534.6317 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708106090.0451 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708106299.9794 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708106918.9237 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708106957.868 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107205.7853 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107337.0744 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107438.9079 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107810.5795 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107903.9406 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708108004.4948 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708108073.6932 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708108224.9075 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708108273.6716 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708108622.5794 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109377.927 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708109574.2361 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109787.5966 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109820.4291 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109964.8059 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109969.4701 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110086.0938 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110359.8645 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110478.6266 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110516.5118 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110722.0719 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110894.43 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111110.5333 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111157.5813 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111208.8895 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111209.35 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111276.261 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111345.4691 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111377.3504 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111412.456 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111425.0459 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111522.5294 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111544.3402 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111584.5444 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111635.4562 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111740.1655 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111831.8014 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111843.4166 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111871.713 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111945.6409 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112033.1376 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112061.7656 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112206.2574 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112206.7184 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112236.3926 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112257.9906 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112349.9469 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112428.7129 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112455.5679 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112666.5624 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112709.1203 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112756.4458 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708112810.0617 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112852.042 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112870.2931 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112919.3083 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113007.7759 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113097.3553 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113376.2534 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113377.609 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113429.7074 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113468.8579 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708113719.0232 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708113774.9737 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708113856.5251 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115064.8115 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115072.4056 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708115116.4138 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708115163.8253 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115274.4666 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115365.4239 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115700.4346 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708115781.6682 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708116986.3445 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117034.5467 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117316.253 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117391.8395 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117414.9773 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117719.1624 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117879.0764 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708118080.6109 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708118373.9448 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708120703.142 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708120778.5357 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708120816.2409 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708121482.9907 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708122033.6099 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708122072.9567 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708122197.6695 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708122265.2623 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708122285.9708 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708122851.3515 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708122975.753 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708123295.3367 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708123837.8162 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708123912.9557 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708124121.4218 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708124189.9424 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708124224.6943 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708124257.7295 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708125488.1034 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708125496.9753 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708126434.3092 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708126483.5169 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708126533.5348 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708127737.1941 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708127774.1258 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708128506.8302 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708128599.9542 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708130890.3452 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132065.7242 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708132126.7234 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708132196.5208 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132467.7891 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132626.6819 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132722.3279 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132794.4495 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708133220.6622 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708133379.774 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708133706.5342 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708133791.5656 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708134194.5586 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708135690.3016 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708135773.4307 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137137.0176 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137200.7484 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708137255.2448 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137646.0651 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137694.589 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137764.5412 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137828.0466 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708138110.5944 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140073.0293 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140088.8806 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708140139.0831 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140145.8505 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708140173.3316 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140179.8027 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140210.5382 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140213.5953 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140260.8624 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708140316.1129 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140360.1673 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140813.5111 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708141183.215 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708141891.6501 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708141971.4729 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708142581.4854 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708142676.2195 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708143073.5683 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708144618.1496 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708144678.6238 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708144779.724 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708144873.941 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708145293.1434 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708146014.328 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708146068.0118 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708146433.888 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708146806.7443 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708147115.7163 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708147988.779 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708148079.6994 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708148249.8614 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708148339.2037 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708149049.8244 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708149487.2149 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708149800.2536 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708151672.2439 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708151699.6482 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708151728.7431 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708151750.0684 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708151795.5923 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708152611.4998 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708155969.2393 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708156027.0017 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708156082.7118 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708156965.8117 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708157931.6349 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708160490.8999 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708160967.0389 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161072.7771 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161164.9265 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161175.3145 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161250.7839 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161344.4487 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161395.1099 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161470.5154 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161493.8058 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161578.5919 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161685.3502 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161744.4562 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161830.4571 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708162423.7927 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708162788.7029 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708162927.1516 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708163762.7364 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708164361.7048 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708165929.3793 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708167159.6451 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708167322.5777 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708168120.0766 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708168339.0175 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708168390.2853 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708169256.1304 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708169315.3648 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708171191.8854 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708171290.2203 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708172121.6343 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708172173.8632 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708173393.5117 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708173733.9815 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708175751.6607 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708175862.4882 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708175892.3837 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708175956.3045 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708176181.9258 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708176239.4311 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708176299.6426 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708177136.3304 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708177743.2047 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708178223.6546 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708178687.4497 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708178759.5559 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708179173.7792 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708180805.5876 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708180857.4361 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708180910.5907 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708180954.3089 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708181131.326 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708181486.732 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708181661.368 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708182592.0714 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708182880.7531 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708182981.589 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708183018.8662 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708183057.7031 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708183136.0475 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708184715.4283 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708184823.9236 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708186992.1392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708187497.8336 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187571.9101 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187616.6648 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187693.4713 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187798.4201 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187878.106 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708188023.1779 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708188113.7851 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189180.9089 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189255.4699 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189289.4887 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189294.5574 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708190594.3693 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708190776.3361 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708191033.4194 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708191440.1808 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708191548.789 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708191711.7215 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708191961.5556 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708192669.4533 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708194178.0538 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708194330.5225 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708194796.3463 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708195490.5541 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708195588.4757 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708196360.2703 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708196373.5338 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197127.813 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197187.7383 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197269.4851 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197462.4622 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197646.0736 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197698.7769 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708199505.5575 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199563.83 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199606.1485 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199658.9069 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708199730.0171 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199779.1095 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199862.3877 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708199947.113 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708200509.7514 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708200639.7706 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708202963.0247 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708204846.6768 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708205029.1505 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708205117.065 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708205616.8439 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708205694.4186 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708205790.1749 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708207080.3918 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708207112.5804 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708207764.321 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708207946.3367 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208000.0355 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208060.3709 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208088.2458 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208157.9119 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208636.4282 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208659.4342 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208739.3584 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208758.6543 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208830.2121 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708208916.3004 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208982.1274 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708209035.5367 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708209086.2585 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708209403.9427 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708209595.737 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212075.3529 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212142.3537 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212362.1027 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212455.3279 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708212522.8349 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212592.8628 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708213525.5828 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708214674.8215 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708216260.4941 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708216295.9763 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708216484.3449 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708216792.5555 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708216881.4459 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708217654.5956 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708217824.3497 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708218049.1273 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708218228.7928 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708220709.2834 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708220749.2794 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708223966.7437 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708224912.2474 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708224994.7921 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708225070.353 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708225127.6709 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708225156.7352 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708225247.4943 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708225331.5296 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708226049.8169 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708227409.6176 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708229720.0179 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708231959.8788 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708233641.0849 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708233936.715 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708233960.532 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708234167.2376 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708234442.478 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708234578.5545 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708234685.9085 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708235094.6835 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708235600.3159 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708235648.6368 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708235692.6976 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708235735.0741 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708235992.4909 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708236964.0669 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708237052.6045 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708237167.5794 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708237665.8684 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708238029.9722 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708238144.4689 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708239433.5071 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708241005.1807 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708242233.7412 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708246818.2547 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708248272.2769 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708249187.0495 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708255788.2223 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708256870.3964 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708257722.1518 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708257863.252 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708258111.6728 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708258123.808 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708258129.0788 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708258363.1549 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708258382.1352 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708258483.7652 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708259385.1642 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708259466.6425 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708259566.9631 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708259653.5893 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708259991.7081 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260002.2506 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260576.1787 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708260579.7168 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260586.0516 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260680.3084 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708260765.3981 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260777.7795 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708261136.1138 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708261293.3588 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708261386.4392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708261654.5818 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708261771.1698 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708261997.0189 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262073.3028 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262213.5624 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262642.1204 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708262672.6433 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708262723.9227 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708262780.1344 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708262878.5661 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262928.1139 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262979.526 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708263334.0474 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708264529.2548 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708266597.9844 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708268215.4201 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708268272.7549 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708269208.6405 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708269271.4767 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708269482.187 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708270156.857 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708273878.1751 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708273957.6425 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708273959.5278 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708274006.6101 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708274254.2376 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708274333.8459 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708276828.19 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708276873.5007 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708276982.3282 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277043.704 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277104.4539 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277111.757 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277154.2405 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277196.5891 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277519.9543 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708277585.2747 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277668.2427 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708277717.2005 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708277910.5217 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708278923.5015 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708280351.4132 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708281043.2273 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708281084.6966 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708281510.9501 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708283522.8397 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708283900.5962 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708283967.9701 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284003.6521 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284136.7046 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284173.3872 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284209.801 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284295.3183 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284352.2413 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284512.1361 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284569.9599 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284661.0038 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284707.1979 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284747.5545 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284786.262 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284811.6143 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284826.019 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284857.6008 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284877.3336 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284925.4894 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284926.2498 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284992.4334 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285144.8357 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285172.7899 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285176.3318 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285226.2026 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285230.0245 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285251.6899 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285277.3227 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285351.5329 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285369.7405 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285466.8213 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285478.6473 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285494.7509 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285514.4219 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285583.0465 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285621.2876 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285638.268 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285673.0919 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285723.5382 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285755.0262 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285765.2709 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285798.6103 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285873.7166 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285886.7408 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285936.4984 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285965.3547 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285998.8217 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286081.7405 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286160.5468 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286162.5817 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286250.7938 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708286292.2898 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286439.8234 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286460.8979 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286477.823 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708286650.052 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286696.2777 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708286747.041 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286760.1765 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286859.6768 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286949.4869 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708287041.6803 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708287126.6675 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708289643.0085 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708289717.8364 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708291591.2884 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708293645.4802 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708294589.7471 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708294771.0958 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708294981.7821 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295057.7197 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708295107.3454 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295148.3313 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295175.4591 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295193.707 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295233.6539 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708295255.9021 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708295306.5686 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708295429.4082 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295605.2575 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295726.1388 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708296763.2981 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708296795.1968 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708297030.3083 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708297141.8407 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708297219.7788 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708298646.8166 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708298730.4007 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708301552.892 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708302116.1866 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708302551.0717 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708302935.5025 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708303060.2346 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708303167.2704 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708303258.4105 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708305857.2171 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708307457.8442 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708308363.8651 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708308438.1661 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708308583.4457 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708308636.5225 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708308829.5762 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708308945.8548 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708309014.2343 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708309032.1446 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708309151.5775 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708310360.2759 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708310571.8526 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708311567.845 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708311755.6812 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708314853.3803 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708314870.1826 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708314884.0823 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708314941.4671 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708315717.633 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708316127.7112 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708316196.8172 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708316226.831 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708316227.9537 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708318466.2588 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708318513.611 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708318577.6952 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708318616.5885 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708318640.7817 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708318722.1609 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708319454.2198 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708320502.3499 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708320585.8314 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708320654.104 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708320684.8391 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708322869.549 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323041.2456 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323210.5873 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323288.0819 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323333.5338 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708323377.5511 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708323431.6197 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323716.2928 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708323755.1567 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323838.289 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708327110.1467 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708327390.9441 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708327450.7489 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708328064.4083 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708328263.1336 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708328734.1267 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708329699.3768 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708331022.0087 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708331540.0262 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708332107.916 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708332677.6709 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708333159.8028 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708333335.0557 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708333400.5451 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708333467.247 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708333489.0349 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708333701.2765 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708334015.77 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708334850.6207 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708334958.8985 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708335125.8436 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708335165.8328 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335208.1935 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335273.3737 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335402.0143 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708335458.0508 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335460.4383 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335533.0273 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335581.083 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335659.5869 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335728.3178 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335803.1856 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708336711.4729 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708338640.8676 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708340756.0458 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708341055.5629 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708341135.6561 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708341986.5639 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708343169.6965 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708345769.1576 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708346061.0247 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708347115.2369 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708347182.9832 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708348038.7305 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349081.3707 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349189.5958 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349255.2076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349287.9766 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349358.4824 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349404.6008 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349500.5487 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349773.133 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349872.8135 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349884.4717 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708350052.1819 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708350259.1582 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708350308.4317 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708350993.0178 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708351802.6755 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708352325.9342 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708352762.4444 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708352866.3974 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708355316.778 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708357756.8134 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708358284.9161 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708359803.1839 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708360975.5432 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708361025.6043 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708361597.214 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362143.1035 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362200.1762 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362267.112 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708362321.7929 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362370.8256 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362446.1154 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708362574.2275 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363013.8443 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363016.4916 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363042.619 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363092.5128 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363095.9158 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363152.3709 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363170.2848 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363219.3472 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363306.8638 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363332.1521 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363523.4473 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363526.6666 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363625.042 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363659.907 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708364061.3263 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708364375.1475 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708364410.5308 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708364482.603 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708365744.2785 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708365822.8718 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366468.6777 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366591.1468 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366695.2628 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366837.1298 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366877.2988 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366940.2037 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366962.4288 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366995.3779 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708367035.3155 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708367058.6757 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708367130.4575 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708367231.3857 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708367238.0157 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708367259.9364 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708367339.3387 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708368110.8263 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708368402.4106 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708368500.8949 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708368579.9913 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708368687.6498 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708368748.6354 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369054.0756 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369061.195 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708369118.2079 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369294.7455 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369452.4548 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369454.8254 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369798.4616 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369858.9204 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369877.1961 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708369894.9433 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708369920.4755 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369965.6359 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708369978.8324 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370114.6649 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708370120.2894 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370153.8069 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370170.713 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708370245.9486 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370303.1676 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370354.7904 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708370497.8506 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708370970.2967 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708371066.168 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708371146.421 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708373035.0333 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708373167.6195 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708373210.4827 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708373244.5799 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708374902.2794 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708374922.9563 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708374968.333 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708374996.5417 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376393.6379 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376469.3833 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376483.4817 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376505.4904 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708376637.2712 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376708.5498 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377012.9002 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377190.6497 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708377263.2326 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377322.8283 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708377454.1211 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377606.6482 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708377662.2339 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377663.376 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377693.3625 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377738.9321 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377775.4047 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708378024.9113 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708378497.6187 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708378782.0179 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708379896.9003 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708380005.1271 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708380741.2885 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708380780.5281 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708380851.263 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708380886.2402 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708381057.915 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708381157.7374 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708381275.5886 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708381514.3737 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708382116.3649 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708382187.8641 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708382522.1443 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708382577.2131 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708382783.891 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708383266.8923 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708383679.3259 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708383801.1579 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708383883.8896 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386412.9605 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386451.5744 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386529.7209 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386816.5677 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386859.69 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708386920.0501 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708389382.6804 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708389630.5809 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708389746.0535 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708390389.7957 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708391662.7332 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708391729.0193 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708391797.465 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708393837.6056 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708394242.3448 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708396973.3268 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708399516.8585 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708399552.8241 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708400928.202 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708401658.6915 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708401742.0246 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708403423.4615 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708403475.7234 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708410140.4031 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708411004.3163 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708415907.1785 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708424217.9809 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708427413.7601 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708427460.3247 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708427621.2687 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708431548.7218 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708432400.6284 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708432944.6184 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708433403.8433 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435106.2485 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435761.4821 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435832.4099 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435933.896 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435982.8254 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708436057.4199 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708436072.4144 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708437217.6666 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708438008.9308 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708438706.2634 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708438934.2953 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708439287.7758 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708439923.647 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708439999.0908 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440087.5812 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708440211.1574 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440263.5249 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440529.2866 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440540.146 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440570.9386 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708440581.3383 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708446302.1591 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708446447.9611 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708446534.9081 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708446691.7238 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708447090.3047 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708447134.701 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708448397.3825 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708448453.7822 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708449150.989 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708449822.1865 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451071.1047 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708451109.781 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451168.6771 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451354.7294 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451443.1307 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451555.2492 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451614.3335 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451660.6139 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708455689.99 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708456610.6148 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708456635.0806 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708456656.3759 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708460422.3079 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460453.2486 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460518.2144 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460530.1115 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460576.3036 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708460682.5018 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460773.542 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708462007.7336 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708467464.9803 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708467629.6663 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708467757.5904 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708469305.5619 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708469369.8344 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708469454.158 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708492727.0962 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708494073.3912 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708500510.1275 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708501238.3762 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708501978.5955 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708502049.0364 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708502446.1358 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708502476.4325 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708502569.5244 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708503285.9456 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708506880.0731 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708506891.3308 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708507015.7228 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708510308.1235 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708510390.7787 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708510567.3504 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708510796.9968 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708512654.8254 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708512714.6641 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708512873.8208 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708521501.0101 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523002.6543 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523166.2856 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523213.0339 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523354.0239 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523408.5461 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708525578.5096 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527186.4533 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527288.0522 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527405.0852 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527544.7905 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527683.6686 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708528060.1154 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708528109.8846 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708528149.3915 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708531058.1268 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708533349.9998 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708533693.5785 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708536698.5217 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708536778.4891 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708542820.3399 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708543759.1964 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708543935.9475 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544051.0766 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544286.8761 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544324.9262 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544362.0311 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544398.7937 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544483.1499 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544736.5525 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708545686.099 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708546049.1243 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708546336.8445 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708546394.5597 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708546583.8932 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708546736.4465 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708550692.9455 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555299.2304 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555322.3069 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555332.8536 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555369.7927 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555375.0179 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555390.7722 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555407.6585 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555455.7676 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555540.3183 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555622.3113 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555680.0043 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555741.5983 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555754.4756 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555766.3914 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555808.6812 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555844.313 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555879.5878 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555929.4494 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708556236.0645 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708556276.7634 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557228.1222 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557348.9605 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557445.204 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557683.2385 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557844.1544 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558239.2106 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558281.3799 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558378.4497 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558468.1559 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558517.9511 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558639.338 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708558665.5547 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708558672.1173 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708558769.4421 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558830.2085 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559222.9563 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559260.1947 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559342.9245 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559432.6408 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559502.3018 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559557.7802 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559641.5331 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559766.8528 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559840.0761 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559855.5324 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559906.3197 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708560207.2608 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708560245.9443 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708560287.0314 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708560321.3302 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708560710.8907 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708560883.2244 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708561160.9518 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708561218.3612 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708561273.2749 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708561401.4796 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708561482.1339 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708561777.9194 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708562012.8101 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708562102.8617 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708562470.6537 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563249.3474 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708563649.9979 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563681.985 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563779.2774 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563900.7433 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563967.4606 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708563975.8202 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708564065.7244 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708564113.2155 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708564129.8582 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708564180.8513 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708565581.949 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708565663.7241 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708565927.8306 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708565940.4723 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708566178.8762 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708566214.2443 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708566288.2316 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708566370.2229 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708566456.7985 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708567167.531 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708567321.5811 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567369.3163 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567410.3654 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708567486.4537 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567515.1841 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567576.7993 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567610.3707 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708575342.9572 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708575377.5081 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708575432.492 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708575509.9167 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708576126.6557 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708576274.3877 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708576787.3784 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708576834.0015 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708576837.6574 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708582281.6752 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708582458.315 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708582577.2366 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708582649.752 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708582871.3593 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708585499.3239 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708585829.1424 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708585834.6547 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708585879.3489 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708591996.2861 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708594442.1268 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708595941.2272 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708597079.3539 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708597142.0053 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708598512.7724 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708598687.005 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708598747.3634 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708598843.9071 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708598997.1236 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599034.0614 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599127.5535 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708599428.0948 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599524.2169 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599650.251 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599744.7816 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599864.6591 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599943.8829 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708604213.5458 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708604306.7872 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708608110.2911 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708608204.3376 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708608255.591 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708608348.9939 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708608607.0221 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708608720.9098 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708610706.6685 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708611742.5666 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708611814.9398 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708611900.228 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612032.8531 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612158.8009 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612236.9362 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612401.5952 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612735.9478 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708613064.4983 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708613104.1133 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708613169.1664 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708615318.9111 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708616953.0218 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708617001.895 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708618754.3837 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708619921.9768 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708626676.6687 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708627035.4957 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708627565.106 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708627690.5477 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708627949.906 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708628193.6998 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708628430.806 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708628434.1998 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708628526.3597 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708630514.9041 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708630693.305 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708630785.4482 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708631112.7006 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708631193.1744 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708632812.9748 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708632842.611 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708632893.8915 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708632937.6854 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708633090.4497 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708633127.4506 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708633730.2183 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708633836.6691 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708634773.8 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708636469.631 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708636569.5302 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708636710.2099 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637202.6082 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637241.9801 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637279.3201 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637329.1681 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637393.7878 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637419.3971 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637422.4796 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637462.3202 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637507.1802 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637524.3502 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637572.4317 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637643.1675 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637733.8037 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637769.9441 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637797.4111 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637917.018 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637965.4844 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708638623.1293 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708638676.9759 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708638731.559 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708639391.3383 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708639460.3853 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708640818.2411 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708640965.1792 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708641143.0325 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708641185.0079 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641259.4363 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641302.2163 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641316.1147 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708641360.4213 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641425.8818 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641502.2228 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641591.6468 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708641655.3866 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708642061.8969 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708645597.9689 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645656.8622 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645673.275 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708645677.5233 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645768.7837 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645804.4571 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645872.5776 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645912.7732 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708650499.9208 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708650714.4005 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708651146.6805 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708652044.7348 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708652192.5887 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708652337.841 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708652521.8235 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708652972.699 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708652996.7585 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708653030.241 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708653043.247 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708653089.7241 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708653147.5538 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708653737.2963 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708655365.0573 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708655409.7099 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708655472.1869 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708657264.2491 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708657337.81 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708657418.3128 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708658175.2229 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708658543.8191 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708658640.1331 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708663371.6458 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708663453.5715 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708663589.2427 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708663675.876 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708663739.4053 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708667931.5671 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708668238.0914 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708668281.3665 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708671319.3641 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708678619.135 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708685618.145 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708685868.7815 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708702523.1323 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708702567.6954 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708703817.6915 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708703865.1439 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708704209.9375 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708706236.3181 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708706421.7442 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708707082.2419 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708707390.1182 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708712954.7437 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708713016.602 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708713063.5799 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708713125.041 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708721418.2078 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708721557.2308 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708724108.2892 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708724196.5633 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708724487.9269 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708724775.433 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729071.2721 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729146.1269 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729188.625 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729268.3783 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729323.5689 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708730964.1093 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708732530.4706 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708751838.0707 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708754634.0829 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708767180.5174 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708770643.2408 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708772688.3741 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708772772.6842 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708774783.9226 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708776536.7927 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708785232.0712 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708785317.6933 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708786356.9968 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708786424.4017 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708786470.2183 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708786492.2535 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708786518.9756 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708799029.591 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708799169.7856 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708799227.4232 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708799238.8801 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708799299.8139 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708811419.8218 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708812784.1763 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708813255.8502 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708816627.7963 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708820536.9722 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708820622.9847 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708820703.2928 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708820759.0888 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708820879.2733 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708820939.5628 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821057.9919 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821203.9242 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821248.8688 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821351.1475 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821390.2767 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821487.5262 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821542.0999 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708837351.1642 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708841796.7056 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708841864.7866 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708841901.0472 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708841969.1219 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708851378.3505 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708851457.7966 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708851805.3758 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708856918.7634 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708860611.2238 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708860683.5123 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708863308.6302 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708867017.2247 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708870503.9182 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708873858.7489 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708873935.9567 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708874475.3014 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708874690.6548 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708874787.329 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708874862.1536 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708884744.9657 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708885428.2142 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708885478.2985 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708887948.3273 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708887999.3935 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708892360.4282 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708892427.6544 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708892762.8291 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708896541.4918 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708896807.8952 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708896948.9719 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708897092.1669 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708897308.972 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708898247.6453 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708898385.0309 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708898940.2221 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708899033.6767 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708899094.7597 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708899313.7174 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900243.5928 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900290.4192 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900534.433 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900739.4792 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900896.3162 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900944.7057 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708901004.3369 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708901140.536 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708901205.185 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708901271.5599 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708906087.535 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708911897.204 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708911980.4889 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708912886.2501 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708917371.546 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708918006.5331 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708918341.2565 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708934158.0566 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708934213.6115 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708945203.3736 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708945250.8863 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708951588.5425 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708951746.5383 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708954742.8616 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708954794.4373 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708959195.6566 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708965914.5915 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708967351.2939 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708969026.9917 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708971206.1694 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708974139.0298 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708974235.2685 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708974452.0594 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708976582.5165 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708976737.6685 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708982645.1325 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709002044.4007 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709005486.5175 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709005615.5125 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709006741.3904 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709152906.1957 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709154393.3068 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709176032.7818 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709185913.6196 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709185957.4018 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709197368.2076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709204174.7904 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709204344.1084 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709204921.5492 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205034.8418 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205145.9696 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205313.1432 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709205580.8501 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205682.8523 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709244758.4784 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709244846.0526 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709244997.4419 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709249601.8221 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709263244.1379 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709283350.3688 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709289571.7738 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709297911.1159 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709297959.7696 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709298035.8417 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709298108.311 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709312905.7852 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709314599.2746 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709319323.9604 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709332589.0245 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709332693.3157 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709332728.5736 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709360609.8041 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709360704.3674 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709360859.8437 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709360898.1113 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709380729.8517 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709380771.4927 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709406624.4226 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709406663.8202 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709406844.2813 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408166.9963 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408597.3412 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408745.2213 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408792.1084 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408909.6471 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709454010.1992 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709456343.29 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709456385.9611 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709467315.4335 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709467670.6771 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709467750.3028 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709467966.3537 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709468070.1882 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709469208.2004 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709470017.6644 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709475236.0353 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709475291.8491 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709475476.199 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709475722.0689 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709476032.8267 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709498390.6569 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709509977.9598 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709510049.9853 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709510101.3471 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709510227.8423 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709510277.2673 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709520634.865 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709521124.9432 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525184.1908 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525363.6295 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525367.4932 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525370.7078 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525371.6054 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709555268.3065 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709555305.8368 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709555365.0629 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709564374.8853 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709564432.9644 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709564508.6477 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709589824.2655 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709607356.55 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709623465.2236 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709637691.8234 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709638050.0782 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709660615.1416 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709660663.1131 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709660705.2524 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709660733.8564 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709666192.9176 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709666371.1496 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709667147.0548 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709681074.0258 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709684215.0404 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709686057.3149 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709686413.5508 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709686525.0986 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697419.1813 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697537.6767 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697625.1537 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697699.2202 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697765.8153 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709701798.7454 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709701867.411 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709703479.7157 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709711606.343 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709711638.9151 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709718263.3968 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709732897.13 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709733146.7189 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709733510.0735 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709733769.0895 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709733984.7209 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709734276.7335 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709734760.1438 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709735046.8892 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709735466.4504 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709743122.0982 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709743199.6366 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709743246.5093 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709744128.3507 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709746441.6565 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709749688.2868 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709749778.8454 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709749831.73 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709750119.0678 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709750177.8679 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709750244.615 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709750390.4456 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709763296.6888 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709763580.1285 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709769083.3294 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709775829.9537 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709776059.1373 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709776195.9153 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709819184.8748 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709819269.7237 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709819464.1394 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709825753.9546 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709826170.6984 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709826303.9404 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709828324.8867 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709828490.8482 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709829347.4525 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709839146.1522 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709859623.8718 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709859805.6945 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709864587.3482 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709869897.94 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709877174.2776 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709877337.4518 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709883867.1277 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709885686.9342 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709889359.5441 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709889475.977 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709889535.5765 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709889619.8086 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709889769.3391 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709889839.6835 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709890143.5601 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709890209.245 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709890369.2681 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709890424.7787 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709910236.0856 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709910443.9066 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709910547.8262 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709910740.3527 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709919646.0226 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709920156.3159 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709920390.0754 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709920607.9947 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709922803.3572 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709922906.1296 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709923262.572 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709964908.1586 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709974796.627 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709974971.5334 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709975174.0559 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709975174.3889 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710039402.3242 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710040062.0696 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710040249.9879 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710040828.1192 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710047131.9231 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710053223.0868 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710053275.1341 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710053339.6443 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710056747.2458 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710056801.1827 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710092028.3776 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710092042.857 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710095633.351 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710095728.1838 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710095809.1074 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710133298.1898 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710134605.6608 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710134733.9032 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710134924.906 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710135718.3156 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710135946.8901 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710136172.0059 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710136347.7712 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710141762.4496 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710141884.3104 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710143269.0113 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710143349.9151 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710146067.3226 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710149580.2395 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710149683.0864 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710150402.497 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710155810.1144 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710170851.7463 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710170947.8453 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710183041.0198 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710185895.446 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710185991.3572 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710193653.549 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710193699.7254 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710193775.4664 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710227601.3057 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710227644.8264 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710228964.504 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710234107.5663 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710234441.145 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710235559.4811 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710235601.0918 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710235666.9547 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710235779.4616 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710235831.2066 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710236066.3334 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710258072.3625 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710267141.2016 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710267192.7152 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710299345.3984 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710311614.7093 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710311959.6796 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710312107.8196 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710312252.8641 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710315638.7234 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710315781.4197 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710316067.3684 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710316169.37 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710317054.0896 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710352047.7971 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710357739.239 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710375197.7291 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710375295.4702 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710375360.6871 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710403111.6764 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710467949.9341 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710483611.0859 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710483659.0327 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710483698.7609 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710517630.2735 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710651486.824 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710693247.298 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710741951.037 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710787410.5558 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710855464.5304 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710861169.7223 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710861237.7484 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710861352.9168 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710871773.5615 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710873305.8459 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878428.772 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878482.5145 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878522.7132 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878554.7388 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878834.1916 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878863.369 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879020.847 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879192.9312 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879426.9459 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879475.339 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879571.0386 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879768.9257 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879802.4914 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879892.1429 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879980.7785 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710880083.0513 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710883916.3294 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710884059.8404 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710884154.0868 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710958939.3192 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710959012.838 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710961159.5411 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710963885.2225 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710963903.3836 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710963953.0057 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710964184.4185 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710972180.6999 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710972340.7372 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710984394.0364 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710984466.3564 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711005711.7078 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711005767.6394 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711020883.8198 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711132439.4155 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711169085.4247 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711169118.983 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711169219.3454 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711169290.371 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711179020.3289 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179069.262 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179117.4887 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179210.767 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179326.5357 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179488.0867 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711394455.3868 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711448873.73 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711466110.333 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711466161.826 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711466197.557 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711466270.7813 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713914007.8161 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713918131.7246 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1713918242.116 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1713923648.8079 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713941780.1126 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1713975355.9977 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713975417.3198 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713975519.1134 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1713994624.6926 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713996707.7409 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713996724.8193 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1713996851.5175 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713997079.6919 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713997989.1639 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713998341.5178 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714003948.5339 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714004015.3252 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714015722.0525 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714015905.9327 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714015991.2795 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714022860.1988 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714022940.2751 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714039204.0616 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714056222.6429 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714069036.9392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714077090.6418 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714079314.9516 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714080557.6324 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714082535.3634 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714092393.3461 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714105615.9292 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714109429.0978 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714112663.5067 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714112726.876 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714121337.2281 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714142263.0679 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714147142.6929 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714151444.896 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714152676.2693 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714152940.5945 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714153103.9839 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714161396.0428 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714164994.8175 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714170022.6482 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714170075.5554 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714170206.8613 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714170252.7601 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714170349.4928 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714170454.3968 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714182820.6056 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714184788.7588 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714184966.5047 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714186945.0332 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714187280.7526 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714191697.0268 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714209787.2864 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714209879.8847 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714209952.1929 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714210702.2068 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714212487.8392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714212568.1969 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714212857.6503 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1714213081.0783 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1714213249.366 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714230197.5982 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714230234.8804 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714239876.7003 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714240459.7535 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714240698.3402 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714240774.9968 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714240914.1284 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714247380.0934 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714248164.7722 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714248201.752 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714248234.1032 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714248279.4627 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714256848.7445 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714257691.8348 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714257911.1565 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714309816.7026 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714326534.518 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714326579.9154 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714326637.2841 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714326730.3008 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714326782.3921 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714326847.2357 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714326897.045 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714328510.4194 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714328634.6068 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714334953.0739 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714335092.3619 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714335431.0245 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714346970.2896 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714369227.932 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714369310.8615 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714369917.2709 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714369976.4842 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714372310.4571 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714372446.3505 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714379143.8696 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714379213.3239 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714379265.8321 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714379317.8013 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714379356.2773 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714379455.9178 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714386460.8846 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714386613.7646 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714386755.5909 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714386866.2585 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714391744.7035 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714403252.7092 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714406035.1101 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714438972.8668 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714441509.4284 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714447593.8501 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714447922.2692 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714448408.1343 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714482875.2202 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714483168.4359 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714483549.307 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714484821.9016 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714484922.3074 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714485272.0273 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714485352.7047 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714485416.3394 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714485491.7762 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714488682.9594 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714490834.8428 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714495175.1904 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714495637.6136 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714495645.4511 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714496723.9678 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714496820.3085 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714502763.3275 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714502841.1042 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714503172.9918 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714503806.0085 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714504469.1026 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714504500.4997 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714506749.3618 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714513194.0175 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714525269.4607 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714526357.9782 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714526477.9201 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714526540.531 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714526601.0655 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714526662.6829 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714526712.5187 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714526785.8454 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714526920.1126 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714527084.7551 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714527121.2096 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714527328.7284 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714527401.5963 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714530543.6934 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714531872.9059 - }, - { - "model_a": "LCM", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714533061.9134 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714549283.9448 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714562041.0407 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714563338.1383 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714568441.1815 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714569966.6842 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714570322.1081 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714571701.0307 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714576378.8046 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714576446.094 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714576532.638 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714576679.4471 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714576769.1653 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714576824.9807 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714576938.1807 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714577006.5219 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714577057.6898 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714577128.2946 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714577727.8597 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714578747.7724 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714579589.2206 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714579846.2417 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714581212.6776 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714587799.689 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714588572.9436 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714589779.9269 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714591108.6439 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714591543.0262 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714591623.1416 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714593850.1499 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714593943.3196 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714594628.9269 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714594743.1239 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714595283.1825 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714597497.923 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1714597529.0346 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714597965.5242 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714598027.9119 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714598064.6463 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714598118.6371 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714598192.9803 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714609418.3422 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714609489.294 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714615266.9304 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714615292.9702 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714615431.8814 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714616014.2777 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714616748.784 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714616966.3144 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714617048.1732 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714619554.8734 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714619583.6576 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714619899.8672 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714620041.7951 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714620209.3544 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714620255.3801 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714620297.602 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714620455.0897 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714620471.3887 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714620498.1223 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714620564.2259 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714620792.5256 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714622433.5969 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714622629.3706 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714624203.9485 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714624416.1669 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714624452.0408 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714624751.0239 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714624811.7454 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714624841.1584 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714624927.923 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714624929.0833 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714624970.3575 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714625006.8605 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714625105.9879 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714625165.1569 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714625203.6289 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714625325.2074 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714625370.3592 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714625439.0679 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714625582.3416 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714626535.2775 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714626855.4053 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714626916.0031 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714627108.599 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714627469.0604 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714627535.2162 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714630962.9322 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631222.5783 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631261.9674 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631269.0642 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714631304.8833 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631343.8599 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714631373.2604 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631379.3709 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631406.6345 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631460.8018 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631565.7606 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631619.8325 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714631657.5961 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714631685.449 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631735.0461 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714631798.8645 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631851.3442 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631887.0953 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714631929.4421 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631960.594 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714631996.7092 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714632090.87 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714632134.5755 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714633320.2991 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714633482.4024 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714640882.6728 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714642986.0995 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714643045.5943 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714643082.8136 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714643161.1256 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714643178.8986 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714643195.0168 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714643210.9338 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714643228.58 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714643244.839 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714643263.6358 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714643301.9301 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714643318.5429 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714643337.3762 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714643374.3585 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714643393.2465 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714643417.4894 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714643440.8602 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714643455.7901 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714649503.3748 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714649610.8215 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714650576.7331 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1714650593.7024 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714650810.8664 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714651167.0887 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714651204.0701 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714651570.3037 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714651595.6518 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714651643.6577 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1714651680.7509 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714656886.193 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714657321.8975 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714657405.4107 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714657491.6943 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714657563.7544 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714658033.5865 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714659839.0561 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714661481.3367 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714661500.0441 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714667652.5445 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714670744.2049 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714671562.3433 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714671606.5636 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714674306.9355 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714676006.8661 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714676092.7433 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714680300.0205 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714680341.0065 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714680554.4306 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714680585.1911 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714681910.5952 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714682370.9088 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714685282.7201 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714688746.1146 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714688792.1686 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714688835.6515 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714688905.2632 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714688943.3143 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714688967.8818 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714689004.962 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714689037.7917 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714689083.6141 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714689109.3646 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714699772.736 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714700080.0171 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714700291.2492 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714700462.2345 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714700604.7006 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714700789.9804 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714700982.9415 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714701009.8985 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714701244.0061 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714701500.7099 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714706289.0149 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714706317.9058 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714706341.5125 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714706373.5934 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714706395.3227 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714706415.4541 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714706442.2498 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714706461.0018 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714707001.5911 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714707023.5647 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714707047.7975 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714713270.3394 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714724818.3997 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714734400.8476 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714734465.3614 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714734569.7019 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714734654.3442 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714734803.1343 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714734968.5647 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714748485.752 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714749539.5718 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714749970.8581 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714752731.3689 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714757378.2777 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714759724.7319 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714760022.0442 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714760095.394 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714760146.4815 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714761348.6174 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714761400.3166 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714768127.0057 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714768332.4376 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714768360.265 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714768456.157 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714768460.7201 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714768584.2746 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714768705.391 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714768789.8144 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714769148.3723 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714769811.0755 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714771409.57 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714771623.5408 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714772270.9216 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714772363.8846 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714773445.9213 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714783788.5028 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714789277.4105 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714791635.6375 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714791703.9386 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714793478.8906 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714793516.1383 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714816321.6618 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714816353.336 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714816387.937 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714816454.4134 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714821081.9862 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714826009.0121 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714836291.2723 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714836319.9202 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714836356.4831 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714836384.9568 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714836456.2511 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714836502.7587 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714836697.9308 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714836801.5488 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714836819.06 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714836847.1787 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714840939.9973 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714840966.5773 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714840994.8323 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714841032.0221 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714844940.4181 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714844957.7696 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714844976.5665 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845001.8285 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845019.4407 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845032.4797 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714845049.3217 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845073.803 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714845129.7334 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845151.5118 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845163.188 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845190.9757 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714845211.3025 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845224.1933 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845237.175 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714845249.1656 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845270.0839 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845289.1748 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845304.6206 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845322.728 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845346.9463 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845360.9795 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845381.6875 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714845454.9069 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845463.9326 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845484.1915 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845493.9662 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845526.8156 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714845537.0831 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845558.2291 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845583.0605 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714845648.1802 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845801.6983 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845825.3725 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845866.6028 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845879.6467 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845896.6448 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714851495.7019 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714855675.1836 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714855743.4464 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714855800.4946 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714855883.6928 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714855928.4784 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714855960.1283 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714856074.9316 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714856249.6582 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714857683.069 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714857745.6261 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1714857750.9434 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714857816.8831 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714858009.6203 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714858346.3558 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714858379.5024 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714858860.7581 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714859303.9419 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714859331.1343 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714861379.4162 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714862250.8904 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714879027.0753 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714879064.6145 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714879136.3501 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714879166.635 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714885297.2707 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714887283.4435 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714896191.5559 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714896283.3643 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714901842.7876 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714901915.4188 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714908380.1114 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714916073.5383 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714917623.4324 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714919897.1549 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714921434.8363 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714922754.8813 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714922831.6494 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714922930.7366 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714924993.665 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714925101.5301 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714925229.5996 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714925389.0678 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714925457.4322 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714925529.8983 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714925666.7773 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714925757.8461 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714925945.9328 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714926036.7193 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714926136.4551 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714931262.225 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714931291.2995 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714931348.0493 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714931389.3777 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714939348.7581 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714942450.2188 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714943719.0964 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714943798.9906 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714943846.1201 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944117.9857 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944181.5685 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714944190.4431 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944256.128 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944277.2965 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714944291.7974 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944312.2761 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944329.2231 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714944380.1348 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714944394.3367 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714944413.8638 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714944428.8637 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714957477.7795 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714957664.0191 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714957743.4932 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714957774.4846 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714957823.7313 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714969445.3812 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714969476.9561 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714969494.3961 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714975508.662 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714975631.0816 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714975671.1859 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714975731.8573 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714981477.9182 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714981720.8531 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714981775.3404 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714981808.9565 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714984715.9114 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714985914.5152 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714986066.0806 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714986216.8728 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714986306.1947 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714986376.4982 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714989208.3777 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714989248.5875 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714989819.0972 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714989847.7502 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714995425.2992 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714995448.7647 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714995482.6481 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714995517.9459 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714995598.7764 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714995622.1322 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714997128.3204 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714999315.9865 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715000156.668 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715003687.3227 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715005634.4101 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715008027.9237 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715008220.12 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715008338.7667 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715008528.0193 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715008560.758 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715008626.0331 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715008768.0717 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715009164.4372 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715011098.7307 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715011477.047 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715012038.5653 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715012110.2215 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715012132.6383 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715012409.0239 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715015333.7998 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715015501.211 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715017292.0144 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715017296.8295 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715018460.9145 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715018632.2066 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715018803.375 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715019225.3407 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715019462.1131 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715019802.153 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715019907.2521 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715020065.0156 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715020154.4329 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715021356.9755 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715021529.0535 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715021929.2364 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715021941.4732 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715021957.2665 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715021977.374 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715021998.1985 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715022011.4633 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715022038.313 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715022292.5538 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715022423.4927 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715024554.3716 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715032383.9143 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715032424.7447 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715032525.4621 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715032553.8807 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715034247.9019 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715034370.6536 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715035859.5219 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715035919.4799 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715036001.5027 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715036181.5765 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715039687.2011 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715040461.6314 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715041888.5659 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715042097.2393 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715043684.6186 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715043729.7419 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715044419.69 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715046057.634 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715046141.0795 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715046267.3231 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715052976.1222 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715053014.6343 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715053906.7556 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715053967.3424 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715055659.8708 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715061669.9858 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715063382.9466 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715064854.7455 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715067798.0909 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715075931.4757 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715075995.7843 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715076051.3948 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715076120.5569 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715076158.7022 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715076247.8444 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715076271.3714 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715076443.3502 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715076515.8829 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715076596.1856 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715076652.1088 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715076690.1705 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715076745.2118 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715077074.6434 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715077245.8069 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715077262.5999 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715077301.2446 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715077325.4673 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715077356.4944 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715077381.1639 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715077400.87 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715077412.1989 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715077426.3836 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715077446.8475 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715077467.8656 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715077481.7513 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715077512.9835 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715077556.4551 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715077627.358 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715082846.4884 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715082974.7401 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715083505.9148 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715084102.5454 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715084136.6653 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715084172.1244 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715084217.559 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715084268.0881 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715084344.8168 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715084385.6042 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715084634.0612 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715084678.0431 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715088191.2067 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715088225.5567 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715088287.0801 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715089041.0651 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715089114.0005 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715090925.831 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715094300.1045 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715096979.6616 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715102524.9755 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715103264.6167 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715108604.4116 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715108644.2865 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715108745.3343 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715109229.1632 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715109297.5496 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715109376.7434 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715109432.9573 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715109493.1861 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715110227.8222 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715110271.8156 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110329.5161 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110363.0739 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715110394.1117 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1715110437.7906 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715110587.7518 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715110588.6536 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715110656.8518 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110828.4153 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715110858.8573 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110882.8365 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110910.2006 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110958.358 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715111053.2734 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715111140.0209 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715111188.2552 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715111214.6346 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715111246.7931 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715111273.5189 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715111348.5563 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715111413.3707 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715111438.4729 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715111464.8113 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715118668.6032 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715118687.3129 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715118727.6518 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715118748.4589 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715118816.8802 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715118843.9637 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715118876.7561 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715118913.0065 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715120168.9814 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715120215.1132 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715120249.0948 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715120298.7987 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715120366.9169 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715179187.4528 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715192298.1843 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715192393.9427 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715195946.899 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715198606.6174 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715200984.0469 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715201096.4403 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715201179.1093 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715201267.8775 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715201718.2331 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715202571.3392 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715207226.5413 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715207484.1546 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715207536.9802 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715207620.9787 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715207699.6307 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715208469.7193 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715215064.2208 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715216049.4491 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715234211.3663 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715234328.5891 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715239430.5621 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715243868.6295 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715244241.3044 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715244558.273 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715246203.5448 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715246766.1834 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715248803.359 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715250151.3399 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715250174.2859 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715250209.1457 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715255562.9587 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715255607.1614 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715255662.1513 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715255805.7255 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715255848.3385 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715255903.5686 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715256028.3307 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715256087.6353 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715256120.0212 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715256235.433 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715256303.3042 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256320.1086 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715256341.3287 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256394.9544 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715256426.1838 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715256442.628 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256495.0433 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256515.9042 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256612.2087 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256636.3789 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715256663.2995 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715256689.5726 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715256729.0218 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715256845.2289 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715257007.5027 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715257166.0516 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715257200.4456 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715257215.3823 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715257326.7155 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715257356.4325 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715257638.2431 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715257699.707 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715257739.3739 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715257780.2792 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715257957.6205 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715258056.7318 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715258093.8906 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715258144.4655 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715258483.1514 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715258503.8004 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715258565.4821 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715258595.7971 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715258635.5213 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715258691.1935 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715258764.873 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715258936.1894 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715258994.9227 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715259051.189 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715259072.5223 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259113.9431 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259131.2458 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715259172.7727 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715259212.7736 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259492.2271 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259543.7047 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259610.1198 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259627.5644 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715259640.495 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715259701.4844 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259723.058 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715259762.96 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715259803.218 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715259881.236 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715259989.1663 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715260057.4769 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715260117.3458 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260230.1733 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715260282.4439 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260328.5412 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715260349.3944 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260382.1398 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260442.606 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260481.1292 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260514.9799 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260554.6099 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260599.5403 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260599.9917 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260612.3444 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260637.1369 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260666.4785 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260797.6363 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715260970.0095 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715263893.6453 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715264861.7542 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715264922.4486 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715264971.3985 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715264997.7186 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715269818.8282 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715269899.1691 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715270094.2855 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715270143.2689 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1715270193.4508 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715271220.138 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715271255.7782 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715280678.7882 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715280745.1316 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715280767.2367 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715280824.3612 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715283624.6873 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715283771.9899 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715283832.1093 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715283904.4875 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715283975.894 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715289173.8135 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715291072.6088 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715293959.6611 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715297226.1416 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715301246.3501 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715307496.6586 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715307658.3323 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715307702.6279 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715307752.0515 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715307782.3509 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715307800.3472 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715307824.9746 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715311324.1332 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715312455.5893 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715321145.649 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715321277.3237 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715327322.223 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715327350.1615 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715327423.5657 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715327458.0922 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715327624.4824 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715329636.2156 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715329681.0432 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715329740.4518 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715329796.7315 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715329913.4518 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715329970.8219 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715330010.4717 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715330055.7455 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715330092.6017 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715330140.7292 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715330184.6534 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715333482.0455 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715334142.5931 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715334164.9491 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715337395.7907 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715337511.2509 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715338012.7242 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715338049.9744 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715342186.1942 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715348407.4474 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715348444.9063 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715348460.7018 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715349704.8905 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715349743.8126 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715349781.9289 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715349808.6611 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715352511.3183 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715353266.6712 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715353759.7287 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715354286.5972 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715369867.0276 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715373507.3127 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715375602.5913 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715381692.1857 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715385627.8243 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715385668.566 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715385861.8339 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715385910.8569 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715385973.3168 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715385992.5668 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715386102.6516 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715386146.9156 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715386278.6084 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715386300.6511 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715386332.2285 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715386387.625 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715386408.7312 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715386438.6606 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715386459.8269 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715386482.1368 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715389666.0729 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715397519.9742 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715398256.9052 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715398303.687 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715398343.7819 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715398359.4717 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715398398.6135 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715398431.3592 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715405398.644 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715405460.6692 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715405488.1404 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715405523.4582 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715405592.995 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715407001.4723 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715407052.1558 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715407102.6965 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715407121.4426 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715408435.5071 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410162.7026 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715410237.8023 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410316.1611 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410361.2625 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410434.0467 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410461.4697 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410554.4581 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715414751.2748 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715414877.5649 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715414946.6036 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715426874.879 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715426958.7873 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715427567.4463 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715433451.3249 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715433563.6229 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715433632.339 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715433695.6008 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715433774.0535 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715433851.8631 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715433896.4202 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715433912.915 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715433986.55 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715434064.6045 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715434110.7683 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715434207.8245 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715434239.5902 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715434702.9671 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715434813.9772 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715434923.6108 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715445309.7756 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715447806.7031 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715455573.9043 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715464162.4446 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715464217.9734 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715464836.5956 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715478360.043 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715483811.0921 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715483833.3595 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715483901.9427 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715501155.9579 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715501572.3162 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715501769.6926 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715501823.7506 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715501843.0687 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715504372.552 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715504645.5579 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715504799.6279 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715504917.9909 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715504991.8379 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715505030.8366 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715505102.3427 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715505159.0976 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715505273.321 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505335.8753 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715505391.6178 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505472.5006 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505561.6787 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505621.572 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715505678.2622 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505751.0201 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715505814.8461 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505886.3264 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505976.4305 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715506091.8967 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715506191.1829 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715506253.3266 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715506316.8875 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506363.7645 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506428.4684 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715506482.095 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506548.2237 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715506605.9731 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506671.8971 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506735.8368 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715506805.2882 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506896.7326 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715506939.4213 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715507004.6222 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507068.7409 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715507126.7222 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507187.5667 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507238.7865 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507298.3444 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507336.2381 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507376.8809 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715507424.3389 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715507480.5378 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715507529.7884 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715507580.5302 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715507633.4101 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507697.6976 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715507748.005 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507785.2979 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715507832.5017 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507882.0959 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715507938.4281 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507986.3397 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715508025.4909 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715508596.1504 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715508819.8245 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715508860.6235 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715512725.6261 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715513049.8363 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715513462.1973 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715513499.0171 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715513543.4817 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715517934.7894 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715517982.3497 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715518044.4289 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715518070.8159 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715518087.1668 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715518101.7937 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715518233.8117 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715519760.5756 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715519900.3195 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715522347.2456 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715529147.0937 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715529174.8074 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715530512.1388 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715530547.9455 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715530635.089 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715530714.582 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715530966.3605 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715531011.2687 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715535948.8615 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715535994.2185 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715536006.5145 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715536056.5174 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715540608.439 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715540668.0693 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715540691.8784 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715540718.2742 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715544756.1942 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715544778.4407 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715544894.2269 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715544960.7509 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715548274.8397 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715548294.1061 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715548300.6242 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715550359.0308 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715550403.1731 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715550430.5087 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715550507.2465 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715556033.5312 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715556063.1215 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715556141.5487 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715556182.4021 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715556248.2706 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715556294.4954 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715557736.1568 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715557824.1917 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715557916.0035 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715562556.2316 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715562610.8163 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715562638.7736 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715562661.9948 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715562687.4578 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715562732.9275 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715568734.6978 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715568766.9301 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715569459.785 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715569879.0308 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715569939.3429 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715570478.9989 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715570518.1415 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1715570567.0057 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1715570612.4722 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715570645.2329 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1715570688.9077 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715570854.7795 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715575605.8643 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715575948.9645 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715576064.1342 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715576106.2468 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715576227.6686 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715576454.7912 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715578457.2811 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715582610.2263 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715582710.2425 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715582923.497 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715586674.4565 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715587268.2966 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715587315.8551 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715587447.1256 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715588699.642 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715588747.9002 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715588768.9951 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715588953.3795 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715588977.4247 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715589086.613 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715589105.5043 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715589121.5389 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715589137.0817 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715589155.9265 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715589185.4421 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715590609.5811 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715591050.2465 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715591124.4712 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715591175.4243 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715591304.7838 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715591343.321 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715595118.0355 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715595264.4727 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715596169.2755 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715596245.7251 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715596298.8145 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715596510.9151 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715596889.3985 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715604775.881 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715607268.2975 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715607845.0531 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715607875.1886 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715607896.3063 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715607907.3053 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715609542.513 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715609603.9724 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715609725.5118 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715609806.3255 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715609879.2783 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715609938.662 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715609988.4664 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715610011.9289 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715610056.2075 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715610086.9944 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715610128.0027 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715610160.2297 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715626259.5155 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715626316.2277 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715626362.7831 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715626514.9638 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715626578.3164 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715626646.4891 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715626738.9521 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715626760.7536 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715627190.575 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715627560.0476 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715627634.4326 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715627720.6617 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715627790.3477 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715627811.3067 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715628711.5839 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715628730.7564 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715628760.4033 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715629350.7992 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715629634.3138 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715629743.0214 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715629771.8713 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715629802.2118 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715629837.1242 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715629842.3411 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715629879.3585 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715629880.4603 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715629944.9785 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715630027.1455 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715630100.0636 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715630101.6678 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715630132.5182 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715630152.8798 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715630169.3216 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715630440.4928 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715630950.8345 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631072.8898 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715631131.835 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631220.4634 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631267.9233 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631285.724 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631308.7093 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631330.4596 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631418.9373 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715631474.7397 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631549.0504 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631560.6138 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631574.059 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631588.6777 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631600.2192 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631635.0579 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631645.5325 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631658.7672 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631675.2634 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631716.9795 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631765.8044 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715631795.5084 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631839.0158 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631854.1148 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631869.3083 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631884.7597 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631904.8756 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631937.9237 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631952.7703 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631982.5382 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632002.5002 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632019.0886 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715632056.4297 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632078.9071 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632100.4706 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632119.9303 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632133.1354 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715632156.0675 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632205.6436 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632227.039 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632245.3583 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632259.1458 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632259.548 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632294.1124 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715632295.1637 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715632308.2085 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632614.2904 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632687.9328 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632735.2315 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632779.0684 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632794.3672 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632817.191 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632839.1091 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632863.1892 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715632877.6274 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715632905.0193 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632929.4288 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632953.0127 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632978.85 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715633003.3879 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715633138.1665 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715633164.5981 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715633210.4173 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715633227.2731 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715633258.4186 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715633315.2438 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715633520.2234 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715633905.8551 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715634223.4612 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715634600.3185 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715634931.8593 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715634970.9805 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715635064.6405 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715635088.6077 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715635113.7799 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715635409.1381 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715635415.7586 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715635456.2167 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715635497.5932 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715635556.3009 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715635722.068 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715635754.5537 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715635777.2021 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715636320.6167 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715637590.0237 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715638033.6861 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715638688.094 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715638705.4091 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715638723.6793 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715638741.5972 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1715638765.8168 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1715638801.4903 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715639560.5786 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715639602.0201 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715639648.8662 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715639706.422 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715639819.1451 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715639940.3868 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715639960.3475 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715640001.4121 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715640098.0525 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715640337.8705 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715640392.0848 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715640445.9726 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715640469.3732 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715640477.3475 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715640493.5113 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715640562.3311 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715640578.1198 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715640592.8728 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715640764.9243 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641052.5041 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641257.7136 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715641279.2614 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641302.3811 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715641321.4886 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641339.6818 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715641357.4266 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715641376.9425 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715641410.444 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715641442.5154 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641456.2598 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641495.9314 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715641527.5583 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641551.3556 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641588.8546 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641603.435 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641631.096 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641667.7929 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715641691.7163 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641711.2567 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641722.2319 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641749.6905 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641771.8403 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715641788.389 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641813.26 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641888.1795 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641907.4439 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641960.0761 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715641984.3372 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715642001.6784 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715642018.8284 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715642032.4162 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715642070.4076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715642084.8514 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715642108.9736 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715642124.1679 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715642139.4073 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715642159.6643 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715642216.1899 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715642234.6287 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715642258.9057 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715642272.164 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715642294.1783 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715642321.2084 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715642347.8346 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715642369.1198 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715642394.4943 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715642446.3777 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715642517.7799 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715643009.9765 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715643629.3904 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715646343.3307 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715646422.6525 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715646502.575 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715646525.7573 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715646580.6937 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715646625.6955 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715646765.4862 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715646979.9774 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715647603.7335 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715647673.5221 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715647719.0251 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715647783.5052 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715647806.4518 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715647856.3221 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715647879.1789 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715647882.4873 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715647894.6206 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715647930.2673 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715647941.2474 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715647967.128 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715647973.2911 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715647989.9255 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715647995.2918 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715648014.7225 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648040.5804 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648068.1237 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715648082.97 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648171.6969 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648197.0506 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648203.8329 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648205.9948 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648224.062 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648242.6639 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648245.9232 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648290.6372 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648300.5734 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648323.4421 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715648333.172 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715648334.425 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648344.276 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715648355.6097 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648369.0486 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715648376.6725 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648380.9343 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715648396.6345 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648412.897 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648426.7397 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648459.2997 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715648499.1202 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648533.2237 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648571.9891 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715648599.2257 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715648652.562 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648684.2485 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648719.831 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648752.5013 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648775.0478 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648805.2205 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648837.1883 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715648852.8803 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648875.2262 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715649200.5327 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715649240.2392 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715649948.8106 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715650049.2967 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715650124.3848 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715650152.58 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715650224.0572 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715650257.8532 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715650321.9949 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715650387.8979 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715650427.5456 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715650470.7554 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715650515.0057 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715650525.3414 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715650550.1627 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715650605.4746 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715652184.3154 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715652208.8769 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715652235.8641 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715652379.6496 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715652432.8124 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715652539.012 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715653965.9717 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715654470.1972 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715654493.8888 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715654508.8773 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715656408.3689 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715656819.0954 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715657123.7234 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715657508.1666 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715657531.1836 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715657541.1706 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715657553.4074 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715657562.2334 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715657776.1514 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715657825.2322 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715657930.4391 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715658042.5835 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715658131.1457 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715659967.4762 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715660953.9461 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715660985.1237 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715661097.2605 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715661148.9346 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661175.1053 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715661544.4592 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661588.8338 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661640.5955 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715661675.7755 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661778.9555 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715661831.7873 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661846.1834 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715661879.9838 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715661882.641 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661906.8515 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715661957.5554 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715662143.2977 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715662172.8726 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715662823.8091 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715664545.3047 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715668236.2092 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715668318.9269 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715668776.0324 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715670090.9625 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715670150.1172 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715670167.3075 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715670187.1492 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715670203.7494 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715670212.3749 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715671609.0636 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715672815.6266 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715672903.2615 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715672954.5547 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715673035.7081 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715673051.3865 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715673083.8769 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715674645.4789 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715674714.0568 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715674795.7064 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715677914.199 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715677990.6732 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715678023.864 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715680671.7878 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715680684.2017 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715680708.0141 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715680721.1172 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715680756.6421 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715680774.3491 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715680798.7423 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715680815.0593 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715681211.2488 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715681242.0659 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715685637.6338 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715686261.4116 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715687357.824 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715687402.3453 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715689015.5469 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715689970.3975 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715690013.3277 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715690053.1575 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715690084.5814 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715690100.3947 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715691355.2566 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715692036.4606 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715696573.886 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715696985.2415 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715697070.2139 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715697745.2526 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715697888.4159 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715697950.1773 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715697965.8898 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715697974.5647 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715698003.0249 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715698043.4828 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715698634.8079 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715698673.8923 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715699050.3814 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715700361.1782 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715700470.8423 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715700632.2481 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715700735.9129 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715701867.2876 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715702055.2621 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715702149.7918 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715702176.0147 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715702213.1421 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715702257.7544 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715702294.1319 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715702319.7668 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715702343.5329 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715702383.6095 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715702421.8657 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715702488.6635 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715704679.9164 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715704744.5669 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715704809.2652 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715704832.3783 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715710596.3249 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715710732.1723 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715710946.1944 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715711094.3364 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715711416.0792 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715711624.746 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715711708.3608 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715713498.1462 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715714694.1925 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715714732.4367 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715714769.5878 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715714802.7484 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715714853.1436 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715714886.3133 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715714926.6286 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715714991.7571 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715715029.2598 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715715072.8058 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715715098.2911 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715720414.1433 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715720441.5688 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715720506.5514 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715736841.9224 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715736904.7417 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715736922.9946 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715745935.9609 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715746011.8732 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715746056.3536 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715746105.3639 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715746144.0276 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715746179.3533 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715746191.891 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715746211.3033 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715746225.2422 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715746246.3345 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715746275.9185 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715746320.8538 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715752128.2836 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715753569.2056 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715753597.7252 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715753614.2285 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715753635.4495 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715753659.8055 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715753684.1663 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715753707.2331 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715753724.3104 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715753747.3861 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715753781.8403 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715764730.2969 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715764763.9283 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715764798.1806 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715764827.007 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715764857.4414 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715767887.4006 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715769987.8576 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715770039.9446 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715775719.0294 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715775769.6894 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715775799.2783 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715775842.189 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715777592.7405 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715777627.9318 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715784315.8966 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715784523.0311 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715788137.1626 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715790483.4433 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715806130.6418 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715807505.7281 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715807533.5192 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715807582.7843 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715807654.393 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715808278.5452 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715809534.3259 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715809760.1488 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715809795.2392 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715809852.0377 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715809906.8223 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715809965.5266 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715809991.1422 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715810007.1303 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715810049.9176 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715810163.7299 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715811335.9503 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715811391.9803 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715811743.4601 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715811821.5187 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715812940.2633 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715812963.3663 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715813449.7613 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715813757.0457 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715813810.298 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715813865.9303 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715813942.3258 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715814281.3599 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815128.3488 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815217.0949 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815270.4299 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815370.4623 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815467.3029 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715815602.0594 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715815648.2789 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715815686.0728 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715815736.5004 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715817402.5989 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715817805.2055 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715818376.2417 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715819161.9366 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715819491.1656 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715819543.6757 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715819586.5946 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715819615.5232 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715819645.9821 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715819670.3462 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715819888.2828 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715819918.3499 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715819929.0339 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715819955.0618 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715819965.8997 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715819976.402 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820093.4966 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820108.3077 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820114.9281 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820121.7485 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820127.866 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820134.2909 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820139.8646 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820145.0877 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820154.8417 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820159.7185 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1715820164.5588 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820181.9884 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820186.5589 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820211.0087 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820839.0777 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820856.6731 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820860.5842 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820864.547 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820874.3779 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715826562.9853 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715826603.8445 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715832708.5013 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715833816.9851 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715835888.8168 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715835905.0987 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715836234.5315 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715839726.894 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715841738.4038 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715843051.3302 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715843989.692 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715846570.8419 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715846650.1388 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715846799.2673 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715846927.6472 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715853531.166 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715857620.2786 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715861672.622 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715861701.6151 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715861730.9837 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715861754.8566 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715862161.5608 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715862199.6862 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715862245.3838 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715862324.7552 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715862384.4427 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715862439.5804 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715863670.6729 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715870697.9021 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715870731.6924 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715870863.7421 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715872892.3643 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715872916.3874 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715872953.4692 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715873064.3259 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715873088.041 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715873104.4435 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715873134.2543 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715873148.3964 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715873169.9692 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715873197.2215 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715873236.7125 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715873285.2547 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715876292.9941 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715878952.7967 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715878980.8882 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715879032.671 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715879067.558 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715883196.3069 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715883230.7648 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715883261.9915 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715883386.8596 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715883519.2743 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715883550.3625 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715883570.8938 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715883595.7926 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715883618.2657 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715883698.0336 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715883719.668 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715883769.1867 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715894377.4203 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715899227.8629 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715899665.3102 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715899810.0588 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715900652.8154 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715901624.0299 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715901635.5566 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715901711.4071 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715901749.7598 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715903564.6366 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715903657.7628 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715903975.2818 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715911393.0297 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715912969.5823 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715912988.5329 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715913035.5767 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913241.7837 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913454.2601 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715913474.1488 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913477.4885 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715913548.6289 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913651.5759 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715913654.291 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913667.5474 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715913739.8234 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715913764.4926 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715913782.4954 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913817.5374 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715913839.5048 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715913940.0061 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715914029.2744 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715914090.12 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715914105.3485 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715915511.0047 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715915577.8154 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715916243.5859 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715916272.4239 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715916313.1847 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715916368.8797 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715916411.5706 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715916448.7485 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715916533.6162 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715916547.7962 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715916587.2836 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715916613.8797 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715916644.9071 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715916683.1819 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715916699.0407 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715916727.3045 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715918196.9319 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715924700.595 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715924915.8223 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715924954.0836 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715924980.164 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715925133.5358 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715925168.653 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715925219.2785 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715925219.98 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715925264.902 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715925315.7153 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715925919.7776 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715926420.4915 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715926538.8144 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715929365.0268 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929417.4956 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929429.846 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715929450.8124 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715929492.6738 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715929531.0454 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715929554.8185 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715929567.0075 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929584.971 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715929617.1082 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929657.2837 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929679.9609 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929707.3509 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715929781.1131 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929849.6364 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715929867.4377 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715929907.5512 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715929948.5812 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715930083.8166 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715930369.0071 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715948152.0414 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715954193.2505 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715960109.8087 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715960218.1069 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715960238.662 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715960280.3729 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715969029.6444 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715972816.0645 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715972884.2583 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715977022.0855 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715977282.5472 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716005809.1647 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716024927.1115 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716024976.7221 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716025010.7673 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716027377.3351 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716027899.644 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716028822.8275 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716028857.7321 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716036421.4086 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716040333.7351 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716043972.3967 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716043995.1703 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716044508.3229 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716045340.1223 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716045370.1669 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716045434.8063 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716045536.284 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716045782.3404 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716046661.0575 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716061878.1074 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716063691.5292 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716063728.9507 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716064036.8859 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716064897.7154 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716064982.9829 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716074832.2246 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716087920.9207 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716087962.0076 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716088282.1445 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716088319.6002 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716088361.4397 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716092533.9981 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716092684.4695 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716100809.6333 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716100904.7495 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716100967.3084 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716101014.3749 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716101026.1623 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716101284.4392 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716101388.6109 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716101424.8563 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1716101640.0847 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716101663.5449 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1716101720.3834 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716101763.5754 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716101779.0549 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716101812.8171 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716101829.1619 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716101843.8492 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716101870.408 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1716101897.469 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716101922.0127 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716101958.4491 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716101980.4881 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716102012.3581 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716102033.0066 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716102061.565 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1716102078.6577 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716102104.1158 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716102163.2523 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716102338.3014 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1716102352.7855 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716102377.8361 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716102397.944 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1716102458.7278 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716102472.2144 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716102830.9668 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1716102848.2679 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716106991.3653 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716112644.092 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716112688.5957 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716113925.8512 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716116154.8458 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716123312.2626 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716124481.7688 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716129939.4625 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716130077.5552 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716133934.791 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716133959.4134 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716133982.7909 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716134112.955 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716134184.1117 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716134215.2692 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716134246.6302 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716134272.2078 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716136785.8861 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716136830.2645 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716136888.0281 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716136912.3226 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716137509.6219 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716137550.792 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716137584.016 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716137614.0349 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716137663.882 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716137708.8654 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716137736.4075 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716137761.6991 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1716137815.2529 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716137886.7381 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716138040.3932 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716140714.0428 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716209337.3046 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716209412.7298 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716209448.1323 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716209508.6504 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716209613.4906 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716209642.7198 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716209709.6202 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716209774.4706 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716209852.8582 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716209947.3287 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716209967.6822 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716210044.0883 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716210150.5688 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716210205.0335 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716210268.9147 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716211526.4507 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716213446.8546 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716213461.9489 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1716213474.537 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716213492.0301 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716213521.5562 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716213540.262 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716213551.8733 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1716213557.4906 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716219013.0278 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716220209.0681 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716220249.3189 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716220285.5053 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716227591.1168 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716227622.0114 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716227674.7391 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716227710.2023 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716227875.4029 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716227977.9929 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716228007.518 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716228104.844 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716228130.5321 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716230101.821 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716230984.9301 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716232636.2301 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716232746.3131 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716232993.2428 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716233055.3833 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716235984.1893 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716239320.9605 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716242440.4726 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716242516.4926 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716242590.6103 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716242629.6643 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716242692.6624 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716246215.0477 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716248360.3883 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716249928.3303 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716249950.1619 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716249976.5037 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716250002.3525 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716250043.473 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716250064.5423 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716250098.6574 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716250169.1921 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716250175.1057 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716250192.053 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716250223.5527 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716250346.0641 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716252598.1249 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716252635.5485 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716263746.8692 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716270546.4614 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716270581.7833 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716271101.4508 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716271351.0622 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716274671.7892 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716278257.8069 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716278320.6515 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716278455.3143 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716279222.1691 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716279246.192 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716279794.6865 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716280412.4078 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716280463.3691 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716282215.371 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716282249.1998 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716282537.2467 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716282635.1246 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716282720.9449 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716282757.3202 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716283450.3375 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716283609.525 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716283779.8628 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716283801.3005 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716283935.4598 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716284013.3675 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716284180.1311 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716284192.186 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716284470.2778 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716284564.193 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716285325.0236 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716285475.3857 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716285519.9145 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716286409.4293 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716286967.8756 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716286983.4028 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716287142.413 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716287185.2534 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716287217.0099 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716287247.2868 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716287271.5544 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716287340.0533 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716287550.0246 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716287573.6398 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716287628.6541 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716287651.6393 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716287665.6163 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716287678.808 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716287767.435 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716287779.2194 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716288009.4382 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716289208.9321 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716289237.4451 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716289351.113 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716289390.8858 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716289393.7964 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716289414.7975 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716289423.2899 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716289429.1105 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716300925.2643 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716301040.4664 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716301250.7099 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716301308.9557 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716301961.2777 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716308935.4231 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716317363.8031 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716317407.5124 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716317505.7057 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716319832.5599 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716321763.8236 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716325414.0255 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716325749.7214 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716325771.5615 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716326192.6196 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716326243.3131 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716326299.6314 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716326346.6605 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716326432.8943 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716326479.3558 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716326504.9509 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716326723.2613 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716326765.4157 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716326806.8553 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716328651.4073 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716340833.9646 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716340851.5576 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716342516.6062 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716342980.4385 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716392751.259 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716392854.8424 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716392927.7613 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716394547.5836 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716394567.8834 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716394675.2074 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716395232.2063 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716395392.7448 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716395429.4755 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716395464.4116 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716395617.1491 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716395671.3185 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716395722.6354 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716395762.024 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716395800.2075 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716395893.3131 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716395908.2446 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716395930.8155 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716396096.1888 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716410843.4073 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716410959.2736 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716411007.9506 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716411029.2438 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716431755.4427 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716431811.1067 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716450118.5001 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.47.232", - "anony": true, - "tstamp": 1716450793.7853 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.13.208", - "anony": true, - "tstamp": 1716455911.4834 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.13.208", - "anony": true, - "tstamp": 1716455955.7955 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.13.208", - "anony": true, - "tstamp": 1716457978.0237 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.47.232", - "anony": true, - "tstamp": 1716458225.9763 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.232", - "anony": true, - "tstamp": 1716458248.4504 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.38.210", - "anony": true, - "tstamp": 1716462945.118 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.47.232", - "anony": true, - "tstamp": 1716463010.5927 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.232", - "anony": true, - "tstamp": 1716463052.7326 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.38.210", - "anony": true, - "tstamp": 1716463079.2945 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.38.210", - "anony": true, - "tstamp": 1716463103.3942 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.38.210", - "anony": true, - "tstamp": 1716464669.7571 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.38.210", - "anony": true, - "tstamp": 1716464883.9242 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.47.232", - "anony": true, - "tstamp": 1716464922.8799 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.38.210", - "anony": true, - "tstamp": 1716465012.8038 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716465092.5554 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.38.210", - "anony": true, - "tstamp": 1716465101.4217 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.13.208", - "anony": true, - "tstamp": 1716465158.8835 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716465217.6185 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.38.210", - "anony": true, - "tstamp": 1716465238.6722 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716465271.103 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.13.208", - "anony": true, - "tstamp": 1716465320.7672 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.47.232", - "anony": true, - "tstamp": 1716465461.646 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.13.208", - "anony": true, - "tstamp": 1716465948.4394 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.47.232", - "anony": true, - "tstamp": 1716466221.9614 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716470442.2975 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.43.115", - "anony": false, - "tstamp": 1716473602.4544 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.43.115", - "anony": false, - "tstamp": 1716473616.0917 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": false, - "tstamp": 1716473629.427 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716473646.5102 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716473694.7222 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716473748.2485 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": false, - "tstamp": 1716474064.3945 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716481830.2832 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716481918.5028 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716481975.5624 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716482066.6894 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716482101.8167 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716482665.9327 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716482873.3533 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716482905.5916 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716483084.7205 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716483130.6731 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716483227.6309 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716483261.6962 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716486797.4071 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716486908.7502 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716490430.3014 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716491961.101 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.43.115", - "anony": true, - "tstamp": 1716492019.4859 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716492130.1621 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716492165.0747 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716492306.9555 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716492822.692 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716493052.5738 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716494692.3029 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716494811.879 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716494814.0355 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716494907.8652 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716494980.5166 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716495025.0063 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716495051.0207 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716496626.411 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716496705.3455 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716497278.1725 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716498287.3391 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716498382.0641 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716498455.0726 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716498525.386 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716504189.1445 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716504232.9298 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716504298.8496 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716504375.2347 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716504475.8806 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716504690.8373 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716505296.1873 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716505412.2355 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716505461.6194 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716505497.4972 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716505555.7406 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716505749.2626 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716505835.0554 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716505908.8182 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716506883.2691 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716507650.4765 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716507699.2617 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716507752.4956 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.46.140", - "anony": true, - "tstamp": 1716507790.1558 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716507831.8959 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.46.140", - "anony": true, - "tstamp": 1716507855.4252 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716507872.6517 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716507895.6605 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.46.140", - "anony": true, - "tstamp": 1716507916.014 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.46.140", - "anony": true, - "tstamp": 1716507994.0174 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716508026.9667 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716508043.0315 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716508087.7971 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716508116.3079 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716508140.5914 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716508166.7129 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716508194.1005 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716508529.6954 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716508583.9155 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716508618.2377 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716508647.6412 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716508773.0947 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716509848.6189 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716511130.78 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716512409.7918 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716512454.4993 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716512505.6737 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716514986.0767 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716521987.1249 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716522049.4138 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716523440.8187 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716523485.7361 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716532871.9422 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716534155.8593 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716534865.3098 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716535184.4481 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716539015.3065 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716539889.7886 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716540536.1365 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716540946.9096 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.39.221", - "anony": true, - "tstamp": 1716542403.1488 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716543711.9241 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.39.221", - "anony": true, - "tstamp": 1716543831.0194 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716553156.4165 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716553180.6047 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716553208.1102 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716555742.6319 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716564155.6044 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716564230.9225 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716569588.0252 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716569622.0458 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716569667.1495 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716569696.2879 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716569714.3922 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716569738.4961 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716569758.9203 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716573314.1735 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716582629.7353 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716582661.7607 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716582674.8994 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716582719.0988 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716582786.073 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716582843.45 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716588711.6463 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716588830.5802 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716588852.3781 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716588878.0822 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716588894.0191 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716588911.2078 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716588932.3094 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716588958.1131 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716588976.2128 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716589002.9294 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716589021.4706 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716589039.9181 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716589054.1024 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716589066.8788 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716589081.563 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716589099.7964 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716589111.4147 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716589135.5263 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716589150.6567 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716589165.6379 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716589178.4192 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716589190.3726 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716589219.0301 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716589244.1266 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716589270.2905 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716589282.8245 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716595399.6343 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716596153.0762 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631838.9989 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631933.7236 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631962.3438 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716637811.2507 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716637883.7082 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716637940.3706 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716638037.8255 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716638087.8967 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716640036.2923 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716640405.2966 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716640451.3012 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716648496.2293 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716650144.5433 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716650252.1683 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716654002.8058 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716657661.8542 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716661364.0162 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716672582.8741 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716675304.6869 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716675360.5552 - } -] \ No newline at end of file diff --git a/arena_elo/results/20240525/elo_results_image_editing.pkl b/arena_elo/results/20240525/elo_results_image_editing.pkl deleted file mode 100644 index 6c55e487d00241a857ca43296eff211e26beaf23..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240525/elo_results_image_editing.pkl +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a90694074e1b68a62bd75cdf0c81eb545dfcc115da34e9efdb215d668bd13196 -size 62502 diff --git a/arena_elo/results/20240525/elo_results_t2i_generation.pkl b/arena_elo/results/20240525/elo_results_t2i_generation.pkl deleted file mode 100644 index 9c18351efeeaefe1ffcf614ab12643447bc12916..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240525/elo_results_t2i_generation.pkl +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7172486b8454e25f9b3a9df84e55d2dcce923a3b63e091fd8d165b63bbde7bc4 -size 68170 diff --git a/arena_elo/results/20240525/image_editing_leaderboard.csv b/arena_elo/results/20240525/image_editing_leaderboard.csv deleted file mode 100644 index f0a5208c1927b79a6cac8d6655f28469aaf24d7c..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240525/image_editing_leaderboard.csv +++ /dev/null @@ -1,10 +0,0 @@ -key,Model,Arena Elo rating (anony),Arena Elo rating (full),License,Organization,Link -MagicBrush,MagicBrush,1104.9607793254968,1108.3641351499255,CC-BY-4.0,"The Ohio State University, University of Waterloo",https://osu-nlp-group.github.io/MagicBrush -CosXLEdit,CosXLEdit,1082.1149733184666,1082.6518457302682,cosxl-nc-community,Stability AI,https://huggingface.co/spaces/multimodalart/cosxl -InfEdit,InfEdit,1044.3184923378735,1048.265511270266,Apache-2.0,"University of Michigan, University of California, Berkeley",https://huggingface.co/spaces/sled-umich/InfEdit -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 -Prompt2prompt,Prompt2prompt,1008.6680807257849,1009.6489502670348,Apache-2.0,"Google, Tel Aviv University",https://prompt-to-prompt.github.io -PNP,PNP,996.2773547131053,1006.4720172502705,-,Weizmann Institute of Science,https://github.com/MichalGeyer/plug-and-play -SDEdit,SDEdit,922.8193215180083,920.654664379804,MIT License,Stanford University,https://sde-image-editing.github.io -CycleDiffusion,CycleDiffusion,921.2482813177639,911.3052609726248,X11,Carnegie Mellon University,https://github.com/ChenWu98/cycle-diffusion -Pix2PixZero,Pix2PixZero,881.1730818523246,878.6991905303175,MIT License,"Carnegie Mellon University, Adobe Research",https://pix2pixzero.github.io diff --git a/arena_elo/results/20240525/t2i_generation_leaderboard.csv b/arena_elo/results/20240525/t2i_generation_leaderboard.csv deleted file mode 100644 index 0b77d9726c260be583a6715e26ec5211c2eaf78d..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240525/t2i_generation_leaderboard.csv +++ /dev/null @@ -1,12 +0,0 @@ -key,Model,Arena Elo rating (anony),Arena Elo rating (full),License,Organization,Link -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 -PlayGround V2,PlayGround V2,1098.7388948915252,1040.0265968382582,Playground v2 Community License,Playground,https://huggingface.co/playgroundai/playground-v2-1024px-aesthetic -SDXLLightning,SDXLLightning,1066.3011205806156,1008.6669754414712,openrail++,ByteDance,https://huggingface.co/ByteDance/SDXL-Lightning -StableCascade,StableCascade,1055.3876736984168,996.1397647071996,stable-cascade-nc-community (other),Stability AI,https://huggingface.co/stabilityai/stable-cascade -PixArtSigma,PixArtSigma,1053.6017437756345,992.1932737107034,openrail++,PixArt-alpha,https://fal.ai/models/fal-ai/pixart-sigma -PixArtAlpha,PixArtAlpha,1052.587961133323,980.7401960586495,openrail++,PixArt-alpha,https://huggingface.co/PixArt-alpha/PixArt-XL-2-1024-MS -SDXL,SDXL,997.5178756677587,938.0490630458108,openrail++,Stability AI,https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0 -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 -SDXLTurbo,SDXLTurbo,931.9053470850187,871.7597877802655,sai-nc-community (other),Stability AI,https://huggingface.co/stabilityai/sdxl-turbo -OpenJourney,OpenJourney,854.5381628850578,789.57778153393,creativeml-openrail-m,PromptHero,https://huggingface.co/prompthero/openjourney -LCM,LCM,816.3896904519953,770.4870944721403,MIT License,Tsinghua University,https://huggingface.co/SimianLuo/LCM_Dreamshaper_v7 diff --git a/arena_elo/results/20240526/clean_battle_image_editing.json b/arena_elo/results/20240526/clean_battle_image_editing.json deleted file mode 100644 index 2051b4c005f1932b99246bc1f881d6d170024581..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240526/clean_battle_image_editing.json +++ /dev/null @@ -1,8826 +0,0 @@ -[ - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707712630.872 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707712699.668 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707712896.0427 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707712929.7061 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707713147.0445 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707713198.9284 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707713210.1306 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707713747.5115 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707715613.7226 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707765708.2644 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707765861.2742 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707765975.0206 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707768866.9065 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707771673.2989 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707784377.6617 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707784466.8915 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707784983.9581 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707785277.16 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707795299.0619 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707795798.752 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707796435.7996 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707797278.7369 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707797279.6004 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805086.9739 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805220.3253 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805332.6322 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805476.0509 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818374.3438 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834631.9088 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834954.0147 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835366.544 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835643.6178 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835789.25 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836852.671 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707836952.6082 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707837020.7148 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707837226.2259 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707838166.1449 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707838405.0013 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707839133.3126 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707839484.6824 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707850104.2499 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707851384.7689 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707851936.9466 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707852836.3291 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707852878.673 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707853008.1359 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707856807.6229 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707863740.3507 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707866312.1118 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883083.3533 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883181.1397 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883187.9173 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883507.587 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883939.6125 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707892689.4407 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908988.749 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912639.2701 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917685.9574 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919429.336 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707932651.9192 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707932749.3107 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933208.5797 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707945335.6341 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708031168.6838 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708038931.5388 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708057382.78 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708093689.8237 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708093910.4683 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708095090.8232 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708095305.4665 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140553.1694 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708145512.3656 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708145724.4127 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708146846.5098 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189738.4864 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708235874.9246 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708257619.7115 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708341265.7655 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708350183.3086 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708399707.1681 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708441502.4707 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708441716.8195 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708546759.2009 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708546805.4892 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708547082.7124 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708547166.9685 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708547293.7107 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708575046.0529 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708615466.9264 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708615516.3341 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205399.0098 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205767.8923 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709443700.05 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709702898.9291 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710091925.1861 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710517781.1525 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710517859.2942 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710535672.9791 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714359818.6646 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714363016.9972 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714715956.3416 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714759928.3804 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715246275.0118 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715247590.2235 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715406266.2562 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715406354.5284 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715406371.8227 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715406418.5066 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1715406449.9401 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715406466.5778 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715620708.6361 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715621013.5373 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715661224.0507 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661259.6143 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661288.6018 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715661310.3621 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715718742.1258 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715718773.1054 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715718785.2832 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715718804.143 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715718826.0248 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715718869.0041 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715718904.9307 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715718933.1272 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715718954.8497 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715718966.8633 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719000.6673 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719019.5495 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719035.903 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719046.925 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719059.6291 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715719076.6727 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719086.7836 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719109.8071 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719122.8237 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715719134.1345 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715719153.4359 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715719160.5285 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715719171.4473 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719184.6227 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719210.0429 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719219.6447 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719237.7036 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719249.4321 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719257.5877 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719273.7637 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715719288.4629 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719299.1712 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719306.5928 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715719356.0694 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719368.0491 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719379.185 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719389.0771 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715719397.7162 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719406.4165 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719429.1002 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719435.4694 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719454.4526 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715719470.154 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719482.3114 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719499.9643 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719513.7317 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715719527.69 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719542.751 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715719560.9912 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719575.3291 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715719581.9552 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719591.9907 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719601.8819 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719612.1837 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719620.469 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719627.34 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719632.694 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719652.2038 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719661.8855 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719677.2949 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719687.3022 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719699.47 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719706.2375 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715719717.3564 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719722.5542 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719728.5417 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719737.2385 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715815138.5243 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715815152.0033 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715815169.0475 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715815187.1917 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815197.5233 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815209.8285 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815228.6736 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815236.3935 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715815265.9705 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715815278.5019 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715815294.5978 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715815325.4468 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715913098.6617 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716541099.5281 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716604696.0584 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716604715.0998 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716604747.7838 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716604763.4297 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716604782.4706 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716604802.0201 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716604811.6914 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716604825.8294 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716604840.2501 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716604877.822 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716604889.6984 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716604900.9223 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716604924.2766 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716604973.5794 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605034.895 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605062.8663 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605094.132 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605107.7767 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605140.0956 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605160.9401 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605168.0546 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605180.0919 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605190.4643 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605203.491 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605212.2599 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605237.2731 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605272.7429 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605289.9933 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605364.041 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605374.0614 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605393.5416 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605435.4312 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605443.9063 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605459.0496 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605473.3953 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605489.2814 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605504.7184 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605514.6453 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605529.8279 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605536.3404 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605543.2047 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605555.7948 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605601.5404 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605617.6268 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716605767.6135 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605777.2385 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605786.114 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605797.1427 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605809.6831 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605815.6526 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605835.1453 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605851.8386 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605858.451 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605866.4186 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605876.5431 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605891.073 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605900.0983 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605911.731 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716605928.9167 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605935.6882 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605946.6158 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605963.4158 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605972.2306 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605977.6398 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605987.465 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605996.3853 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606007.8113 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606016.5768 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606025.5488 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606039.5413 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606046.7561 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606054.0681 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606077.4586 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606088.2332 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606094.3957 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716606109.6773 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606119.4549 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716606125.8236 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606173.3143 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606195.2603 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606212.8981 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606219.0605 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606276.8289 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606288.2044 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606301.084 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606308.3969 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606433.9409 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606445.3091 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606477.3758 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606493.8176 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716606508.3021 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606516.8283 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606522.0526 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716606532.5815 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716606539.6957 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606547.5616 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716606554.0222 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716606564.3506 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606571.9707 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606585.7455 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606658.4599 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606693.8678 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716606709.0046 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606714.772 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716606727.6123 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716606735.0284 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606736.1803 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716606750.7617 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606786.724 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716606795.6984 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606813.8378 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606821.1015 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716607198.5045 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716607313.6175 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716607335.621 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716607370.4447 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716607389.5909 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716607420.1556 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716607435.2448 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716607465.4746 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716607486.7762 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716607506.9187 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716607635.4724 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716607663.0868 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716607692.9044 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716607819.9864 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716607857.6216 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716607895.8098 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716607940.0025 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716608033.9248 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716608099.9552 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716608114.2412 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716608131.8764 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716608196.7546 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716608299.8432 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716608352.2537 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716608470.6085 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716608508.9979 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716608535.256 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716608566.826 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716608606.9532 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716608621.3425 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716608645.7473 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716612490.9409 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716612527.7806 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716612609.5129 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716612630.2038 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716612663.528 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716612720.848 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716612753.058 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716612767.6391 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716612818.0482 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716612834.8391 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716612983.5404 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716613207.8915 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716613226.5981 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716613269.8392 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716613291.7248 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716613309.4071 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716613349.4281 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716613367.9389 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716613477.8186 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716613526.575 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716613544.7169 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716613580.5038 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716613599.3925 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716613614.4265 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716613641.2903 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716624300.8537 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716624324.2507 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716624482.9731 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716624506.1195 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716624641.2863 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716624657.8231 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716624672.2087 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716624694.7044 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716624708.3765 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716624735.9337 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716624764.5497 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716624811.5006 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716624821.927 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716627512.45 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716627556.3932 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716627583.262 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716627601.5072 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716627630.3773 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716627645.3205 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716627654.1454 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716627664.0213 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716627696.4511 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716627737.1743 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716627760.0293 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716627806.4061 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716627823.411 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716627837.6457 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716627889.0123 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716627913.6212 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716627938.5274 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716627966.1975 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716627991.8079 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628039.5051 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716628049.0246 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628071.9832 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628102.5049 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628123.5594 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628139.9985 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716628202.7625 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628221.104 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716628235.6369 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628251.4878 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716628267.8306 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628349.2577 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628370.6073 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628387.7431 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628402.2801 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628427.6381 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716628441.3679 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628552.0395 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628575.0907 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628587.6707 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628613.9413 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628733.2486 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716628772.2221 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628791.3244 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628807.4081 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628821.1404 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716628836.985 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628861.8452 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628891.0125 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628902.487 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716628918.8331 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628951.6453 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628964.4758 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628982.7156 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628995.118 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716629006.1009 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716629122.6311 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716629131.5469 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716629155.007 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716629223.4708 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716629240.7598 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716629252.7463 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716629269.2787 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716629285.113 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716629309.7244 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716629327.7166 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716629348.9576 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716629379.5769 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716629387.8439 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716629394.9593 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716630816.1122 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716630830.5477 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716630859.8113 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716630885.4225 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716630924.4544 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716630945.9567 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716630954.8739 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716630968.5578 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716630975.9243 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716630992.0216 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631006.7525 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631016.2736 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631043.2819 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631060.2613 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631073.9389 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631096.5981 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631112.1769 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631124.7037 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631145.1105 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631153.7837 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631163.1188 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631172.0382 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631183.3196 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631202.0102 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631210.0823 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631235.8828 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631312.1531 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631329.399 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631346.5938 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631361.6892 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631371.3178 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631382.9464 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631401.9484 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631417.3884 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631448.8928 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631488.7331 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631507.9737 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631517.4479 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631531.9308 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631553.6769 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631570.6625 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631580.1846 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631598.3167 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631619.3618 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631630.5917 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631664.6107 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631674.7839 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631684.5079 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631699.6647 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631707.7887 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631719.8237 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631731.3032 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631769.5139 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631801.296 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631813.1815 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631828.467 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631836.0902 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631848.4219 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631861.4561 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631875.5465 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631890.5883 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716638896.4123 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716638917.0964 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716638929.8315 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716638951.6381 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716638962.8244 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716638988.3276 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716639003.4669 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716639020.3111 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716639037.6966 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716639055.943 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716645468.6656 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716645603.2374 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716646046.1372 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716646164.612 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716646283.3472 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716646367.4252 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716646552.7164 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716646593.4385 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716646674.2926 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716646705.5886 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716646764.3246 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716646790.3248 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716646908.2416 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716646917.0648 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716646962.0953 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716646983.9078 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647000.6985 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647018.3633 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647028.6519 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647069.2087 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647081.4386 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647094.6684 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647107.594 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647137.1078 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647149.0847 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647164.5651 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647193.8495 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647207.3299 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647225.9565 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647237.3443 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647247.7742 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647259.7063 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647277.9556 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647293.7004 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647309.7046 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647329.3152 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647368.3156 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647388.6718 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647399.0991 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647408.8236 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647423.0791 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647429.2995 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647462.174 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647475.9573 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647484.0343 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647492.1555 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647504.6877 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647517.8133 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647524.0753 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647535.0545 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647545.384 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647554.8101 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647571.0596 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647578.6755 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647587.3561 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647603.0765 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647612.2839 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647623.6549 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647638.9469 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647653.8856 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716667796.1672 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716667816.6491 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716667838.2985 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716667860.5556 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716667884.9599 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716667901.3108 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716667924.6361 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716667944.9242 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716668287.7166 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716668327.9491 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716668343.2883 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716697472.7914 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716697504.4035 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716697573.1098 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716697624.325 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716697744.7634 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716697956.3807 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716698033.0577 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716698245.4344 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716698327.003 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716698371.6 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716698415.9121 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716698532.8953 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716698558.7503 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716698579.6523 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716698675.3115 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716698771.0441 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716698816.1336 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716698852.9314 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716698895.188 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716698933.0638 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716698970.2659 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716699036.1158 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716725103.4194 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725120.8321 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725177.518 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725206.1811 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725232.3641 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725265.4435 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725273.1522 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725286.6907 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716725336.5373 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725356.592 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725380.8564 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725393.6974 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725408.9409 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725423.1308 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725432.9063 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725448.4239 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725469.283 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725486.8823 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716725498.6122 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725513.3688 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725555.9442 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725563.9122 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725573.8446 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716725588.1728 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725599.5479 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725691.6935 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725704.7868 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716725717.6671 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716725733.9649 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725749.405 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725765.4507 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725779.885 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725788.5182 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716725801.1148 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725812.947 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725822.4764 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716725843.3425 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716725858.0287 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725864.898 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725883.5483 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725899.1615 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725916.7568 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725929.6466 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725960.9953 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725969.5173 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725978.2458 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725988.7294 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725997.7098 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726052.9235 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726062.2163 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726079.1784 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726089.0051 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726100.9303 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726106.9981 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726181.5152 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726194.4541 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726210.8484 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726222.7297 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726232.6604 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726241.3459 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726250.2725 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726259.2974 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726270.4228 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726283.5017 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726288.9639 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726301.2998 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726311.6449 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726322.2733 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726331.7043 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726342.534 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726352.3007 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726360.8671 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726375.4623 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726442.4983 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726479.6581 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726489.4382 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726497.8571 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726650.7564 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726666.148 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726685.0972 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726700.6411 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726720.8035 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726850.0132 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726860.3356 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726869.5719 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726878.9527 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726893.8929 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726905.2733 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726912.4957 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726921.1703 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726931.0016 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726945.6522 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726954.269 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726966.1476 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726976.7288 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726985.7507 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726994.7678 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727000.3326 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727007.0475 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727084.248 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727094.5719 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727103.1498 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727110.5311 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727117.0022 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727130.1414 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727140.3192 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727152.0947 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727159.4137 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727168.834 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727181.0654 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727187.9869 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727194.7647 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727210.4056 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727217.6723 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727225.234 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727240.5225 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727280.6958 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727291.9284 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727313.3798 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727329.2167 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727342.9492 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727352.7768 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727361.2992 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727370.3721 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727385.0504 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727394.9735 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727403.6456 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727411.1677 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727421.2407 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727434.2823 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727442.6072 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727452.7373 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727460.2099 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727467.3859 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727475.6552 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727483.3718 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727504.8113 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727512.3856 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727521.954 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727546.9149 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727553.7833 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727565.8214 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727580.3035 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727595.4295 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727627.0124 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727642.3164 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727651.8417 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727766.9252 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727783.5783 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727791.2986 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727800.8717 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727807.8322 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727814.7437 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727833.5955 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727840.6222 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727848.448 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727853.6167 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727875.6262 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727962.6967 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727969.5155 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727980.2147 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727991.5302 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727998.7991 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728003.9723 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728009.5917 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728021.0284 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728027.6106 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728036.1964 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728043.0191 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728048.4259 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728057.0579 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728069.9569 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728075.4683 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728083.4866 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728098.2752 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728109.9985 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728120.1675 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728128.2855 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728135.1512 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728139.9626 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728152.3502 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728160.6171 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728175.5073 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728182.7262 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728188.0396 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728193.1535 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728204.5769 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728214.5113 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728232.5306 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728238.5444 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728247.7701 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728261.0162 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728267.0339 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728273.0023 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728280.8717 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728286.5857 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728293.647 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728305.528 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728312.3004 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728321.2286 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728328.2916 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728798.2101 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728810.132 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728821.5646 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716745620.8532 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716745652.6839 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716745700.088 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716745855.4743 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716745897.8491 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716745953.0266 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716745973.8221 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716746017.6491 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716746205.3685 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716746244.2996 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716746264.2568 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716746280.753 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716747213.2132 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716747256.9527 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716747300.2075 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716747339.5826 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716747369.3644 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716747398.616 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716747448.3494 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716747552.803 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716747584.6276 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716747606.2848 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716747649.6574 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716747682.3376 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716747722.6405 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716747797.5494 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716747869.0399 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716747891.4571 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716747920.2327 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716747939.584 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716749646.7843 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716749696.354 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716749730.2495 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716749776.2764 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716749888.4603 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716749914.5802 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716749940.5542 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716749970.5263 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716750008.2537 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716750043.8712 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716750065.3746 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716750112.0539 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716750157.4182 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716750199.2141 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716750245.6854 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716750276.6703 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716750290.0386 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716750349.4492 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716750770.827 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716750833.5807 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716750884.3672 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716750909.7914 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716750937.9258 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716750946.6655 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751002.0069 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716751046.5212 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716751061.8143 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716751286.7161 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716751312.3299 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716751333.1833 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716751352.0314 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716751398.6861 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716751409.0689 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751438.6903 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751449.6622 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751493.5744 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716751520.7481 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751537.404 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716751571.7975 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751597.6236 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751674.3896 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751897.9933 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751919.4483 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716751963.2601 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751980.0005 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716752027.9047 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716752069.4363 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716752091.6392 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716752112.3889 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716752185.2672 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716752208.324 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716752232.3811 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716752258.8471 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716752273.9366 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716752289.3346 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716752318.912 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716752341.673 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716752369.1086 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716752420.3603 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716752443.7085 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716752473.0068 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716770800.2033 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716770833.503 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716770921.4936 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716770961.0228 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716770978.5851 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716771033.0563 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716771066.8997 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716771084.1461 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716771390.7352 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716771435.5882 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716771460.8085 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716771501.3232 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716771529.5106 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716771569.7391 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716771623.3557 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716771639.5937 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716771692.6055 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716771726.0409 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716771740.3794 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716771761.0267 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716771786.9587 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716771832.6608 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716771864.9875 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716771988.4943 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772015.8433 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716772047.2998 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772072.6244 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716772110.219 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716772148.5693 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716772175.5359 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772220.595 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772248.9167 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716772264.4062 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716772290.9725 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772311.6721 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716772346.2647 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716772364.5651 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716772417.134 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772447.3156 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772475.9282 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716772504.7128 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772534.6455 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772558.7136 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716772618.9677 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772637.6682 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716778193.4021 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716778255.1581 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716778281.1296 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716778297.5692 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716778319.2647 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716778336.0106 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716778363.1849 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716778407.3813 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716778438.3131 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716778457.8029 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716778478.8008 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716778524.6186 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716778543.2156 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716778581.0017 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716778595.846 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716778607.4723 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716778704.4312 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716778784.114 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716778801.3088 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716778816.989 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716778835.9736 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716778850.5585 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716778885.4462 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716778968.7207 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716778982.5946 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716779003.2926 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716779035.6513 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716779097.9753 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716779110.0009 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716779164.9744 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716779245.6599 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716779296.482 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716779322.9584 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716779479.8991 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716779640.4905 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716779656.9219 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716779665.4907 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716779751.7009 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716779988.3009 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716780075.7086 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716780472.9575 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716780485.9866 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716780534.8805 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716780704.5129 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716780809.5332 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716781707.8162 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716781778.9452 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716781789.3343 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716781802.7098 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716781835.6565 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716781850.9427 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716782287.4771 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716782307.5565 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716782937.7169 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783011.9293 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783055.2146 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783156.9271 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716783193.0253 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716783208.4454 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716783218.1332 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716784739.8189 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716784748.8183 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716784757.1946 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716784765.8243 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716784775.4521 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716784787.5963 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716784801.2159 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716784807.5815 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716784816.2664 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716784821.9924 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716784839.6517 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716784847.4338 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716784854.3106 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785024.4047 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785046.8706 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785053.8933 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785060.513 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785067.5828 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785075.749 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785087.6916 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785096.0125 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785108.6982 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785116.5259 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785127.3601 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785132.0745 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785139.7482 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785144.0578 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785151.4275 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785158.947 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785167.5445 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785175.8666 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785183.1868 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785192.5624 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785200.1835 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785206.9135 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785212.8835 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785218.6964 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785224.6635 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785234.6452 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785256.9071 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785266.7337 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785278.6704 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785291.4158 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785300.1498 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785305.2199 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785313.2209 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785317.5344 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785324.3491 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785333.0287 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785340.8999 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785349.0648 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785356.5829 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785363.3454 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785368.7598 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785384.7571 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785389.6236 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785396.3496 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785402.7159 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785415.2479 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785423.4729 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785430.0946 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785437.6661 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785443.3382 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785449.2573 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785454.8719 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785461.1412 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785466.0021 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785472.821 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785484.5529 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785494.9277 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785505.7098 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785512.5814 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785520.1532 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785531.8845 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785538.5559 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785545.434 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785551.657 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785561.7403 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785568.9193 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785578.0577 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785583.0768 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785590.6469 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785599.7238 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785607.651 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785620.092 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785625.6658 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785636.7949 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785643.572 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785649.2373 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785655.7093 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785661.2337 - } -] \ No newline at end of file diff --git a/arena_elo/results/20240526/clean_battle_t2i_generation.json b/arena_elo/results/20240526/clean_battle_t2i_generation.json deleted file mode 100644 index d3850df5de041da4d1f207275c245f28e7da49bf..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240526/clean_battle_t2i_generation.json +++ /dev/null @@ -1,41234 +0,0 @@ -[ - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707700514.3167 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707701110.2369 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707707434.9832 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707707467.1955 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707715202.5963 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707743517.6731 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707748092.0895 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707766084.3648 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707767434.9053 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707768049.9814 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707771506.9525 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707771618.8687 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707775417.8407 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707797986.5458 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707798121.0587 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707798585.0672 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707802112.022 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707802188.2116 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707802195.8893 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707803608.5079 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707803788.5758 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707803904.6801 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707803981.9232 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804176.6944 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804270.7927 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804297.8869 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804318.2703 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804334.1219 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804349.6842 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804364.5668 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804402.5063 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804439.225 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804479.6379 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804525.4779 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804569.4346 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805195.1868 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805385.1199 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707805544.5954 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805719.6055 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805892.4114 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806065.7944 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806165.7019 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806263.1867 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806323.9389 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806366.3154 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806417.7003 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806450.0813 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806488.8729 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806686.917 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707807465.0362 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707807624.1859 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808070.8364 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808165.8424 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808223.4083 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808242.8483 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808305.2596 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808365.8652 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808516.9725 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808592.0266 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707808776.6806 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707809207.6029 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707809528.5104 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707810829.8424 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707810888.7795 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707811836.4507 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812355.1994 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812463.5112 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812564.4237 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812633.8829 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812692.7422 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812731.7789 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812790.8552 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813196.5863 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813385.0823 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813688.5409 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813789.2976 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813801.8046 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813968.2954 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814081.937 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814113.8281 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814208.3473 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814576.4902 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814587.9823 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814630.8904 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707814638.1626 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814678.0675 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815069.0454 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815265.8876 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815309.9341 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815471.0053 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815496.1672 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815515.1383 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815597.8351 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707816139.8542 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707816453.2139 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707816524.6134 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707816642.8445 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707817578.7496 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818116.1249 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818116.4886 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818164.7455 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818248.2875 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818875.2918 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707819636.4627 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707820183.6769 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707820223.2706 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707821064.6519 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707821537.8837 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707821734.9105 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707821913.7658 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707822028.5932 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707822757.6234 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707824160.6135 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707824465.7056 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707824555.3203 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825315.02 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825427.9915 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825465.0846 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825513.2124 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825892.4661 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825936.2938 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707826004.6453 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707826621.1118 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707826696.6391 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707827607.6358 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707828504.1443 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707828598.2702 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707828650.1074 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829422.0774 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829424.1119 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829545.1677 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829558.9178 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829575.4002 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707829605.377 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829655.401 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829671.9346 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829764.2277 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707830051.739 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707831907.61 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707832672.6529 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833021.7755 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833211.1736 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833330.5156 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833567.2266 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833793.1294 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834070.3689 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834184.5449 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834553.1154 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834593.0783 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834668.474 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834707.0272 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834747.5192 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834769.6714 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834838.9968 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834939.7331 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835013.9187 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835059.1088 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707835084.9734 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835143.1459 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835157.8035 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835271.8395 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835326.7352 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835390.8923 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835525.9638 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835615.8358 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835679.3932 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835717.0721 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835853.3267 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835989.8838 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707836084.5509 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836132.9464 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836135.0599 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836237.3436 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836314.9641 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836695.3278 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707837085.8896 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707839155.8114 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707840267.3024 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707840932.8884 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707841426.0637 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707841877.0338 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707841965.2778 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707842944.8061 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707843000.9465 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707843932.2112 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707844717.8943 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707845169.7825 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707846883.7945 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847300.2803 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847465.1349 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847529.7859 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847805.9735 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847846.2293 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707848073.1447 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707848814.4383 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707849117.1598 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707850807.7058 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707850898.7895 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707851643.0572 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707852226.5775 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707852250.3298 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707852649.075 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707852658.3925 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854112.6589 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854223.7006 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854439.3584 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854467.9121 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854493.356 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707854644.0324 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854745.2094 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707854859.0911 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855029.8798 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855287.8118 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707855365.8721 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855592.3744 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855617.8623 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855662.3148 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707855663.1059 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707855706.2598 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855818.7279 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707857642.2074 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707857681.8972 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707858601.4616 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707859063.3978 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707859131.0729 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707859155.9948 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707859314.8579 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707861187.3856 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707861468.4384 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707861681.2523 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707861762.884 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863154.0782 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863220.9442 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863276.7531 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707863359.6247 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863562.8628 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863623.6038 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707864470.9299 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707865527.8262 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707865559.346 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707866156.3368 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707866211.1115 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707867088.7165 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707867880.8468 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707869812.1567 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707870348.7079 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707870392.0767 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707870526.6392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707870575.054 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707870639.4277 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871185.0523 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871233.4711 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871275.0108 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871354.9701 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871603.5439 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707871663.4536 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707871686.2102 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871840.7281 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871909.9365 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707872099.4329 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707872920.9285 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707872977.5665 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707874406.8176 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707875417.714 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707875703.986 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707875827.46 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707876432.1059 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707876829.205 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707877060.6713 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707878629.8346 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707878669.1334 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707878754.5179 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707879902.0051 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707881075.7184 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707881126.4996 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707882647.3191 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707882792.5618 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883779.6594 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707884893.6044 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707884977.6614 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707885031.1868 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707885083.3686 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707885959.1288 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707886120.659 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707886453.0044 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707887924.3075 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707888115.6326 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707888163.9161 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707888250.1088 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707888730.6572 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707888918.6905 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707889251.9249 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707889339.3417 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889511.4789 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889669.429 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889749.9811 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889822.2849 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707889889.5842 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889977.4531 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707890036.0378 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707890352.6404 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707890503.3537 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707890577.6157 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707891026.6919 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707891203.8892 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707891238.0325 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707891817.495 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707891838.6998 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707891867.0386 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707892517.4853 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707892603.8426 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707892776.7545 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707892856.4175 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707893005.224 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707893730.3778 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707893776.5582 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707893845.3551 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707893914.9762 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707894034.0264 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707894096.279 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707895246.3966 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707895682.8333 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707896516.4099 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897405.8243 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897594.363 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897777.4843 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897851.2186 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897859.3775 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897981.0235 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707898245.577 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707898288.3873 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707898690.7825 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707899153.9213 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707899254.7719 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707899600.5993 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707899708.2314 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707900399.2522 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707901463.2114 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707901625.6262 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707901724.895 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707901805.2825 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707901851.0289 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707901919.5957 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707902655.3889 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707903934.1831 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707903976.2698 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707904071.9685 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707904602.7143 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707904819.7667 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905092.372 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905159.5688 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905200.2306 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905205.8817 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905273.4656 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905352.1535 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905388.8247 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707905403.3113 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906463.3872 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906506.8365 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906531.5441 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906549.5815 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906674.4723 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906696.9843 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707906720.9523 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906789.0782 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707906831.6404 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906871.5136 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707906901.3599 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907016.8681 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907048.7211 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907133.1481 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907147.7204 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707907185.1271 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907223.9358 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707907247.2444 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707907276.8843 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907327.1575 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907427.1745 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907625.4958 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907746.2735 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907788.1814 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907918.7149 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907958.4932 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908048.9348 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908051.4076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908075.9936 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908311.8685 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908325.8212 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908458.9354 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707908563.0142 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908632.1933 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908900.8127 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908931.366 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707909339.6597 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707909562.0429 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707909679.8987 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707909685.0761 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707909778.3151 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707909998.5448 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910050.1127 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910100.9659 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910410.3087 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910587.4802 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910637.0556 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910755.6916 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910801.7684 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910811.2485 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910887.2329 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910896.9534 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707910900.8951 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707910905.4941 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910924.6707 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910982.6954 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910991.9937 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911029.3976 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911127.9317 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707911174.7956 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911218.698 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911276.8502 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911291.0875 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911316.0308 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911331.0514 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911344.5667 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707911518.1543 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911665.1089 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911758.3748 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912074.1765 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707912129.4306 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912176.8019 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912185.9448 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707912248.7648 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707912356.6732 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912462.9377 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912567.5438 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912649.0507 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912679.8891 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912837.4157 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912852.8909 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912910.5681 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912946.5205 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912959.2604 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912999.2068 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707913018.0211 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913032.8311 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707913060.4585 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913061.8856 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913099.4482 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913118.919 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913119.8888 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913178.1121 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707913182.7231 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913186.2456 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913203.1502 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913208.3418 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913251.3096 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913271.6578 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707913275.4802 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913313.9229 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913357.2293 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913389.2412 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913395.0962 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913408.1319 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913445.1243 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913472.8458 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913677.7619 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707914794.6501 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707914855.5524 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707914897.5771 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915023.9768 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915466.0448 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915532.6739 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915587.6978 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915672.2025 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915730.2925 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915777.2634 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915810.9608 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915839.1494 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915861.4564 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707915905.9859 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915915.5039 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707915916.0541 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915951.6873 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915960.4007 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707915970.9477 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916012.5482 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916044.5465 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916065.8303 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916099.7404 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916119.8235 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916170.2499 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916184.2409 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916200.7999 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916218.6752 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916256.2347 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916277.5221 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916309.6548 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916346.9444 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916350.0651 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916386.9622 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916390.033 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916390.6858 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916446.0376 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916450.6489 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916469.5215 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916470.5667 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916505.2343 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916518.4975 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916624.0147 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916696.0474 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916735.8473 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916747.4191 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916792.382 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916810.7745 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916813.1735 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916887.1351 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916898.5144 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916982.3532 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917000.8087 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917036.4298 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917058.6626 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917060.2105 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917073.6256 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917085.2154 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917155.4275 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917191.3453 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917205.0975 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917235.0206 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917258.3194 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917342.1145 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917372.6977 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917385.7986 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917423.7412 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917424.2131 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917498.4327 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917531.0262 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917548.0715 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917596.2616 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917600.5537 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917655.0935 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917673.9615 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917719.7166 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917729.4175 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917759.6363 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917804.9582 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917865.5889 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917969.5961 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918011.8903 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918085.0867 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918131.4236 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918160.0215 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918163.8283 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918194.5629 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918221.8827 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918235.3786 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707918264.5256 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918277.8947 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918323.7305 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918332.564 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707918379.8486 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918434.8289 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918734.8183 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919027.1236 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919054.4345 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919144.3406 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919147.9338 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919230.7308 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919296.9083 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919393.1404 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919478.9496 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919493.7021 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919536.9567 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919564.2367 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919583.6984 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919740.9197 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919883.6543 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920419.1473 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920434.6966 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920509.1715 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920594.0594 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920645.8842 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707921077.823 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707921096.5352 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707921127.6203 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707921159.3097 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707921981.7617 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707922061.6904 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707922132.6713 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707922634.743 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707923032.4667 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707923073.1547 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707923142.4485 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707923251.1361 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707923992.1768 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924165.4497 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924275.8604 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924316.0433 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924413.8304 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924458.3192 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707924738.1432 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925003.1457 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707925076.2295 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925129.2682 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925550.0104 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925615.8461 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707925642.6322 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925766.1992 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707926618.0896 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707926694.5902 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707926790.021 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927050.9478 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927126.2106 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927208.069 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927393.043 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927453.8706 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927496.8595 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927535.7321 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927615.331 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927633.9045 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927650.8896 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927672.6334 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927740.0537 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927758.1402 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927810.2906 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927846.7507 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927893.3725 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927952.7473 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707928190.3431 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707928802.3991 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707929496.0313 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707929599.8263 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707930561.6607 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707931092.8987 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707931225.8171 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707931268.194 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707931887.2924 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707931888.75 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707932190.2759 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933068.2769 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933172.4871 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933217.1406 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933237.3513 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933268.7009 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933292.91 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933297.9225 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933369.0276 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933413.8632 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933431.0668 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933447.92 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933592.8238 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933643.523 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933686.1231 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933768.1406 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933803.0941 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933844.2358 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933880.1095 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933884.089 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933934.1742 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934023.9856 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934049.1471 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934128.2119 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934170.6913 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934267.1023 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934319.3214 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934374.2844 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934382.4736 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934500.6694 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934566.6378 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934598.3878 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934605.1143 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934647.2204 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934695.2706 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934736.906 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934850.4166 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707936241.0814 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707936291.0266 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707936385.9089 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938013.3449 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938180.4804 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938613.6437 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938841.3997 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938951.4817 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707939017.3308 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939045.2476 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939335.1893 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707939380.646 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939541.333 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939641.082 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707939724.1214 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939841.1799 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707939863.0875 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939899.5396 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939936.0293 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940089.2411 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707940185.0653 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940242.5355 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940300.4272 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940343.6813 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940414.8563 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707940439.7377 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707941105.2771 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707941135.1485 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941160.7901 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707941193.6775 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941217.7381 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941324.3807 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941402.8543 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941443.2223 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707941964.3088 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707942036.4955 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707942103.4557 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707942169.7327 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707942264.2183 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707942300.6322 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707942371.5746 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707942571.6778 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707942630.0493 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707943172.7209 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707944152.0658 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707944615.6625 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707945506.1476 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707948092.1905 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949089.686 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707949135.1425 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949281.598 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949303.603 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949494.8498 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707949543.3071 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949599.1029 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707949657.3906 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950176.7606 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950429.6834 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950620.6165 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950881.5139 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950909.097 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950952.0049 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951018.3882 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951081.6152 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951110.0858 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951224.8171 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951884.901 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951962.3044 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707953806.744 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707954087.9998 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707955217.9239 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707955441.7822 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707955865.4022 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707956100.154 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707956171.0881 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707956489.8228 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707956816.0064 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707956983.108 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707957228.6115 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707957427.2669 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707957439.2736 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707957488.8019 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707957695.3719 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707957899.2597 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707958825.5013 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959005.2791 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959072.8789 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959117.3202 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959283.7537 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959517.4248 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959519.9556 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959602.5617 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959668.3561 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959749.5751 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959822.3033 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959889.7336 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959970.3128 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959992.4392 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960066.9854 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960107.1791 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960257.2383 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707960280.0116 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960476.5261 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960552.5788 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960670.3518 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960774.498 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707961245.9252 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707961439.0165 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707961551.5716 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707961628.4485 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707961785.4298 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707961956.6665 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962044.6912 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962086.5075 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962154.8799 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962229.5275 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962306.3355 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962403.6811 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962522.5521 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707962603.7058 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962763.9479 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962856.1898 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962892.813 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707964125.4049 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707964169.0741 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707966705.091 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707966724.1749 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707966916.7014 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707967815.2925 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707968982.8117 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707969103.548 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969221.8545 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969259.4015 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969450.7528 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707969665.3351 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969670.5846 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969748.656 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969796.55 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969932.4526 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970385.7193 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970425.3208 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970472.9276 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970503.8312 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970525.255 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972274.9415 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972395.9 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972462.121 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972465.6562 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972546.5605 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972581.2215 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707974383.3476 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707974441.018 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707974600.5679 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707976631.6841 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707979936.4233 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707980270.8804 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707980272.3898 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707981908.5595 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707981954.3946 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707983689.7292 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707984025.2664 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707985171.0128 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707985495.8015 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707985600.1919 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707986326.9305 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707987318.5669 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707989144.9396 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707989216.3561 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707989423.3999 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707989478.1056 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707989604.5316 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990265.1551 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707990333.7524 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990374.8158 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707990391.696 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990445.4444 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990756.83 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990757.2978 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707990932.9713 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707991096.1999 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707991162.0321 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707992030.5292 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707992073.6867 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707992136.65 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707992209.4205 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707992310.9014 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707995128.8881 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707996569.4656 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707996881.5308 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707996925.6111 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707996970.7215 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707997020.0792 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707997022.6461 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707998799.4084 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707999877.7348 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708000822.1476 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708002809.7539 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708003720.8431 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708003807.5267 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708003850.4119 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708003907.1458 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708005395.3762 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708005524.2485 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708005643.0993 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708005691.4589 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708006921.3169 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007031.2278 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007084.9317 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007169.3253 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708007215.3003 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007254.5339 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007292.3956 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007326.5783 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007411.6694 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007479.5755 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007559.7187 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007640.8531 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007824.5635 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007911.4417 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708008022.0812 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708008304.3283 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708008493.171 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708008606.502 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009363.8241 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009519.9965 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009605.0407 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009855.0076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009925.4483 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708010303.5563 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708010563.9384 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708010909.8944 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708012564.8519 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708012593.424 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708012630.3344 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708012755.1099 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708012807.9212 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708014058.736 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708014155.9281 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708014995.8236 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708015893.8303 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708016214.6399 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016573.8328 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016674.2569 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016711.8716 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708016843.4831 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016913.4118 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708016917.5447 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016967.5059 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708017618.3768 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708017680.9518 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708017789.0711 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708017830.1909 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708017879.2762 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708018045.6918 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708018332.9514 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708018608.3155 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708018705.3157 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019436.3054 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019484.8673 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019600.7404 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019667.5597 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708019734.1978 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019952.4912 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708020007.0338 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708021280.5687 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708021364.4024 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708021396.0419 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708022277.8721 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708023219.4536 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708023736.4653 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708024331.3717 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708026562.9225 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708026693.4445 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708026800.3382 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708026862.5577 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708026938.8916 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708027019.5145 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708027078.7138 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708031098.3078 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708031341.1596 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708031374.8991 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708031417.0021 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708031538.3038 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708032188.7187 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708032342.5879 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708032420.9835 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708033022.7451 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708034090.3644 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708034113.0241 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708034291.5548 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708035819.7005 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708035875.1149 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708035917.9152 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708036289.7746 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708036362.6679 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708036453.317 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708036977.7648 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708037049.0098 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708037080.6835 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708037169.8772 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708037232.9368 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708037738.6347 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708037896.7138 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708037988.3194 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708038099.5572 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708038288.3241 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708038557.0852 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708039031.0195 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708039662.0893 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708042353.4358 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708044416.6951 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708044460.7379 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708044470.7821 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708044507.4909 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708044547.7829 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708044559.2364 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708046510.2161 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708046662.7907 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708046769.7022 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708046780.3516 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708047415.4947 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708048614.887 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708049331.8461 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708049392.378 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708049423.8199 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708049512.7601 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708049575.1588 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708050251.9377 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708050293.4472 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708050308.4985 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708050462.3975 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708050490.8809 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708050498.2108 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708051255.8866 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708053435.384 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708053546.2222 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708053599.0177 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708053966.9856 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708056214.2996 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708057229.1437 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708057322.8692 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708059311.1176 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708059391.5785 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708066612.8351 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708067096.0004 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708067136.5425 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708067232.3091 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708067415.799 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708067574.9226 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708067747.8749 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708068176.8901 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708068914.1969 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708068962.9907 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708069003.5298 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708069143.4702 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708069166.9656 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708069330.803 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708069568.027 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708069851.9453 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708070022.0949 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708072187.4975 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708073481.1461 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708073651.7052 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708073653.0893 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708073709.293 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708073728.9009 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708073806.5067 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708073960.942 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708074154.2882 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708074396.1484 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708074610.5856 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708074679.1138 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708075062.671 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708077280.5931 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708077322.0512 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708078267.7004 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708078294.7229 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708080014.8626 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708080718.6937 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708081723.1128 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708081849.7331 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708082357.1385 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708082676.9847 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084071.5593 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708084233.6032 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084272.1678 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708084306.2933 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084329.5404 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084422.5459 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084448.0676 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708084545.8871 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708085031.092 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708086036.0558 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708087431.6381 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708087504.3381 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708087677.8589 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708088182.024 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708088281.2235 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708088922.5211 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708090426.5116 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708091236.8975 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708091413.819 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708091496.0926 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708091866.6917 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708092044.7034 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708092811.4154 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708093457.1153 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708093518.1758 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708093822.1669 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708093946.8994 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708094792.9638 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708094833.2447 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708094914.4639 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708094981.2979 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708094985.2131 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095768.8978 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095886.5269 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708095900.0872 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095914.3337 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095954.1028 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095974.1364 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096033.0511 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096038.555 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096097.7387 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096182.5309 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096237.6472 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096327.0022 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097240.8207 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097419.7711 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097509.882 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097525.0774 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708097568.222 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097736.7028 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708098813.7485 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708098896.0644 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708100906.6197 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708100958.2986 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708101945.2317 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708103712.9627 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708104808.4396 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708104877.5801 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708104941.7841 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708105042.3432 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708105225.2412 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708105482.9868 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708105534.6317 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708106090.0451 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708106299.9794 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708106918.9237 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708106957.868 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107205.7853 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107337.0744 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107438.9079 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107810.5795 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107903.9406 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708108004.4948 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708108073.6932 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708108224.9075 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708108273.6716 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708108622.5794 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109377.927 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708109574.2361 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109787.5966 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109820.4291 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109964.8059 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109969.4701 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110086.0938 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110359.8645 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110478.6266 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110516.5118 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110722.0719 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110894.43 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111110.5333 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111157.5813 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111208.8895 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111209.35 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111276.261 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111345.4691 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111377.3504 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111412.456 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111425.0459 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111522.5294 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111544.3402 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111584.5444 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111635.4562 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111740.1655 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111831.8014 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111843.4166 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111871.713 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111945.6409 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112033.1376 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112061.7656 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112206.2574 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112206.7184 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112236.3926 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112257.9906 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112349.9469 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112428.7129 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112455.5679 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112666.5624 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112709.1203 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112756.4458 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708112810.0617 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112852.042 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112870.2931 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112919.3083 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113007.7759 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113097.3553 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113376.2534 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113377.609 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113429.7074 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113468.8579 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708113719.0232 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708113774.9737 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708113856.5251 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115064.8115 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115072.4056 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708115116.4138 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708115163.8253 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115274.4666 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115365.4239 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115700.4346 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708115781.6682 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708116986.3445 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117034.5467 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117316.253 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117391.8395 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117414.9773 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117719.1624 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117879.0764 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708118080.6109 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708118373.9448 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708120703.142 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708120778.5357 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708120816.2409 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708121482.9907 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708122033.6099 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708122072.9567 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708122197.6695 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708122265.2623 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708122285.9708 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708122851.3515 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708122975.753 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708123295.3367 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708123837.8162 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708123912.9557 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708124121.4218 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708124189.9424 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708124224.6943 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708124257.7295 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708125488.1034 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708125496.9753 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708126434.3092 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708126483.5169 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708126533.5348 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708127737.1941 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708127774.1258 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708128506.8302 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708128599.9542 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708130890.3452 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132065.7242 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708132126.7234 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708132196.5208 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132467.7891 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132626.6819 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132722.3279 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132794.4495 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708133220.6622 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708133379.774 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708133706.5342 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708133791.5656 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708134194.5586 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708135690.3016 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708135773.4307 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137137.0176 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137200.7484 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708137255.2448 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137646.0651 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137694.589 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137764.5412 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137828.0466 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708138110.5944 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140073.0293 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140088.8806 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708140139.0831 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140145.8505 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708140173.3316 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140179.8027 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140210.5382 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140213.5953 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140260.8624 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708140316.1129 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140360.1673 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140813.5111 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708141183.215 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708141891.6501 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708141971.4729 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708142581.4854 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708142676.2195 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708143073.5683 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708144618.1496 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708144678.6238 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708144779.724 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708144873.941 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708145293.1434 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708146014.328 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708146068.0118 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708146433.888 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708146806.7443 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708147115.7163 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708147988.779 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708148079.6994 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708148249.8614 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708148339.2037 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708149049.8244 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708149487.2149 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708149800.2536 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708151672.2439 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708151699.6482 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708151728.7431 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708151750.0684 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708151795.5923 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708152611.4998 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708155969.2393 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708156027.0017 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708156082.7118 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708156965.8117 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708157931.6349 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708160490.8999 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708160967.0389 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161072.7771 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161164.9265 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161175.3145 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161250.7839 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161344.4487 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161395.1099 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161470.5154 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161493.8058 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161578.5919 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161685.3502 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161744.4562 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161830.4571 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708162423.7927 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708162788.7029 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708162927.1516 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708163762.7364 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708164361.7048 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708165929.3793 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708167159.6451 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708167322.5777 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708168120.0766 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708168339.0175 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708168390.2853 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708169256.1304 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708169315.3648 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708171191.8854 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708171290.2203 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708172121.6343 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708172173.8632 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708173393.5117 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708173733.9815 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708175751.6607 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708175862.4882 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708175892.3837 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708175956.3045 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708176181.9258 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708176239.4311 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708176299.6426 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708177136.3304 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708177743.2047 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708178223.6546 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708178687.4497 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708178759.5559 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708179173.7792 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708180805.5876 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708180857.4361 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708180910.5907 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708180954.3089 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708181131.326 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708181486.732 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708181661.368 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708182592.0714 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708182880.7531 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708182981.589 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708183018.8662 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708183057.7031 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708183136.0475 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708184715.4283 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708184823.9236 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708186992.1392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708187497.8336 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187571.9101 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187616.6648 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187693.4713 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187798.4201 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187878.106 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708188023.1779 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708188113.7851 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189180.9089 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189255.4699 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189289.4887 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189294.5574 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708190594.3693 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708190776.3361 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708191033.4194 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708191440.1808 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708191548.789 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708191711.7215 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708191961.5556 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708192669.4533 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708194178.0538 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708194330.5225 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708194796.3463 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708195490.5541 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708195588.4757 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708196360.2703 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708196373.5338 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197127.813 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197187.7383 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197269.4851 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197462.4622 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197646.0736 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197698.7769 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708199505.5575 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199563.83 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199606.1485 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199658.9069 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708199730.0171 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199779.1095 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199862.3877 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708199947.113 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708200509.7514 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708200639.7706 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708202963.0247 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708204846.6768 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708205029.1505 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708205117.065 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708205616.8439 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708205694.4186 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708205790.1749 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708207080.3918 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708207112.5804 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708207764.321 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708207946.3367 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208000.0355 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208060.3709 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208088.2458 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208157.9119 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208636.4282 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208659.4342 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208739.3584 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208758.6543 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208830.2121 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708208916.3004 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208982.1274 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708209035.5367 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708209086.2585 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708209403.9427 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708209595.737 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212075.3529 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212142.3537 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212362.1027 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212455.3279 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708212522.8349 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212592.8628 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708213525.5828 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708214674.8215 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708216260.4941 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708216295.9763 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708216484.3449 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708216792.5555 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708216881.4459 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708217654.5956 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708217824.3497 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708218049.1273 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708218228.7928 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708220709.2834 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708220749.2794 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708223966.7437 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708224912.2474 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708224994.7921 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708225070.353 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708225127.6709 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708225156.7352 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708225247.4943 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708225331.5296 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708226049.8169 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708227409.6176 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708229720.0179 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708231959.8788 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708233641.0849 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708233936.715 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708233960.532 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708234167.2376 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708234442.478 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708234578.5545 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708234685.9085 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708235094.6835 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708235600.3159 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708235648.6368 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708235692.6976 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708235735.0741 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708235992.4909 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708236964.0669 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708237052.6045 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708237167.5794 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708237665.8684 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708238029.9722 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708238144.4689 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708239433.5071 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708241005.1807 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708242233.7412 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708246818.2547 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708248272.2769 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708249187.0495 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708255788.2223 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708256870.3964 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708257722.1518 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708257863.252 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708258111.6728 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708258123.808 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708258129.0788 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708258363.1549 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708258382.1352 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708258483.7652 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708259385.1642 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708259466.6425 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708259566.9631 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708259653.5893 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708259991.7081 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260002.2506 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260576.1787 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708260579.7168 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260586.0516 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260680.3084 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708260765.3981 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260777.7795 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708261136.1138 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708261293.3588 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708261386.4392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708261654.5818 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708261771.1698 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708261997.0189 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262073.3028 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262213.5624 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262642.1204 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708262672.6433 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708262723.9227 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708262780.1344 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708262878.5661 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262928.1139 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262979.526 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708263334.0474 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708264529.2548 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708266597.9844 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708268215.4201 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708268272.7549 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708269208.6405 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708269271.4767 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708269482.187 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708270156.857 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708273878.1751 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708273957.6425 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708273959.5278 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708274006.6101 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708274254.2376 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708274333.8459 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708276828.19 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708276873.5007 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708276982.3282 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277043.704 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277104.4539 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277111.757 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277154.2405 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277196.5891 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277519.9543 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708277585.2747 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277668.2427 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708277717.2005 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708277910.5217 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708278923.5015 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708280351.4132 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708281043.2273 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708281084.6966 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708281510.9501 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708283522.8397 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708283900.5962 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708283967.9701 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284003.6521 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284136.7046 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284173.3872 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284209.801 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284295.3183 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284352.2413 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284512.1361 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284569.9599 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284661.0038 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284707.1979 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284747.5545 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284786.262 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284811.6143 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284826.019 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284857.6008 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284877.3336 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284925.4894 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284926.2498 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284992.4334 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285144.8357 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285172.7899 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285176.3318 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285226.2026 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285230.0245 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285251.6899 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285277.3227 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285351.5329 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285369.7405 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285466.8213 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285478.6473 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285494.7509 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285514.4219 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285583.0465 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285621.2876 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285638.268 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285673.0919 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285723.5382 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285755.0262 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285765.2709 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285798.6103 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285873.7166 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285886.7408 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285936.4984 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285965.3547 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285998.8217 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286081.7405 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286160.5468 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286162.5817 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286250.7938 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708286292.2898 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286439.8234 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286460.8979 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286477.823 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708286650.052 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286696.2777 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708286747.041 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286760.1765 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286859.6768 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286949.4869 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708287041.6803 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708287126.6675 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708289643.0085 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708289717.8364 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708291591.2884 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708293645.4802 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708294589.7471 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708294771.0958 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708294981.7821 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295057.7197 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708295107.3454 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295148.3313 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295175.4591 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295193.707 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295233.6539 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708295255.9021 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708295306.5686 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708295429.4082 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295605.2575 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295726.1388 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708296763.2981 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708296795.1968 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708297030.3083 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708297141.8407 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708297219.7788 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708298646.8166 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708298730.4007 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708301552.892 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708302116.1866 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708302551.0717 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708302935.5025 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708303060.2346 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708303167.2704 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708303258.4105 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708305857.2171 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708307457.8442 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708308363.8651 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708308438.1661 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708308583.4457 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708308636.5225 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708308829.5762 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708308945.8548 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708309014.2343 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708309032.1446 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708309151.5775 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708310360.2759 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708310571.8526 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708311567.845 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708311755.6812 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708314853.3803 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708314870.1826 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708314884.0823 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708314941.4671 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708315717.633 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708316127.7112 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708316196.8172 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708316226.831 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708316227.9537 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708318466.2588 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708318513.611 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708318577.6952 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708318616.5885 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708318640.7817 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708318722.1609 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708319454.2198 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708320502.3499 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708320585.8314 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708320654.104 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708320684.8391 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708322869.549 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323041.2456 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323210.5873 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323288.0819 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323333.5338 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708323377.5511 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708323431.6197 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323716.2928 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708323755.1567 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323838.289 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708327110.1467 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708327390.9441 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708327450.7489 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708328064.4083 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708328263.1336 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708328734.1267 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708329699.3768 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708331022.0087 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708331540.0262 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708332107.916 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708332677.6709 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708333159.8028 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708333335.0557 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708333400.5451 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708333467.247 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708333489.0349 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708333701.2765 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708334015.77 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708334850.6207 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708334958.8985 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708335125.8436 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708335165.8328 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335208.1935 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335273.3737 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335402.0143 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708335458.0508 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335460.4383 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335533.0273 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335581.083 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335659.5869 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335728.3178 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335803.1856 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708336711.4729 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708338640.8676 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708340756.0458 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708341055.5629 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708341135.6561 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708341986.5639 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708343169.6965 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708345769.1576 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708346061.0247 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708347115.2369 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708347182.9832 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708348038.7305 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349081.3707 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349189.5958 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349255.2076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349287.9766 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349358.4824 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349404.6008 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349500.5487 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349773.133 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349872.8135 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349884.4717 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708350052.1819 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708350259.1582 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708350308.4317 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708350993.0178 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708351802.6755 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708352325.9342 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708352762.4444 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708352866.3974 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708355316.778 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708357756.8134 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708358284.9161 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708359803.1839 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708360975.5432 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708361025.6043 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708361597.214 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362143.1035 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362200.1762 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362267.112 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708362321.7929 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362370.8256 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362446.1154 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708362574.2275 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363013.8443 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363016.4916 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363042.619 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363092.5128 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363095.9158 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363152.3709 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363170.2848 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363219.3472 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363306.8638 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363332.1521 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363523.4473 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363526.6666 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363625.042 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363659.907 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708364061.3263 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708364375.1475 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708364410.5308 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708364482.603 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708365744.2785 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708365822.8718 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366468.6777 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366591.1468 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366695.2628 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366837.1298 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366877.2988 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366940.2037 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366962.4288 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366995.3779 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708367035.3155 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708367058.6757 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708367130.4575 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708367231.3857 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708367238.0157 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708367259.9364 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708367339.3387 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708368110.8263 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708368402.4106 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708368500.8949 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708368579.9913 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708368687.6498 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708368748.6354 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369054.0756 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369061.195 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708369118.2079 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369294.7455 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369452.4548 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369454.8254 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369798.4616 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369858.9204 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369877.1961 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708369894.9433 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708369920.4755 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369965.6359 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708369978.8324 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370114.6649 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708370120.2894 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370153.8069 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370170.713 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708370245.9486 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370303.1676 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370354.7904 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708370497.8506 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708370970.2967 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708371066.168 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708371146.421 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708373035.0333 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708373167.6195 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708373210.4827 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708373244.5799 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708374902.2794 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708374922.9563 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708374968.333 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708374996.5417 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376393.6379 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376469.3833 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376483.4817 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376505.4904 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708376637.2712 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376708.5498 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377012.9002 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377190.6497 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708377263.2326 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377322.8283 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708377454.1211 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377606.6482 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708377662.2339 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377663.376 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377693.3625 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377738.9321 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377775.4047 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708378024.9113 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708378497.6187 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708378782.0179 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708379896.9003 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708380005.1271 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708380741.2885 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708380780.5281 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708380851.263 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708380886.2402 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708381057.915 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708381157.7374 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708381275.5886 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708381514.3737 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708382116.3649 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708382187.8641 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708382522.1443 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708382577.2131 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708382783.891 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708383266.8923 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708383679.3259 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708383801.1579 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708383883.8896 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386412.9605 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386451.5744 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386529.7209 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386816.5677 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386859.69 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708386920.0501 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708389382.6804 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708389630.5809 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708389746.0535 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708390389.7957 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708391662.7332 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708391729.0193 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708391797.465 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708393837.6056 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708394242.3448 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708396973.3268 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708399516.8585 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708399552.8241 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708400928.202 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708401658.6915 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708401742.0246 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708403423.4615 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708403475.7234 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708410140.4031 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708411004.3163 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708415907.1785 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708424217.9809 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708427413.7601 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708427460.3247 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708427621.2687 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708431548.7218 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708432400.6284 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708432944.6184 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708433403.8433 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435106.2485 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435761.4821 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435832.4099 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435933.896 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435982.8254 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708436057.4199 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708436072.4144 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708437217.6666 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708438008.9308 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708438706.2634 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708438934.2953 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708439287.7758 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708439923.647 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708439999.0908 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440087.5812 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708440211.1574 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440263.5249 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440529.2866 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440540.146 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440570.9386 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708440581.3383 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708446302.1591 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708446447.9611 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708446534.9081 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708446691.7238 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708447090.3047 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708447134.701 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708448397.3825 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708448453.7822 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708449150.989 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708449822.1865 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451071.1047 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708451109.781 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451168.6771 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451354.7294 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451443.1307 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451555.2492 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451614.3335 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451660.6139 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708455689.99 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708456610.6148 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708456635.0806 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708456656.3759 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708460422.3079 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460453.2486 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460518.2144 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460530.1115 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460576.3036 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708460682.5018 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460773.542 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708462007.7336 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708467464.9803 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708467629.6663 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708467757.5904 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708469305.5619 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708469369.8344 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708469454.158 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708492727.0962 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708494073.3912 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708500510.1275 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708501238.3762 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708501978.5955 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708502049.0364 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708502446.1358 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708502476.4325 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708502569.5244 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708503285.9456 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708506880.0731 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708506891.3308 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708507015.7228 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708510308.1235 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708510390.7787 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708510567.3504 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708510796.9968 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708512654.8254 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708512714.6641 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708512873.8208 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708521501.0101 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523002.6543 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523166.2856 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523213.0339 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523354.0239 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523408.5461 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708525578.5096 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527186.4533 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527288.0522 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527405.0852 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527544.7905 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527683.6686 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708528060.1154 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708528109.8846 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708528149.3915 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708531058.1268 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708533349.9998 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708533693.5785 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708536698.5217 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708536778.4891 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708542820.3399 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708543759.1964 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708543935.9475 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544051.0766 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544286.8761 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544324.9262 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544362.0311 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544398.7937 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544483.1499 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544736.5525 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708545686.099 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708546049.1243 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708546336.8445 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708546394.5597 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708546583.8932 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708546736.4465 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708550692.9455 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555299.2304 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555322.3069 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555332.8536 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555369.7927 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555375.0179 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555390.7722 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555407.6585 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555455.7676 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555540.3183 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555622.3113 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555680.0043 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555741.5983 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555754.4756 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555766.3914 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555808.6812 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555844.313 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555879.5878 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555929.4494 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708556236.0645 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708556276.7634 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557228.1222 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557348.9605 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557445.204 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557683.2385 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557844.1544 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558239.2106 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558281.3799 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558378.4497 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558468.1559 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558517.9511 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558639.338 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708558665.5547 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708558672.1173 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708558769.4421 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558830.2085 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559222.9563 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559260.1947 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559342.9245 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559432.6408 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559502.3018 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559557.7802 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559641.5331 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559766.8528 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559840.0761 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559855.5324 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559906.3197 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708560207.2608 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708560245.9443 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708560287.0314 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708560321.3302 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708560710.8907 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708560883.2244 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708561160.9518 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708561218.3612 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708561273.2749 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708561401.4796 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708561482.1339 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708561777.9194 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708562012.8101 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708562102.8617 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708562470.6537 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563249.3474 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708563649.9979 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563681.985 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563779.2774 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563900.7433 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563967.4606 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708563975.8202 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708564065.7244 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708564113.2155 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708564129.8582 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708564180.8513 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708565581.949 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708565663.7241 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708565927.8306 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708565940.4723 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708566178.8762 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708566214.2443 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708566288.2316 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708566370.2229 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708566456.7985 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708567167.531 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708567321.5811 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567369.3163 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567410.3654 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708567486.4537 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567515.1841 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567576.7993 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567610.3707 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708575342.9572 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708575377.5081 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708575432.492 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708575509.9167 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708576126.6557 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708576274.3877 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708576787.3784 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708576834.0015 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708576837.6574 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708582281.6752 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708582458.315 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708582577.2366 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708582649.752 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708582871.3593 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708585499.3239 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708585829.1424 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708585834.6547 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708585879.3489 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708591996.2861 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708594442.1268 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708595941.2272 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708597079.3539 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708597142.0053 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708598512.7724 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708598687.005 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708598747.3634 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708598843.9071 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708598997.1236 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599034.0614 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599127.5535 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708599428.0948 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599524.2169 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599650.251 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599744.7816 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599864.6591 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599943.8829 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708604213.5458 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708604306.7872 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708608110.2911 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708608204.3376 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708608255.591 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708608348.9939 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708608607.0221 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708608720.9098 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708610706.6685 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708611742.5666 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708611814.9398 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708611900.228 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612032.8531 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612158.8009 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612236.9362 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612401.5952 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612735.9478 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708613064.4983 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708613104.1133 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708613169.1664 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708615318.9111 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708616953.0218 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708617001.895 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708618754.3837 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708619921.9768 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708626676.6687 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708627035.4957 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708627565.106 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708627690.5477 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708627949.906 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708628193.6998 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708628430.806 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708628434.1998 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708628526.3597 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708630514.9041 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708630693.305 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708630785.4482 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708631112.7006 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708631193.1744 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708632812.9748 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708632842.611 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708632893.8915 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708632937.6854 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708633090.4497 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708633127.4506 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708633730.2183 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708633836.6691 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708634773.8 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708636469.631 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708636569.5302 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708636710.2099 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637202.6082 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637241.9801 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637279.3201 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637329.1681 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637393.7878 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637419.3971 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637422.4796 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637462.3202 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637507.1802 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637524.3502 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637572.4317 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637643.1675 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637733.8037 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637769.9441 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637797.4111 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637917.018 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637965.4844 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708638623.1293 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708638676.9759 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708638731.559 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708639391.3383 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708639460.3853 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708640818.2411 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708640965.1792 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708641143.0325 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708641185.0079 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641259.4363 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641302.2163 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641316.1147 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708641360.4213 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641425.8818 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641502.2228 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641591.6468 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708641655.3866 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708642061.8969 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708645597.9689 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645656.8622 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645673.275 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708645677.5233 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645768.7837 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645804.4571 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645872.5776 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645912.7732 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708650499.9208 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708650714.4005 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708651146.6805 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708652044.7348 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708652192.5887 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708652337.841 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708652521.8235 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708652972.699 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708652996.7585 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708653030.241 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708653043.247 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708653089.7241 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708653147.5538 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708653737.2963 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708655365.0573 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708655409.7099 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708655472.1869 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708657264.2491 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708657337.81 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708657418.3128 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708658175.2229 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708658543.8191 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708658640.1331 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708663371.6458 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708663453.5715 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708663589.2427 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708663675.876 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708663739.4053 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708667931.5671 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708668238.0914 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708668281.3665 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708671319.3641 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708678619.135 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708685618.145 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708685868.7815 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708702523.1323 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708702567.6954 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708703817.6915 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708703865.1439 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708704209.9375 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708706236.3181 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708706421.7442 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708707082.2419 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708707390.1182 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708712954.7437 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708713016.602 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708713063.5799 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708713125.041 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708721418.2078 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708721557.2308 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708724108.2892 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708724196.5633 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708724487.9269 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708724775.433 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729071.2721 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729146.1269 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729188.625 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729268.3783 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729323.5689 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708730964.1093 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708732530.4706 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708751838.0707 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708754634.0829 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708767180.5174 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708770643.2408 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708772688.3741 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708772772.6842 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708774783.9226 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708776536.7927 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708785232.0712 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708785317.6933 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708786356.9968 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708786424.4017 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708786470.2183 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708786492.2535 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708786518.9756 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708799029.591 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708799169.7856 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708799227.4232 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708799238.8801 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708799299.8139 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708811419.8218 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708812784.1763 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708813255.8502 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708816627.7963 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708820536.9722 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708820622.9847 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708820703.2928 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708820759.0888 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708820879.2733 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708820939.5628 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821057.9919 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821203.9242 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821248.8688 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821351.1475 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821390.2767 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821487.5262 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821542.0999 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708837351.1642 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708841796.7056 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708841864.7866 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708841901.0472 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708841969.1219 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708851378.3505 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708851457.7966 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708851805.3758 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708856918.7634 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708860611.2238 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708860683.5123 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708863308.6302 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708867017.2247 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708870503.9182 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708873858.7489 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708873935.9567 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708874475.3014 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708874690.6548 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708874787.329 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708874862.1536 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708884744.9657 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708885428.2142 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708885478.2985 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708887948.3273 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708887999.3935 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708892360.4282 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708892427.6544 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708892762.8291 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708896541.4918 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708896807.8952 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708896948.9719 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708897092.1669 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708897308.972 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708898247.6453 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708898385.0309 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708898940.2221 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708899033.6767 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708899094.7597 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708899313.7174 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900243.5928 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900290.4192 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900534.433 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900739.4792 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900896.3162 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900944.7057 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708901004.3369 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708901140.536 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708901205.185 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708901271.5599 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708906087.535 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708911897.204 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708911980.4889 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708912886.2501 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708917371.546 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708918006.5331 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708918341.2565 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708934158.0566 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708934213.6115 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708945203.3736 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708945250.8863 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708951588.5425 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708951746.5383 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708954742.8616 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708954794.4373 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708959195.6566 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708965914.5915 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708967351.2939 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708969026.9917 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708971206.1694 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708974139.0298 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708974235.2685 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708974452.0594 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708976582.5165 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708976737.6685 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708982645.1325 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709002044.4007 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709005486.5175 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709005615.5125 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709006741.3904 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709152906.1957 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709154393.3068 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709176032.7818 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709185913.6196 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709185957.4018 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709197368.2076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709204174.7904 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709204344.1084 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709204921.5492 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205034.8418 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205145.9696 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205313.1432 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709205580.8501 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205682.8523 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709244758.4784 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709244846.0526 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709244997.4419 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709249601.8221 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709263244.1379 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709283350.3688 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709289571.7738 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709297911.1159 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709297959.7696 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709298035.8417 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709298108.311 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709312905.7852 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709314599.2746 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709319323.9604 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709332589.0245 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709332693.3157 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709332728.5736 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709360609.8041 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709360704.3674 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709360859.8437 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709360898.1113 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709380729.8517 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709380771.4927 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709406624.4226 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709406663.8202 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709406844.2813 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408166.9963 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408597.3412 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408745.2213 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408792.1084 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408909.6471 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709454010.1992 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709456343.29 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709456385.9611 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709467315.4335 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709467670.6771 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709467750.3028 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709467966.3537 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709468070.1882 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709469208.2004 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709470017.6644 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709475236.0353 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709475291.8491 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709475476.199 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709475722.0689 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709476032.8267 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709498390.6569 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709509977.9598 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709510049.9853 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709510101.3471 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709510227.8423 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709510277.2673 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709520634.865 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709521124.9432 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525184.1908 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525363.6295 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525367.4932 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525370.7078 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525371.6054 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709555268.3065 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709555305.8368 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709555365.0629 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709564374.8853 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709564432.9644 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709564508.6477 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709589824.2655 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709607356.55 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709623465.2236 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709637691.8234 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709638050.0782 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709660615.1416 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709660663.1131 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709660705.2524 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709660733.8564 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709666192.9176 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709666371.1496 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709667147.0548 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709681074.0258 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709684215.0404 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709686057.3149 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709686413.5508 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709686525.0986 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697419.1813 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697537.6767 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697625.1537 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697699.2202 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697765.8153 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709701798.7454 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709701867.411 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709703479.7157 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709711606.343 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709711638.9151 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709718263.3968 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709732897.13 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709733146.7189 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709733510.0735 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709733769.0895 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709733984.7209 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709734276.7335 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709734760.1438 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709735046.8892 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709735466.4504 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709743122.0982 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709743199.6366 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709743246.5093 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709744128.3507 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709746441.6565 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709749688.2868 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709749778.8454 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709749831.73 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709750119.0678 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709750177.8679 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709750244.615 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709750390.4456 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709763296.6888 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709763580.1285 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709769083.3294 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709775829.9537 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709776059.1373 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709776195.9153 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709819184.8748 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709819269.7237 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709819464.1394 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709825753.9546 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709826170.6984 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709826303.9404 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709828324.8867 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709828490.8482 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709829347.4525 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709839146.1522 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709859623.8718 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709859805.6945 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709864587.3482 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709869897.94 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709877174.2776 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709877337.4518 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709883867.1277 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709885686.9342 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709889359.5441 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709889475.977 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709889535.5765 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709889619.8086 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709889769.3391 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709889839.6835 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709890143.5601 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709890209.245 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709890369.2681 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709890424.7787 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709910236.0856 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709910443.9066 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709910547.8262 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709910740.3527 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709919646.0226 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709920156.3159 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709920390.0754 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709920607.9947 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709922803.3572 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709922906.1296 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709923262.572 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709964908.1586 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709974796.627 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709974971.5334 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709975174.0559 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709975174.3889 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710039402.3242 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710040062.0696 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710040249.9879 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710040828.1192 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710047131.9231 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710053223.0868 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710053275.1341 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710053339.6443 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710056747.2458 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710056801.1827 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710092028.3776 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710092042.857 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710095633.351 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710095728.1838 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710095809.1074 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710133298.1898 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710134605.6608 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710134733.9032 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710134924.906 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710135718.3156 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710135946.8901 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710136172.0059 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710136347.7712 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710141762.4496 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710141884.3104 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710143269.0113 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710143349.9151 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710146067.3226 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710149580.2395 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710149683.0864 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710150402.497 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710155810.1144 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710170851.7463 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710170947.8453 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710183041.0198 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710185895.446 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710185991.3572 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710193653.549 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710193699.7254 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710193775.4664 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710227601.3057 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710227644.8264 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710228964.504 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710234107.5663 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710234441.145 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710235559.4811 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710235601.0918 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710235666.9547 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710235779.4616 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710235831.2066 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710236066.3334 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710258072.3625 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710267141.2016 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710267192.7152 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710299345.3984 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710311614.7093 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710311959.6796 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710312107.8196 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710312252.8641 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710315638.7234 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710315781.4197 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710316067.3684 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710316169.37 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710317054.0896 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710352047.7971 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710357739.239 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710375197.7291 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710375295.4702 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710375360.6871 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710403111.6764 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710467949.9341 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710483611.0859 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710483659.0327 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710483698.7609 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710517630.2735 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710651486.824 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710693247.298 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710741951.037 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710787410.5558 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710855464.5304 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710861169.7223 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710861237.7484 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710861352.9168 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710871773.5615 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710873305.8459 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878428.772 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878482.5145 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878522.7132 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878554.7388 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878834.1916 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878863.369 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879020.847 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879192.9312 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879426.9459 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879475.339 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879571.0386 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879768.9257 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879802.4914 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879892.1429 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879980.7785 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710880083.0513 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710883916.3294 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710884059.8404 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710884154.0868 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710958939.3192 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710959012.838 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710961159.5411 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710963885.2225 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710963903.3836 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710963953.0057 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710964184.4185 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710972180.6999 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710972340.7372 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710984394.0364 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710984466.3564 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711005711.7078 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711005767.6394 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711020883.8198 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711132439.4155 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711169085.4247 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711169118.983 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711169219.3454 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711169290.371 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711179020.3289 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179069.262 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179117.4887 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179210.767 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179326.5357 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179488.0867 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711394455.3868 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711448873.73 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711466110.333 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711466161.826 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711466197.557 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711466270.7813 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713914007.8161 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713918131.7246 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1713918242.116 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1713923648.8079 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713941780.1126 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1713975355.9977 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713975417.3198 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713975519.1134 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1713994624.6926 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713996707.7409 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713996724.8193 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1713996851.5175 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713997079.6919 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713997989.1639 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713998341.5178 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714003948.5339 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714004015.3252 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714015722.0525 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714015905.9327 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714015991.2795 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714022860.1988 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714022940.2751 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714039204.0616 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714056222.6429 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714069036.9392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714077090.6418 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714079314.9516 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714080557.6324 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714082535.3634 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714092393.3461 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714105615.9292 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714109429.0978 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714112663.5067 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714112726.876 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714121337.2281 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714142263.0679 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714147142.6929 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714151444.896 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714152676.2693 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714152940.5945 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714153103.9839 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714161396.0428 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714164994.8175 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714170022.6482 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714170075.5554 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714170206.8613 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714170252.7601 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714170349.4928 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714170454.3968 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714182820.6056 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714184788.7588 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714184966.5047 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714186945.0332 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714187280.7526 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714191697.0268 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714209787.2864 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714209879.8847 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714209952.1929 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714210702.2068 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714212487.8392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714212568.1969 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714212857.6503 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1714213081.0783 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1714213249.366 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714230197.5982 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714230234.8804 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714239876.7003 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714240459.7535 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714240698.3402 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714240774.9968 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714240914.1284 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714247380.0934 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714248164.7722 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714248201.752 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714248234.1032 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714248279.4627 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714256848.7445 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714257691.8348 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714257911.1565 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714309816.7026 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714326534.518 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714326579.9154 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714326637.2841 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714326730.3008 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714326782.3921 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714326847.2357 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714326897.045 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714328510.4194 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714328634.6068 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714334953.0739 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714335092.3619 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714335431.0245 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714346970.2896 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714369227.932 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714369310.8615 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714369917.2709 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714369976.4842 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714372310.4571 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714372446.3505 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714379143.8696 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714379213.3239 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714379265.8321 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714379317.8013 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714379356.2773 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714379455.9178 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714386460.8846 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714386613.7646 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714386755.5909 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714386866.2585 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714391744.7035 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714403252.7092 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714406035.1101 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714438972.8668 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714441509.4284 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714447593.8501 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714447922.2692 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714448408.1343 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714482875.2202 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714483168.4359 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714483549.307 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714484821.9016 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714484922.3074 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714485272.0273 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714485352.7047 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714485416.3394 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714485491.7762 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714488682.9594 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714490834.8428 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714495175.1904 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714495637.6136 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714495645.4511 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714496723.9678 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714496820.3085 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714502763.3275 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714502841.1042 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714503172.9918 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714503806.0085 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714504469.1026 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714504500.4997 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714506749.3618 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714513194.0175 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714525269.4607 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714526357.9782 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714526477.9201 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714526540.531 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714526601.0655 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714526662.6829 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714526712.5187 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714526785.8454 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714526920.1126 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714527084.7551 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714527121.2096 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714527328.7284 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714527401.5963 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714530543.6934 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714531872.9059 - }, - { - "model_a": "LCM", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714533061.9134 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714549283.9448 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714562041.0407 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714563338.1383 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714568441.1815 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714569966.6842 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714570322.1081 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714571701.0307 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714576378.8046 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714576446.094 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714576532.638 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714576679.4471 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714576769.1653 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714576824.9807 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714576938.1807 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714577006.5219 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714577057.6898 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714577128.2946 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714577727.8597 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714578747.7724 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714579589.2206 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714579846.2417 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714581212.6776 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714587799.689 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714588572.9436 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714589779.9269 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714591108.6439 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714591543.0262 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714591623.1416 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714593850.1499 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714593943.3196 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714594628.9269 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714594743.1239 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714595283.1825 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714597497.923 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1714597529.0346 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714597965.5242 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714598027.9119 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714598064.6463 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714598118.6371 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714598192.9803 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714609418.3422 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714609489.294 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714615266.9304 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714615292.9702 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714615431.8814 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714616014.2777 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714616748.784 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714616966.3144 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714617048.1732 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714619554.8734 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714619583.6576 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714619899.8672 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714620041.7951 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714620209.3544 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714620255.3801 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714620297.602 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714620455.0897 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714620471.3887 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714620498.1223 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714620564.2259 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714620792.5256 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714622433.5969 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714622629.3706 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714624203.9485 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714624416.1669 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714624452.0408 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714624751.0239 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714624811.7454 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714624841.1584 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714624927.923 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714624929.0833 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714624970.3575 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714625006.8605 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714625105.9879 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714625165.1569 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714625203.6289 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714625325.2074 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714625370.3592 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714625439.0679 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714625582.3416 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714626535.2775 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714626855.4053 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714626916.0031 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714627108.599 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714627469.0604 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714627535.2162 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714630962.9322 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631222.5783 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631261.9674 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631269.0642 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714631304.8833 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631343.8599 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714631373.2604 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631379.3709 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631406.6345 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631460.8018 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631565.7606 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631619.8325 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714631657.5961 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714631685.449 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631735.0461 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714631798.8645 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631851.3442 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631887.0953 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714631929.4421 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631960.594 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714631996.7092 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714632090.87 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714632134.5755 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714633320.2991 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714633482.4024 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714640882.6728 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714642986.0995 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714643045.5943 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714643082.8136 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714643161.1256 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714643178.8986 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714643195.0168 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714643210.9338 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714643228.58 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714643244.839 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714643263.6358 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714643301.9301 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714643318.5429 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714643337.3762 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714643374.3585 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714643393.2465 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714643417.4894 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714643440.8602 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714643455.7901 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714649503.3748 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714649610.8215 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714650576.7331 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1714650593.7024 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714650810.8664 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714651167.0887 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714651204.0701 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714651570.3037 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714651595.6518 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714651643.6577 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1714651680.7509 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714656886.193 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714657321.8975 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714657405.4107 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714657491.6943 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714657563.7544 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714658033.5865 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714659839.0561 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714661481.3367 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714661500.0441 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714667652.5445 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714670744.2049 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714671562.3433 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714671606.5636 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714674306.9355 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714676006.8661 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714676092.7433 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714680300.0205 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714680341.0065 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714680554.4306 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714680585.1911 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714681910.5952 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714682370.9088 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714685282.7201 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714688746.1146 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714688792.1686 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714688835.6515 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714688905.2632 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714688943.3143 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714688967.8818 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714689004.962 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714689037.7917 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714689083.6141 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714689109.3646 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714699772.736 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714700080.0171 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714700291.2492 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714700462.2345 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714700604.7006 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714700789.9804 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714700982.9415 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714701009.8985 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714701244.0061 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714701500.7099 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714706289.0149 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714706317.9058 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714706341.5125 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714706373.5934 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714706395.3227 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714706415.4541 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714706442.2498 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714706461.0018 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714707001.5911 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714707023.5647 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714707047.7975 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714713270.3394 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714724818.3997 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714734400.8476 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714734465.3614 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714734569.7019 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714734654.3442 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714734803.1343 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714734968.5647 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714748485.752 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714749539.5718 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714749970.8581 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714752731.3689 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714757378.2777 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714759724.7319 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714760022.0442 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714760095.394 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714760146.4815 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714761348.6174 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714761400.3166 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714768127.0057 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714768332.4376 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714768360.265 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714768456.157 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714768460.7201 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714768584.2746 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714768705.391 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714768789.8144 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714769148.3723 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714769811.0755 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714771409.57 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714771623.5408 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714772270.9216 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714772363.8846 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714773445.9213 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714783788.5028 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714789277.4105 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714791635.6375 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714791703.9386 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714793478.8906 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714793516.1383 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714816321.6618 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714816353.336 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714816387.937 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714816454.4134 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714821081.9862 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714826009.0121 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714836291.2723 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714836319.9202 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714836356.4831 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714836384.9568 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714836456.2511 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714836502.7587 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714836697.9308 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714836801.5488 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714836819.06 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714836847.1787 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714840939.9973 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714840966.5773 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714840994.8323 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714841032.0221 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714844940.4181 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714844957.7696 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714844976.5665 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845001.8285 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845019.4407 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845032.4797 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714845049.3217 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845073.803 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714845129.7334 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845151.5118 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845163.188 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845190.9757 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714845211.3025 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845224.1933 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845237.175 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714845249.1656 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845270.0839 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845289.1748 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845304.6206 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845322.728 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845346.9463 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845360.9795 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845381.6875 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714845454.9069 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845463.9326 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845484.1915 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845493.9662 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845526.8156 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714845537.0831 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845558.2291 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845583.0605 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714845648.1802 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845801.6983 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845825.3725 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845866.6028 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845879.6467 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845896.6448 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714851495.7019 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714855675.1836 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714855743.4464 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714855800.4946 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714855883.6928 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714855928.4784 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714855960.1283 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714856074.9316 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714856249.6582 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714857683.069 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714857745.6261 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1714857750.9434 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714857816.8831 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714858009.6203 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714858346.3558 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714858379.5024 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714858860.7581 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714859303.9419 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714859331.1343 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714861379.4162 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714862250.8904 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714879027.0753 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714879064.6145 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714879136.3501 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714879166.635 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714885297.2707 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714887283.4435 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714896191.5559 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714896283.3643 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714901842.7876 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714901915.4188 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714908380.1114 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714916073.5383 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714917623.4324 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714919897.1549 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714921434.8363 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714922754.8813 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714922831.6494 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714922930.7366 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714924993.665 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714925101.5301 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714925229.5996 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714925389.0678 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714925457.4322 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714925529.8983 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714925666.7773 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714925757.8461 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714925945.9328 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714926036.7193 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714926136.4551 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714931262.225 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714931291.2995 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714931348.0493 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714931389.3777 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714939348.7581 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714942450.2188 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714943719.0964 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714943798.9906 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714943846.1201 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944117.9857 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944181.5685 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714944190.4431 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944256.128 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944277.2965 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714944291.7974 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944312.2761 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944329.2231 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714944380.1348 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714944394.3367 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714944413.8638 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714944428.8637 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714957477.7795 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714957664.0191 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714957743.4932 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714957774.4846 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714957823.7313 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714969445.3812 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714969476.9561 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714969494.3961 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714975508.662 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714975631.0816 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714975671.1859 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714975731.8573 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714981477.9182 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714981720.8531 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714981775.3404 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714981808.9565 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714984715.9114 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714985914.5152 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714986066.0806 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714986216.8728 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714986306.1947 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714986376.4982 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714989208.3777 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714989248.5875 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714989819.0972 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714989847.7502 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714995425.2992 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714995448.7647 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714995482.6481 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714995517.9459 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714995598.7764 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714995622.1322 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714997128.3204 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714999315.9865 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715000156.668 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715003687.3227 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715005634.4101 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715008027.9237 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715008220.12 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715008338.7667 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715008528.0193 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715008560.758 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715008626.0331 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715008768.0717 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715009164.4372 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715011098.7307 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715011477.047 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715012038.5653 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715012110.2215 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715012132.6383 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715012409.0239 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715015333.7998 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715015501.211 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715017292.0144 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715017296.8295 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715018460.9145 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715018632.2066 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715018803.375 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715019225.3407 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715019462.1131 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715019802.153 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715019907.2521 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715020065.0156 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715020154.4329 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715021356.9755 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715021529.0535 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715021929.2364 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715021941.4732 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715021957.2665 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715021977.374 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715021998.1985 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715022011.4633 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715022038.313 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715022292.5538 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715022423.4927 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715024554.3716 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715032383.9143 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715032424.7447 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715032525.4621 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715032553.8807 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715034247.9019 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715034370.6536 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715035859.5219 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715035919.4799 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715036001.5027 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715036181.5765 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715039687.2011 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715040461.6314 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715041888.5659 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715042097.2393 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715043684.6186 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715043729.7419 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715044419.69 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715046057.634 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715046141.0795 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715046267.3231 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715052976.1222 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715053014.6343 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715053906.7556 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715053967.3424 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715055659.8708 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715061669.9858 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715063382.9466 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715064854.7455 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715067798.0909 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715075931.4757 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715075995.7843 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715076051.3948 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715076120.5569 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715076158.7022 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715076247.8444 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715076271.3714 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715076443.3502 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715076515.8829 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715076596.1856 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715076652.1088 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715076690.1705 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715076745.2118 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715077074.6434 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715077245.8069 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715077262.5999 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715077301.2446 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715077325.4673 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715077356.4944 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715077381.1639 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715077400.87 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715077412.1989 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715077426.3836 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715077446.8475 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715077467.8656 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715077481.7513 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715077512.9835 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715077556.4551 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715077627.358 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715082846.4884 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715082974.7401 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715083505.9148 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715084102.5454 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715084136.6653 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715084172.1244 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715084217.559 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715084268.0881 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715084344.8168 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715084385.6042 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715084634.0612 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715084678.0431 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715088191.2067 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715088225.5567 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715088287.0801 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715089041.0651 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715089114.0005 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715090925.831 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715094300.1045 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715096979.6616 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715102524.9755 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715103264.6167 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715108604.4116 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715108644.2865 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715108745.3343 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715109229.1632 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715109297.5496 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715109376.7434 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715109432.9573 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715109493.1861 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715110227.8222 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715110271.8156 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110329.5161 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110363.0739 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715110394.1117 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1715110437.7906 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715110587.7518 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715110588.6536 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715110656.8518 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110828.4153 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715110858.8573 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110882.8365 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110910.2006 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110958.358 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715111053.2734 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715111140.0209 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715111188.2552 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715111214.6346 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715111246.7931 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715111273.5189 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715111348.5563 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715111413.3707 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715111438.4729 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715111464.8113 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715118668.6032 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715118687.3129 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715118727.6518 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715118748.4589 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715118816.8802 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715118843.9637 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715118876.7561 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715118913.0065 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715120168.9814 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715120215.1132 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715120249.0948 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715120298.7987 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715120366.9169 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715179187.4528 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715192298.1843 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715192393.9427 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715195946.899 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715198606.6174 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715200984.0469 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715201096.4403 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715201179.1093 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715201267.8775 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715201718.2331 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715202571.3392 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715207226.5413 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715207484.1546 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715207536.9802 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715207620.9787 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715207699.6307 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715208469.7193 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715215064.2208 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715216049.4491 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715234211.3663 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715234328.5891 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715239430.5621 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715243868.6295 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715244241.3044 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715244558.273 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715246203.5448 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715246766.1834 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715248803.359 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715250151.3399 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715250174.2859 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715250209.1457 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715255562.9587 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715255607.1614 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715255662.1513 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715255805.7255 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715255848.3385 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715255903.5686 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715256028.3307 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715256087.6353 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715256120.0212 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715256235.433 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715256303.3042 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256320.1086 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715256341.3287 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256394.9544 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715256426.1838 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715256442.628 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256495.0433 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256515.9042 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256612.2087 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256636.3789 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715256663.2995 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715256689.5726 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715256729.0218 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715256845.2289 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715257007.5027 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715257166.0516 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715257200.4456 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715257215.3823 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715257326.7155 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715257356.4325 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715257638.2431 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715257699.707 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715257739.3739 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715257780.2792 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715257957.6205 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715258056.7318 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715258093.8906 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715258144.4655 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715258483.1514 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715258503.8004 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715258565.4821 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715258595.7971 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715258635.5213 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715258691.1935 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715258764.873 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715258936.1894 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715258994.9227 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715259051.189 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715259072.5223 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259113.9431 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259131.2458 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715259172.7727 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715259212.7736 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259492.2271 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259543.7047 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259610.1198 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259627.5644 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715259640.495 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715259701.4844 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259723.058 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715259762.96 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715259803.218 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715259881.236 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715259989.1663 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715260057.4769 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715260117.3458 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260230.1733 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715260282.4439 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260328.5412 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715260349.3944 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260382.1398 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260442.606 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260481.1292 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260514.9799 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260554.6099 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260599.5403 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260599.9917 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260612.3444 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260637.1369 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260666.4785 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260797.6363 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715260970.0095 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715263893.6453 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715264861.7542 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715264922.4486 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715264971.3985 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715264997.7186 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715269818.8282 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715269899.1691 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715270094.2855 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715270143.2689 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1715270193.4508 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715271220.138 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715271255.7782 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715280678.7882 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715280745.1316 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715280767.2367 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715280824.3612 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715283624.6873 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715283771.9899 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715283832.1093 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715283904.4875 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715283975.894 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715289173.8135 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715291072.6088 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715293959.6611 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715297226.1416 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715301246.3501 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715307496.6586 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715307658.3323 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715307702.6279 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715307752.0515 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715307782.3509 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715307800.3472 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715307824.9746 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715311324.1332 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715312455.5893 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715321145.649 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715321277.3237 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715327322.223 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715327350.1615 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715327423.5657 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715327458.0922 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715327624.4824 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715329636.2156 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715329681.0432 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715329740.4518 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715329796.7315 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715329913.4518 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715329970.8219 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715330010.4717 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715330055.7455 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715330092.6017 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715330140.7292 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715330184.6534 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715333482.0455 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715334142.5931 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715334164.9491 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715337395.7907 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715337511.2509 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715338012.7242 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715338049.9744 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715342186.1942 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715348407.4474 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715348444.9063 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715348460.7018 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715349704.8905 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715349743.8126 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715349781.9289 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715349808.6611 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715352511.3183 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715353266.6712 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715353759.7287 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715354286.5972 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715369867.0276 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715373507.3127 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715375602.5913 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715381692.1857 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715385627.8243 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715385668.566 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715385861.8339 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715385910.8569 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715385973.3168 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715385992.5668 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715386102.6516 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715386146.9156 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715386278.6084 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715386300.6511 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715386332.2285 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715386387.625 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715386408.7312 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715386438.6606 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715386459.8269 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715386482.1368 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715389666.0729 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715397519.9742 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715398256.9052 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715398303.687 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715398343.7819 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715398359.4717 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715398398.6135 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715398431.3592 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715405398.644 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715405460.6692 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715405488.1404 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715405523.4582 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715405592.995 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715407001.4723 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715407052.1558 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715407102.6965 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715407121.4426 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715408435.5071 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410162.7026 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715410237.8023 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410316.1611 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410361.2625 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410434.0467 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410461.4697 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410554.4581 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715414751.2748 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715414877.5649 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715414946.6036 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715426874.879 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715426958.7873 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715427567.4463 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715433451.3249 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715433563.6229 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715433632.339 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715433695.6008 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715433774.0535 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715433851.8631 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715433896.4202 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715433912.915 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715433986.55 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715434064.6045 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715434110.7683 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715434207.8245 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715434239.5902 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715434702.9671 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715434813.9772 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715434923.6108 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715445309.7756 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715447806.7031 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715455573.9043 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715464162.4446 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715464217.9734 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715464836.5956 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715478360.043 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715483811.0921 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715483833.3595 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715483901.9427 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715501155.9579 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715501572.3162 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715501769.6926 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715501823.7506 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715501843.0687 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715504372.552 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715504645.5579 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715504799.6279 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715504917.9909 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715504991.8379 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715505030.8366 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715505102.3427 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715505159.0976 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715505273.321 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505335.8753 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715505391.6178 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505472.5006 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505561.6787 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505621.572 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715505678.2622 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505751.0201 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715505814.8461 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505886.3264 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505976.4305 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715506091.8967 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715506191.1829 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715506253.3266 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715506316.8875 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506363.7645 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506428.4684 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715506482.095 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506548.2237 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715506605.9731 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506671.8971 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506735.8368 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715506805.2882 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506896.7326 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715506939.4213 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715507004.6222 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507068.7409 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715507126.7222 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507187.5667 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507238.7865 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507298.3444 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507336.2381 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507376.8809 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715507424.3389 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715507480.5378 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715507529.7884 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715507580.5302 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715507633.4101 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507697.6976 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715507748.005 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507785.2979 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715507832.5017 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507882.0959 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715507938.4281 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507986.3397 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715508025.4909 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715508596.1504 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715508819.8245 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715508860.6235 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715512725.6261 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715513049.8363 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715513462.1973 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715513499.0171 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715513543.4817 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715517934.7894 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715517982.3497 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715518044.4289 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715518070.8159 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715518087.1668 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715518101.7937 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715518233.8117 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715519760.5756 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715519900.3195 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715522347.2456 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715529147.0937 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715529174.8074 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715530512.1388 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715530547.9455 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715530635.089 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715530714.582 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715530966.3605 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715531011.2687 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715535948.8615 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715535994.2185 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715536006.5145 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715536056.5174 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715540608.439 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715540668.0693 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715540691.8784 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715540718.2742 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715544756.1942 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715544778.4407 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715544894.2269 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715544960.7509 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715548274.8397 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715548294.1061 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715548300.6242 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715550359.0308 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715550403.1731 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715550430.5087 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715550507.2465 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715556033.5312 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715556063.1215 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715556141.5487 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715556182.4021 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715556248.2706 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715556294.4954 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715557736.1568 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715557824.1917 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715557916.0035 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715562556.2316 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715562610.8163 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715562638.7736 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715562661.9948 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715562687.4578 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715562732.9275 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715568734.6978 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715568766.9301 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715569459.785 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715569879.0308 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715569939.3429 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715570478.9989 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715570518.1415 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1715570567.0057 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1715570612.4722 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715570645.2329 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1715570688.9077 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715570854.7795 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715575605.8643 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715575948.9645 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715576064.1342 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715576106.2468 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715576227.6686 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715576454.7912 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715578457.2811 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715582610.2263 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715582710.2425 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715582923.497 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715586674.4565 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715587268.2966 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715587315.8551 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715587447.1256 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715588699.642 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715588747.9002 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715588768.9951 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715588953.3795 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715588977.4247 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715589086.613 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715589105.5043 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715589121.5389 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715589137.0817 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715589155.9265 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715589185.4421 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715590609.5811 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715591050.2465 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715591124.4712 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715591175.4243 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715591304.7838 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715591343.321 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715595118.0355 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715595264.4727 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715596169.2755 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715596245.7251 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715596298.8145 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715596510.9151 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715596889.3985 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715604775.881 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715607268.2975 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715607845.0531 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715607875.1886 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715607896.3063 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715607907.3053 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715609542.513 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715609603.9724 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715609725.5118 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715609806.3255 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715609879.2783 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715609938.662 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715609988.4664 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715610011.9289 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715610056.2075 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715610086.9944 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715610128.0027 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715610160.2297 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715626259.5155 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715626316.2277 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715626362.7831 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715626514.9638 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715626578.3164 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715626646.4891 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715626738.9521 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715626760.7536 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715627190.575 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715627560.0476 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715627634.4326 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715627720.6617 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715627790.3477 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715627811.3067 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715628711.5839 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715628730.7564 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715628760.4033 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715629350.7992 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715629634.3138 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715629743.0214 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715629771.8713 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715629802.2118 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715629837.1242 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715629842.3411 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715629879.3585 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715629880.4603 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715629944.9785 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715630027.1455 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715630100.0636 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715630101.6678 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715630132.5182 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715630152.8798 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715630169.3216 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715630440.4928 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715630950.8345 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631072.8898 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715631131.835 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631220.4634 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631267.9233 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631285.724 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631308.7093 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631330.4596 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631418.9373 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715631474.7397 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631549.0504 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631560.6138 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631574.059 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631588.6777 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631600.2192 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631635.0579 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631645.5325 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631658.7672 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631675.2634 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631716.9795 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631765.8044 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715631795.5084 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631839.0158 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631854.1148 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631869.3083 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631884.7597 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631904.8756 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631937.9237 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631952.7703 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631982.5382 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632002.5002 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632019.0886 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715632056.4297 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632078.9071 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632100.4706 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632119.9303 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632133.1354 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715632156.0675 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632205.6436 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632227.039 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632245.3583 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632259.1458 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632259.548 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632294.1124 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715632295.1637 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715632308.2085 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632614.2904 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632687.9328 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632735.2315 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632779.0684 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632794.3672 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632817.191 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632839.1091 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632863.1892 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715632877.6274 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715632905.0193 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632929.4288 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632953.0127 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632978.85 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715633003.3879 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715633138.1665 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715633164.5981 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715633210.4173 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715633227.2731 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715633258.4186 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715633315.2438 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715633520.2234 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715633905.8551 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715634223.4612 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715634600.3185 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715634931.8593 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715634970.9805 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715635064.6405 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715635088.6077 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715635113.7799 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715635409.1381 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715635415.7586 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715635456.2167 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715635497.5932 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715635556.3009 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715635722.068 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715635754.5537 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715635777.2021 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715636320.6167 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715637590.0237 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715638033.6861 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715638688.094 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715638705.4091 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715638723.6793 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715638741.5972 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1715638765.8168 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1715638801.4903 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715639560.5786 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715639602.0201 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715639648.8662 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715639706.422 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715639819.1451 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715639940.3868 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715639960.3475 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715640001.4121 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715640098.0525 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715640337.8705 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715640392.0848 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715640445.9726 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715640469.3732 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715640477.3475 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715640493.5113 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715640562.3311 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715640578.1198 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715640592.8728 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715640764.9243 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641052.5041 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641257.7136 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715641279.2614 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641302.3811 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715641321.4886 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641339.6818 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715641357.4266 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715641376.9425 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715641410.444 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715641442.5154 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641456.2598 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641495.9314 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715641527.5583 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641551.3556 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641588.8546 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641603.435 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641631.096 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641667.7929 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715641691.7163 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641711.2567 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641722.2319 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641749.6905 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641771.8403 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715641788.389 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641813.26 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641888.1795 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641907.4439 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641960.0761 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715641984.3372 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715642001.6784 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715642018.8284 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715642032.4162 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715642070.4076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715642084.8514 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715642108.9736 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715642124.1679 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715642139.4073 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715642159.6643 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715642216.1899 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715642234.6287 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715642258.9057 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715642272.164 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715642294.1783 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715642321.2084 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715642347.8346 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715642369.1198 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715642394.4943 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715642446.3777 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715642517.7799 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715643009.9765 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715643629.3904 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715646343.3307 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715646422.6525 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715646502.575 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715646525.7573 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715646580.6937 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715646625.6955 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715646765.4862 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715646979.9774 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715647603.7335 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715647673.5221 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715647719.0251 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715647783.5052 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715647806.4518 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715647856.3221 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715647879.1789 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715647882.4873 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715647894.6206 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715647930.2673 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715647941.2474 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715647967.128 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715647973.2911 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715647989.9255 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715647995.2918 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715648014.7225 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648040.5804 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648068.1237 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715648082.97 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648171.6969 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648197.0506 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648203.8329 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648205.9948 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648224.062 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648242.6639 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648245.9232 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648290.6372 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648300.5734 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648323.4421 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715648333.172 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715648334.425 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648344.276 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715648355.6097 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648369.0486 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715648376.6725 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648380.9343 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715648396.6345 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648412.897 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648426.7397 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648459.2997 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715648499.1202 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648533.2237 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648571.9891 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715648599.2257 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715648652.562 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648684.2485 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648719.831 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648752.5013 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648775.0478 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648805.2205 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648837.1883 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715648852.8803 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648875.2262 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715649200.5327 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715649240.2392 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715649948.8106 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715650049.2967 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715650124.3848 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715650152.58 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715650224.0572 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715650257.8532 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715650321.9949 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715650387.8979 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715650427.5456 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715650470.7554 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715650515.0057 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715650525.3414 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715650550.1627 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715650605.4746 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715652184.3154 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715652208.8769 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715652235.8641 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715652379.6496 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715652432.8124 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715652539.012 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715653965.9717 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715654470.1972 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715654493.8888 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715654508.8773 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715656408.3689 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715656819.0954 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715657123.7234 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715657508.1666 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715657531.1836 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715657541.1706 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715657553.4074 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715657562.2334 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715657776.1514 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715657825.2322 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715657930.4391 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715658042.5835 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715658131.1457 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715659967.4762 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715660953.9461 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715660985.1237 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715661097.2605 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715661148.9346 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661175.1053 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715661544.4592 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661588.8338 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661640.5955 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715661675.7755 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661778.9555 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715661831.7873 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661846.1834 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715661879.9838 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715661882.641 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661906.8515 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715661957.5554 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715662143.2977 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715662172.8726 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715662823.8091 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715664545.3047 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715668236.2092 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715668318.9269 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715668776.0324 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715670090.9625 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715670150.1172 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715670167.3075 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715670187.1492 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715670203.7494 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715670212.3749 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715671609.0636 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715672815.6266 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715672903.2615 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715672954.5547 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715673035.7081 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715673051.3865 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715673083.8769 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715674645.4789 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715674714.0568 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715674795.7064 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715677914.199 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715677990.6732 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715678023.864 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715680671.7878 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715680684.2017 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715680708.0141 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715680721.1172 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715680756.6421 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715680774.3491 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715680798.7423 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715680815.0593 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715681211.2488 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715681242.0659 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715685637.6338 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715686261.4116 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715687357.824 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715687402.3453 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715689015.5469 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715689970.3975 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715690013.3277 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715690053.1575 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715690084.5814 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715690100.3947 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715691355.2566 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715692036.4606 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715696573.886 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715696985.2415 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715697070.2139 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715697745.2526 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715697888.4159 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715697950.1773 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715697965.8898 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715697974.5647 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715698003.0249 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715698043.4828 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715698634.8079 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715698673.8923 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715699050.3814 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715700361.1782 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715700470.8423 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715700632.2481 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715700735.9129 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715701867.2876 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715702055.2621 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715702149.7918 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715702176.0147 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715702213.1421 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715702257.7544 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715702294.1319 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715702319.7668 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715702343.5329 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715702383.6095 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715702421.8657 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715702488.6635 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715704679.9164 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715704744.5669 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715704809.2652 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715704832.3783 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715710596.3249 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715710732.1723 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715710946.1944 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715711094.3364 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715711416.0792 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715711624.746 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715711708.3608 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715713498.1462 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715714694.1925 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715714732.4367 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715714769.5878 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715714802.7484 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715714853.1436 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715714886.3133 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715714926.6286 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715714991.7571 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715715029.2598 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715715072.8058 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715715098.2911 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715720414.1433 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715720441.5688 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715720506.5514 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715736841.9224 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715736904.7417 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715736922.9946 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715745935.9609 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715746011.8732 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715746056.3536 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715746105.3639 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715746144.0276 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715746179.3533 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715746191.891 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715746211.3033 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715746225.2422 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715746246.3345 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715746275.9185 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715746320.8538 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715752128.2836 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715753569.2056 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715753597.7252 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715753614.2285 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715753635.4495 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715753659.8055 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715753684.1663 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715753707.2331 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715753724.3104 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715753747.3861 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715753781.8403 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715764730.2969 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715764763.9283 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715764798.1806 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715764827.007 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715764857.4414 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715767887.4006 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715769987.8576 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715770039.9446 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715775719.0294 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715775769.6894 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715775799.2783 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715775842.189 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715777592.7405 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715777627.9318 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715784315.8966 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715784523.0311 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715788137.1626 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715790483.4433 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715806130.6418 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715807505.7281 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715807533.5192 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715807582.7843 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715807654.393 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715808278.5452 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715809534.3259 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715809760.1488 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715809795.2392 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715809852.0377 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715809906.8223 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715809965.5266 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715809991.1422 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715810007.1303 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715810049.9176 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715810163.7299 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715811335.9503 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715811391.9803 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715811743.4601 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715811821.5187 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715812940.2633 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715812963.3663 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715813449.7613 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715813757.0457 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715813810.298 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715813865.9303 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715813942.3258 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715814281.3599 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815128.3488 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815217.0949 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815270.4299 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815370.4623 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815467.3029 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715815602.0594 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715815648.2789 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715815686.0728 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715815736.5004 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715817402.5989 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715817805.2055 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715818376.2417 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715819161.9366 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715819491.1656 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715819543.6757 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715819586.5946 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715819615.5232 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715819645.9821 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715819670.3462 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715819888.2828 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715819918.3499 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715819929.0339 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715819955.0618 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715819965.8997 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715819976.402 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820093.4966 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820108.3077 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820114.9281 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820121.7485 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820127.866 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820134.2909 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820139.8646 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820145.0877 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820154.8417 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820159.7185 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1715820164.5588 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820181.9884 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820186.5589 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820211.0087 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820839.0777 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820856.6731 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820860.5842 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820864.547 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820874.3779 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715826562.9853 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715826603.8445 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715832708.5013 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715833816.9851 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715835888.8168 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715835905.0987 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715836234.5315 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715839726.894 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715841738.4038 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715843051.3302 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715843989.692 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715846570.8419 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715846650.1388 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715846799.2673 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715846927.6472 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715853531.166 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715857620.2786 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715861672.622 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715861701.6151 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715861730.9837 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715861754.8566 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715862161.5608 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715862199.6862 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715862245.3838 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715862324.7552 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715862384.4427 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715862439.5804 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715863670.6729 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715870697.9021 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715870731.6924 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715870863.7421 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715872892.3643 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715872916.3874 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715872953.4692 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715873064.3259 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715873088.041 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715873104.4435 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715873134.2543 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715873148.3964 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715873169.9692 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715873197.2215 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715873236.7125 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715873285.2547 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715876292.9941 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715878952.7967 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715878980.8882 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715879032.671 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715879067.558 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715883196.3069 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715883230.7648 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715883261.9915 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715883386.8596 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715883519.2743 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715883550.3625 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715883570.8938 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715883595.7926 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715883618.2657 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715883698.0336 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715883719.668 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715883769.1867 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715894377.4203 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715899227.8629 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715899665.3102 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715899810.0588 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715900652.8154 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715901624.0299 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715901635.5566 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715901711.4071 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715901749.7598 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715903564.6366 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715903657.7628 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715903975.2818 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715911393.0297 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715912969.5823 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715912988.5329 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715913035.5767 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913241.7837 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913454.2601 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715913474.1488 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913477.4885 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715913548.6289 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913651.5759 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715913654.291 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913667.5474 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715913739.8234 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715913764.4926 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715913782.4954 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913817.5374 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715913839.5048 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715913940.0061 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715914029.2744 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715914090.12 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715914105.3485 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715915511.0047 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715915577.8154 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715916243.5859 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715916272.4239 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715916313.1847 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715916368.8797 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715916411.5706 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715916448.7485 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715916533.6162 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715916547.7962 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715916587.2836 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715916613.8797 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715916644.9071 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715916683.1819 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715916699.0407 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715916727.3045 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715918196.9319 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715924700.595 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715924915.8223 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715924954.0836 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715924980.164 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715925133.5358 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715925168.653 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715925219.2785 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715925219.98 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715925264.902 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715925315.7153 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715925919.7776 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715926420.4915 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715926538.8144 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715929365.0268 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929417.4956 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929429.846 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715929450.8124 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715929492.6738 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715929531.0454 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715929554.8185 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715929567.0075 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929584.971 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715929617.1082 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929657.2837 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929679.9609 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929707.3509 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715929781.1131 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929849.6364 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715929867.4377 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715929907.5512 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715929948.5812 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715930083.8166 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715930369.0071 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715948152.0414 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715954193.2505 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715960109.8087 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715960218.1069 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715960238.662 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715960280.3729 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715969029.6444 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715972816.0645 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715972884.2583 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715977022.0855 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715977282.5472 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716005809.1647 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716024927.1115 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716024976.7221 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716025010.7673 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716027377.3351 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716027899.644 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716028822.8275 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716028857.7321 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716036421.4086 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716040333.7351 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716043972.3967 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716043995.1703 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716044508.3229 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716045340.1223 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716045370.1669 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716045434.8063 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716045536.284 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716045782.3404 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716046661.0575 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716061878.1074 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716063691.5292 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716063728.9507 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716064036.8859 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716064897.7154 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716064982.9829 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716074832.2246 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716087920.9207 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716087962.0076 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716088282.1445 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716088319.6002 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716088361.4397 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716092533.9981 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716092684.4695 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716100809.6333 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716100904.7495 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716100967.3084 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716101014.3749 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716101026.1623 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716101284.4392 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716101388.6109 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716101424.8563 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1716101640.0847 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716101663.5449 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1716101720.3834 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716101763.5754 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716101779.0549 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716101812.8171 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716101829.1619 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716101843.8492 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716101870.408 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1716101897.469 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716101922.0127 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716101958.4491 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716101980.4881 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716102012.3581 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716102033.0066 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716102061.565 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1716102078.6577 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716102104.1158 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716102163.2523 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716102338.3014 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1716102352.7855 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716102377.8361 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716102397.944 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1716102458.7278 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716102472.2144 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716102830.9668 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1716102848.2679 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716106991.3653 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716112644.092 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716112688.5957 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716113925.8512 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716116154.8458 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716123312.2626 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716124481.7688 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716129939.4625 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716130077.5552 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716133934.791 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716133959.4134 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716133982.7909 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716134112.955 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716134184.1117 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716134215.2692 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716134246.6302 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716134272.2078 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716136785.8861 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716136830.2645 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716136888.0281 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716136912.3226 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716137509.6219 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716137550.792 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716137584.016 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716137614.0349 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716137663.882 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716137708.8654 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716137736.4075 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716137761.6991 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1716137815.2529 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716137886.7381 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716138040.3932 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716140714.0428 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716209337.3046 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716209412.7298 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716209448.1323 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716209508.6504 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716209613.4906 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716209642.7198 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716209709.6202 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716209774.4706 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716209852.8582 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716209947.3287 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716209967.6822 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716210044.0883 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716210150.5688 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716210205.0335 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716210268.9147 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716211526.4507 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716213446.8546 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716213461.9489 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1716213474.537 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716213492.0301 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716213521.5562 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716213540.262 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716213551.8733 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1716213557.4906 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716219013.0278 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716220209.0681 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716220249.3189 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716220285.5053 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716227591.1168 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716227622.0114 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716227674.7391 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716227710.2023 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716227875.4029 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716227977.9929 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716228007.518 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716228104.844 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716228130.5321 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716230101.821 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716230984.9301 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716232636.2301 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716232746.3131 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716232993.2428 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716233055.3833 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716235984.1893 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716239320.9605 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716242440.4726 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716242516.4926 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716242590.6103 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716242629.6643 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716242692.6624 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716246215.0477 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716248360.3883 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716249928.3303 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716249950.1619 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716249976.5037 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716250002.3525 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716250043.473 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716250064.5423 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716250098.6574 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716250169.1921 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716250175.1057 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716250192.053 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716250223.5527 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716250346.0641 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716252598.1249 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716252635.5485 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716263746.8692 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716270546.4614 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716270581.7833 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716271101.4508 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716271351.0622 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716274671.7892 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716278257.8069 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716278320.6515 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716278455.3143 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716279222.1691 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716279246.192 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716279794.6865 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716280412.4078 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716280463.3691 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716282215.371 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716282249.1998 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716282537.2467 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716282635.1246 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716282720.9449 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716282757.3202 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716283450.3375 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716283609.525 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716283779.8628 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716283801.3005 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716283935.4598 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716284013.3675 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716284180.1311 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716284192.186 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716284470.2778 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716284564.193 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716285325.0236 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716285475.3857 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716285519.9145 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716286409.4293 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716286967.8756 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716286983.4028 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716287142.413 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716287185.2534 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716287217.0099 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716287247.2868 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716287271.5544 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716287340.0533 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716287550.0246 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716287573.6398 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716287628.6541 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716287651.6393 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716287665.6163 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716287678.808 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716287767.435 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716287779.2194 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716288009.4382 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716289208.9321 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716289237.4451 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716289351.113 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716289390.8858 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716289393.7964 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716289414.7975 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716289423.2899 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716289429.1105 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716300925.2643 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716301040.4664 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716301250.7099 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716301308.9557 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716301961.2777 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716308935.4231 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716317363.8031 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716317407.5124 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716317505.7057 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716319832.5599 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716321763.8236 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716325414.0255 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716325749.7214 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716325771.5615 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716326192.6196 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716326243.3131 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716326299.6314 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716326346.6605 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716326432.8943 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716326479.3558 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716326504.9509 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716326723.2613 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716326765.4157 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716326806.8553 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716328651.4073 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716340833.9646 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716340851.5576 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716342516.6062 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716342980.4385 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716392751.259 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716392854.8424 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716392927.7613 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716394547.5836 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716394567.8834 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716394675.2074 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716395232.2063 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716395392.7448 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716395429.4755 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716395464.4116 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716395617.1491 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716395671.3185 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716395722.6354 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716395762.024 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716395800.2075 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716395893.3131 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716395908.2446 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716395930.8155 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716396096.1888 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716410843.4073 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716410959.2736 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716411007.9506 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716411029.2438 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716431755.4427 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716431811.1067 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716450118.5001 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.47.232", - "anony": true, - "tstamp": 1716450793.7853 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.13.208", - "anony": true, - "tstamp": 1716455911.4834 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.13.208", - "anony": true, - "tstamp": 1716455955.7955 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.13.208", - "anony": true, - "tstamp": 1716457978.0237 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.47.232", - "anony": true, - "tstamp": 1716458225.9763 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.232", - "anony": true, - "tstamp": 1716458248.4504 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.38.210", - "anony": true, - "tstamp": 1716462945.118 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.47.232", - "anony": true, - "tstamp": 1716463010.5927 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.232", - "anony": true, - "tstamp": 1716463052.7326 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.38.210", - "anony": true, - "tstamp": 1716463079.2945 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.38.210", - "anony": true, - "tstamp": 1716463103.3942 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.38.210", - "anony": true, - "tstamp": 1716464669.7571 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.38.210", - "anony": true, - "tstamp": 1716464883.9242 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.47.232", - "anony": true, - "tstamp": 1716464922.8799 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.38.210", - "anony": true, - "tstamp": 1716465012.8038 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716465092.5554 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.38.210", - "anony": true, - "tstamp": 1716465101.4217 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.13.208", - "anony": true, - "tstamp": 1716465158.8835 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716465217.6185 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.38.210", - "anony": true, - "tstamp": 1716465238.6722 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716465271.103 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.13.208", - "anony": true, - "tstamp": 1716465320.7672 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.47.232", - "anony": true, - "tstamp": 1716465461.646 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.13.208", - "anony": true, - "tstamp": 1716465948.4394 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.47.232", - "anony": true, - "tstamp": 1716466221.9614 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716470442.2975 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.43.115", - "anony": false, - "tstamp": 1716473602.4544 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.43.115", - "anony": false, - "tstamp": 1716473616.0917 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": false, - "tstamp": 1716473629.427 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716473646.5102 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716473694.7222 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716473748.2485 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": false, - "tstamp": 1716474064.3945 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716481830.2832 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716481918.5028 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716481975.5624 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716482066.6894 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716482101.8167 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716482665.9327 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716482873.3533 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716482905.5916 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716483084.7205 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716483130.6731 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716483227.6309 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716483261.6962 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716486797.4071 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716486908.7502 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716490430.3014 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716491961.101 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.43.115", - "anony": true, - "tstamp": 1716492019.4859 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716492130.1621 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716492165.0747 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716492306.9555 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716492822.692 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716493052.5738 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716494692.3029 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716494811.879 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716494814.0355 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716494907.8652 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716494980.5166 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716495025.0063 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716495051.0207 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716496626.411 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716496705.3455 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716497278.1725 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716498287.3391 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716498382.0641 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716498455.0726 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716498525.386 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716504189.1445 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716504232.9298 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716504298.8496 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716504375.2347 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716504475.8806 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716504690.8373 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716505296.1873 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716505412.2355 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716505461.6194 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716505497.4972 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716505555.7406 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716505749.2626 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716505835.0554 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716505908.8182 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716506883.2691 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716507650.4765 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716507699.2617 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716507752.4956 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.46.140", - "anony": true, - "tstamp": 1716507790.1558 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716507831.8959 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.46.140", - "anony": true, - "tstamp": 1716507855.4252 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716507872.6517 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716507895.6605 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.46.140", - "anony": true, - "tstamp": 1716507916.014 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.46.140", - "anony": true, - "tstamp": 1716507994.0174 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716508026.9667 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716508043.0315 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716508087.7971 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716508116.3079 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716508140.5914 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716508166.7129 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716508194.1005 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716508529.6954 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716508583.9155 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716508618.2377 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716508647.6412 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716508773.0947 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716509848.6189 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716511130.78 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716512409.7918 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716512454.4993 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716512505.6737 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716514986.0767 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716521987.1249 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716522049.4138 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716523440.8187 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716523485.7361 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716532871.9422 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716534155.8593 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716534865.3098 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716535184.4481 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716539015.3065 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716539889.7886 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716540536.1365 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716540946.9096 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.39.221", - "anony": true, - "tstamp": 1716542403.1488 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716543711.9241 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.39.221", - "anony": true, - "tstamp": 1716543831.0194 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716553156.4165 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716553180.6047 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716553208.1102 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716555742.6319 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716564155.6044 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716564230.9225 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716569588.0252 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716569622.0458 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716569667.1495 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716569696.2879 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716569714.3922 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716569738.4961 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716569758.9203 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716573314.1735 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716582629.7353 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716582661.7607 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716582674.8994 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716582719.0988 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716582786.073 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716582843.45 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716588711.6463 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716588830.5802 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716588852.3781 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716588878.0822 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716588894.0191 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716588911.2078 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716588932.3094 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716588958.1131 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716588976.2128 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716589002.9294 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716589021.4706 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716589039.9181 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716589054.1024 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716589066.8788 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716589081.563 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716589099.7964 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716589111.4147 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716589135.5263 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716589150.6567 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716589165.6379 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716589178.4192 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716589190.3726 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716589219.0301 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716589244.1266 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716589270.2905 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716589282.8245 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716595399.6343 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716596153.0762 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631838.9989 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631933.7236 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631962.3438 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716637811.2507 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716637883.7082 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716637940.3706 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716638037.8255 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716638087.8967 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716640036.2923 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716640405.2966 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716640451.3012 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716648496.2293 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716650144.5433 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716650252.1683 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716654002.8058 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716657661.8542 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716661364.0162 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716672582.8741 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716675304.6869 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716675360.5552 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716696765.27 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716699503.5692 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716705294.9578 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716705406.3076 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716708229.2765 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716708400.6323 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716708408.5517 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716708425.3973 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716708463.7409 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716711715.0109 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716711774.3686 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716712269.8734 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716712296.7852 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716712383.2781 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716714698.5936 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716714723.8527 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716714742.496 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716714758.5844 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716714791.7059 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716714813.7628 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716718013.9851 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716719923.7897 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716719954.4298 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732002.5621 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716735265.1561 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716737955.5742 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716748956.5427 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716748990.6308 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716749082.5893 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716749104.301 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716749183.3056 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716749405.6595 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1716751911.6964 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716765226.9841 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716765416.9338 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716775345.3085 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716776806.2262 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716776883.0635 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716776909.2932 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716776943.7594 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716779918.8509 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716780527.3148 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716780918.544 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716780951.8598 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716781241.076 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716781759.6094 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716782158.4573 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716782417.8883 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716782420.5452 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716782443.0163 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716782459.9191 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716782484.1275 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716782499.7234 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716782519.0233 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716782537.0836 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716782553.9857 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716782569.153 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716782604.0051 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716782640.804 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716782917.0428 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716782989.6249 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716782995.4422 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716783027.8276 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783031.5075 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783089.4325 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716783090.8889 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716783109.7954 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716783138.0445 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783168.9557 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783358.7145 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716783422.1009 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716783435.6913 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1716783462.483 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716783546.6433 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716783564.225 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716784775.2026 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786037.8729 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786448.0434 - } -] \ No newline at end of file diff --git a/arena_elo/results/20240526/clean_battle_video_generation.json b/arena_elo/results/20240526/clean_battle_video_generation.json deleted file mode 100644 index e38e8412cc015d2e55de1c209b899086abf8caf3..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240526/clean_battle_video_generation.json +++ /dev/null @@ -1,3186 +0,0 @@ -[ - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1713914099.33 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713914343.6891 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713916642.7912 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713986344.8741 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1713987118.6274 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714139169.2392 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714139249.1969 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714139381.873 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714364059.9109 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1714364795.1269 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714443594.816 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714445557.5459 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1714485010.7122 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714485698.1572 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714491486.3968 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714568747.0042 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714575776.0633 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714575875.3994 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714576499.4057 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714614291.4601 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714656445.8616 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714667465.6678 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714757575.6272 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714856044.8046 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714912222.8148 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714912353.9054 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714916128.9484 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714918845.2225 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714961792.1218 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714962568.0734 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714986675.9255 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715022520.8699 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715024874.9777 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715082170.9107 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715108567.1368 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715201418.1949 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715225335.6492 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715244587.7341 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715352822.1424 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715398861.6427 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715410800.5657 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715410993.9665 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715610160.6825 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715610373.469 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715689072.7345 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715696812.6326 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715737104.8239 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715739395.0891 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715810233.6444 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715849800.9966 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716114686.5453 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716116392.5838 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716193582.8722 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716193785.0048 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716193846.233 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716194009.3835 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716300077.5395 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.43.115", - "anony": true, - "tstamp": 1716478201.6693 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716533638.3067 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_127.0.0.1", - "anony": false, - "tstamp": 1716682913.5891 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716689388.5783 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716689390.9317 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716689418.3899 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716689430.8661 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716689430.9662 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716689446.5199 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716689504.5594 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716689507.2126 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716689516.3395 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716689560.415 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716689571.2045 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716689589.1987 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716689600.479 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716689642.8219 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716689687.8719 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716689693.1346 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1716689821.5032 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716689833.2282 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716690476.4186 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693206.0818 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693274.919 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693286.0411 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693303.5784 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693311.5433 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693329.6356 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693383.5826 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693456.8226 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693467.3462 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693479.5757 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693495.1122 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693502.3247 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693528.2392 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693546.0765 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693563.0683 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693569.8376 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693581.0672 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693588.2851 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693595.2501 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693663.4243 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693679.0583 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693692.5858 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693708.4221 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693719.3968 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693725.4583 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693738.9399 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693745.5583 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693767.9991 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693792.955 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693803.7279 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693816.5054 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693825.2771 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693836.955 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693850.7326 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716694070.4027 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694148.1807 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716694244.2485 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694254.1959 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694276.2905 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716694375.6866 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716694382.1969 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694793.14 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694811.1394 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716694821.4174 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716694834.8498 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716694841.7147 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716694851.8849 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716694860.9592 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716694883.3566 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694902.9993 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694914.4785 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694928.7985 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716694942.7223 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728514.2605 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728525.0445 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728537.4321 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728552.3184 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728565.4115 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728611.9244 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728619.8963 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728626.8621 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728642.2282 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728660.8799 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728671.1783 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728681.5129 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728695.6521 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728707.1868 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728715.3574 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728729.9899 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728739.4646 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728751.7418 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728760.5694 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728772.9474 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728792.5959 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728825.1225 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728832.0962 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728839.4279 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728875.7372 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728884.1135 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728898.2525 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728909.7356 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728924.0212 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728932.2482 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728943.0756 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728951.8516 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728964.0778 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728971.495 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728980.7203 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728994.9574 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716729003.1242 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716729013.9565 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716729024.7427 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729034.6162 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729041.2307 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729054.9108 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729082.4481 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716729093.5738 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729104.4016 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729113.9293 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729128.024 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716729143.4289 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716729151.6014 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716729165.8412 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716729174.0802 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716729190.7693 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729561.7946 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716729589.111 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716730437.4978 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716730444.2174 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716731578.7678 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716731600.4666 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716731607.3314 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716731621.0702 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716731652.0853 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716731680.1969 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716731887.8933 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732002.7625 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732014.9893 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732033.1907 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732042.32 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732051.0423 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732064.3207 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732075.7564 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732092.1437 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732107.1689 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732121.5507 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732130.5345 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732144.7139 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732153.1545 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732245.8887 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732253.5049 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732260.9776 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732271.1059 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732289.7469 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732300.1222 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732442.4675 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732643.9778 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732653.5527 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732667.2377 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732690.9928 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732701.2197 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732769.1058 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732774.627 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732781.8561 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732792.5768 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732805.8172 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732815.2381 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732822.3066 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732832.5342 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732854.9452 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732865.7185 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732873.0369 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732879.1067 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732894.6925 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732906.9749 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732913.3386 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732921.5656 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732932.2613 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732947.9995 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716733033.155 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733215.9535 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733225.6737 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716733232.9894 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733245.779 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733261.359 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733274.7997 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733284.8279 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716733292.3492 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716733303.8831 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733316.3709 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733323.541 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733333.7191 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716733339.0328 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716733353.1237 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733359.5427 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733371.482 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733409.29 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733435.707 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733443.4772 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733504.7486 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733513.4209 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733524.354 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733530.1208 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733537.6908 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733546.1677 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733558.2467 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733565.4605 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716749705.1814 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716754494.225 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716754529.3204 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716754556.8827 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716754573.37 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716754581.3319 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716754589.7121 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716754610.3186 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716754622.516 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716756205.9019 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756217.6395 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756225.3579 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756245.6466 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756258.525 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756267.7569 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756278.3797 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756292.9729 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756303.6146 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756321.7636 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756328.3263 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716756337.0448 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716756355.6901 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716756369.1608 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756377.9305 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756405.9503 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756413.5746 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756420.392 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716756430.3441 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756598.971 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756811.4034 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756829.7662 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756837.7688 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716756844.6412 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756862.2925 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756871.8602 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756883.2346 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716763810.601 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763820.7817 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763830.0099 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763836.2701 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763852.5743 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716763861.9464 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716763876.0254 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716763884.9467 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716763895.1884 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763906.9292 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763916.2051 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716763933.7037 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763954.4778 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763963.4971 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716763974.9914 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716763982.078 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716763987.4028 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774336.4201 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716774366.2114 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774373.7343 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774401.5247 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774408.764 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716774416.5343 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774426.6483 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716774436.7505 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716774446.0586 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716774452.7416 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774466.5087 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716774473.4742 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774481.1066 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716774490.1334 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716774496.2078 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716774502.5006 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774513.1922 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716774519.3337 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716774546.8848 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716774553.0012 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716774569.2238 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716774581.1122 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716774586.7425 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716774595.3967 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716780707.8678 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716781161.3809 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716781177.0776 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716781187.7966 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716781235.6047 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716781242.9314 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716781254.7071 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716781288.1888 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716781297.0117 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716781305.1896 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716781380.1677 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716781558.8588 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716781966.5022 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783665.6346 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785927.5738 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785946.8276 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785956.3086 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785965.6368 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785983.4545 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786004.6173 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786012.1915 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786025.9796 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786038.5735 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786048.2498 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786056.7792 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786067.3793 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786076.8691 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786091.7183 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786106.6309 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786119.376 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786128.4563 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786145.1683 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786161.6566 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786201.0773 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786209.4966 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786225.3 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786233.4253 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786241.45 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786249.4851 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786263.8719 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786272.8991 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786280.5688 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786288.0837 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786295.9574 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786310.5953 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786320.6713 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786327.6937 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786345.2973 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786361.1416 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786369.7626 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786384.806 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786396.1855 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786405.8102 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786413.8802 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786450.7539 - } -] \ No newline at end of file diff --git a/arena_elo/results/20240526/elo_results_image_editing.pkl b/arena_elo/results/20240526/elo_results_image_editing.pkl deleted file mode 100644 index 81e3dea712d08cc2bb553aa450de8511660c1726..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240526/elo_results_image_editing.pkl +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd97589f3c5fba9ccc33ee0598399ad90026d392ad3c0290b8abd61fb0b976fe -size 62344 diff --git a/arena_elo/results/20240526/elo_results_t2i_generation.pkl b/arena_elo/results/20240526/elo_results_t2i_generation.pkl deleted file mode 100644 index 6c2704714ed7c6d0637fc98e8fe431bfc5cc0b57..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240526/elo_results_t2i_generation.pkl +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4da442195bcab0c894fe43c3f4ef36318f84a8fde043a1f479e3d1c607492587 -size 68022 diff --git a/arena_elo/results/20240526/elo_results_video_generation.pkl b/arena_elo/results/20240526/elo_results_video_generation.pkl deleted file mode 100644 index 8b0486c3a63a84c043687adc13553955c11753ed..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240526/elo_results_video_generation.pkl +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc087dabe5584f128942b538bba76fe24f160d964fe2a8eae79b817c558dd7af -size 54611 diff --git a/arena_elo/results/20240526/image_editing_leaderboard.csv b/arena_elo/results/20240526/image_editing_leaderboard.csv deleted file mode 100644 index bb329f162e72dc065ef136a978dc50374900cd6c..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240526/image_editing_leaderboard.csv +++ /dev/null @@ -1,10 +0,0 @@ -key,Model,Arena Elo rating (anony),Arena Elo rating (full),License,Organization,Link -MagicBrush,MagicBrush,1113.0815528840178,1114.6099569850105,CC-BY-4.0,"The Ohio State University, University of Waterloo",https://osu-nlp-group.github.io/MagicBrush -InfEdit,InfEdit,1075.010894072825,1076.976216840117,Apache-2.0,"University of Michigan, University of California, Berkeley",https://huggingface.co/spaces/sled-umich/InfEdit -CosXLEdit,CosXLEdit,1065.483751622054,1066.517337103454,cosxl-nc-community,Stability AI,https://huggingface.co/spaces/multimodalart/cosxl -InstructPix2Pix,InstructPix2Pix,1032.6573561017883,1030.4882942406903,"Copyright 2023 Timothy Brooks, Aleksander Holynski, Alexei A. Efros","University of California, Berkeley",https://www.timothybrooks.com/instruct-pix2pix -PNP,PNP,997.4870607115026,1002.3102206289481,-,Weizmann Institute of Science,https://github.com/MichalGeyer/plug-and-play -Prompt2prompt,Prompt2prompt,986.1149670389163,987.3410646819563,Apache-2.0,"Google, Tel Aviv University",https://prompt-to-prompt.github.io -CycleDiffusion,CycleDiffusion,940.9121406280217,934.6909589415523,X11,Carnegie Mellon University,https://github.com/ChenWu98/cycle-diffusion -SDEdit,SDEdit,930.3272228268273,929.3565521813696,MIT License,Stanford University,https://sde-image-editing.github.io -Pix2PixZero,Pix2PixZero,858.9250541140467,857.7093983969016,MIT License,"Carnegie Mellon University, Adobe Research",https://pix2pixzero.github.io diff --git a/arena_elo/results/20240526/t2i_generation_leaderboard.csv b/arena_elo/results/20240526/t2i_generation_leaderboard.csv deleted file mode 100644 index 976f9997517a60c66a646bf0af9be208bb1edc82..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240526/t2i_generation_leaderboard.csv +++ /dev/null @@ -1,12 +0,0 @@ -key,Model,Arena Elo rating (anony),Arena Elo rating (full),License,Organization,Link -PlayGround V2.5,PlayGround V2.5,1140.9509653896391,1145.3609932337504,Playground v2.5 Community License,Playground,https://huggingface.co/playgroundai/playground-v2.5-1024px-aesthetic -PlayGround V2,PlayGround V2,1097.5888907952071,1098.7118500870324,Playground v2 Community License,Playground,https://huggingface.co/playgroundai/playground-v2-1024px-aesthetic -SDXLLightning,SDXLLightning,1065.4100358269761,1066.923834845556,openrail++,ByteDance,https://huggingface.co/ByteDance/SDXL-Lightning -StableCascade,StableCascade,1056.205267043174,1056.0725338188142,stable-cascade-nc-community (other),Stability AI,https://huggingface.co/stabilityai/stable-cascade -PixArtSigma,PixArtSigma,1054.1285864949534,1052.3856739143032,openrail++,PixArt-alpha,https://fal.ai/models/fal-ai/pixart-sigma -PixArtAlpha,PixArtAlpha,1052.6561053214493,1040.5011661211483,openrail++,PixArt-alpha,https://huggingface.co/PixArt-alpha/PixArt-XL-2-1024-MS -SDXL,SDXL,998.178936503376,998.1649907401802,openrail++,Stability AI,https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0 -LCM(v1.5/XL),LCM(v1.5/XL),933.7056800308077,927.0029080334458,openrail++,Latent Consistency,https://fal.ai/models/fal-ai/fast-lcm-diffusion/api -SDXLTurbo,SDXLTurbo,931.1234436824852,930.96588232582,sai-nc-community (other),Stability AI,https://huggingface.co/stabilityai/sdxl-turbo -OpenJourney,OpenJourney,853.9866623943561,848.7626384468336,creativeml-openrail-m,PromptHero,https://huggingface.co/prompthero/openjourney -LCM,LCM,816.0654265175805,829.9302470874871,MIT License,Tsinghua University,https://huggingface.co/SimianLuo/LCM_Dreamshaper_v7 diff --git a/arena_elo/results/20240526/video_generation_leaderboard.csv b/arena_elo/results/20240526/video_generation_leaderboard.csv deleted file mode 100644 index bb8a9529e2d6f1722ab8f98a9801275d0b6828c0..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240526/video_generation_leaderboard.csv +++ /dev/null @@ -1,7 +0,0 @@ -key,Model,Arena Elo rating (anony),Arena Elo rating (full),License,Organization,Link -AnimateDiff,AnimateDiff,1139.9344653369324,1132.8101938780726,creativeml-openrail-m,"The Chinese University of Hong Kong, Shanghai AI Lab, Stanford University",https://fal.ai/models/fast-animatediff-t2v -VideoCrafter2,VideoCrafter2,1093.2311408490027,1095.6272371295784,Apache 2.0,Tencent AI Lab,https://ailab-cvc.github.io/videocrafter2/ -LaVie,LaVie,1024.9159084921114,1024.5344568938376,Apache 2.0,Shanghai AI Lab,https://github.com/Vchitect/LaVie -OpenSora,OpenSora,953.4888792576514,953.2249385913746,Apache 2.0,HPC-AI Tech,https://github.com/hpcaitech/Open-Sora -AnimateDiffTurbo,AnimateDiffTurbo,906.5150701156817,912.605292727757,creativeml-openrail-m,"The Chinese University of Hong Kong, Shanghai AI Lab, Stanford University",https://fal.ai/models/fast-animatediff-t2v-turbo -ModelScope,ModelScope,881.9145359486201,881.1978807793801,cc-by-nc-4.0,Alibaba Group,https://arxiv.org/abs/2308.06571 diff --git a/arena_elo/results/20240527/clean_battle_image_editing.json b/arena_elo/results/20240527/clean_battle_image_editing.json deleted file mode 100644 index 24f177b144d9a4b905c23c4d67d64c71b1875559..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240527/clean_battle_image_editing.json +++ /dev/null @@ -1,8882 +0,0 @@ -[ - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707712630.872 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707712699.668 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707712896.0427 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707712929.7061 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707713147.0445 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707713198.9284 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707713210.1306 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707713747.5115 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707715613.7226 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707765708.2644 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707765861.2742 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707765975.0206 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707768866.9065 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707771673.2989 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707784377.6617 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707784466.8915 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707784983.9581 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707785277.16 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707795299.0619 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707795798.752 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707796435.7996 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707797278.7369 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707797279.6004 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805086.9739 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805220.3253 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805332.6322 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805476.0509 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818374.3438 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834631.9088 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834954.0147 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835366.544 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835643.6178 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835789.25 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836852.671 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707836952.6082 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707837020.7148 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707837226.2259 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707838166.1449 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707838405.0013 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707839133.3126 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707839484.6824 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707850104.2499 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707851384.7689 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707851936.9466 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707852836.3291 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707852878.673 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707853008.1359 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707856807.6229 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707863740.3507 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707866312.1118 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883083.3533 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883181.1397 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883187.9173 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883507.587 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883939.6125 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707892689.4407 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908988.749 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912639.2701 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917685.9574 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919429.336 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707932651.9192 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707932749.3107 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933208.5797 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707945335.6341 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708031168.6838 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708038931.5388 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708057382.78 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708093689.8237 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708093910.4683 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708095090.8232 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708095305.4665 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140553.1694 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708145512.3656 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708145724.4127 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708146846.5098 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189738.4864 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708235874.9246 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708257619.7115 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708341265.7655 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708350183.3086 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708399707.1681 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708441502.4707 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708441716.8195 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708546759.2009 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708546805.4892 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708547082.7124 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708547166.9685 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708547293.7107 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708575046.0529 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708615466.9264 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708615516.3341 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205399.0098 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205767.8923 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709443700.05 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709702898.9291 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710091925.1861 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710517781.1525 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710517859.2942 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710535672.9791 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714359818.6646 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714363016.9972 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714715956.3416 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714759928.3804 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715246275.0118 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715247590.2235 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715406266.2562 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715406354.5284 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715406371.8227 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715406418.5066 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1715406449.9401 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715406466.5778 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715620708.6361 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715621013.5373 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715661224.0507 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661259.6143 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661288.6018 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715661310.3621 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715718742.1258 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715718773.1054 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715718785.2832 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715718804.143 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715718826.0248 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715718869.0041 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715718904.9307 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715718933.1272 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715718954.8497 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715718966.8633 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719000.6673 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719019.5495 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719035.903 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719046.925 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719059.6291 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715719076.6727 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719086.7836 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719109.8071 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719122.8237 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715719134.1345 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715719153.4359 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715719160.5285 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715719171.4473 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719184.6227 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719210.0429 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719219.6447 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719237.7036 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719249.4321 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719257.5877 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719273.7637 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715719288.4629 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719299.1712 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719306.5928 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715719356.0694 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719368.0491 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719379.185 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719389.0771 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715719397.7162 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719406.4165 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719429.1002 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719435.4694 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719454.4526 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715719470.154 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719482.3114 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719499.9643 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719513.7317 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715719527.69 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719542.751 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715719560.9912 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719575.3291 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715719581.9552 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719591.9907 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719601.8819 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719612.1837 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719620.469 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719627.34 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719632.694 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719652.2038 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719661.8855 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719677.2949 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719687.3022 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719699.47 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719706.2375 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715719717.3564 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719722.5542 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719728.5417 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719737.2385 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715815138.5243 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715815152.0033 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715815169.0475 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715815187.1917 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815197.5233 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815209.8285 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815228.6736 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815236.3935 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715815265.9705 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715815278.5019 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715815294.5978 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715815325.4468 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715913098.6617 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716541099.5281 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716604696.0584 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716604715.0998 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716604747.7838 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716604763.4297 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716604782.4706 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716604802.0201 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716604811.6914 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716604825.8294 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716604840.2501 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716604877.822 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716604889.6984 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716604900.9223 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716604924.2766 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716604973.5794 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605034.895 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605062.8663 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605094.132 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605107.7767 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605140.0956 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605160.9401 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605168.0546 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605180.0919 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605190.4643 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605203.491 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605212.2599 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605237.2731 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605272.7429 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605289.9933 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605364.041 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605374.0614 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605393.5416 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605435.4312 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605443.9063 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605459.0496 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605473.3953 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605489.2814 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605504.7184 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605514.6453 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605529.8279 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605536.3404 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605543.2047 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605555.7948 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605601.5404 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605617.6268 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716605767.6135 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605777.2385 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605786.114 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605797.1427 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605809.6831 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605815.6526 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605835.1453 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605851.8386 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605858.451 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605866.4186 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605876.5431 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605891.073 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605900.0983 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605911.731 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716605928.9167 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605935.6882 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605946.6158 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605963.4158 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605972.2306 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605977.6398 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605987.465 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605996.3853 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606007.8113 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606016.5768 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606025.5488 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606039.5413 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606046.7561 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606054.0681 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606077.4586 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606088.2332 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606094.3957 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716606109.6773 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606119.4549 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716606125.8236 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606173.3143 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606195.2603 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606212.8981 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606219.0605 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606276.8289 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606288.2044 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606301.084 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606308.3969 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606433.9409 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606445.3091 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606477.3758 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606493.8176 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716606508.3021 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606516.8283 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606522.0526 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716606532.5815 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716606539.6957 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606547.5616 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716606554.0222 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716606564.3506 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606571.9707 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606585.7455 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606658.4599 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606693.8678 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716606709.0046 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606714.772 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716606727.6123 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716606735.0284 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606736.1803 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716606750.7617 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606786.724 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716606795.6984 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606813.8378 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606821.1015 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716607198.5045 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716607313.6175 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716607335.621 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716607370.4447 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716607389.5909 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716607420.1556 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716607435.2448 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716607465.4746 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716607486.7762 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716607506.9187 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716607635.4724 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716607663.0868 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716607692.9044 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716607819.9864 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716607857.6216 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716607895.8098 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716607940.0025 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716608033.9248 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716608099.9552 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716608114.2412 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716608131.8764 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716608196.7546 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716608299.8432 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716608352.2537 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716608470.6085 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716608508.9979 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716608535.256 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716608566.826 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716608606.9532 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716608621.3425 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716608645.7473 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716612490.9409 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716612527.7806 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716612609.5129 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716612630.2038 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716612663.528 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716612720.848 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716612753.058 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716612767.6391 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716612818.0482 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716612834.8391 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716612983.5404 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716613207.8915 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716613226.5981 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716613269.8392 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716613291.7248 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716613309.4071 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716613349.4281 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716613367.9389 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716613477.8186 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716613526.575 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716613544.7169 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716613580.5038 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716613599.3925 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716613614.4265 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716613641.2903 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716624300.8537 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716624324.2507 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716624482.9731 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716624506.1195 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716624641.2863 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716624657.8231 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716624672.2087 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716624694.7044 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716624708.3765 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716624735.9337 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716624764.5497 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716624811.5006 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716624821.927 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716627512.45 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716627556.3932 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716627583.262 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716627601.5072 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716627630.3773 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716627645.3205 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716627654.1454 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716627664.0213 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716627696.4511 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716627737.1743 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716627760.0293 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716627806.4061 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716627823.411 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716627837.6457 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716627889.0123 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716627913.6212 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716627938.5274 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716627966.1975 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716627991.8079 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628039.5051 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716628049.0246 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628071.9832 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628102.5049 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628123.5594 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628139.9985 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716628202.7625 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628221.104 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716628235.6369 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628251.4878 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716628267.8306 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628349.2577 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628370.6073 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628387.7431 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628402.2801 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628427.6381 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716628441.3679 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628552.0395 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628575.0907 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628587.6707 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628613.9413 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628733.2486 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716628772.2221 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628791.3244 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628807.4081 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628821.1404 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716628836.985 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628861.8452 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628891.0125 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628902.487 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716628918.8331 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628951.6453 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628964.4758 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628982.7156 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628995.118 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716629006.1009 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716629122.6311 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716629131.5469 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716629155.007 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716629223.4708 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716629240.7598 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716629252.7463 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716629269.2787 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716629285.113 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716629309.7244 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716629327.7166 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716629348.9576 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716629379.5769 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716629387.8439 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716629394.9593 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716630816.1122 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716630830.5477 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716630859.8113 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716630885.4225 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716630924.4544 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716630945.9567 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716630954.8739 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716630968.5578 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716630975.9243 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716630992.0216 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631006.7525 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631016.2736 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631043.2819 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631060.2613 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631073.9389 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631096.5981 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631112.1769 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631124.7037 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631145.1105 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631153.7837 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631163.1188 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631172.0382 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631183.3196 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631202.0102 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631210.0823 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631235.8828 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631312.1531 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631329.399 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631346.5938 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631361.6892 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631371.3178 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631382.9464 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631401.9484 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631417.3884 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631448.8928 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631488.7331 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631507.9737 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631517.4479 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631531.9308 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631553.6769 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631570.6625 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631580.1846 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631598.3167 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631619.3618 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631630.5917 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631664.6107 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631674.7839 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631684.5079 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631699.6647 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631707.7887 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631719.8237 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631731.3032 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631769.5139 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631801.296 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631813.1815 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631828.467 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631836.0902 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631848.4219 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631861.4561 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631875.5465 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631890.5883 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716638896.4123 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716638917.0964 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716638929.8315 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716638951.6381 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716638962.8244 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716638988.3276 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716639003.4669 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716639020.3111 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716639037.6966 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716639055.943 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716645468.6656 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716645603.2374 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716646164.612 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716646283.3472 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716646367.4252 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716646552.7164 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716646593.4385 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716646674.2926 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716646705.5886 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716646764.3246 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716646790.3248 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716646908.2416 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716646917.0648 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716646962.0953 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716646983.9078 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647000.6985 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647018.3633 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647028.6519 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647069.2087 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647081.4386 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647094.6684 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647107.594 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647137.1078 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647149.0847 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647164.5651 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647193.8495 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647207.3299 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647225.9565 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647237.3443 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647247.7742 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647259.7063 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647277.9556 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647293.7004 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647309.7046 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647329.3152 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647368.3156 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647388.6718 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647399.0991 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647408.8236 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647423.0791 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647429.2995 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647462.174 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647475.9573 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647484.0343 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647492.1555 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647504.6877 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647517.8133 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647524.0753 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647535.0545 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647545.384 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647554.8101 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647571.0596 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647578.6755 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647587.3561 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647603.0765 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647612.2839 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647623.6549 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647638.9469 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647653.8856 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716667796.1672 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716667816.6491 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716667838.2985 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716667860.5556 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716667884.9599 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716667901.3108 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716667924.6361 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716667944.9242 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716668287.7166 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716668327.9491 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716668343.2883 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716697472.7914 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716697504.4035 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716697573.1098 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716697624.325 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716697744.7634 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716697956.3807 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716698033.0577 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716698245.4344 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716698327.003 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716698371.6 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716698415.9121 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716698532.8953 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716698558.7503 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716698579.6523 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716698675.3115 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716698771.0441 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716698816.1336 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716698852.9314 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716698895.188 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716698933.0638 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716698970.2659 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716699036.1158 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716725103.4194 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725120.8321 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725177.518 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725206.1811 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725232.3641 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725265.4435 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725273.1522 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725286.6907 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716725336.5373 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725356.592 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725380.8564 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725393.6974 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725408.9409 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725423.1308 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725432.9063 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725448.4239 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725469.283 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725486.8823 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716725498.6122 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725513.3688 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725555.9442 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725563.9122 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725573.8446 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716725588.1728 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725599.5479 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725691.6935 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725704.7868 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716725717.6671 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716725733.9649 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725749.405 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725765.4507 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725779.885 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725788.5182 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716725801.1148 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725812.947 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725822.4764 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716725843.3425 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716725858.0287 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725864.898 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725883.5483 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725899.1615 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725916.7568 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725929.6466 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725960.9953 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725969.5173 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725978.2458 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725988.7294 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725997.7098 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726052.9235 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726062.2163 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726079.1784 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726089.0051 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726100.9303 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726106.9981 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726181.5152 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726194.4541 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726210.8484 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726222.7297 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726232.6604 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726241.3459 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726250.2725 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726259.2974 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726270.4228 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726283.5017 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726288.9639 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726301.2998 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726311.6449 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726322.2733 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726331.7043 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726342.534 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726352.3007 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726360.8671 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726375.4623 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726442.4983 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726479.6581 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726489.4382 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726497.8571 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726650.7564 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726666.148 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726685.0972 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726700.6411 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726720.8035 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726850.0132 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726860.3356 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726869.5719 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726878.9527 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726893.8929 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726905.2733 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726912.4957 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726921.1703 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726931.0016 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726945.6522 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726954.269 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726966.1476 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726976.7288 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726985.7507 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726994.7678 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727000.3326 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727007.0475 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727084.248 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727094.5719 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727103.1498 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727110.5311 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727117.0022 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727130.1414 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727140.3192 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727152.0947 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727159.4137 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727168.834 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727181.0654 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727187.9869 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727194.7647 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727210.4056 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727217.6723 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727225.234 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727240.5225 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727280.6958 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727291.9284 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727313.3798 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727329.2167 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727342.9492 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727352.7768 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727361.2992 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727370.3721 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727385.0504 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727394.9735 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727403.6456 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727411.1677 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727421.2407 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727434.2823 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727442.6072 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727452.7373 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727460.2099 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727467.3859 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727475.6552 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727483.3718 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727504.8113 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727512.3856 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727521.954 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727546.9149 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727553.7833 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727565.8214 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727580.3035 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727595.4295 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727627.0124 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727642.3164 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727651.8417 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727766.9252 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727783.5783 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727791.2986 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727800.8717 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727807.8322 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727814.7437 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727833.5955 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727840.6222 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727848.448 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727853.6167 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727875.6262 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727962.6967 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727969.5155 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727980.2147 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727991.5302 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727998.7991 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728003.9723 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728009.5917 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728021.0284 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728027.6106 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728036.1964 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728043.0191 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728048.4259 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728057.0579 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728069.9569 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728075.4683 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728083.4866 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728098.2752 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728109.9985 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728120.1675 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728128.2855 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728135.1512 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728139.9626 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728152.3502 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728160.6171 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728175.5073 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728182.7262 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728188.0396 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728193.1535 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728204.5769 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728214.5113 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728232.5306 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728238.5444 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728247.7701 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728261.0162 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728267.0339 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728273.0023 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728280.8717 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728286.5857 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728293.647 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728305.528 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728312.3004 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728321.2286 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728328.2916 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728798.2101 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728810.132 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728821.5646 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716745620.8532 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716745652.6839 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716745700.088 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716745855.4743 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716745897.8491 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716745953.0266 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716745973.8221 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716746017.6491 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716746205.3685 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716746244.2996 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716746264.2568 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716746280.753 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716747213.2132 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716747256.9527 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716747300.2075 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716747339.5826 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716747369.3644 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716747398.616 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716747448.3494 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716747552.803 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716747584.6276 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716747606.2848 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716747649.6574 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716747682.3376 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716747722.6405 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716747797.5494 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716747869.0399 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716747891.4571 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716747920.2327 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716747939.584 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716749646.7843 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716749696.354 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716749730.2495 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716749776.2764 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716749888.4603 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716749914.5802 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716749940.5542 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716749970.5263 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716750008.2537 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716750043.8712 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716750065.3746 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716750112.0539 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716750157.4182 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716750199.2141 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716750245.6854 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716750276.6703 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716750290.0386 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716750349.4492 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716750770.827 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716750833.5807 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716750884.3672 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716750909.7914 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716750937.9258 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716750946.6655 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751002.0069 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716751046.5212 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716751061.8143 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716751286.7161 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716751312.3299 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716751333.1833 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716751352.0314 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716751398.6861 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716751409.0689 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751438.6903 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751449.6622 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751493.5744 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716751520.7481 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751537.404 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716751571.7975 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751597.6236 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751674.3896 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751897.9933 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751919.4483 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716751963.2601 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751980.0005 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716752027.9047 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716752069.4363 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716752091.6392 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716752112.3889 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716752185.2672 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716752208.324 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716752232.3811 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716752258.8471 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716752273.9366 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716752289.3346 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716752318.912 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716752341.673 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716752369.1086 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716752420.3603 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716752443.7085 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716752473.0068 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716770800.2033 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716770833.503 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716770921.4936 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716770961.0228 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716770978.5851 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716771033.0563 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716771066.8997 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716771084.1461 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716771390.7352 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716771435.5882 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716771460.8085 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716771501.3232 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716771529.5106 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716771569.7391 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716771623.3557 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716771639.5937 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716771692.6055 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716771726.0409 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716771740.3794 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716771761.0267 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716771786.9587 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716771832.6608 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716771864.9875 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716771988.4943 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772015.8433 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716772047.2998 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772072.6244 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716772110.219 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716772148.5693 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716772175.5359 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772220.595 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772248.9167 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716772264.4062 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716772290.9725 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772311.6721 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716772346.2647 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716772364.5651 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716772417.134 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772447.3156 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772475.9282 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716772504.7128 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772534.6455 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772558.7136 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716772618.9677 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772637.6682 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716778193.4021 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716778255.1581 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716778281.1296 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716778297.5692 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716778319.2647 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716778336.0106 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716778363.1849 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716778407.3813 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716778438.3131 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716778457.8029 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716778478.8008 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716778524.6186 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716778543.2156 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716778581.0017 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716778595.846 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716778607.4723 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716778704.4312 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716778784.114 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716778801.3088 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716778816.989 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716778835.9736 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716778850.5585 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716778885.4462 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716778968.7207 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716778982.5946 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716779003.2926 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716779035.6513 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716779097.9753 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716779110.0009 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716779164.9744 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716779245.6599 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716779296.482 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716779322.9584 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716779479.8991 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716779640.4905 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716779656.9219 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716779665.4907 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716779751.7009 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716779988.3009 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716780075.7086 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716780472.9575 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716780485.9866 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716780534.8805 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716780704.5129 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716780809.5332 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716781707.8162 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716781778.9452 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716781789.3343 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716781802.7098 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716781835.6565 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716781850.9427 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716782287.4771 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716782307.5565 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716782937.7169 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783011.9293 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783055.2146 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783156.9271 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716783193.0253 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716783208.4454 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716783218.1332 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716784739.8189 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716784748.8183 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716784757.1946 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716784765.8243 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716784775.4521 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716784787.5963 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716784801.2159 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716784807.5815 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716784816.2664 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716784821.9924 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716784839.6517 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716784847.4338 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716784854.3106 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785024.4047 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785046.8706 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785053.8933 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785060.513 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785067.5828 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785075.749 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785087.6916 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785096.0125 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785108.6982 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785116.5259 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785127.3601 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785132.0745 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785139.7482 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785144.0578 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785151.4275 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785158.947 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785167.5445 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785175.8666 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785183.1868 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785192.5624 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785200.1835 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785206.9135 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785212.8835 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785218.6964 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785224.6635 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785234.6452 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785256.9071 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785266.7337 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785278.6704 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785291.4158 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785300.1498 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785305.2199 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785313.2209 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785317.5344 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785324.3491 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785333.0287 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785340.8999 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785349.0648 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785356.5829 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785363.3454 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785368.7598 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785384.7571 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785389.6236 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785396.3496 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785402.7159 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785415.2479 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785423.4729 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785430.0946 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785437.6661 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785443.3382 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785449.2573 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785454.8719 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785461.1412 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785466.0021 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785472.821 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785484.5529 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785494.9277 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785505.7098 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785512.5814 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785520.1532 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785531.8845 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785538.5559 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785545.434 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785551.657 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785561.7403 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785568.9193 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785578.0577 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785583.0768 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785590.6469 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785599.7238 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785607.651 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785620.092 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785625.6658 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785636.7949 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785643.572 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785649.2373 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785655.7093 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785661.2337 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716791578.2263 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716848213.9411 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716848236.6724 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716848256.6296 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716848276.9927 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716848291.9049 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716848303.7966 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716848321.8917 - } -] \ No newline at end of file diff --git a/arena_elo/results/20240527/clean_battle_t2i_generation.json b/arena_elo/results/20240527/clean_battle_t2i_generation.json deleted file mode 100644 index 55af5ba611f1654c9f044d18baaad5d6c12edea5..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240527/clean_battle_t2i_generation.json +++ /dev/null @@ -1,42178 +0,0 @@ -[ - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707700514.3167 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707701110.2369 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707707434.9832 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707707467.1955 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707715202.5963 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707743517.6731 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707748092.0895 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707766084.3648 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707767434.9053 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707768049.9814 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707771506.9525 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707771618.8687 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707775417.8407 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707797986.5458 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707798121.0587 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707798585.0672 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707802112.022 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707802188.2116 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707802195.8893 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707803608.5079 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707803788.5758 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707803904.6801 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707803981.9232 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804176.6944 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804270.7927 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804297.8869 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804318.2703 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804334.1219 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804349.6842 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804364.5668 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804402.5063 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804439.225 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804479.6379 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804525.4779 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804569.4346 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805195.1868 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805385.1199 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707805544.5954 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805719.6055 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805892.4114 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806065.7944 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806165.7019 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806263.1867 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806323.9389 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806366.3154 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806417.7003 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806450.0813 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806488.8729 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806686.917 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707807465.0362 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707807624.1859 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808070.8364 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808165.8424 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808223.4083 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808242.8483 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808305.2596 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808365.8652 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808516.9725 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808592.0266 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707808776.6806 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707809207.6029 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707809528.5104 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707810829.8424 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707810888.7795 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707811836.4507 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812355.1994 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812463.5112 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812564.4237 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812633.8829 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812692.7422 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812731.7789 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812790.8552 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813196.5863 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813385.0823 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813688.5409 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813789.2976 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813801.8046 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813968.2954 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814081.937 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814113.8281 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814208.3473 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814576.4902 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814587.9823 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814630.8904 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707814638.1626 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814678.0675 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815069.0454 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815265.8876 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815309.9341 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815471.0053 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815496.1672 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815515.1383 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815597.8351 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707816139.8542 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707816453.2139 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707816524.6134 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707816642.8445 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707817578.7496 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818116.1249 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818116.4886 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818164.7455 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818248.2875 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818875.2918 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707819636.4627 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707820183.6769 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707820223.2706 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707821064.6519 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707821537.8837 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707821734.9105 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707821913.7658 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707822028.5932 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707822757.6234 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707824160.6135 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707824465.7056 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707824555.3203 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825315.02 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825427.9915 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825465.0846 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825513.2124 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825892.4661 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825936.2938 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707826004.6453 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707826621.1118 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707826696.6391 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707827607.6358 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707828504.1443 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707828598.2702 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707828650.1074 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829422.0774 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829424.1119 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829545.1677 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829558.9178 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829575.4002 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707829605.377 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829655.401 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829671.9346 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829764.2277 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707830051.739 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707831907.61 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707832672.6529 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833021.7755 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833211.1736 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833330.5156 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833567.2266 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833793.1294 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834070.3689 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834184.5449 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834553.1154 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834593.0783 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834668.474 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834707.0272 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834747.5192 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834769.6714 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834838.9968 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834939.7331 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835013.9187 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835059.1088 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707835084.9734 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835143.1459 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835157.8035 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835271.8395 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835326.7352 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835390.8923 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835525.9638 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835615.8358 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835679.3932 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835717.0721 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835853.3267 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835989.8838 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707836084.5509 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836132.9464 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836135.0599 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836237.3436 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836314.9641 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836695.3278 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707837085.8896 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707839155.8114 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707840267.3024 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707840932.8884 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707841426.0637 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707841877.0338 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707841965.2778 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707842944.8061 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707843000.9465 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707843932.2112 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707844717.8943 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707845169.7825 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707846883.7945 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847300.2803 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847465.1349 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847529.7859 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847805.9735 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847846.2293 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707848073.1447 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707848814.4383 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707849117.1598 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707850807.7058 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707850898.7895 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707851643.0572 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707852226.5775 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707852250.3298 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707852649.075 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707852658.3925 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854112.6589 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854223.7006 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854439.3584 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854467.9121 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854493.356 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707854644.0324 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854745.2094 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707854859.0911 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855029.8798 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855287.8118 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707855365.8721 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855592.3744 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855617.8623 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855662.3148 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707855663.1059 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707855706.2598 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855818.7279 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707857642.2074 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707857681.8972 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707858601.4616 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707859063.3978 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707859131.0729 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707859155.9948 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707859314.8579 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707861187.3856 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707861468.4384 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707861681.2523 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707861762.884 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863154.0782 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863220.9442 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863276.7531 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707863359.6247 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863562.8628 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863623.6038 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707864470.9299 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707865527.8262 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707865559.346 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707866156.3368 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707866211.1115 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707867088.7165 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707867880.8468 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707869812.1567 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707870348.7079 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707870392.0767 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707870526.6392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707870575.054 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707870639.4277 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871185.0523 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871233.4711 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871275.0108 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871354.9701 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871603.5439 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707871663.4536 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707871686.2102 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871840.7281 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871909.9365 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707872099.4329 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707872920.9285 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707872977.5665 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707874406.8176 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707875417.714 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707875703.986 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707875827.46 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707876432.1059 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707876829.205 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707877060.6713 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707878629.8346 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707878669.1334 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707878754.5179 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707879902.0051 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707881075.7184 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707881126.4996 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707882647.3191 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707882792.5618 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883779.6594 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707884893.6044 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707884977.6614 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707885031.1868 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707885083.3686 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707885959.1288 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707886120.659 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707886453.0044 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707887924.3075 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707888115.6326 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707888163.9161 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707888250.1088 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707888730.6572 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707888918.6905 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707889251.9249 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707889339.3417 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889511.4789 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889669.429 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889749.9811 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889822.2849 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707889889.5842 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889977.4531 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707890036.0378 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707890352.6404 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707890503.3537 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707890577.6157 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707891026.6919 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707891203.8892 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707891238.0325 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707891817.495 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707891838.6998 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707891867.0386 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707892517.4853 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707892603.8426 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707892776.7545 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707892856.4175 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707893005.224 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707893730.3778 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707893776.5582 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707893845.3551 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707893914.9762 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707894034.0264 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707894096.279 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707895246.3966 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707895682.8333 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707896516.4099 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897405.8243 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897594.363 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897777.4843 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897851.2186 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897859.3775 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897981.0235 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707898245.577 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707898288.3873 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707898690.7825 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707899153.9213 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707899254.7719 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707899600.5993 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707899708.2314 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707900399.2522 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707901463.2114 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707901625.6262 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707901724.895 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707901805.2825 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707901851.0289 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707901919.5957 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707902655.3889 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707903934.1831 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707903976.2698 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707904071.9685 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707904602.7143 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707904819.7667 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905092.372 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905159.5688 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905200.2306 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905205.8817 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905273.4656 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905352.1535 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905388.8247 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707905403.3113 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906463.3872 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906506.8365 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906531.5441 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906549.5815 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906674.4723 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906696.9843 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707906720.9523 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906789.0782 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707906831.6404 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906871.5136 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707906901.3599 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907016.8681 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907048.7211 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907133.1481 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907147.7204 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707907185.1271 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907223.9358 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707907247.2444 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707907276.8843 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907327.1575 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907427.1745 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907625.4958 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907746.2735 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907788.1814 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907918.7149 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907958.4932 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908048.9348 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908051.4076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908075.9936 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908311.8685 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908325.8212 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908458.9354 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707908563.0142 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908632.1933 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908900.8127 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908931.366 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707909339.6597 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707909562.0429 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707909679.8987 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707909685.0761 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707909778.3151 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707909998.5448 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910050.1127 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910100.9659 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910410.3087 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910587.4802 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910637.0556 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910755.6916 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910801.7684 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910811.2485 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910887.2329 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910896.9534 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707910900.8951 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707910905.4941 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910924.6707 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910982.6954 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910991.9937 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911029.3976 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911127.9317 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707911174.7956 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911218.698 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911276.8502 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911291.0875 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911316.0308 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911331.0514 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911344.5667 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707911518.1543 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911665.1089 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911758.3748 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912074.1765 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707912129.4306 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912176.8019 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912185.9448 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707912248.7648 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707912356.6732 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912462.9377 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912567.5438 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912649.0507 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912679.8891 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912837.4157 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912852.8909 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912910.5681 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912946.5205 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912959.2604 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912999.2068 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707913018.0211 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913032.8311 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707913060.4585 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913061.8856 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913099.4482 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913118.919 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913119.8888 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913178.1121 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707913182.7231 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913186.2456 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913203.1502 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913208.3418 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913251.3096 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913271.6578 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707913275.4802 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913313.9229 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913357.2293 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913389.2412 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913395.0962 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913408.1319 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913445.1243 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913472.8458 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913677.7619 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707914794.6501 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707914855.5524 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707914897.5771 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915023.9768 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915466.0448 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915532.6739 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915587.6978 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915672.2025 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915730.2925 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915777.2634 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915810.9608 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915839.1494 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915861.4564 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707915905.9859 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915915.5039 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707915916.0541 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915951.6873 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915960.4007 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707915970.9477 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916012.5482 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916044.5465 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916065.8303 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916099.7404 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916119.8235 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916170.2499 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916184.2409 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916200.7999 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916218.6752 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916256.2347 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916277.5221 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916309.6548 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916346.9444 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916350.0651 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916386.9622 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916390.033 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916390.6858 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916446.0376 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916450.6489 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916469.5215 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916470.5667 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916505.2343 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916518.4975 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916624.0147 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916696.0474 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916735.8473 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916747.4191 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916792.382 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916810.7745 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916813.1735 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916887.1351 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916898.5144 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916982.3532 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917000.8087 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917036.4298 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917058.6626 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917060.2105 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917073.6256 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917085.2154 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917155.4275 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917191.3453 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917205.0975 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917235.0206 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917258.3194 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917342.1145 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917372.6977 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917385.7986 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917423.7412 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917424.2131 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917498.4327 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917531.0262 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917548.0715 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917596.2616 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917600.5537 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917655.0935 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917673.9615 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917719.7166 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917729.4175 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917759.6363 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917804.9582 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917865.5889 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917969.5961 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918011.8903 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918085.0867 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918131.4236 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918160.0215 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918163.8283 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918194.5629 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918221.8827 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918235.3786 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707918264.5256 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918277.8947 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918323.7305 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918332.564 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707918379.8486 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918434.8289 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918734.8183 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919027.1236 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919054.4345 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919144.3406 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919147.9338 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919230.7308 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919296.9083 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919393.1404 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919478.9496 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919493.7021 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919536.9567 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919564.2367 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919583.6984 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919740.9197 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919883.6543 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920419.1473 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920434.6966 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920509.1715 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920594.0594 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920645.8842 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707921077.823 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707921096.5352 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707921127.6203 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707921159.3097 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707921981.7617 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707922061.6904 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707922132.6713 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707922634.743 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707923032.4667 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707923073.1547 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707923142.4485 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707923251.1361 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707923992.1768 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924165.4497 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924275.8604 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924316.0433 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924413.8304 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924458.3192 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707924738.1432 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925003.1457 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707925076.2295 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925129.2682 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925550.0104 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925615.8461 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707925642.6322 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925766.1992 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707926618.0896 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707926694.5902 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707926790.021 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927050.9478 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927126.2106 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927208.069 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927393.043 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927453.8706 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927496.8595 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927535.7321 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927615.331 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927633.9045 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927650.8896 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927672.6334 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927740.0537 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927758.1402 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927810.2906 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927846.7507 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927893.3725 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927952.7473 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707928190.3431 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707928802.3991 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707929496.0313 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707929599.8263 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707930561.6607 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707931092.8987 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707931225.8171 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707931268.194 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707931887.2924 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707931888.75 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707932190.2759 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933068.2769 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933172.4871 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933217.1406 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933237.3513 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933268.7009 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933292.91 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933297.9225 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933369.0276 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933413.8632 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933431.0668 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933447.92 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933592.8238 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933643.523 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933686.1231 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933768.1406 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933803.0941 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933844.2358 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933880.1095 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933884.089 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933934.1742 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934023.9856 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934049.1471 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934128.2119 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934170.6913 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934267.1023 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934319.3214 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934374.2844 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934382.4736 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934500.6694 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934566.6378 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934598.3878 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934605.1143 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934647.2204 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934695.2706 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934736.906 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934850.4166 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707936241.0814 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707936291.0266 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707936385.9089 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938013.3449 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938180.4804 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938613.6437 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938841.3997 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938951.4817 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707939017.3308 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939045.2476 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939335.1893 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707939380.646 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939541.333 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939641.082 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707939724.1214 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939841.1799 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707939863.0875 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939899.5396 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939936.0293 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940089.2411 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707940185.0653 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940242.5355 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940300.4272 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940343.6813 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940414.8563 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707940439.7377 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707941105.2771 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707941135.1485 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941160.7901 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707941193.6775 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941217.7381 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941324.3807 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941402.8543 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941443.2223 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707941964.3088 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707942036.4955 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707942103.4557 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707942169.7327 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707942264.2183 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707942300.6322 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707942371.5746 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707942571.6778 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707942630.0493 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707943172.7209 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707944152.0658 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707944615.6625 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707945506.1476 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707948092.1905 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949089.686 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707949135.1425 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949281.598 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949303.603 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949494.8498 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707949543.3071 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949599.1029 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707949657.3906 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950176.7606 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950429.6834 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950620.6165 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950881.5139 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950909.097 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950952.0049 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951018.3882 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951081.6152 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951110.0858 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951224.8171 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951884.901 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951962.3044 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707953806.744 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707954087.9998 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707955217.9239 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707955441.7822 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707955865.4022 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707956100.154 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707956171.0881 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707956489.8228 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707956816.0064 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707956983.108 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707957228.6115 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707957427.2669 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707957439.2736 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707957488.8019 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707957695.3719 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707957899.2597 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707958825.5013 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959005.2791 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959072.8789 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959117.3202 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959283.7537 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959517.4248 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959519.9556 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959602.5617 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959668.3561 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959749.5751 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959822.3033 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959889.7336 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959970.3128 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959992.4392 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960066.9854 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960107.1791 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960257.2383 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707960280.0116 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960476.5261 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960552.5788 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960670.3518 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960774.498 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707961245.9252 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707961439.0165 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707961551.5716 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707961628.4485 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707961785.4298 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707961956.6665 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962044.6912 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962086.5075 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962154.8799 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962229.5275 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962306.3355 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962403.6811 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962522.5521 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707962603.7058 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962763.9479 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962856.1898 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962892.813 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707964125.4049 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707964169.0741 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707966705.091 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707966724.1749 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707966916.7014 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707967815.2925 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707968982.8117 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707969103.548 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969221.8545 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969259.4015 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969450.7528 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707969665.3351 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969670.5846 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969748.656 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969796.55 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969932.4526 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970385.7193 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970425.3208 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970472.9276 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970503.8312 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970525.255 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972274.9415 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972395.9 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972462.121 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972465.6562 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972546.5605 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972581.2215 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707974383.3476 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707974441.018 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707974600.5679 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707976631.6841 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707979936.4233 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707980270.8804 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707980272.3898 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707981908.5595 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707981954.3946 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707983689.7292 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707984025.2664 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707985171.0128 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707985495.8015 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707985600.1919 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707986326.9305 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707987318.5669 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707989144.9396 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707989216.3561 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707989423.3999 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707989478.1056 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707989604.5316 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990265.1551 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707990333.7524 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990374.8158 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707990391.696 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990445.4444 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990756.83 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990757.2978 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707990932.9713 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707991096.1999 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707991162.0321 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707992030.5292 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707992073.6867 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707992136.65 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707992209.4205 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707992310.9014 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707995128.8881 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707996569.4656 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707996881.5308 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707996925.6111 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707996970.7215 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707997020.0792 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707997022.6461 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707998799.4084 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707999877.7348 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708000822.1476 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708002809.7539 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708003720.8431 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708003807.5267 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708003850.4119 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708003907.1458 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708005395.3762 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708005524.2485 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708005643.0993 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708005691.4589 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708006921.3169 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007031.2278 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007084.9317 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007169.3253 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708007215.3003 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007254.5339 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007292.3956 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007326.5783 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007411.6694 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007479.5755 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007559.7187 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007640.8531 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007824.5635 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007911.4417 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708008022.0812 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708008304.3283 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708008493.171 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708008606.502 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009363.8241 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009519.9965 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009605.0407 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009855.0076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009925.4483 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708010303.5563 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708010563.9384 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708010909.8944 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708012564.8519 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708012593.424 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708012630.3344 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708012755.1099 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708012807.9212 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708014058.736 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708014155.9281 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708014995.8236 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708015893.8303 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708016214.6399 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016573.8328 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016674.2569 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016711.8716 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708016843.4831 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016913.4118 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708016917.5447 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016967.5059 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708017618.3768 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708017680.9518 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708017789.0711 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708017830.1909 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708017879.2762 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708018045.6918 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708018332.9514 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708018608.3155 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708018705.3157 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019436.3054 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019484.8673 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019600.7404 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019667.5597 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708019734.1978 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019952.4912 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708020007.0338 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708021280.5687 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708021364.4024 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708021396.0419 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708022277.8721 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708023219.4536 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708023736.4653 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708024331.3717 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708026562.9225 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708026693.4445 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708026800.3382 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708026862.5577 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708026938.8916 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708027019.5145 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708027078.7138 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708031098.3078 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708031341.1596 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708031374.8991 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708031417.0021 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708031538.3038 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708032188.7187 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708032342.5879 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708032420.9835 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708033022.7451 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708034090.3644 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708034113.0241 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708034291.5548 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708035819.7005 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708035875.1149 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708035917.9152 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708036289.7746 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708036362.6679 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708036453.317 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708036977.7648 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708037049.0098 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708037080.6835 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708037169.8772 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708037232.9368 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708037738.6347 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708037896.7138 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708037988.3194 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708038099.5572 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708038288.3241 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708038557.0852 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708039031.0195 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708039662.0893 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708042353.4358 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708044416.6951 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708044460.7379 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708044470.7821 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708044507.4909 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708044547.7829 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708044559.2364 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708046510.2161 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708046662.7907 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708046769.7022 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708046780.3516 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708047415.4947 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708048614.887 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708049331.8461 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708049392.378 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708049423.8199 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708049512.7601 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708049575.1588 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708050251.9377 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708050293.4472 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708050308.4985 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708050462.3975 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708050490.8809 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708050498.2108 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708051255.8866 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708053435.384 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708053546.2222 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708053599.0177 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708053966.9856 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708056214.2996 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708057229.1437 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708057322.8692 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708059311.1176 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708059391.5785 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708066612.8351 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708067096.0004 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708067136.5425 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708067232.3091 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708067415.799 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708067574.9226 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708067747.8749 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708068176.8901 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708068914.1969 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708068962.9907 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708069003.5298 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708069143.4702 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708069166.9656 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708069330.803 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708069568.027 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708069851.9453 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708070022.0949 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708072187.4975 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708073481.1461 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708073651.7052 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708073653.0893 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708073709.293 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708073728.9009 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708073806.5067 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708073960.942 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708074154.2882 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708074396.1484 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708074610.5856 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708074679.1138 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708075062.671 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708077280.5931 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708077322.0512 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708078267.7004 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708078294.7229 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708080014.8626 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708080718.6937 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708081723.1128 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708081849.7331 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708082357.1385 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708082676.9847 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084071.5593 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708084233.6032 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084272.1678 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708084306.2933 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084329.5404 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084422.5459 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084448.0676 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708084545.8871 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708085031.092 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708086036.0558 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708087431.6381 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708087504.3381 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708087677.8589 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708088182.024 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708088281.2235 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708088922.5211 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708090426.5116 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708091236.8975 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708091413.819 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708091496.0926 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708091866.6917 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708092044.7034 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708092811.4154 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708093457.1153 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708093518.1758 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708093822.1669 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708093946.8994 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708094792.9638 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708094833.2447 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708094914.4639 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708094981.2979 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708094985.2131 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095768.8978 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095886.5269 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708095900.0872 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095914.3337 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095954.1028 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095974.1364 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096033.0511 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096038.555 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096097.7387 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096182.5309 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096237.6472 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096327.0022 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097240.8207 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097419.7711 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097509.882 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097525.0774 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708097568.222 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097736.7028 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708098813.7485 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708098896.0644 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708100906.6197 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708100958.2986 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708101945.2317 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708103712.9627 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708104808.4396 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708104877.5801 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708104941.7841 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708105042.3432 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708105225.2412 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708105482.9868 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708105534.6317 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708106090.0451 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708106299.9794 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708106918.9237 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708106957.868 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107205.7853 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107337.0744 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107438.9079 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107810.5795 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107903.9406 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708108004.4948 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708108073.6932 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708108224.9075 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708108273.6716 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708108622.5794 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109377.927 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708109574.2361 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109787.5966 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109820.4291 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109964.8059 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109969.4701 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110086.0938 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110359.8645 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110478.6266 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110516.5118 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110722.0719 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110894.43 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111110.5333 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111157.5813 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111208.8895 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111209.35 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111276.261 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111345.4691 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111377.3504 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111412.456 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111425.0459 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111522.5294 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111544.3402 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111584.5444 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111635.4562 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111740.1655 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111831.8014 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111843.4166 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111871.713 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111945.6409 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112033.1376 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112061.7656 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112206.2574 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112206.7184 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112236.3926 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112257.9906 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112349.9469 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112428.7129 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112455.5679 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112666.5624 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112709.1203 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112756.4458 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708112810.0617 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112852.042 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112870.2931 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112919.3083 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113007.7759 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113097.3553 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113376.2534 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113377.609 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113429.7074 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113468.8579 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708113719.0232 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708113774.9737 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708113856.5251 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115064.8115 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115072.4056 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708115116.4138 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708115163.8253 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115274.4666 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115365.4239 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115700.4346 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708115781.6682 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708116986.3445 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117034.5467 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117316.253 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117391.8395 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117414.9773 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117719.1624 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117879.0764 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708118080.6109 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708118373.9448 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708120703.142 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708120778.5357 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708120816.2409 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708121482.9907 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708122033.6099 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708122072.9567 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708122197.6695 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708122265.2623 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708122285.9708 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708122851.3515 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708122975.753 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708123295.3367 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708123837.8162 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708123912.9557 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708124121.4218 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708124189.9424 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708124224.6943 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708124257.7295 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708125488.1034 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708125496.9753 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708126434.3092 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708126483.5169 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708126533.5348 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708127737.1941 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708127774.1258 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708128506.8302 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708128599.9542 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708130890.3452 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132065.7242 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708132126.7234 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708132196.5208 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132467.7891 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132626.6819 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132722.3279 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132794.4495 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708133220.6622 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708133379.774 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708133706.5342 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708133791.5656 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708134194.5586 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708135690.3016 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708135773.4307 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137137.0176 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137200.7484 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708137255.2448 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137646.0651 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137694.589 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137764.5412 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137828.0466 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708138110.5944 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140073.0293 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140088.8806 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708140139.0831 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140145.8505 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708140173.3316 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140179.8027 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140210.5382 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140213.5953 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140260.8624 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708140316.1129 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140360.1673 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140813.5111 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708141183.215 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708141891.6501 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708141971.4729 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708142581.4854 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708142676.2195 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708143073.5683 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708144618.1496 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708144678.6238 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708144779.724 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708144873.941 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708145293.1434 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708146014.328 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708146068.0118 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708146433.888 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708146806.7443 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708147115.7163 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708147988.779 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708148079.6994 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708148249.8614 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708148339.2037 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708149049.8244 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708149487.2149 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708149800.2536 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708151672.2439 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708151699.6482 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708151728.7431 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708151750.0684 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708151795.5923 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708152611.4998 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708155969.2393 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708156027.0017 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708156082.7118 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708156965.8117 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708157931.6349 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708160490.8999 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708160967.0389 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161072.7771 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161164.9265 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161175.3145 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161250.7839 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161344.4487 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161395.1099 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161470.5154 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161493.8058 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161578.5919 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161685.3502 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161744.4562 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161830.4571 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708162423.7927 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708162788.7029 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708162927.1516 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708163762.7364 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708164361.7048 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708165929.3793 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708167159.6451 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708167322.5777 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708168120.0766 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708168339.0175 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708168390.2853 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708169256.1304 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708169315.3648 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708171191.8854 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708171290.2203 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708172121.6343 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708172173.8632 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708173393.5117 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708173733.9815 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708175751.6607 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708175862.4882 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708175892.3837 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708175956.3045 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708176181.9258 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708176239.4311 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708176299.6426 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708177136.3304 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708177743.2047 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708178223.6546 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708178687.4497 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708178759.5559 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708179173.7792 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708180805.5876 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708180857.4361 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708180910.5907 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708180954.3089 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708181131.326 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708181486.732 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708181661.368 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708182592.0714 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708182880.7531 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708182981.589 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708183018.8662 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708183057.7031 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708183136.0475 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708184715.4283 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708184823.9236 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708186992.1392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708187497.8336 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187571.9101 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187616.6648 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187693.4713 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187798.4201 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187878.106 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708188023.1779 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708188113.7851 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189180.9089 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189255.4699 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189289.4887 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189294.5574 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708190594.3693 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708190776.3361 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708191033.4194 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708191440.1808 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708191548.789 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708191711.7215 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708191961.5556 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708192669.4533 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708194178.0538 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708194330.5225 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708194796.3463 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708195490.5541 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708195588.4757 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708196360.2703 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708196373.5338 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197127.813 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197187.7383 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197269.4851 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197462.4622 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197646.0736 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197698.7769 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708199505.5575 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199563.83 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199606.1485 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199658.9069 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708199730.0171 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199779.1095 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199862.3877 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708199947.113 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708200509.7514 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708200639.7706 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708202963.0247 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708204846.6768 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708205029.1505 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708205117.065 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708205616.8439 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708205694.4186 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708205790.1749 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708207080.3918 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708207112.5804 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708207764.321 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708207946.3367 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208000.0355 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208060.3709 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208088.2458 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208157.9119 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208636.4282 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208659.4342 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208739.3584 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208758.6543 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208830.2121 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708208916.3004 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208982.1274 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708209035.5367 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708209086.2585 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708209403.9427 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708209595.737 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212075.3529 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212142.3537 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212362.1027 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212455.3279 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708212522.8349 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212592.8628 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708213525.5828 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708214674.8215 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708216260.4941 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708216295.9763 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708216484.3449 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708216792.5555 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708216881.4459 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708217654.5956 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708217824.3497 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708218049.1273 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708218228.7928 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708220709.2834 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708220749.2794 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708223966.7437 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708224912.2474 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708224994.7921 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708225070.353 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708225127.6709 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708225156.7352 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708225247.4943 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708225331.5296 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708226049.8169 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708227409.6176 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708229720.0179 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708231959.8788 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708233641.0849 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708233936.715 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708233960.532 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708234167.2376 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708234442.478 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708234578.5545 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708234685.9085 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708235094.6835 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708235600.3159 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708235648.6368 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708235692.6976 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708235735.0741 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708235992.4909 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708236964.0669 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708237052.6045 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708237167.5794 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708237665.8684 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708238029.9722 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708238144.4689 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708239433.5071 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708241005.1807 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708242233.7412 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708246818.2547 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708248272.2769 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708249187.0495 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708255788.2223 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708256870.3964 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708257722.1518 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708257863.252 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708258111.6728 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708258123.808 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708258129.0788 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708258363.1549 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708258382.1352 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708258483.7652 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708259385.1642 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708259466.6425 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708259566.9631 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708259653.5893 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708259991.7081 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260002.2506 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260576.1787 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708260579.7168 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260586.0516 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260680.3084 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708260765.3981 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260777.7795 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708261136.1138 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708261293.3588 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708261386.4392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708261654.5818 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708261771.1698 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708261997.0189 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262073.3028 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262213.5624 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262642.1204 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708262672.6433 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708262723.9227 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708262780.1344 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708262878.5661 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262928.1139 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262979.526 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708263334.0474 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708264529.2548 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708266597.9844 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708268215.4201 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708268272.7549 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708269208.6405 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708269271.4767 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708269482.187 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708270156.857 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708273878.1751 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708273957.6425 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708273959.5278 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708274006.6101 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708274254.2376 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708274333.8459 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708276828.19 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708276873.5007 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708276982.3282 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277043.704 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277104.4539 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277111.757 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277154.2405 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277196.5891 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277519.9543 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708277585.2747 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277668.2427 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708277717.2005 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708277910.5217 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708278923.5015 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708280351.4132 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708281043.2273 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708281084.6966 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708281510.9501 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708283522.8397 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708283900.5962 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708283967.9701 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284003.6521 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284136.7046 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284173.3872 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284209.801 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284295.3183 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284352.2413 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284512.1361 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284569.9599 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284661.0038 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284707.1979 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284747.5545 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284786.262 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284811.6143 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284826.019 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284857.6008 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284877.3336 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284925.4894 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284926.2498 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284992.4334 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285144.8357 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285172.7899 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285176.3318 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285226.2026 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285230.0245 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285251.6899 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285277.3227 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285351.5329 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285369.7405 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285466.8213 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285478.6473 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285494.7509 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285514.4219 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285583.0465 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285621.2876 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285638.268 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285673.0919 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285723.5382 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285755.0262 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285765.2709 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285798.6103 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285873.7166 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285886.7408 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285936.4984 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285965.3547 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285998.8217 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286081.7405 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286160.5468 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286162.5817 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286250.7938 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708286292.2898 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286439.8234 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286460.8979 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286477.823 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708286650.052 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286696.2777 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708286747.041 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286760.1765 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286859.6768 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286949.4869 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708287041.6803 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708287126.6675 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708289643.0085 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708289717.8364 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708291591.2884 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708293645.4802 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708294589.7471 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708294771.0958 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708294981.7821 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295057.7197 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708295107.3454 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295148.3313 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295175.4591 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295193.707 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295233.6539 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708295255.9021 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708295306.5686 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708295429.4082 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295605.2575 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295726.1388 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708296763.2981 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708296795.1968 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708297030.3083 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708297141.8407 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708297219.7788 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708298646.8166 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708298730.4007 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708301552.892 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708302116.1866 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708302551.0717 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708302935.5025 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708303060.2346 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708303167.2704 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708303258.4105 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708305857.2171 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708307457.8442 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708308363.8651 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708308438.1661 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708308583.4457 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708308636.5225 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708308829.5762 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708308945.8548 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708309014.2343 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708309032.1446 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708309151.5775 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708310360.2759 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708310571.8526 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708311567.845 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708311755.6812 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708314853.3803 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708314870.1826 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708314884.0823 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708314941.4671 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708315717.633 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708316127.7112 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708316196.8172 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708316226.831 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708316227.9537 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708318466.2588 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708318513.611 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708318577.6952 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708318616.5885 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708318640.7817 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708318722.1609 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708319454.2198 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708320502.3499 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708320585.8314 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708320654.104 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708320684.8391 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708322869.549 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323041.2456 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323210.5873 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323288.0819 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323333.5338 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708323377.5511 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708323431.6197 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323716.2928 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708323755.1567 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323838.289 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708327110.1467 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708327390.9441 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708327450.7489 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708328064.4083 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708328263.1336 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708328734.1267 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708329699.3768 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708331022.0087 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708331540.0262 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708332107.916 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708332677.6709 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708333159.8028 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708333335.0557 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708333400.5451 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708333467.247 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708333489.0349 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708333701.2765 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708334015.77 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708334850.6207 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708334958.8985 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708335125.8436 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708335165.8328 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335208.1935 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335273.3737 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335402.0143 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708335458.0508 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335460.4383 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335533.0273 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335581.083 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335659.5869 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335728.3178 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335803.1856 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708336711.4729 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708338640.8676 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708340756.0458 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708341055.5629 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708341135.6561 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708341986.5639 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708343169.6965 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708345769.1576 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708346061.0247 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708347115.2369 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708347182.9832 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708348038.7305 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349081.3707 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349189.5958 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349255.2076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349287.9766 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349358.4824 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349404.6008 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349500.5487 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349773.133 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349872.8135 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349884.4717 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708350052.1819 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708350259.1582 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708350308.4317 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708350993.0178 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708351802.6755 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708352325.9342 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708352762.4444 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708352866.3974 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708355316.778 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708357756.8134 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708358284.9161 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708359803.1839 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708360975.5432 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708361025.6043 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708361597.214 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362143.1035 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362200.1762 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362267.112 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708362321.7929 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362370.8256 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362446.1154 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708362574.2275 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363013.8443 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363016.4916 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363042.619 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363092.5128 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363095.9158 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363152.3709 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363170.2848 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363219.3472 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363306.8638 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363332.1521 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363523.4473 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363526.6666 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363625.042 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363659.907 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708364061.3263 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708364375.1475 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708364410.5308 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708364482.603 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708365744.2785 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708365822.8718 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366468.6777 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366591.1468 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366695.2628 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366837.1298 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366877.2988 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366940.2037 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366962.4288 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366995.3779 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708367035.3155 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708367058.6757 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708367130.4575 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708367231.3857 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708367238.0157 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708367259.9364 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708367339.3387 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708368110.8263 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708368402.4106 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708368500.8949 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708368579.9913 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708368687.6498 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708368748.6354 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369054.0756 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369061.195 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708369118.2079 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369294.7455 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369452.4548 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369454.8254 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369798.4616 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369858.9204 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369877.1961 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708369894.9433 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708369920.4755 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369965.6359 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708369978.8324 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370114.6649 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708370120.2894 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370153.8069 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370170.713 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708370245.9486 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370303.1676 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370354.7904 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708370497.8506 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708370970.2967 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708371066.168 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708371146.421 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708373035.0333 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708373167.6195 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708373210.4827 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708373244.5799 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708374902.2794 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708374922.9563 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708374968.333 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708374996.5417 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376393.6379 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376469.3833 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376483.4817 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376505.4904 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708376637.2712 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376708.5498 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377012.9002 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377190.6497 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708377263.2326 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377322.8283 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708377454.1211 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377606.6482 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708377662.2339 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377663.376 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377693.3625 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377738.9321 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377775.4047 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708378024.9113 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708378497.6187 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708378782.0179 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708379896.9003 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708380005.1271 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708380741.2885 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708380780.5281 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708380851.263 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708380886.2402 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708381057.915 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708381157.7374 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708381275.5886 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708381514.3737 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708382116.3649 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708382187.8641 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708382522.1443 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708382577.2131 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708382783.891 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708383266.8923 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708383679.3259 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708383801.1579 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708383883.8896 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386412.9605 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386451.5744 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386529.7209 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386816.5677 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386859.69 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708386920.0501 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708389382.6804 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708389630.5809 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708389746.0535 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708390389.7957 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708391662.7332 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708391729.0193 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708391797.465 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708393837.6056 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708394242.3448 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708396973.3268 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708399516.8585 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708399552.8241 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708400928.202 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708401658.6915 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708401742.0246 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708403423.4615 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708403475.7234 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708410140.4031 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708411004.3163 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708415907.1785 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708424217.9809 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708427413.7601 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708427460.3247 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708427621.2687 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708431548.7218 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708432400.6284 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708432944.6184 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708433403.8433 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435106.2485 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435761.4821 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435832.4099 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435933.896 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435982.8254 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708436057.4199 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708436072.4144 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708437217.6666 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708438008.9308 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708438706.2634 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708438934.2953 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708439287.7758 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708439923.647 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708439999.0908 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440087.5812 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708440211.1574 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440263.5249 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440529.2866 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440540.146 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440570.9386 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708440581.3383 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708446302.1591 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708446447.9611 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708446534.9081 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708446691.7238 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708447090.3047 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708447134.701 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708448397.3825 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708448453.7822 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708449150.989 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708449822.1865 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451071.1047 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708451109.781 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451168.6771 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451354.7294 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451443.1307 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451555.2492 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451614.3335 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451660.6139 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708455689.99 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708456610.6148 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708456635.0806 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708456656.3759 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708460422.3079 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460453.2486 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460518.2144 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460530.1115 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460576.3036 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708460682.5018 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460773.542 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708462007.7336 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708467464.9803 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708467629.6663 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708467757.5904 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708469305.5619 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708469369.8344 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708469454.158 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708492727.0962 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708494073.3912 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708500510.1275 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708501238.3762 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708501978.5955 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708502049.0364 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708502446.1358 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708502476.4325 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708502569.5244 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708503285.9456 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708506880.0731 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708506891.3308 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708507015.7228 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708510308.1235 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708510390.7787 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708510567.3504 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708510796.9968 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708512654.8254 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708512714.6641 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708512873.8208 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708521501.0101 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523002.6543 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523166.2856 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523213.0339 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523354.0239 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523408.5461 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708525578.5096 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527186.4533 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527288.0522 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527405.0852 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527544.7905 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527683.6686 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708528060.1154 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708528109.8846 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708528149.3915 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708531058.1268 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708533349.9998 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708533693.5785 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708536698.5217 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708536778.4891 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708542820.3399 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708543759.1964 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708543935.9475 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544051.0766 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544286.8761 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544324.9262 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544362.0311 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544398.7937 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544483.1499 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544736.5525 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708545686.099 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708546049.1243 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708546336.8445 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708546394.5597 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708546583.8932 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708546736.4465 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708550692.9455 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555299.2304 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555322.3069 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555332.8536 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555369.7927 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555375.0179 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555390.7722 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555407.6585 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555455.7676 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555540.3183 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555622.3113 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555680.0043 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555741.5983 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555754.4756 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555766.3914 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555808.6812 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555844.313 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555879.5878 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555929.4494 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708556236.0645 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708556276.7634 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557228.1222 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557348.9605 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557445.204 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557683.2385 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557844.1544 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558239.2106 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558281.3799 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558378.4497 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558468.1559 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558517.9511 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558639.338 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708558665.5547 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708558672.1173 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708558769.4421 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558830.2085 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559222.9563 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559260.1947 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559342.9245 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559432.6408 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559502.3018 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559557.7802 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559641.5331 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559766.8528 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559840.0761 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559855.5324 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559906.3197 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708560207.2608 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708560245.9443 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708560287.0314 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708560321.3302 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708560710.8907 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708560883.2244 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708561160.9518 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708561218.3612 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708561273.2749 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708561401.4796 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708561482.1339 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708561777.9194 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708562012.8101 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708562102.8617 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708562470.6537 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563249.3474 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708563649.9979 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563681.985 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563779.2774 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563900.7433 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563967.4606 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708563975.8202 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708564065.7244 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708564113.2155 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708564129.8582 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708564180.8513 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708565581.949 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708565663.7241 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708565927.8306 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708565940.4723 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708566178.8762 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708566214.2443 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708566288.2316 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708566370.2229 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708566456.7985 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708567167.531 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708567321.5811 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567369.3163 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567410.3654 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708567486.4537 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567515.1841 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567576.7993 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567610.3707 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708575342.9572 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708575377.5081 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708575432.492 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708575509.9167 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708576126.6557 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708576274.3877 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708576787.3784 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708576834.0015 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708576837.6574 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708582281.6752 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708582458.315 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708582577.2366 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708582649.752 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708582871.3593 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708585499.3239 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708585829.1424 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708585834.6547 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708585879.3489 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708591996.2861 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708594442.1268 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708595941.2272 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708597079.3539 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708597142.0053 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708598512.7724 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708598687.005 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708598747.3634 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708598843.9071 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708598997.1236 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599034.0614 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599127.5535 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708599428.0948 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599524.2169 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599650.251 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599744.7816 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599864.6591 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599943.8829 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708604213.5458 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708604306.7872 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708608110.2911 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708608204.3376 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708608255.591 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708608348.9939 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708608607.0221 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708608720.9098 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708610706.6685 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708611742.5666 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708611814.9398 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708611900.228 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612032.8531 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612158.8009 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612236.9362 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612401.5952 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612735.9478 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708613064.4983 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708613104.1133 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708613169.1664 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708615318.9111 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708616953.0218 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708617001.895 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708618754.3837 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708619921.9768 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708626676.6687 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708627035.4957 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708627565.106 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708627690.5477 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708627949.906 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708628193.6998 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708628430.806 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708628434.1998 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708628526.3597 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708630514.9041 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708630693.305 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708630785.4482 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708631112.7006 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708631193.1744 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708632812.9748 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708632842.611 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708632893.8915 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708632937.6854 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708633090.4497 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708633127.4506 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708633730.2183 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708633836.6691 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708634773.8 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708636469.631 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708636569.5302 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708636710.2099 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637202.6082 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637241.9801 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637279.3201 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637329.1681 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637393.7878 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637419.3971 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637422.4796 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637462.3202 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637507.1802 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637524.3502 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637572.4317 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637643.1675 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637733.8037 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637769.9441 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637797.4111 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637917.018 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637965.4844 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708638623.1293 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708638676.9759 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708638731.559 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708639391.3383 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708639460.3853 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708640818.2411 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708640965.1792 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708641143.0325 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708641185.0079 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641259.4363 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641302.2163 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641316.1147 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708641360.4213 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641425.8818 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641502.2228 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641591.6468 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708641655.3866 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708642061.8969 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708645597.9689 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645656.8622 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645673.275 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708645677.5233 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645768.7837 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645804.4571 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645872.5776 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645912.7732 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708650499.9208 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708650714.4005 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708651146.6805 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708652044.7348 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708652192.5887 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708652337.841 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708652521.8235 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708652972.699 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708652996.7585 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708653030.241 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708653043.247 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708653089.7241 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708653147.5538 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708653737.2963 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708655365.0573 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708655409.7099 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708655472.1869 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708657264.2491 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708657337.81 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708657418.3128 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708658175.2229 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708658543.8191 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708658640.1331 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708663371.6458 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708663453.5715 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708663589.2427 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708663675.876 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708663739.4053 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708667931.5671 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708668238.0914 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708668281.3665 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708671319.3641 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708678619.135 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708685618.145 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708685868.7815 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708702523.1323 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708702567.6954 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708703817.6915 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708703865.1439 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708704209.9375 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708706236.3181 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708706421.7442 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708707082.2419 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708707390.1182 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708712954.7437 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708713016.602 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708713063.5799 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708713125.041 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708721418.2078 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708721557.2308 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708724108.2892 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708724196.5633 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708724487.9269 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708724775.433 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729071.2721 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729146.1269 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729188.625 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729268.3783 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729323.5689 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708730964.1093 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708732530.4706 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708751838.0707 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708754634.0829 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708767180.5174 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708770643.2408 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708772688.3741 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708772772.6842 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708774783.9226 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708776536.7927 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708785232.0712 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708785317.6933 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708786356.9968 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708786424.4017 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708786470.2183 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708786492.2535 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708786518.9756 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708799029.591 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708799169.7856 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708799227.4232 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708799238.8801 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708799299.8139 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708811419.8218 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708812784.1763 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708813255.8502 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708816627.7963 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708820536.9722 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708820622.9847 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708820703.2928 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708820759.0888 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708820879.2733 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708820939.5628 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821057.9919 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821203.9242 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821248.8688 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821351.1475 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821390.2767 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821487.5262 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821542.0999 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708837351.1642 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708841796.7056 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708841864.7866 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708841901.0472 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708841969.1219 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708851378.3505 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708851457.7966 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708851805.3758 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708856918.7634 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708860611.2238 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708860683.5123 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708863308.6302 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708867017.2247 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708870503.9182 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708873858.7489 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708873935.9567 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708874475.3014 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708874690.6548 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708874787.329 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708874862.1536 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708884744.9657 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708885428.2142 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708885478.2985 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708887948.3273 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708887999.3935 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708892360.4282 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708892427.6544 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708892762.8291 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708896541.4918 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708896807.8952 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708896948.9719 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708897092.1669 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708897308.972 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708898247.6453 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708898385.0309 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708898940.2221 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708899033.6767 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708899094.7597 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708899313.7174 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900243.5928 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900290.4192 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900534.433 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900739.4792 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900896.3162 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900944.7057 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708901004.3369 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708901140.536 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708901205.185 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708901271.5599 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708906087.535 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708911897.204 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708911980.4889 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708912886.2501 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708917371.546 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708918006.5331 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708918341.2565 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708934158.0566 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708934213.6115 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708945203.3736 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708945250.8863 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708951588.5425 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708951746.5383 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708954742.8616 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708954794.4373 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708959195.6566 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708965914.5915 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708967351.2939 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708969026.9917 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708971206.1694 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708974139.0298 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708974235.2685 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708974452.0594 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708976582.5165 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708976737.6685 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708982645.1325 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709002044.4007 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709005486.5175 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709005615.5125 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709006741.3904 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709152906.1957 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709154393.3068 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709176032.7818 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709185913.6196 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709185957.4018 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709197368.2076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709204174.7904 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709204344.1084 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709204921.5492 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205034.8418 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205145.9696 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205313.1432 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709205580.8501 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205682.8523 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709244758.4784 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709244846.0526 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709244997.4419 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709249601.8221 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709263244.1379 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709283350.3688 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709289571.7738 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709297911.1159 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709297959.7696 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709298035.8417 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709298108.311 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709312905.7852 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709314599.2746 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709319323.9604 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709332589.0245 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709332693.3157 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709332728.5736 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709360609.8041 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709360704.3674 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709360859.8437 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709360898.1113 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709380729.8517 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709380771.4927 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709406624.4226 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709406663.8202 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709406844.2813 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408166.9963 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408597.3412 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408745.2213 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408792.1084 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408909.6471 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709454010.1992 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709456343.29 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709456385.9611 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709467315.4335 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709467670.6771 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709467750.3028 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709467966.3537 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709468070.1882 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709469208.2004 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709470017.6644 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709475236.0353 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709475291.8491 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709475476.199 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709475722.0689 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709476032.8267 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709498390.6569 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709509977.9598 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709510049.9853 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709510101.3471 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709510227.8423 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709510277.2673 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709520634.865 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709521124.9432 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525184.1908 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525363.6295 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525367.4932 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525370.7078 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525371.6054 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709555268.3065 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709555305.8368 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709555365.0629 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709564374.8853 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709564432.9644 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709564508.6477 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709589824.2655 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709607356.55 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709623465.2236 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709637691.8234 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709638050.0782 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709660615.1416 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709660663.1131 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709660705.2524 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709660733.8564 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709666192.9176 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709666371.1496 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709667147.0548 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709681074.0258 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709684215.0404 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709686057.3149 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709686413.5508 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709686525.0986 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697419.1813 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697537.6767 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697625.1537 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697699.2202 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697765.8153 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709701798.7454 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709701867.411 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709703479.7157 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709711606.343 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709711638.9151 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709718263.3968 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709732897.13 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709733146.7189 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709733510.0735 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709733769.0895 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709733984.7209 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709734276.7335 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709734760.1438 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709735046.8892 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709735466.4504 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709743122.0982 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709743199.6366 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709743246.5093 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709744128.3507 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709746441.6565 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709749688.2868 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709749778.8454 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709749831.73 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709750119.0678 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709750177.8679 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709750244.615 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709750390.4456 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709763296.6888 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709763580.1285 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709769083.3294 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709775829.9537 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709776059.1373 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709776195.9153 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709819184.8748 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709819269.7237 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709819464.1394 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709825753.9546 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709826170.6984 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709826303.9404 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709828324.8867 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709828490.8482 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709829347.4525 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709839146.1522 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709859623.8718 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709859805.6945 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709864587.3482 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709869897.94 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709877174.2776 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709877337.4518 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709883867.1277 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709885686.9342 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709889359.5441 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709889475.977 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709889535.5765 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709889619.8086 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709889769.3391 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709889839.6835 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709890143.5601 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709890209.245 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709890369.2681 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709890424.7787 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709910236.0856 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709910443.9066 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709910547.8262 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709910740.3527 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709919646.0226 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709920156.3159 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709920390.0754 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709920607.9947 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709922803.3572 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709922906.1296 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709923262.572 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709964908.1586 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709974796.627 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709974971.5334 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709975174.0559 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709975174.3889 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710039402.3242 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710040062.0696 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710040249.9879 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710040828.1192 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710047131.9231 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710053223.0868 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710053275.1341 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710053339.6443 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710056747.2458 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710056801.1827 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710092028.3776 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710092042.857 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710095633.351 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710095728.1838 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710095809.1074 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710133298.1898 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710134605.6608 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710134733.9032 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710134924.906 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710135718.3156 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710135946.8901 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710136172.0059 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710136347.7712 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710141762.4496 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710141884.3104 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710143269.0113 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710143349.9151 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710146067.3226 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710149580.2395 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710149683.0864 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710150402.497 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710155810.1144 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710170851.7463 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710170947.8453 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710183041.0198 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710185895.446 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710185991.3572 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710193653.549 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710193699.7254 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710193775.4664 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710227601.3057 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710227644.8264 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710228964.504 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710234107.5663 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710234441.145 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710235559.4811 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710235601.0918 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710235666.9547 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710235779.4616 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710235831.2066 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710236066.3334 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710258072.3625 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710267141.2016 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710267192.7152 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710299345.3984 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710311614.7093 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710311959.6796 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710312107.8196 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710312252.8641 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710315638.7234 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710315781.4197 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710316067.3684 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710316169.37 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710317054.0896 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710352047.7971 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710357739.239 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710375197.7291 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710375295.4702 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710375360.6871 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710403111.6764 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710467949.9341 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710483611.0859 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710483659.0327 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710483698.7609 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710517630.2735 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710651486.824 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710693247.298 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710741951.037 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710787410.5558 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710855464.5304 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710861169.7223 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710861237.7484 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710861352.9168 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710871773.5615 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710873305.8459 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878428.772 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878482.5145 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878522.7132 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878554.7388 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878834.1916 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878863.369 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879020.847 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879192.9312 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879426.9459 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879475.339 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879571.0386 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879768.9257 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879802.4914 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879892.1429 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879980.7785 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710880083.0513 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710883916.3294 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710884059.8404 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710884154.0868 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710958939.3192 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710959012.838 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710961159.5411 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710963885.2225 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710963903.3836 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710963953.0057 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710964184.4185 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710972180.6999 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710972340.7372 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710984394.0364 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710984466.3564 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711005711.7078 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711005767.6394 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711020883.8198 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711132439.4155 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711169085.4247 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711169118.983 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711169219.3454 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711169290.371 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711179020.3289 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179069.262 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179117.4887 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179210.767 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179326.5357 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179488.0867 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711394455.3868 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711448873.73 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711466110.333 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711466161.826 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711466197.557 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711466270.7813 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713914007.8161 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713918131.7246 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1713918242.116 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1713923648.8079 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713941780.1126 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1713975355.9977 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713975417.3198 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713975519.1134 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1713994624.6926 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713996707.7409 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713996724.8193 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1713996851.5175 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713997079.6919 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713997989.1639 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713998341.5178 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714003948.5339 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714004015.3252 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714015722.0525 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714015905.9327 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714015991.2795 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714022860.1988 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714022940.2751 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714039204.0616 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714056222.6429 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714069036.9392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714077090.6418 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714079314.9516 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714080557.6324 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714082535.3634 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714092393.3461 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714105615.9292 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714109429.0978 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714112663.5067 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714112726.876 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714121337.2281 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714142263.0679 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714147142.6929 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714151444.896 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714152676.2693 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714152940.5945 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714153103.9839 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714161396.0428 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714164994.8175 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714170022.6482 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714170075.5554 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714170206.8613 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714170252.7601 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714170349.4928 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714170454.3968 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714182820.6056 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714184788.7588 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714184966.5047 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714186945.0332 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714187280.7526 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714191697.0268 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714209787.2864 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714209879.8847 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714209952.1929 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714210702.2068 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714212487.8392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714212568.1969 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714212857.6503 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1714213081.0783 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1714213249.366 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714230197.5982 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714230234.8804 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714239876.7003 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714240459.7535 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714240698.3402 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714240774.9968 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714240914.1284 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714247380.0934 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714248164.7722 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714248201.752 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714248234.1032 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714248279.4627 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714256848.7445 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714257691.8348 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714257911.1565 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714309816.7026 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714326534.518 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714326579.9154 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714326637.2841 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714326730.3008 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714326782.3921 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714326847.2357 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714326897.045 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714328510.4194 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714328634.6068 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714334953.0739 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714335092.3619 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714335431.0245 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714346970.2896 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714369227.932 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714369310.8615 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714369917.2709 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714369976.4842 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714372310.4571 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714372446.3505 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714379143.8696 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714379213.3239 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714379265.8321 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714379317.8013 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714379356.2773 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714379455.9178 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714386460.8846 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714386613.7646 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714386755.5909 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714386866.2585 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714391744.7035 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714403252.7092 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714406035.1101 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714438972.8668 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714441509.4284 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714447593.8501 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714447922.2692 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714448408.1343 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714482875.2202 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714483168.4359 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714483549.307 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714484821.9016 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714484922.3074 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714485272.0273 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714485352.7047 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714485416.3394 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714485491.7762 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714488682.9594 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714490834.8428 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714495175.1904 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714495637.6136 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714495645.4511 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714496723.9678 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714496820.3085 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714502763.3275 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714502841.1042 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714503172.9918 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714503806.0085 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714504469.1026 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714504500.4997 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714506749.3618 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714513194.0175 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714525269.4607 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714526357.9782 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714526477.9201 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714526540.531 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714526601.0655 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714526662.6829 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714526712.5187 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714526785.8454 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714526920.1126 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714527084.7551 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714527121.2096 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714527328.7284 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714527401.5963 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714530543.6934 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714531872.9059 - }, - { - "model_a": "LCM", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714533061.9134 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714549283.9448 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714562041.0407 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714563338.1383 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714568441.1815 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714569966.6842 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714570322.1081 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714571701.0307 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714576378.8046 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714576446.094 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714576532.638 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714576679.4471 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714576769.1653 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714576824.9807 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714576938.1807 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714577006.5219 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714577057.6898 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714577128.2946 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714577727.8597 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714578747.7724 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714579589.2206 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714579846.2417 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714581212.6776 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714587799.689 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714588572.9436 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714589779.9269 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714591108.6439 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714591543.0262 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714591623.1416 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714593850.1499 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714593943.3196 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714594628.9269 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714594743.1239 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714595283.1825 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714597497.923 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1714597529.0346 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714597965.5242 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714598027.9119 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714598064.6463 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714598118.6371 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714598192.9803 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714609418.3422 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714609489.294 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714615266.9304 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714615292.9702 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714615431.8814 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714616014.2777 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714616748.784 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714616966.3144 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714617048.1732 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714619554.8734 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714619583.6576 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714619899.8672 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714620041.7951 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714620209.3544 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714620255.3801 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714620297.602 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714620455.0897 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714620471.3887 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714620498.1223 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714620564.2259 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714620792.5256 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714622433.5969 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714622629.3706 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714624203.9485 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714624416.1669 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714624452.0408 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714624751.0239 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714624811.7454 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714624841.1584 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714624927.923 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714624929.0833 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714624970.3575 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714625006.8605 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714625105.9879 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714625165.1569 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714625203.6289 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714625325.2074 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714625370.3592 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714625439.0679 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714625582.3416 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714626535.2775 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714626855.4053 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714626916.0031 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714627108.599 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714627469.0604 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714627535.2162 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714630962.9322 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631222.5783 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631261.9674 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631269.0642 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714631304.8833 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631343.8599 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714631373.2604 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631379.3709 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631406.6345 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631460.8018 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631565.7606 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631619.8325 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714631657.5961 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714631685.449 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631735.0461 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714631798.8645 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631851.3442 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631887.0953 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714631929.4421 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631960.594 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714631996.7092 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714632090.87 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714632134.5755 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714633320.2991 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714633482.4024 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714640882.6728 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714642986.0995 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714643045.5943 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714643082.8136 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714643161.1256 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714643178.8986 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714643195.0168 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714643210.9338 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714643228.58 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714643244.839 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714643263.6358 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714643301.9301 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714643318.5429 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714643337.3762 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714643374.3585 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714643393.2465 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714643417.4894 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714643440.8602 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714643455.7901 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714649503.3748 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714649610.8215 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714650576.7331 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1714650593.7024 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714650810.8664 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714651167.0887 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714651204.0701 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714651570.3037 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714651595.6518 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714651643.6577 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1714651680.7509 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714656886.193 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714657321.8975 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714657405.4107 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714657491.6943 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714657563.7544 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714658033.5865 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714659839.0561 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714661481.3367 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714661500.0441 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714667652.5445 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714670744.2049 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714671562.3433 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714671606.5636 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714674306.9355 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714676006.8661 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714676092.7433 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714680300.0205 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714680341.0065 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714680554.4306 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714680585.1911 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714681910.5952 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714682370.9088 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714685282.7201 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714688746.1146 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714688792.1686 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714688835.6515 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714688905.2632 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714688943.3143 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714688967.8818 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714689004.962 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714689037.7917 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714689083.6141 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714689109.3646 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714699772.736 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714700080.0171 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714700291.2492 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714700462.2345 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714700604.7006 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714700789.9804 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714700982.9415 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714701009.8985 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714701244.0061 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714701500.7099 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714706289.0149 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714706317.9058 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714706341.5125 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714706373.5934 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714706395.3227 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714706415.4541 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714706442.2498 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714706461.0018 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714707001.5911 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714707023.5647 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714707047.7975 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714713270.3394 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714724818.3997 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714734400.8476 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714734465.3614 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714734569.7019 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714734654.3442 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714734803.1343 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714734968.5647 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714748485.752 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714749539.5718 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714749970.8581 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714752731.3689 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714757378.2777 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714759724.7319 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714760022.0442 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714760095.394 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714760146.4815 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714761348.6174 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714761400.3166 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714768127.0057 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714768332.4376 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714768360.265 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714768456.157 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714768460.7201 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714768584.2746 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714768705.391 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714768789.8144 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714769148.3723 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714769811.0755 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714771409.57 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714771623.5408 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714772270.9216 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714772363.8846 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714773445.9213 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714783788.5028 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714789277.4105 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714791635.6375 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714791703.9386 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714793478.8906 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714793516.1383 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714816321.6618 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714816353.336 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714816387.937 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714816454.4134 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714821081.9862 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714826009.0121 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714836291.2723 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714836319.9202 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714836356.4831 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714836384.9568 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714836456.2511 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714836502.7587 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714836697.9308 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714836801.5488 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714836819.06 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714836847.1787 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714840939.9973 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714840966.5773 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714840994.8323 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714841032.0221 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714844940.4181 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714844957.7696 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714844976.5665 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845001.8285 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845019.4407 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845032.4797 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714845049.3217 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845073.803 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714845129.7334 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845151.5118 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845163.188 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845190.9757 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714845211.3025 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845224.1933 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845237.175 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714845249.1656 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845270.0839 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845289.1748 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845304.6206 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845322.728 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845346.9463 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845360.9795 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845381.6875 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714845454.9069 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845463.9326 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845484.1915 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845493.9662 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845526.8156 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714845537.0831 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845558.2291 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845583.0605 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714845648.1802 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845801.6983 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845825.3725 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845866.6028 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845879.6467 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845896.6448 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714851495.7019 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714855675.1836 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714855743.4464 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714855800.4946 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714855883.6928 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714855928.4784 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714855960.1283 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714856074.9316 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714856249.6582 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714857683.069 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714857745.6261 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1714857750.9434 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714857816.8831 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714858009.6203 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714858346.3558 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714858379.5024 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714858860.7581 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714859303.9419 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714859331.1343 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714861379.4162 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714862250.8904 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714879027.0753 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714879064.6145 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714879136.3501 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714879166.635 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714885297.2707 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714887283.4435 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714896191.5559 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714896283.3643 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714901842.7876 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714901915.4188 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714908380.1114 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714916073.5383 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714917623.4324 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714919897.1549 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714921434.8363 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714922754.8813 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714922831.6494 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714922930.7366 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714924993.665 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714925101.5301 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714925229.5996 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714925389.0678 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714925457.4322 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714925529.8983 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714925666.7773 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714925757.8461 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714925945.9328 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714926036.7193 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714926136.4551 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714931262.225 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714931291.2995 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714931348.0493 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714931389.3777 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714939348.7581 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714942450.2188 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714943719.0964 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714943798.9906 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714943846.1201 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944117.9857 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944181.5685 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714944190.4431 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944256.128 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944277.2965 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714944291.7974 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944312.2761 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944329.2231 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714944380.1348 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714944394.3367 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714944413.8638 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714944428.8637 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714957477.7795 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714957664.0191 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714957743.4932 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714957774.4846 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714957823.7313 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714969445.3812 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714969476.9561 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714969494.3961 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714975508.662 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714975631.0816 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714975671.1859 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714975731.8573 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714981477.9182 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714981720.8531 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714981775.3404 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714981808.9565 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714984715.9114 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714985914.5152 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714986066.0806 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714986216.8728 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714986306.1947 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714986376.4982 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714989208.3777 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714989248.5875 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714989819.0972 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714989847.7502 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714995425.2992 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714995448.7647 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714995482.6481 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714995517.9459 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714995598.7764 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714995622.1322 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714997128.3204 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714999315.9865 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715000156.668 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715003687.3227 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715005634.4101 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715008027.9237 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715008220.12 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715008338.7667 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715008528.0193 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715008560.758 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715008626.0331 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715008768.0717 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715009164.4372 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715011098.7307 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715011477.047 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715012038.5653 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715012110.2215 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715012132.6383 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715012409.0239 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715015333.7998 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715015501.211 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715017292.0144 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715017296.8295 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715018460.9145 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715018632.2066 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715018803.375 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715019225.3407 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715019462.1131 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715019802.153 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715019907.2521 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715020065.0156 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715020154.4329 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715021356.9755 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715021529.0535 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715021929.2364 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715021941.4732 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715021957.2665 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715021977.374 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715021998.1985 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715022011.4633 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715022038.313 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715022292.5538 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715022423.4927 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715024554.3716 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715032383.9143 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715032424.7447 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715032525.4621 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715032553.8807 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715034247.9019 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715034370.6536 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715035859.5219 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715035919.4799 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715036001.5027 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715036181.5765 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715039687.2011 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715040461.6314 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715041888.5659 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715042097.2393 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715043684.6186 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715043729.7419 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715044419.69 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715046057.634 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715046141.0795 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715046267.3231 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715052976.1222 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715053014.6343 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715053906.7556 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715053967.3424 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715055659.8708 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715061669.9858 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715063382.9466 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715064854.7455 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715067798.0909 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715075931.4757 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715075995.7843 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715076051.3948 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715076120.5569 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715076158.7022 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715076247.8444 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715076271.3714 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715076443.3502 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715076515.8829 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715076596.1856 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715076652.1088 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715076690.1705 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715076745.2118 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715077074.6434 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715077245.8069 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715077262.5999 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715077301.2446 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715077325.4673 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715077356.4944 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715077381.1639 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715077400.87 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715077412.1989 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715077426.3836 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715077446.8475 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715077467.8656 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715077481.7513 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715077512.9835 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715077556.4551 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715077627.358 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715082846.4884 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715082974.7401 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715083505.9148 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715084102.5454 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715084136.6653 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715084172.1244 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715084217.559 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715084268.0881 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715084344.8168 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715084385.6042 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715084634.0612 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715084678.0431 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715088191.2067 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715088225.5567 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715088287.0801 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715089041.0651 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715089114.0005 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715090925.831 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715094300.1045 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715096979.6616 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715102524.9755 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715103264.6167 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715108604.4116 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715108644.2865 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715108745.3343 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715109229.1632 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715109297.5496 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715109376.7434 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715109432.9573 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715109493.1861 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715110227.8222 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715110271.8156 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110329.5161 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110363.0739 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715110394.1117 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1715110437.7906 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715110587.7518 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715110588.6536 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715110656.8518 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110828.4153 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715110858.8573 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110882.8365 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110910.2006 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110958.358 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715111053.2734 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715111140.0209 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715111188.2552 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715111214.6346 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715111246.7931 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715111273.5189 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715111348.5563 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715111413.3707 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715111438.4729 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715111464.8113 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715118668.6032 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715118687.3129 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715118727.6518 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715118748.4589 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715118816.8802 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715118843.9637 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715118876.7561 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715118913.0065 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715120168.9814 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715120215.1132 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715120249.0948 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715120298.7987 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715120366.9169 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715179187.4528 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715192298.1843 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715192393.9427 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715195946.899 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715198606.6174 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715200984.0469 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715201096.4403 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715201179.1093 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715201267.8775 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715201718.2331 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715202571.3392 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715207226.5413 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715207484.1546 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715207536.9802 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715207620.9787 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715207699.6307 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715208469.7193 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715215064.2208 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715216049.4491 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715234211.3663 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715234328.5891 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715239430.5621 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715243868.6295 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715244241.3044 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715244558.273 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715246203.5448 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715246766.1834 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715248803.359 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715250151.3399 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715250174.2859 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715250209.1457 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715255562.9587 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715255607.1614 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715255662.1513 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715255805.7255 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715255848.3385 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715255903.5686 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715256028.3307 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715256087.6353 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715256120.0212 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715256235.433 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715256303.3042 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256320.1086 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715256341.3287 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256394.9544 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715256426.1838 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715256442.628 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256495.0433 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256515.9042 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256612.2087 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256636.3789 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715256663.2995 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715256689.5726 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715256729.0218 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715256845.2289 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715257007.5027 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715257166.0516 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715257200.4456 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715257215.3823 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715257326.7155 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715257356.4325 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715257638.2431 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715257699.707 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715257739.3739 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715257780.2792 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715257957.6205 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715258056.7318 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715258093.8906 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715258144.4655 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715258483.1514 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715258503.8004 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715258565.4821 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715258595.7971 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715258635.5213 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715258691.1935 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715258764.873 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715258936.1894 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715258994.9227 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715259051.189 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715259072.5223 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259113.9431 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259131.2458 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715259172.7727 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715259212.7736 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259492.2271 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259543.7047 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259610.1198 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259627.5644 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715259640.495 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715259701.4844 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259723.058 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715259762.96 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715259803.218 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715259881.236 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715259989.1663 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715260057.4769 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715260117.3458 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260230.1733 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715260282.4439 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260328.5412 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715260349.3944 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260382.1398 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260442.606 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260481.1292 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260514.9799 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260554.6099 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260599.5403 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260599.9917 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260612.3444 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260637.1369 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260666.4785 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260797.6363 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715260970.0095 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715263893.6453 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715264861.7542 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715264922.4486 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715264971.3985 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715264997.7186 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715269818.8282 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715269899.1691 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715270094.2855 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715270143.2689 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1715270193.4508 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715271220.138 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715271255.7782 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715280678.7882 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715280745.1316 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715280767.2367 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715280824.3612 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715283624.6873 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715283771.9899 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715283832.1093 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715283904.4875 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715283975.894 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715289173.8135 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715291072.6088 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715293959.6611 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715297226.1416 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715301246.3501 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715307496.6586 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715307658.3323 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715307702.6279 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715307752.0515 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715307782.3509 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715307800.3472 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715307824.9746 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715311324.1332 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715312455.5893 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715321145.649 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715321277.3237 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715327322.223 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715327350.1615 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715327423.5657 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715327458.0922 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715327624.4824 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715329636.2156 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715329681.0432 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715329740.4518 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715329796.7315 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715329913.4518 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715329970.8219 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715330010.4717 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715330055.7455 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715330092.6017 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715330140.7292 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715330184.6534 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715333482.0455 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715334142.5931 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715334164.9491 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715337395.7907 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715337511.2509 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715338012.7242 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715338049.9744 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715342186.1942 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715348407.4474 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715348444.9063 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715348460.7018 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715349704.8905 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715349743.8126 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715349781.9289 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715349808.6611 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715352511.3183 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715353266.6712 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715353759.7287 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715354286.5972 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715369867.0276 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715373507.3127 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715375602.5913 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715381692.1857 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715385627.8243 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715385668.566 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715385861.8339 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715385910.8569 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715385973.3168 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715385992.5668 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715386102.6516 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715386146.9156 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715386278.6084 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715386300.6511 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715386332.2285 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715386387.625 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715386408.7312 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715386438.6606 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715386459.8269 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715386482.1368 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715389666.0729 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715397519.9742 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715398256.9052 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715398303.687 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715398343.7819 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715398359.4717 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715398398.6135 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715398431.3592 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715405398.644 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715405460.6692 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715405488.1404 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715405523.4582 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715405592.995 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715407001.4723 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715407052.1558 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715407102.6965 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715407121.4426 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715408435.5071 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410162.7026 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715410237.8023 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410316.1611 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410361.2625 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410434.0467 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410461.4697 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410554.4581 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715414751.2748 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715414877.5649 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715414946.6036 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715426874.879 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715426958.7873 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715427567.4463 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715433451.3249 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715433563.6229 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715433632.339 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715433695.6008 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715433774.0535 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715433851.8631 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715433896.4202 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715433912.915 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715433986.55 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715434064.6045 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715434110.7683 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715434207.8245 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715434239.5902 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715434702.9671 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715434813.9772 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715434923.6108 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715445309.7756 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715447806.7031 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715455573.9043 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715464162.4446 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715464217.9734 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715464836.5956 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715478360.043 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715483811.0921 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715483833.3595 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715483901.9427 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715501155.9579 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715501572.3162 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715501769.6926 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715501823.7506 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715501843.0687 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715504372.552 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715504645.5579 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715504799.6279 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715504917.9909 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715504991.8379 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715505030.8366 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715505102.3427 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715505159.0976 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715505273.321 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505335.8753 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715505391.6178 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505472.5006 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505561.6787 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505621.572 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715505678.2622 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505751.0201 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715505814.8461 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505886.3264 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505976.4305 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715506091.8967 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715506191.1829 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715506253.3266 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715506316.8875 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506363.7645 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506428.4684 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715506482.095 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506548.2237 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715506605.9731 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506671.8971 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506735.8368 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715506805.2882 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506896.7326 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715506939.4213 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715507004.6222 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507068.7409 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715507126.7222 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507187.5667 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507238.7865 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507298.3444 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507336.2381 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507376.8809 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715507424.3389 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715507480.5378 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715507529.7884 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715507580.5302 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715507633.4101 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507697.6976 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715507748.005 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507785.2979 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715507832.5017 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507882.0959 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715507938.4281 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507986.3397 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715508025.4909 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715508596.1504 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715508819.8245 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715508860.6235 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715512725.6261 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715513049.8363 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715513462.1973 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715513499.0171 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715513543.4817 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715517934.7894 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715517982.3497 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715518044.4289 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715518070.8159 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715518087.1668 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715518101.7937 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715518233.8117 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715519760.5756 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715519900.3195 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715522347.2456 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715529147.0937 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715529174.8074 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715530512.1388 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715530547.9455 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715530635.089 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715530714.582 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715530966.3605 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715531011.2687 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715535948.8615 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715535994.2185 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715536006.5145 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715536056.5174 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715540608.439 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715540668.0693 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715540691.8784 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715540718.2742 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715544756.1942 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715544778.4407 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715544894.2269 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715544960.7509 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715548274.8397 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715548294.1061 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715548300.6242 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715550359.0308 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715550403.1731 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715550430.5087 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715550507.2465 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715556033.5312 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715556063.1215 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715556141.5487 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715556182.4021 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715556248.2706 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715556294.4954 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715557736.1568 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715557824.1917 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715557916.0035 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715562556.2316 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715562610.8163 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715562638.7736 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715562661.9948 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715562687.4578 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715562732.9275 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715568734.6978 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715568766.9301 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715569459.785 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715569879.0308 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715569939.3429 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715570478.9989 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715570518.1415 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1715570567.0057 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1715570612.4722 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715570645.2329 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1715570688.9077 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715570854.7795 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715575605.8643 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715575948.9645 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715576064.1342 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715576106.2468 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715576227.6686 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715576454.7912 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715578457.2811 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715582610.2263 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715582710.2425 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715582923.497 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715586674.4565 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715587268.2966 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715587315.8551 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715587447.1256 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715588699.642 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715588747.9002 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715588768.9951 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715588953.3795 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715588977.4247 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715589086.613 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715589105.5043 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715589121.5389 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715589137.0817 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715589155.9265 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715589185.4421 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715590609.5811 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715591050.2465 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715591124.4712 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715591175.4243 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715591304.7838 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715591343.321 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715595118.0355 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715595264.4727 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715596169.2755 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715596245.7251 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715596298.8145 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715596510.9151 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715596889.3985 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715604775.881 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715607268.2975 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715607845.0531 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715607875.1886 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715607896.3063 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715607907.3053 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715609542.513 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715609603.9724 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715609725.5118 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715609806.3255 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715609879.2783 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715609938.662 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715609988.4664 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715610011.9289 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715610056.2075 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715610086.9944 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715610128.0027 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715610160.2297 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715626259.5155 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715626316.2277 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715626362.7831 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715626514.9638 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715626578.3164 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715626646.4891 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715626738.9521 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715626760.7536 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715627190.575 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715627560.0476 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715627634.4326 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715627720.6617 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715627790.3477 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715627811.3067 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715628711.5839 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715628730.7564 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715628760.4033 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715629350.7992 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715629634.3138 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715629743.0214 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715629771.8713 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715629802.2118 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715629837.1242 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715629842.3411 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715629879.3585 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715629880.4603 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715629944.9785 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715630027.1455 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715630100.0636 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715630101.6678 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715630132.5182 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715630152.8798 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715630169.3216 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715630440.4928 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715630950.8345 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631072.8898 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715631131.835 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631220.4634 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631267.9233 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631285.724 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631308.7093 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631330.4596 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631418.9373 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715631474.7397 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631549.0504 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631560.6138 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631574.059 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631588.6777 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631600.2192 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631635.0579 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631645.5325 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631658.7672 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631675.2634 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631716.9795 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631765.8044 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715631795.5084 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631839.0158 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631854.1148 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631869.3083 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631884.7597 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631904.8756 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631937.9237 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631952.7703 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631982.5382 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632002.5002 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632019.0886 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715632056.4297 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632078.9071 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632100.4706 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632119.9303 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632133.1354 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715632156.0675 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632205.6436 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632227.039 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632245.3583 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632259.1458 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632259.548 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632294.1124 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715632295.1637 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715632308.2085 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632614.2904 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632687.9328 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632735.2315 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632779.0684 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632794.3672 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632817.191 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632839.1091 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632863.1892 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715632877.6274 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715632905.0193 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632929.4288 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632953.0127 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632978.85 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715633003.3879 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715633138.1665 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715633164.5981 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715633210.4173 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715633227.2731 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715633258.4186 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715633315.2438 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715633520.2234 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715633905.8551 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715634223.4612 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715634600.3185 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715634931.8593 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715634970.9805 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715635064.6405 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715635088.6077 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715635113.7799 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715635409.1381 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715635415.7586 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715635456.2167 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715635497.5932 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715635556.3009 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715635722.068 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715635754.5537 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715635777.2021 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715636320.6167 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715637590.0237 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715638033.6861 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715638688.094 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715638705.4091 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715638723.6793 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715638741.5972 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1715638765.8168 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1715638801.4903 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715639560.5786 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715639602.0201 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715639648.8662 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715639706.422 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715639819.1451 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715639940.3868 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715639960.3475 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715640001.4121 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715640098.0525 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715640337.8705 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715640392.0848 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715640445.9726 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715640469.3732 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715640477.3475 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715640493.5113 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715640562.3311 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715640578.1198 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715640592.8728 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715640764.9243 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641052.5041 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641257.7136 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715641279.2614 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641302.3811 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715641321.4886 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641339.6818 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715641357.4266 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715641376.9425 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715641410.444 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715641442.5154 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641456.2598 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641495.9314 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715641527.5583 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641551.3556 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641588.8546 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641603.435 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641631.096 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641667.7929 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715641691.7163 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641711.2567 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641722.2319 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641749.6905 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641771.8403 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715641788.389 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641813.26 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641888.1795 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641907.4439 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641960.0761 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715641984.3372 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715642001.6784 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715642018.8284 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715642032.4162 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715642070.4076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715642084.8514 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715642108.9736 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715642124.1679 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715642139.4073 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715642159.6643 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715642216.1899 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715642234.6287 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715642258.9057 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715642272.164 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715642294.1783 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715642321.2084 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715642347.8346 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715642369.1198 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715642394.4943 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715642446.3777 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715642517.7799 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715643009.9765 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715643629.3904 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715646343.3307 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715646422.6525 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715646502.575 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715646525.7573 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715646580.6937 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715646625.6955 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715646765.4862 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715646979.9774 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715647603.7335 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715647673.5221 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715647719.0251 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715647783.5052 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715647806.4518 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715647856.3221 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715647879.1789 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715647882.4873 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715647894.6206 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715647930.2673 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715647941.2474 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715647967.128 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715647973.2911 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715647989.9255 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715647995.2918 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715648014.7225 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648040.5804 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648068.1237 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715648082.97 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648171.6969 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648197.0506 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648203.8329 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648205.9948 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648224.062 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648242.6639 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648245.9232 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648290.6372 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648300.5734 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648323.4421 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715648333.172 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715648334.425 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648344.276 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715648355.6097 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648369.0486 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715648376.6725 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648380.9343 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715648396.6345 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648412.897 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648426.7397 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648459.2997 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715648499.1202 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648533.2237 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648571.9891 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715648599.2257 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715648652.562 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648684.2485 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648719.831 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648752.5013 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648775.0478 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648805.2205 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648837.1883 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715648852.8803 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648875.2262 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715649200.5327 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715649240.2392 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715649948.8106 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715650049.2967 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715650124.3848 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715650152.58 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715650224.0572 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715650257.8532 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715650321.9949 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715650387.8979 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715650427.5456 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715650470.7554 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715650515.0057 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715650525.3414 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715650550.1627 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715650605.4746 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715652184.3154 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715652208.8769 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715652235.8641 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715652379.6496 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715652432.8124 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715652539.012 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715653965.9717 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715654470.1972 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715654493.8888 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715654508.8773 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715656408.3689 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715656819.0954 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715657123.7234 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715657508.1666 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715657531.1836 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715657541.1706 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715657553.4074 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715657562.2334 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715657776.1514 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715657825.2322 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715657930.4391 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715658042.5835 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715658131.1457 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715659967.4762 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715660953.9461 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715660985.1237 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715661097.2605 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715661148.9346 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661175.1053 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715661544.4592 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661588.8338 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661640.5955 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715661675.7755 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661778.9555 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715661831.7873 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661846.1834 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715661879.9838 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715661882.641 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661906.8515 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715661957.5554 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715662143.2977 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715662172.8726 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715662823.8091 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715664545.3047 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715668236.2092 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715668318.9269 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715668776.0324 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715670090.9625 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715670150.1172 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715670167.3075 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715670187.1492 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715670203.7494 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715670212.3749 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715671609.0636 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715672815.6266 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715672903.2615 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715672954.5547 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715673035.7081 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715673051.3865 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715673083.8769 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715674645.4789 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715674714.0568 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715674795.7064 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715677914.199 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715677990.6732 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715678023.864 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715680671.7878 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715680684.2017 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715680708.0141 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715680721.1172 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715680756.6421 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715680774.3491 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715680798.7423 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715680815.0593 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715681211.2488 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715681242.0659 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715685637.6338 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715686261.4116 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715687357.824 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715687402.3453 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715689015.5469 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715689970.3975 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715690013.3277 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715690053.1575 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715690084.5814 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715690100.3947 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715691355.2566 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715692036.4606 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715696573.886 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715696985.2415 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715697070.2139 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715697745.2526 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715697888.4159 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715697950.1773 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715697965.8898 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715697974.5647 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715698003.0249 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715698043.4828 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715698634.8079 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715698673.8923 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715699050.3814 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715700361.1782 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715700470.8423 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715700632.2481 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715700735.9129 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715701867.2876 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715702055.2621 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715702149.7918 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715702176.0147 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715702213.1421 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715702257.7544 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715702294.1319 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715702319.7668 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715702343.5329 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715702383.6095 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715702421.8657 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715702488.6635 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715704679.9164 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715704744.5669 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715704809.2652 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715704832.3783 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715710596.3249 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715710732.1723 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715710946.1944 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715711094.3364 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715711416.0792 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715711624.746 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715711708.3608 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715713498.1462 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715714694.1925 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715714732.4367 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715714769.5878 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715714802.7484 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715714853.1436 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715714886.3133 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715714926.6286 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715714991.7571 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715715029.2598 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715715072.8058 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715715098.2911 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715720414.1433 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715720441.5688 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715720506.5514 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715736841.9224 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715736904.7417 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715736922.9946 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715745935.9609 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715746011.8732 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715746056.3536 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715746105.3639 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715746144.0276 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715746179.3533 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715746191.891 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715746211.3033 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715746225.2422 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715746246.3345 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715746275.9185 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715746320.8538 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715752128.2836 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715753569.2056 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715753597.7252 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715753614.2285 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715753635.4495 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715753659.8055 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715753684.1663 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715753707.2331 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715753724.3104 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715753747.3861 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715753781.8403 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715764730.2969 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715764763.9283 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715764798.1806 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715764827.007 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715764857.4414 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715767887.4006 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715769987.8576 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715770039.9446 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715775719.0294 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715775769.6894 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715775799.2783 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715775842.189 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715777592.7405 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715777627.9318 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715784315.8966 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715784523.0311 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715788137.1626 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715790483.4433 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715806130.6418 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715807505.7281 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715807533.5192 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715807582.7843 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715807654.393 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715808278.5452 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715809534.3259 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715809760.1488 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715809795.2392 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715809852.0377 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715809906.8223 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715809965.5266 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715809991.1422 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715810007.1303 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715810049.9176 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715810163.7299 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715811335.9503 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715811391.9803 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715811743.4601 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715811821.5187 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715812940.2633 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715812963.3663 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715813449.7613 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715813757.0457 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715813810.298 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715813865.9303 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715813942.3258 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715814281.3599 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815128.3488 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815217.0949 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815270.4299 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815370.4623 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815467.3029 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715815602.0594 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715815648.2789 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715815686.0728 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715815736.5004 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715817402.5989 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715817805.2055 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715818376.2417 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715819161.9366 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715819491.1656 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715819543.6757 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715819586.5946 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715819615.5232 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715819645.9821 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715819670.3462 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715819888.2828 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715819918.3499 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715819929.0339 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715819955.0618 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715819965.8997 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715819976.402 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820093.4966 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820108.3077 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820114.9281 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820121.7485 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820127.866 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820134.2909 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820139.8646 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820145.0877 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820154.8417 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820159.7185 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1715820164.5588 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820181.9884 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820186.5589 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820211.0087 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820839.0777 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820856.6731 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820860.5842 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820864.547 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820874.3779 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715826562.9853 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715826603.8445 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715832708.5013 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715833816.9851 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715835888.8168 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715835905.0987 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715836234.5315 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715839726.894 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715841738.4038 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715843051.3302 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715843989.692 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715846570.8419 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715846650.1388 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715846799.2673 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715846927.6472 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715853531.166 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715857620.2786 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715861672.622 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715861701.6151 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715861730.9837 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715861754.8566 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715862161.5608 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715862199.6862 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715862245.3838 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715862324.7552 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715862384.4427 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715862439.5804 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715863670.6729 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715870697.9021 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715870731.6924 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715870863.7421 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715872892.3643 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715872916.3874 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715872953.4692 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715873064.3259 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715873088.041 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715873104.4435 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715873134.2543 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715873148.3964 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715873169.9692 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715873197.2215 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715873236.7125 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715873285.2547 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715876292.9941 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715878952.7967 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715878980.8882 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715879032.671 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715879067.558 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715883196.3069 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715883230.7648 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715883261.9915 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715883386.8596 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715883519.2743 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715883550.3625 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715883570.8938 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715883595.7926 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715883618.2657 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715883698.0336 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715883719.668 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715883769.1867 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715894377.4203 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715899227.8629 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715899665.3102 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715899810.0588 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715900652.8154 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715901624.0299 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715901635.5566 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715901711.4071 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715901749.7598 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715903564.6366 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715903657.7628 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715903975.2818 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715911393.0297 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715912969.5823 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715912988.5329 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715913035.5767 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913241.7837 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913454.2601 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715913474.1488 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913477.4885 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715913548.6289 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913651.5759 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715913654.291 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913667.5474 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715913739.8234 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715913764.4926 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715913782.4954 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913817.5374 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715913839.5048 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715913940.0061 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715914029.2744 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715914090.12 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715914105.3485 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715915511.0047 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715915577.8154 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715916243.5859 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715916272.4239 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715916313.1847 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715916368.8797 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715916411.5706 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715916448.7485 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715916533.6162 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715916547.7962 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715916587.2836 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715916613.8797 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715916644.9071 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715916683.1819 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715916699.0407 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715916727.3045 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715918196.9319 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715924700.595 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715924915.8223 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715924954.0836 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715924980.164 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715925133.5358 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715925168.653 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715925219.2785 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715925219.98 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715925264.902 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715925315.7153 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715925919.7776 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715926420.4915 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715926538.8144 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715929365.0268 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929417.4956 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929429.846 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715929450.8124 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715929492.6738 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715929531.0454 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715929554.8185 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715929567.0075 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929584.971 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715929617.1082 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929657.2837 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929679.9609 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929707.3509 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715929781.1131 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929849.6364 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715929867.4377 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715929907.5512 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715929948.5812 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715930083.8166 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715930369.0071 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715948152.0414 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715954193.2505 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715960109.8087 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715960218.1069 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715960238.662 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715960280.3729 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715969029.6444 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715972816.0645 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715972884.2583 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715977022.0855 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715977282.5472 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716005809.1647 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716024927.1115 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716024976.7221 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716025010.7673 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716027377.3351 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716027899.644 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716028822.8275 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716028857.7321 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716036421.4086 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716040333.7351 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716043972.3967 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716043995.1703 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716044508.3229 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716045340.1223 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716045370.1669 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716045434.8063 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716045536.284 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716045782.3404 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716046661.0575 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716061878.1074 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716063691.5292 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716063728.9507 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716064036.8859 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716064897.7154 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716064982.9829 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716074832.2246 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716087920.9207 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716087962.0076 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716088282.1445 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716088319.6002 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716088361.4397 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716092533.9981 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716092684.4695 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716100809.6333 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716100904.7495 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716100967.3084 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716101014.3749 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716101026.1623 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716101284.4392 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716101388.6109 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716101424.8563 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1716101640.0847 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716101663.5449 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1716101720.3834 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716101763.5754 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716101779.0549 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716101812.8171 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716101829.1619 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716101843.8492 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716101870.408 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1716101897.469 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716101922.0127 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716101958.4491 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716101980.4881 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716102012.3581 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716102033.0066 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716102061.565 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1716102078.6577 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716102104.1158 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716102163.2523 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716102338.3014 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1716102352.7855 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716102377.8361 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716102397.944 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1716102458.7278 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716102472.2144 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716102830.9668 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1716102848.2679 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716106991.3653 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716112644.092 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716112688.5957 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716113925.8512 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716116154.8458 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716123312.2626 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716124481.7688 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716129939.4625 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716130077.5552 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716133934.791 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716133959.4134 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716133982.7909 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716134112.955 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716134184.1117 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716134215.2692 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716134246.6302 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716134272.2078 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716136785.8861 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716136830.2645 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716136888.0281 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716136912.3226 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716137509.6219 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716137550.792 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716137584.016 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716137614.0349 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716137663.882 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716137708.8654 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716137736.4075 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716137761.6991 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1716137815.2529 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716137886.7381 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716138040.3932 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716140714.0428 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716209337.3046 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716209412.7298 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716209448.1323 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716209508.6504 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716209613.4906 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716209642.7198 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716209709.6202 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716209774.4706 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716209852.8582 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716209947.3287 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716209967.6822 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716210044.0883 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716210150.5688 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716210205.0335 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716210268.9147 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716211526.4507 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716213446.8546 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716213461.9489 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1716213474.537 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716213492.0301 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716213521.5562 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716213540.262 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716213551.8733 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1716213557.4906 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716219013.0278 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716220209.0681 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716220249.3189 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716220285.5053 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716227591.1168 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716227622.0114 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716227674.7391 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716227710.2023 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716227875.4029 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716227977.9929 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716228007.518 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716228104.844 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716228130.5321 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716230101.821 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716230984.9301 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716232636.2301 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716232746.3131 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716232993.2428 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716233055.3833 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716235984.1893 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716239320.9605 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716242440.4726 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716242516.4926 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716242590.6103 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716242629.6643 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716242692.6624 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716246215.0477 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716248360.3883 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716249928.3303 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716249950.1619 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716249976.5037 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716250002.3525 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716250043.473 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716250064.5423 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716250098.6574 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716250169.1921 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716250175.1057 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716250192.053 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716250223.5527 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716250346.0641 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716252598.1249 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716252635.5485 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716263746.8692 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716270546.4614 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716270581.7833 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716271101.4508 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716271351.0622 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716274671.7892 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716278257.8069 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716278320.6515 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716278455.3143 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716279222.1691 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716279246.192 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716279794.6865 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716280412.4078 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716280463.3691 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716282215.371 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716282249.1998 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716282537.2467 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716282635.1246 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716282720.9449 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716282757.3202 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716283450.3375 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716283609.525 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716283779.8628 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716283801.3005 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716283935.4598 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716284013.3675 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716284180.1311 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716284192.186 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716284470.2778 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716284564.193 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716285325.0236 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716285475.3857 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716285519.9145 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716286409.4293 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716286967.8756 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716286983.4028 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716287142.413 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716287185.2534 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716287217.0099 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716287247.2868 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716287271.5544 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716287340.0533 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716287550.0246 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716287573.6398 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716287628.6541 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716287651.6393 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716287665.6163 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716287678.808 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716287767.435 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716287779.2194 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716288009.4382 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716289208.9321 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716289237.4451 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716289351.113 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716289390.8858 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716289393.7964 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716289414.7975 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716289423.2899 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716289429.1105 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716300925.2643 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716301040.4664 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716301250.7099 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716301308.9557 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716301961.2777 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716308935.4231 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716317363.8031 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716317407.5124 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716317505.7057 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716319832.5599 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716321763.8236 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716325414.0255 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716325749.7214 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716325771.5615 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716326192.6196 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716326243.3131 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716326299.6314 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716326346.6605 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716326432.8943 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716326479.3558 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716326504.9509 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716326723.2613 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716326765.4157 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716326806.8553 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716328651.4073 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716340833.9646 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716340851.5576 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716342516.6062 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716342980.4385 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716392751.259 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716392854.8424 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716392927.7613 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716394547.5836 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716394567.8834 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716394675.2074 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716395232.2063 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716395392.7448 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716395429.4755 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716395464.4116 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716395617.1491 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716395671.3185 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716395722.6354 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716395762.024 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716395800.2075 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716395893.3131 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716395908.2446 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716395930.8155 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716396096.1888 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716410843.4073 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716410959.2736 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716411007.9506 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716411029.2438 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716431755.4427 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716431811.1067 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716450118.5001 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.47.232", - "anony": true, - "tstamp": 1716450793.7853 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.13.208", - "anony": true, - "tstamp": 1716455911.4834 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.13.208", - "anony": true, - "tstamp": 1716455955.7955 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.13.208", - "anony": true, - "tstamp": 1716457978.0237 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.47.232", - "anony": true, - "tstamp": 1716458225.9763 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.232", - "anony": true, - "tstamp": 1716458248.4504 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.38.210", - "anony": true, - "tstamp": 1716462945.118 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.47.232", - "anony": true, - "tstamp": 1716463010.5927 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.232", - "anony": true, - "tstamp": 1716463052.7326 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.38.210", - "anony": true, - "tstamp": 1716463079.2945 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.38.210", - "anony": true, - "tstamp": 1716463103.3942 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.38.210", - "anony": true, - "tstamp": 1716464669.7571 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.38.210", - "anony": true, - "tstamp": 1716464883.9242 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.47.232", - "anony": true, - "tstamp": 1716464922.8799 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.38.210", - "anony": true, - "tstamp": 1716465012.8038 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716465092.5554 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.38.210", - "anony": true, - "tstamp": 1716465101.4217 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.13.208", - "anony": true, - "tstamp": 1716465158.8835 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716465217.6185 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.38.210", - "anony": true, - "tstamp": 1716465238.6722 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716465271.103 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.13.208", - "anony": true, - "tstamp": 1716465320.7672 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.47.232", - "anony": true, - "tstamp": 1716465461.646 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.13.208", - "anony": true, - "tstamp": 1716465948.4394 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.47.232", - "anony": true, - "tstamp": 1716466221.9614 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716470442.2975 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.43.115", - "anony": false, - "tstamp": 1716473602.4544 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.43.115", - "anony": false, - "tstamp": 1716473616.0917 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": false, - "tstamp": 1716473629.427 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716473646.5102 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716473694.7222 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716473748.2485 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": false, - "tstamp": 1716474064.3945 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716481830.2832 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716481918.5028 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716481975.5624 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716482066.6894 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716482101.8167 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716482665.9327 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716482873.3533 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716482905.5916 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716483084.7205 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716483130.6731 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716483227.6309 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716483261.6962 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716486797.4071 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716486908.7502 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716490430.3014 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716491961.101 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.43.115", - "anony": true, - "tstamp": 1716492019.4859 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716492130.1621 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716492165.0747 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716492306.9555 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716492822.692 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716493052.5738 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716494692.3029 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716494811.879 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716494814.0355 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716494907.8652 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716494980.5166 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716495025.0063 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716495051.0207 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716496626.411 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716496705.3455 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716497278.1725 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716498287.3391 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716498382.0641 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716498455.0726 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716498525.386 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716504189.1445 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716504232.9298 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716504298.8496 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716504375.2347 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716504475.8806 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716504690.8373 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716505296.1873 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716505412.2355 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716505461.6194 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716505497.4972 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716505555.7406 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716505749.2626 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716505835.0554 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716505908.8182 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716506883.2691 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716507650.4765 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716507699.2617 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716507752.4956 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.46.140", - "anony": true, - "tstamp": 1716507790.1558 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716507831.8959 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.46.140", - "anony": true, - "tstamp": 1716507855.4252 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716507872.6517 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716507895.6605 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.46.140", - "anony": true, - "tstamp": 1716507916.014 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.46.140", - "anony": true, - "tstamp": 1716507994.0174 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716508026.9667 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716508043.0315 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716508087.7971 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716508116.3079 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716508140.5914 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716508166.7129 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716508194.1005 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716508529.6954 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716508583.9155 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716508618.2377 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716508647.6412 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716508773.0947 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716509848.6189 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716511130.78 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716512409.7918 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716512454.4993 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716512505.6737 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716514986.0767 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716521987.1249 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716522049.4138 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716523440.8187 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716523485.7361 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716532871.9422 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716534155.8593 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716534865.3098 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716535184.4481 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716539015.3065 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716539889.7886 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716540536.1365 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716540946.9096 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.39.221", - "anony": true, - "tstamp": 1716542403.1488 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716543711.9241 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.39.221", - "anony": true, - "tstamp": 1716543831.0194 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716553156.4165 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716553180.6047 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716553208.1102 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716555742.6319 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716564155.6044 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716564230.9225 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716569588.0252 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716569622.0458 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716569667.1495 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716569696.2879 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716569714.3922 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716569738.4961 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716569758.9203 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716573314.1735 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716582629.7353 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716582661.7607 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716582674.8994 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716582719.0988 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716582786.073 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716582843.45 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716588711.6463 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716588830.5802 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716588852.3781 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716588878.0822 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716588894.0191 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716588911.2078 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716588932.3094 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716588958.1131 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716588976.2128 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716589002.9294 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716589021.4706 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716589039.9181 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716589054.1024 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716589066.8788 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716589081.563 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716589099.7964 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716589111.4147 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716589135.5263 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716589150.6567 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716589165.6379 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716589178.4192 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716589190.3726 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716589219.0301 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716589244.1266 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716589270.2905 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716589282.8245 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716595399.6343 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716596153.0762 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631838.9989 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631933.7236 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631962.3438 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716637811.2507 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716637883.7082 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716637940.3706 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716638037.8255 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716638087.8967 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716640036.2923 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716640405.2966 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716640451.3012 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716648496.2293 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716650144.5433 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716650252.1683 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716654002.8058 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716657661.8542 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716661364.0162 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716672582.8741 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716675304.6869 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716675360.5552 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716696765.27 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716699503.5692 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716705294.9578 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716705406.3076 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716708229.2765 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716708400.6323 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716708408.5517 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716708425.3973 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716708463.7409 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716711715.0109 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716711774.3686 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716712269.8734 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716712296.7852 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716712383.2781 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716714698.5936 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716714723.8527 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716714742.496 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716714758.5844 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716714791.7059 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716714813.7628 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716718013.9851 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716719923.7897 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716719954.4298 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732002.5621 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716735265.1561 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716737955.5742 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716748956.5427 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716748990.6308 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716749082.5893 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716749104.301 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716749183.3056 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716749405.6595 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1716751911.6964 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716765226.9841 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716765416.9338 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716775345.3085 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716776806.2262 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716776883.0635 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716776909.2932 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716776943.7594 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716779918.8509 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716780527.3148 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716780918.544 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716780951.8598 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716781241.076 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716781759.6094 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716782158.4573 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716782417.8883 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716782420.5452 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716782443.0163 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716782459.9191 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716782484.1275 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716782499.7234 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716782519.0233 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716782537.0836 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716782553.9857 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716782569.153 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716782604.0051 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716782640.804 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716782917.0428 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716782989.6249 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716782995.4422 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716783027.8276 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783031.5075 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783089.4325 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716783090.8889 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716783109.7954 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716783138.0445 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783168.9557 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783358.7145 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716783422.1009 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716783435.6913 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1716783462.483 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716783546.6433 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716783564.225 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716784775.2026 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786037.8729 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786448.0434 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716787848.0571 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716787891.5755 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788134.0343 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788285.3057 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788359.5087 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716789220.1988 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716789283.4351 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716789329.1919 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716790433.6457 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716790469.8328 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716790506.0108 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716795652.1604 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716795779.9806 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716795814.0196 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716795851.1701 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716796006.4588 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716796314.0423 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716797932.5341 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716798084.7317 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716798121.6615 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1716800486.027 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716800548.8329 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800613.7817 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800856.1807 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716807736.5459 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811377.2082 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811412.4609 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811455.261 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716813669.564 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716815094.1935 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716815234.9665 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716815654.9788 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716815707.9688 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716815776.0532 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716815812.376 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716815854.6739 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816541.9961 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816625.048 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716818117.9152 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716818176.5463 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716818286.1937 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716820201.2267 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716820286.2223 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716820362.2491 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716820452.0064 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716820477.06 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716820507.7212 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716820553.7108 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716820588.4905 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716820650.6468 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716820699.6007 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": false, - "tstamp": 1716820706.6725 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": false, - "tstamp": 1716820757.741 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": false, - "tstamp": 1716820801.4873 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": false, - "tstamp": 1716820861.245 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716821241.4039 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716821338.8438 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1716822550.5508 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716822601.7824 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1716822684.0205 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716824127.2452 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.150", - "anony": true, - "tstamp": 1716824216.9099 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716824222.9857 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716824355.8866 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716824418.4021 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716824513.5238 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716824840.9571 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716824902.917 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716825475.2657 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716827655.7005 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716833085.2146 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716837569.5895 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716837622.3484 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716837681.1 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716837695.9418 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716837768.4182 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716838033.7689 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716840571.8782 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716842021.1183 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716842045.0031 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716842062.0558 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716842559.476 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716844269.6437 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716844294.3593 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716844320.0196 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716845240.0234 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716846556.504 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716846615.0033 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716846651.561 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716846681.6349 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716846730.6152 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716846754.4305 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716846777.0478 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716846795.5401 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716846812.5139 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716846831.5816 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": false, - "tstamp": 1716846856.7092 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716847080.0106 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716848513.101 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716851477.2888 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716852510.7015 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716852553.1843 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716852605.6101 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716852623.5465 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716852652.3718 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716852722.4343 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716862066.5604 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716862115.9787 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716867292.55 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716869633.5395 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716869689.7905 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716870827.3731 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716870852.4858 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716874091.6943 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716874201.0479 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716874219.0817 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716875286.1054 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716875310.4684 - } -] \ No newline at end of file diff --git a/arena_elo/results/20240527/clean_battle_video_generation.json b/arena_elo/results/20240527/clean_battle_video_generation.json deleted file mode 100644 index 711169d2fdd7ffecc9f5349bf22c8db6e618917d..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240527/clean_battle_video_generation.json +++ /dev/null @@ -1,8706 +0,0 @@ -[ - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1713914099.33 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713914343.6891 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713916642.7912 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713986344.8741 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1713987118.6274 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714139169.2392 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714139249.1969 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714139381.873 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714364059.9109 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1714364795.1269 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714443594.816 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714445557.5459 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1714485010.7122 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714485698.1572 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714491486.3968 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714568747.0042 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714575776.0633 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714575875.3994 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714576499.4057 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714614291.4601 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714656445.8616 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714667465.6678 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714757575.6272 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714856044.8046 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714912222.8148 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714912353.9054 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714916128.9484 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714918845.2225 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714961792.1218 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714962568.0734 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714986675.9255 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715022520.8699 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715024874.9777 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715082170.9107 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715108567.1368 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715201418.1949 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715225335.6492 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715244587.7341 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715352822.1424 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715398861.6427 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715410800.5657 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715410993.9665 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715610160.6825 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715610373.469 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715689072.7345 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715696812.6326 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715737104.8239 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715739395.0891 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715810233.6444 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715849800.9966 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716114686.5453 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716116392.5838 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716193582.8722 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716193785.0048 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716193846.233 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716194009.3835 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716300077.5395 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.43.115", - "anony": true, - "tstamp": 1716478201.6693 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716533638.3067 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_127.0.0.1", - "anony": false, - "tstamp": 1716682913.5891 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716689388.5783 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716689390.9317 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716689418.3899 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716689430.8661 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716689430.9662 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716689446.5199 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716689504.5594 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716689507.2126 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716689516.3395 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716689560.415 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716689571.2045 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716689589.1987 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716689600.479 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716689642.8219 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716689687.8719 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716689693.1346 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1716689821.5032 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716689833.2282 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716690476.4186 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693206.0818 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693274.919 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693286.0411 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693303.5784 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693311.5433 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693329.6356 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693383.5826 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693456.8226 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693467.3462 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693479.5757 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693495.1122 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693502.3247 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693528.2392 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693546.0765 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693563.0683 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693569.8376 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693581.0672 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693588.2851 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693595.2501 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693663.4243 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693679.0583 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693692.5858 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693708.4221 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693719.3968 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693725.4583 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693738.9399 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693745.5583 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693767.9991 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693792.955 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693803.7279 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693816.5054 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693825.2771 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693836.955 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693850.7326 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716694070.4027 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694148.1807 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716694244.2485 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694254.1959 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694276.2905 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716694375.6866 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716694382.1969 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694793.14 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694811.1394 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716694821.4174 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716694834.8498 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716694841.7147 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716694851.8849 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716694860.9592 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716694883.3566 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694902.9993 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694914.4785 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694928.7985 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716694942.7223 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728514.2605 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728525.0445 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728537.4321 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728552.3184 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728565.4115 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728611.9244 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728619.8963 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728626.8621 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728642.2282 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728660.8799 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728671.1783 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728681.5129 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728695.6521 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728707.1868 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728715.3574 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728729.9899 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728739.4646 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728751.7418 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728760.5694 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728772.9474 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728792.5959 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728825.1225 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728832.0962 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728839.4279 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728875.7372 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728884.1135 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728898.2525 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728909.7356 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728924.0212 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728932.2482 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728943.0756 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728951.8516 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728964.0778 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728971.495 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728980.7203 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728994.9574 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716729003.1242 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716729013.9565 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716729024.7427 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729034.6162 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729041.2307 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729054.9108 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729082.4481 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716729093.5738 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729104.4016 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729113.9293 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729128.024 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716729143.4289 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716729151.6014 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716729165.8412 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716729174.0802 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716729190.7693 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729561.7946 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716729589.111 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716730437.4978 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716730444.2174 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716731578.7678 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716731600.4666 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716731607.3314 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716731621.0702 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716731652.0853 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716731680.1969 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716731887.8933 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732002.7625 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732014.9893 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732033.1907 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732042.32 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732051.0423 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732064.3207 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732075.7564 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732092.1437 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732107.1689 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732121.5507 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732130.5345 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732144.7139 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732153.1545 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732245.8887 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732253.5049 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732260.9776 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732271.1059 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732289.7469 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732300.1222 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732442.4675 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732643.9778 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732653.5527 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732667.2377 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732690.9928 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732701.2197 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732769.1058 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732774.627 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732781.8561 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732792.5768 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732805.8172 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732815.2381 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732822.3066 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732832.5342 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732854.9452 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732865.7185 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732873.0369 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732879.1067 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732894.6925 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732906.9749 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732913.3386 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732921.5656 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732932.2613 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732947.9995 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716733033.155 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733215.9535 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733225.6737 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716733232.9894 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733245.779 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733261.359 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733274.7997 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733284.8279 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716733292.3492 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716733303.8831 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733316.3709 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733323.541 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733333.7191 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716733339.0328 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716733353.1237 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733359.5427 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733371.482 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733409.29 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733435.707 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733443.4772 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733504.7486 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733513.4209 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733524.354 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733530.1208 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733537.6908 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733546.1677 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733558.2467 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733565.4605 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716749705.1814 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716754494.225 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716754529.3204 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716754556.8827 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716754573.37 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716754581.3319 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716754589.7121 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716754610.3186 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716754622.516 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716756205.9019 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756217.6395 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756225.3579 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756245.6466 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756258.525 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756267.7569 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756278.3797 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756292.9729 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756303.6146 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756321.7636 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756328.3263 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716756337.0448 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716756355.6901 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716756369.1608 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756377.9305 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756405.9503 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756413.5746 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756420.392 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716756430.3441 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756598.971 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756811.4034 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756829.7662 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756837.7688 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716756844.6412 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756862.2925 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756871.8602 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756883.2346 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716763810.601 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763820.7817 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763830.0099 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763836.2701 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763852.5743 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716763861.9464 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716763876.0254 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716763884.9467 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716763895.1884 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763906.9292 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763916.2051 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716763933.7037 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763954.4778 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763963.4971 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716763974.9914 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716763982.078 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716763987.4028 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774336.4201 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716774366.2114 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774373.7343 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774401.5247 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774408.764 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716774416.5343 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774426.6483 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716774436.7505 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716774446.0586 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716774452.7416 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774466.5087 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716774473.4742 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774481.1066 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716774490.1334 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716774496.2078 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716774502.5006 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774513.1922 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716774519.3337 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716774546.8848 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716774553.0012 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716774569.2238 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716774581.1122 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716774586.7425 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716774595.3967 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716780707.8678 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716781161.3809 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716781177.0776 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716781187.7966 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716781235.6047 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716781242.9314 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716781254.7071 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716781288.1888 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716781297.0117 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716781305.1896 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716781380.1677 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716781558.8588 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716781966.5022 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783665.6346 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785927.5738 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785946.8276 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785956.3086 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785965.6368 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785983.4545 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786004.6173 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786012.1915 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786025.9796 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786038.5735 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786048.2498 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786056.7792 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786067.3793 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786076.8691 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786091.7183 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786106.6309 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786119.376 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786128.4563 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786145.1683 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786161.6566 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786201.0773 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786209.4966 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786225.3 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786233.4253 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786241.45 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786249.4851 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786263.8719 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786272.8991 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786280.5688 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786288.0837 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786295.9574 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786310.5953 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786320.6713 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786327.6937 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786345.2973 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786361.1416 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786369.7626 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786384.806 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786396.1855 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786405.8102 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786413.8802 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786450.7539 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788316.4236 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716788422.2451 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788441.1026 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788453.8448 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716788462.4158 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788473.1466 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788486.9898 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788500.5707 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788522.2662 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788529.4816 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788541.2168 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716788551.7418 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788557.1033 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788565.8238 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788580.9064 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716788591.4322 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788600.6571 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788614.3978 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788620.7168 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788626.6775 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788634.496 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716788650.9444 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788657.5528 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716788664.566 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788670.029 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716789701.2259 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716792046.6171 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716792090.6776 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716792117.5541 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716792144.8815 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716792164.2891 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716792176.5638 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716792198.4702 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716792228.5999 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716792257.5373 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716792271.5787 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716792345.5517 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716792372.1701 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716796355.1947 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716798217.9315 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716798246.555 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716798267.3135 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716798307.1051 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716798333.9472 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716798359.6181 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800430.6763 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800444.8671 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800463.8158 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800470.7888 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800480.9658 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800487.682 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800509.3502 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800516.7738 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800548.7825 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800574.8734 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800581.7424 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800591.5717 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800605.265 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800615.6372 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800624.6681 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800632.546 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800641.9148 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800653.6588 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800662.638 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800675.8846 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800681.6565 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800688.0967 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800695.4712 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800702.7395 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800711.7179 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800718.9888 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800725.6079 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800731.7275 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800740.9093 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800747.5238 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800758.3079 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800772.5587 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800786.4015 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800793.1772 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800800.048 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800805.4083 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800819.3653 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800836.4647 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800844.9468 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800851.1076 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800865.0564 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800873.5031 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800881.426 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800888.8952 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800896.8697 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800905.5457 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800915.4743 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800922.2894 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800929.8593 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800939.6859 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800945.6081 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800955.2893 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800967.0227 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800985.5176 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800992.7352 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800999.7547 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716801010.8857 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716801020.4579 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716801028.3834 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716801036.1073 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716801043.9818 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716801054.918 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716801061.0383 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716801067.9615 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716801093.7934 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716801102.824 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716801110.4941 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716801357.4044 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716802258.9248 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716802277.2785 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716802289.6084 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716802308.1591 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716802325.3582 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716802348.8219 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716802375.4431 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716802396.6924 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716802417.0479 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716802440.657 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716802452.992 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716804546.8109 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716804560.9392 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716804572.0261 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716804609.8288 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716804621.2126 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716804634.4051 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716804648.2446 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716804654.6584 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716804662.0841 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716804678.7051 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716804762.81 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716804815.1467 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716804828.1257 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716804843.0147 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716804975.1614 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805101.6412 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805125.1997 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805133.7299 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805151.027 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805158.1471 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805165.6788 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805174.2573 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805181.7877 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805190.2597 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805204.9966 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805212.6216 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805221.4549 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805232.7863 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805313.8437 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805325.1273 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805332.292 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805359.2195 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805367.371 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805377.814 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805386.782 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805404.1209 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805417.2687 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805423.5857 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805431.9147 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805441.492 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805449.2165 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805457.6224 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805463.1912 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805474.9718 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805482.2909 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805487.9021 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805494.2662 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805501.837 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805510.508 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805518.6324 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805525.5473 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805544.3909 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805552.0575 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805558.2739 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805564.1439 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805571.2122 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805579.1375 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805585.3538 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805594.1732 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805602.5497 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805614.0387 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805622.659 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805629.4247 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805636.4978 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805643.3155 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805651.8835 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805660.0046 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805666.4722 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805672.087 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805680.0119 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805686.5804 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805694.5555 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805703.9818 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805711.3069 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805721.6865 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805727.8528 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805736.4364 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805743.8122 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805750.2783 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805757.0462 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805763.9699 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805771.9439 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805778.1596 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805786.0285 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805793.2534 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805798.9227 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805808.3068 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805821.8583 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805839.7119 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805849.7822 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805857.2086 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805865.0813 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805873.7026 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805880.1754 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805887.5002 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805898.5851 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805907.207 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805913.6738 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805919.5473 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805926.0123 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805936.2907 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805943.3089 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716810647.7996 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716810767.6778 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716810826.6156 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716810864.4818 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716810900.0894 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716810921.257 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716810949.0213 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716810965.664 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716810988.9326 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811001.9174 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716811024.4386 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811035.9259 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716811058.5425 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716811074.3937 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811095.0043 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811114.558 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811157.5772 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716811180.1051 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716811346.2167 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811363.3576 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811377.2071 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811404.884 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811528.5755 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811545.2272 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716811581.4292 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811609.1021 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811631.9737 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811653.2303 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811678.608 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716811693.5999 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811720.8197 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811746.659 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716811761.1 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811778.6006 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716811787.9252 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716811806.8256 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811828.2237 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811848.5441 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811872.1595 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811901.6987 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811918.2 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716811932.245 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716811947.2854 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811966.6966 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811983.2023 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812015.9888 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812030.9774 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812051.728 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812067.7291 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812088.1948 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812102.3806 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812123.2896 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812139.1472 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812170.5498 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812192.2699 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812214.0685 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812237.5965 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812262.6235 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812290.4589 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812311.7735 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812323.9663 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812344.0154 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812361.5742 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812372.8081 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812386.6604 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812409.1288 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812418.0558 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812428.889 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812440.6235 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812460.1354 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812483.1639 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812498.9136 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812513.6577 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812524.1375 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812535.9746 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812547.665 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812555.6472 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812565.3306 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812575.97 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812590.8677 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812612.2889 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812624.5777 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812649.097 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812661.3318 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812691.9328 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812707.5304 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812722.3136 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812741.6653 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812760.8219 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812772.796 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812799.1808 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812814.2832 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812830.7859 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812844.0682 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812854.8496 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812863.9262 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812884.0891 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812902.0645 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812921.0403 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812934.2248 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812958.6412 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812982.3069 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812991.3995 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716813008.7657 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813018.7489 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716813618.7164 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813632.3075 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813648.7558 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813671.7233 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716813698.1674 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716813715.7735 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716813726.5932 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813738.6714 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716813747.2492 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716813767.5156 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716813787.5776 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716813804.4335 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813812.3843 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716813826.2772 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716813838.4177 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813854.4582 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813871.899 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716813883.9808 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716813893.2639 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716813907.4565 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716813922.9029 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813936.1375 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716813948.4724 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716813956.9029 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716813964.8758 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716813985.235 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814004.2321 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814014.3081 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814025.5933 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814042.4418 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814051.6142 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814074.9335 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814088.0682 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814099.4537 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814110.2829 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814117.4053 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814124.7313 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814136.6245 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814149.1818 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814158.2055 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814168.2388 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814181.7311 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814192.2712 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814202.9029 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814213.7299 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814223.8057 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814232.1412 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814239.2618 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814254.6616 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814271.2523 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814299.6371 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814312.3883 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814319.5568 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814334.818 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814347.5098 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814360.0003 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814372.9848 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814382.3319 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814389.5585 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814400.2431 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814408.7192 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814421.9339 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814436.4344 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814450.026 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814461.6183 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814472.512 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814484.0088 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814495.6957 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814519.6197 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814528.8081 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814539.691 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814550.1705 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814564.1662 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814572.6421 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814583.6689 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814598.5159 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814609.8028 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814619.5919 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814631.5327 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814648.7281 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814659.3149 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814680.1373 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814704.6159 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814713.39 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814725.5232 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814744.5305 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814755.0712 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814771.0791 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814783.3717 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814792.0423 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814803.8904 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814811.475 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814839.9094 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814849.1271 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814857.6044 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814871.3031 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814888.3485 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814897.878 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814907.4115 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814915.0837 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814924.1636 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814932.6321 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814940.9566 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814948.7863 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814968.0915 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814994.1657 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716815015.8201 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716815024.6949 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816099.4363 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816105.6967 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816118.5359 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816149.1207 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816172.1002 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816184.8358 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816194.5624 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816210.2718 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816227.4275 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816247.5376 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816262.3852 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816295.3375 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816307.3189 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816333.3001 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716816518.8779 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816568.8736 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816585.4378 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816592.9699 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816605.8065 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816623.4437 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816637.1861 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816672.9665 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816686.8076 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716816697.8926 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816706.8142 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816731.4381 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816740.0096 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816752.7379 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816762.2629 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716816776.0949 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816791.4496 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816799.9698 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816806.4869 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816813.395 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816838.8134 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816850.0931 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816857.6166 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816874.9081 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816885.0343 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716816896.9631 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716816914.0762 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816922.3005 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816936.3908 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816952.5782 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816965.4737 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816975.3518 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716816987.3314 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816998.0597 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817007.4428 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817014.3671 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817021.1406 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817031.3233 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817040.9988 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817047.7657 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817062.6591 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817071.0892 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817079.1626 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817088.792 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817095.9591 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817110.5496 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817120.4861 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817128.1212 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817136.6422 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817144.3143 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817152.4352 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817161.9622 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817177.1074 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817189.9467 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817198.023 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817208.2992 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817221.7848 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817230.062 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817236.2275 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817245.3594 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817251.1819 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817256.4007 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817272.0483 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817288.1447 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817296.0145 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817303.3895 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817311.3103 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817328.5117 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817337.8401 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817349.5234 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817357.7468 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817366.4197 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817378.2982 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817398.1152 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817411.0505 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817418.9737 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817433.5134 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817439.282 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817445.3501 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817454.4227 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817461.8922 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817473.7247 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817483.5046 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817490.071 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817497.482 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817505.4488 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817517.0342 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817526.0125 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817536.885 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817544.6967 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817554.6787 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": false, - "tstamp": 1716819747.8528 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716845528.4968 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845543.5775 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845610.4135 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845625.0502 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716845639.4286 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716845662.1402 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845693.0182 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716845718.0466 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716845734.4895 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716845755.294 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845769.7927 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716845783.0165 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716845816.9371 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716845828.573 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716845854.1902 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716845861.4523 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845873.847 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845908.5838 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845933.8837 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845948.6427 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716845982.277 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716846032.7577 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716846040.2247 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716846068.5392 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716846099.9227 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716846143.9332 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716846163.6735 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716846211.1808 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716846245.2648 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716846257.942 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716846302.5935 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716846311.1625 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716846342.1787 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716846362.9187 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716846386.3667 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716846397.8456 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716846413.3894 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716848046.5925 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716848058.7766 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716848067.902 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716848078.9331 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716848302.6348 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716849805.475 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716849813.4457 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716849818.3104 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716849824.5826 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716849834.2592 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716849836.9182 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716849839.7812 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716849850.9067 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716849877.0663 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716849877.1173 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716849885.1697 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716849893.3278 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716849946.2119 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716849980.4883 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716849993.2669 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716850007.4503 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716850037.0695 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716850054.3761 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850066.0545 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850091.7678 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850115.1746 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850132.3725 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716850144.1539 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716850161.2285 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850173.8573 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716850197.1758 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716850224.5489 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716850247.405 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850277.7798 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850310.4463 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850327.8684 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850328.226 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850340.8632 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716850354.4171 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850375.9832 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850409.3402 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716850417.2617 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850506.1736 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716850517.7481 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716850529.1711 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716850562.7076 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716850573.6848 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716850630.8546 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850653.065 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850681.8793 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716860595.707 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716860621.5356 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716860641.0232 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716860697.9926 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716860710.5707 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716860726.1111 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716860772.244 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716860790.2405 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716860804.6284 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716860869.2903 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716860936.3092 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716860952.3518 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716860965.3844 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716860983.8146 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861070.0866 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861079.6593 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861093.0971 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861110.8861 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716861182.2741 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861199.7588 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716861262.141 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861366.9074 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861376.2768 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861486.5303 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861550.2568 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716861563.9964 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716861576.7932 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861635.7395 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861644.366 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861651.5365 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861665.1318 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861675.3107 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861709.0037 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861764.0077 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861774.1637 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861787.6144 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861801.9107 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861857.8365 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861867.8133 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861876.2803 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716861888.9613 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716861899.5978 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861917.9472 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861929.1847 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861994.2271 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716862003.32 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716862014.0612 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716862066.3091 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716862084.806 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716862135.48 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716862146.7019 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716862199.7374 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716862287.5989 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716862301.6865 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716864840.105 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716864852.4483 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716867923.5623 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716869296.9752 - } -] \ No newline at end of file diff --git a/arena_elo/results/20240527/elo_results_image_editing.pkl b/arena_elo/results/20240527/elo_results_image_editing.pkl deleted file mode 100644 index f8a5bc2229be188990f1578f553e3d625888b04c..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240527/elo_results_image_editing.pkl +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6edf4987c4b28631efb7fa99e3c68444f4b54835c103325c298e1d890f306155 -size 62362 diff --git a/arena_elo/results/20240527/elo_results_t2i_generation.pkl b/arena_elo/results/20240527/elo_results_t2i_generation.pkl deleted file mode 100644 index 5165c5bbde5d65218a4baa470205af1ef0db1b20..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240527/elo_results_t2i_generation.pkl +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cba3475b3c4e5b9667e471ebc96612ae9c87bab0cb78b86de496a2b1afc8548c -size 68024 diff --git a/arena_elo/results/20240527/elo_results_video_generation.pkl b/arena_elo/results/20240527/elo_results_video_generation.pkl deleted file mode 100644 index 69d411cfa89fa37b5f7efc8d2e00910305d0440b..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240527/elo_results_video_generation.pkl +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e267328ac453fad5306fdbb0c61107ed0e0059c789a90e9be6077ba2ad9c88a8 -size 57217 diff --git a/arena_elo/results/20240527/image_editing_leaderboard.csv b/arena_elo/results/20240527/image_editing_leaderboard.csv deleted file mode 100644 index 535f43181d677d2be999741151048e13aca549a7..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240527/image_editing_leaderboard.csv +++ /dev/null @@ -1,10 +0,0 @@ -key,Model,Arena Elo rating (anony),Arena Elo rating (full),License,Organization,Link -MagicBrush,MagicBrush,1113.4601702633233,1114.9499809457182,CC-BY-4.0,"The Ohio State University, University of Waterloo",https://osu-nlp-group.github.io/MagicBrush -InfEdit,InfEdit,1076.3735770770381,1078.298768921264,Apache-2.0,"University of Michigan, University of California, Berkeley",https://huggingface.co/spaces/sled-umich/InfEdit -CosXLEdit,CosXLEdit,1064.2254978140068,1065.2558502694496,cosxl-nc-community,Stability AI,https://huggingface.co/spaces/multimodalart/cosxl -InstructPix2Pix,InstructPix2Pix,1032.7089803075078,1030.5502039749676,"Copyright 2023 Timothy Brooks, Aleksander Holynski, Alexei A. Efros","University of California, Berkeley",https://www.timothybrooks.com/instruct-pix2pix -PNP,PNP,997.4814111808752,1002.3024164280657,-,Weizmann Institute of Science,https://github.com/MichalGeyer/plug-and-play -Prompt2prompt,Prompt2prompt,987.231936473214,988.4308236280019,Apache-2.0,"Google, Tel Aviv University",https://prompt-to-prompt.github.io -CycleDiffusion,CycleDiffusion,938.9851750635415,932.8676126255519,X11,Carnegie Mellon University,https://github.com/ChenWu98/cycle-diffusion -SDEdit,SDEdit,930.6004411838677,929.6141536709094,MIT License,Stanford University,https://sde-image-editing.github.io -Pix2PixZero,Pix2PixZero,858.932810636626,857.7301895360717,MIT License,"Carnegie Mellon University, Adobe Research",https://pix2pixzero.github.io diff --git a/arena_elo/results/20240527/t2i_generation_leaderboard.csv b/arena_elo/results/20240527/t2i_generation_leaderboard.csv deleted file mode 100644 index ee5b16e45d8e1790462948dac7445fd3fa4b1457..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240527/t2i_generation_leaderboard.csv +++ /dev/null @@ -1,12 +0,0 @@ -key,Model,Arena Elo rating (anony),Arena Elo rating (full),License,Organization,Link -PlayGround V2.5,PlayGround V2.5,1139.8910192540554,1146.687232754191,Playground v2.5 Community License,Playground,https://huggingface.co/playgroundai/playground-v2.5-1024px-aesthetic -PlayGround V2,PlayGround V2,1098.262752689204,1098.7810113594705,Playground v2 Community License,Playground,https://huggingface.co/playgroundai/playground-v2-1024px-aesthetic -SDXLLightning,SDXLLightning,1066.8118686617854,1068.3789474536782,openrail++,ByteDance,https://huggingface.co/ByteDance/SDXL-Lightning -StableCascade,StableCascade,1053.9471993053432,1054.4413227920131,stable-cascade-nc-community (other),Stability AI,https://huggingface.co/stabilityai/stable-cascade -PixArtAlpha,PixArtAlpha,1053.2932327772553,1041.0547107447828,openrail++,PixArt-alpha,https://huggingface.co/PixArt-alpha/PixArt-XL-2-1024-MS -PixArtSigma,PixArtSigma,1050.0536938798257,1048.303209818974,openrail++,PixArt-alpha,https://fal.ai/models/fal-ai/pixart-sigma -SDXL,SDXL,1001.4842070241889,1000.3231519193034,openrail++,Stability AI,https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0 -LCM(v1.5/XL),LCM(v1.5/XL),934.366139171331,927.4304089486263,openrail++,Latent Consistency,https://fal.ai/models/fal-ai/fast-lcm-diffusion/api -SDXLTurbo,SDXLTurbo,931.7359364439344,931.0456210319286,sai-nc-community (other),Stability AI,https://huggingface.co/stabilityai/sdxl-turbo -OpenJourney,OpenJourney,853.3771481421164,848.1711047509306,creativeml-openrail-m,PromptHero,https://huggingface.co/prompthero/openjourney -LCM,LCM,816.7768026509566,830.2862033103119,MIT License,Tsinghua University,https://huggingface.co/SimianLuo/LCM_Dreamshaper_v7 diff --git a/arena_elo/results/20240527/video_generation_leaderboard.csv b/arena_elo/results/20240527/video_generation_leaderboard.csv deleted file mode 100644 index bfb5a7ee5d645d1044e1b19ede702a7f198e28a3..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240527/video_generation_leaderboard.csv +++ /dev/null @@ -1,8 +0,0 @@ -key,Model,Arena Elo rating (anony),Arena Elo rating (full),License,Organization,Link -AnimateDiff,AnimateDiff,1153.05979439857,1152.0428734516806,creativeml-openrail-m,"The Chinese University of Hong Kong, Shanghai AI Lab, Stanford University",https://fal.ai/models/fast-animatediff-t2v -VideoCrafter2,VideoCrafter2,1132.0829022609964,1134.6985806509838,Apache 2.0,Tencent AI Lab,https://ailab-cvc.github.io/videocrafter2/ -LaVie,LaVie,1034.2592701254162,1036.0633484739249,Apache 2.0,Shanghai AI Lab,https://github.com/Vchitect/LaVie -OpenSora,OpenSora,979.6409974189793,981.3238611340776,Apache 2.0,HPC-AI Tech,https://github.com/hpcaitech/Open-Sora -ModelScope,ModelScope,923.9379822922886,925.4260700169908,cc-by-nc-4.0,Alibaba Group,https://arxiv.org/abs/2308.06571 -AnimateDiffTurbo,AnimateDiffTurbo,910.0361394101296,914.166881418381,creativeml-openrail-m,"The Chinese University of Hong Kong, Shanghai AI Lab, Stanford University",https://fal.ai/models/fast-animatediff-t2v-turbo -StableVideoDiffusion,StableVideoDiffusion,866.982914093619,856.2783848539632,N/A,N/A,N/A diff --git a/arena_elo/results/20240528/clean_battle_t2i_generation.json b/arena_elo/results/20240528/clean_battle_t2i_generation.json deleted file mode 100644 index 5ad01f90914229081d45fccc510acc10d6d94c2f..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240528/clean_battle_t2i_generation.json +++ /dev/null @@ -1,40682 +0,0 @@ -[ - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707700514.3167 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707701110.2369 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707707434.9832 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707707467.1955 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707715202.5963 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707743517.6731 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707748092.0895 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707766084.3648 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707767434.9053 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707768049.9814 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707771506.9525 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707771618.8687 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707775417.8407 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707797986.5458 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707798121.0587 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707798585.0672 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707802112.022 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707802188.2116 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707802195.8893 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707803608.5079 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707803788.5758 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707803904.6801 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707803981.9232 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804176.6944 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804270.7927 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804297.8869 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804318.2703 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804334.1219 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804349.6842 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804364.5668 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804402.5063 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804439.225 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804479.6379 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804525.4779 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804569.4346 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805195.1868 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805385.1199 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707805544.5954 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805719.6055 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805892.4114 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806065.7944 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806165.7019 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806263.1867 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806323.9389 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806366.3154 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806417.7003 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806450.0813 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806488.8729 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806686.917 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707807465.0362 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707807624.1859 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808070.8364 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808165.8424 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808223.4083 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808242.8483 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808305.2596 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808365.8652 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808516.9725 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808592.0266 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707808776.6806 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707809207.6029 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707809528.5104 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707810829.8424 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707810888.7795 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707811836.4507 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812355.1994 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812463.5112 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812564.4237 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812633.8829 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812692.7422 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812731.7789 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812790.8552 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813196.5863 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813385.0823 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813688.5409 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813789.2976 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813801.8046 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813968.2954 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814081.937 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814113.8281 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814208.3473 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814576.4902 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814587.9823 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814630.8904 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707814638.1626 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814678.0675 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815069.0454 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815265.8876 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815309.9341 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815471.0053 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815496.1672 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815515.1383 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815597.8351 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707816139.8542 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707816453.2139 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707816524.6134 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707816642.8445 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707817578.7496 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818116.1249 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818116.4886 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818164.7455 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818248.2875 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818875.2918 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707819636.4627 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707820183.6769 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707820223.2706 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707821064.6519 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707821537.8837 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707821734.9105 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707821913.7658 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707822028.5932 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707822757.6234 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707824160.6135 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707824465.7056 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707824555.3203 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825315.02 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825427.9915 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825465.0846 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825513.2124 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825892.4661 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825936.2938 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707826004.6453 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707826621.1118 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707826696.6391 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707827607.6358 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707828504.1443 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707828598.2702 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707828650.1074 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829422.0774 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829424.1119 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829545.1677 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829558.9178 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829575.4002 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707829605.377 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829655.401 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829671.9346 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829764.2277 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707830051.739 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707831907.61 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707832672.6529 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833021.7755 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833211.1736 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833330.5156 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833567.2266 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833793.1294 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834070.3689 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834184.5449 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834553.1154 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834593.0783 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834668.474 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834707.0272 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834747.5192 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834769.6714 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834838.9968 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834939.7331 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835013.9187 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835059.1088 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707835084.9734 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835143.1459 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835157.8035 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835271.8395 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835326.7352 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835390.8923 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835525.9638 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835615.8358 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835679.3932 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835717.0721 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835853.3267 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835989.8838 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707836084.5509 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836132.9464 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836135.0599 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836237.3436 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836314.9641 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836695.3278 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707837085.8896 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707839155.8114 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707840267.3024 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707840932.8884 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707841426.0637 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707841877.0338 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707841965.2778 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707842944.8061 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707843000.9465 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707843932.2112 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707844717.8943 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707845169.7825 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707846883.7945 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847300.2803 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847465.1349 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847529.7859 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847805.9735 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847846.2293 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707848073.1447 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707848814.4383 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707849117.1598 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707850807.7058 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707850898.7895 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707851643.0572 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707852226.5775 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707852250.3298 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707852649.075 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707852658.3925 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854112.6589 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854223.7006 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854439.3584 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854467.9121 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854493.356 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707854644.0324 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854745.2094 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707854859.0911 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855029.8798 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855287.8118 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707855365.8721 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855592.3744 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855617.8623 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855662.3148 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707855663.1059 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707855706.2598 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855818.7279 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707857642.2074 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707857681.8972 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707858601.4616 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707859063.3978 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707859131.0729 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707859155.9948 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707859314.8579 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707861187.3856 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707861468.4384 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707861681.2523 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707861762.884 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863154.0782 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863220.9442 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863276.7531 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707863359.6247 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863562.8628 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863623.6038 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707864470.9299 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707865527.8262 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707865559.346 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707866156.3368 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707866211.1115 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707867088.7165 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707867880.8468 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707869812.1567 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707870348.7079 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707870392.0767 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707870526.6392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707870575.054 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707870639.4277 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871185.0523 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871233.4711 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871275.0108 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871354.9701 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871603.5439 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707871663.4536 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707871686.2102 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871840.7281 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871909.9365 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707872099.4329 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707872920.9285 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707872977.5665 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707874406.8176 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707875417.714 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707875703.986 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707875827.46 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707876432.1059 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707876829.205 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707877060.6713 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707878629.8346 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707878669.1334 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707878754.5179 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707879902.0051 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707881075.7184 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707881126.4996 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707882647.3191 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707882792.5618 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883779.6594 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707884893.6044 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707884977.6614 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707885031.1868 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707885083.3686 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707885959.1288 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707886120.659 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707886453.0044 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707887924.3075 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707888115.6326 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707888163.9161 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707888250.1088 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707888730.6572 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707888918.6905 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707889251.9249 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707889339.3417 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889511.4789 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889669.429 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889749.9811 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889822.2849 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707889889.5842 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889977.4531 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707890036.0378 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707890352.6404 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707890503.3537 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707890577.6157 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707891026.6919 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707891203.8892 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707891238.0325 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707891817.495 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707891838.6998 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707891867.0386 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707892517.4853 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707892603.8426 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707892776.7545 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707892856.4175 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707893005.224 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707893730.3778 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707893776.5582 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707893845.3551 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707893914.9762 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707894034.0264 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707894096.279 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707895246.3966 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707895682.8333 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707896516.4099 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897405.8243 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897594.363 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897777.4843 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897851.2186 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897859.3775 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897981.0235 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707898245.577 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707898288.3873 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707898690.7825 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707899153.9213 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707899254.7719 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707899600.5993 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707899708.2314 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707900399.2522 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707901463.2114 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707901625.6262 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707901724.895 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707901805.2825 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707901851.0289 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707901919.5957 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707902655.3889 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707903934.1831 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707903976.2698 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707904071.9685 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707904602.7143 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707904819.7667 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905092.372 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905159.5688 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905200.2306 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905205.8817 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905273.4656 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905352.1535 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905388.8247 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707905403.3113 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906463.3872 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906506.8365 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906531.5441 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906549.5815 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906674.4723 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906696.9843 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707906720.9523 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906789.0782 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707906831.6404 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906871.5136 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707906901.3599 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907016.8681 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907048.7211 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907133.1481 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907147.7204 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707907185.1271 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907223.9358 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707907247.2444 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707907276.8843 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907327.1575 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907427.1745 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907625.4958 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907746.2735 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907788.1814 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907918.7149 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907958.4932 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908048.9348 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908051.4076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908075.9936 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908311.8685 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908325.8212 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908458.9354 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707908563.0142 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908632.1933 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908900.8127 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908931.366 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707909339.6597 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707909562.0429 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707909679.8987 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707909685.0761 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707909778.3151 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707909998.5448 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910050.1127 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910100.9659 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910410.3087 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910587.4802 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910637.0556 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910755.6916 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910801.7684 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910811.2485 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910887.2329 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910896.9534 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707910900.8951 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707910905.4941 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910924.6707 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910982.6954 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910991.9937 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911029.3976 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911127.9317 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707911174.7956 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911218.698 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911276.8502 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911291.0875 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911316.0308 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911331.0514 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911344.5667 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707911518.1543 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911665.1089 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911758.3748 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912074.1765 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707912129.4306 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912176.8019 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912185.9448 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707912248.7648 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707912356.6732 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912462.9377 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912567.5438 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912649.0507 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912679.8891 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912837.4157 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912852.8909 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912910.5681 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912946.5205 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912959.2604 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912999.2068 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707913018.0211 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913032.8311 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707913060.4585 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913061.8856 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913099.4482 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913118.919 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913119.8888 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913178.1121 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707913182.7231 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913186.2456 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913203.1502 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913208.3418 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913251.3096 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913271.6578 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707913275.4802 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913313.9229 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913357.2293 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913389.2412 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913395.0962 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913408.1319 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913445.1243 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913472.8458 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913677.7619 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707914794.6501 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707914855.5524 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707914897.5771 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915023.9768 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915466.0448 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915532.6739 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915587.6978 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915672.2025 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915730.2925 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915777.2634 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915810.9608 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915839.1494 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915861.4564 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707915905.9859 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915915.5039 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707915916.0541 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915951.6873 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915960.4007 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707915970.9477 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916012.5482 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916044.5465 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916065.8303 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916099.7404 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916119.8235 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916170.2499 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916184.2409 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916200.7999 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916218.6752 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916256.2347 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916277.5221 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916309.6548 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916346.9444 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916350.0651 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916386.9622 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916390.033 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916390.6858 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916446.0376 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916450.6489 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916469.5215 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916470.5667 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916505.2343 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916518.4975 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916624.0147 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916696.0474 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916735.8473 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916747.4191 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916792.382 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916810.7745 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916813.1735 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916887.1351 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916898.5144 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916982.3532 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917000.8087 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917036.4298 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917058.6626 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917060.2105 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917073.6256 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917085.2154 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917155.4275 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917191.3453 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917205.0975 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917235.0206 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917258.3194 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917342.1145 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917372.6977 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917385.7986 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917423.7412 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917424.2131 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917498.4327 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917531.0262 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917548.0715 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917596.2616 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917600.5537 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917655.0935 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917673.9615 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917719.7166 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917729.4175 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917759.6363 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917804.9582 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917865.5889 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917969.5961 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918011.8903 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918085.0867 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918131.4236 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918160.0215 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918163.8283 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918194.5629 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918221.8827 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918235.3786 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707918264.5256 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918277.8947 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918323.7305 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918332.564 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707918379.8486 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918434.8289 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918734.8183 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919027.1236 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919054.4345 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919144.3406 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919147.9338 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919230.7308 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919296.9083 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919393.1404 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919478.9496 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919493.7021 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919536.9567 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919564.2367 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919583.6984 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919740.9197 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919883.6543 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920419.1473 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920434.6966 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920509.1715 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920594.0594 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920645.8842 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707921077.823 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707921096.5352 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707921127.6203 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707921159.3097 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707921981.7617 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707922061.6904 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707922132.6713 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707922634.743 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707923032.4667 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707923073.1547 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707923142.4485 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707923251.1361 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707923992.1768 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924165.4497 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924275.8604 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924316.0433 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924413.8304 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924458.3192 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707924738.1432 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925003.1457 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707925076.2295 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925129.2682 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925550.0104 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925615.8461 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707925642.6322 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925766.1992 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707926618.0896 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707926694.5902 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707926790.021 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927050.9478 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927126.2106 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927208.069 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927393.043 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927453.8706 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927496.8595 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927535.7321 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927615.331 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927633.9045 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927650.8896 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927672.6334 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927740.0537 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927758.1402 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927810.2906 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927846.7507 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927893.3725 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927952.7473 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707928190.3431 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707928802.3991 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707929496.0313 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707929599.8263 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707930561.6607 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707931092.8987 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707931225.8171 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707931268.194 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707931887.2924 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707931888.75 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707932190.2759 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933068.2769 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933172.4871 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933217.1406 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933237.3513 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933268.7009 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933292.91 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933297.9225 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933369.0276 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933413.8632 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933431.0668 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933447.92 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933592.8238 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933643.523 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933686.1231 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933768.1406 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933803.0941 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933844.2358 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933880.1095 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933884.089 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933934.1742 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934023.9856 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934049.1471 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934128.2119 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934170.6913 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934267.1023 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934319.3214 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934374.2844 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934382.4736 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934500.6694 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934566.6378 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934598.3878 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934605.1143 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934647.2204 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934695.2706 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934736.906 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934850.4166 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707936241.0814 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707936291.0266 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707936385.9089 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938013.3449 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938180.4804 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938613.6437 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938841.3997 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938951.4817 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707939017.3308 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939045.2476 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939335.1893 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707939380.646 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939541.333 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939641.082 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707939724.1214 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939841.1799 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707939863.0875 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939899.5396 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939936.0293 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940089.2411 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707940185.0653 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940242.5355 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940300.4272 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940343.6813 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940414.8563 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707940439.7377 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707941105.2771 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707941135.1485 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941160.7901 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707941193.6775 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941217.7381 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941324.3807 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941402.8543 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941443.2223 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707941964.3088 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707942036.4955 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707942103.4557 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707942169.7327 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707942264.2183 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707942300.6322 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707942371.5746 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707942571.6778 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707942630.0493 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707943172.7209 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707944152.0658 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707944615.6625 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707945506.1476 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707948092.1905 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949089.686 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707949135.1425 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949281.598 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949303.603 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949494.8498 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707949543.3071 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949599.1029 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707949657.3906 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950176.7606 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950429.6834 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950620.6165 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950881.5139 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950909.097 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950952.0049 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951018.3882 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951081.6152 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951110.0858 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951224.8171 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951884.901 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951962.3044 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707953806.744 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707954087.9998 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707955217.9239 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707955441.7822 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707955865.4022 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707956100.154 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707956171.0881 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707956489.8228 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707956816.0064 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707956983.108 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707957228.6115 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707957427.2669 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707957439.2736 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707957488.8019 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707957695.3719 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707957899.2597 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707958825.5013 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959005.2791 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959072.8789 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959117.3202 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959283.7537 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959517.4248 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959519.9556 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959602.5617 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959668.3561 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959749.5751 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959822.3033 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959889.7336 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959970.3128 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959992.4392 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960066.9854 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960107.1791 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960257.2383 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707960280.0116 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960476.5261 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960552.5788 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960670.3518 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960774.498 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707961245.9252 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707961439.0165 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707961551.5716 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707961628.4485 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707961785.4298 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707961956.6665 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962044.6912 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962086.5075 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962154.8799 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962229.5275 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962306.3355 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962403.6811 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962522.5521 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707962603.7058 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962763.9479 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962856.1898 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962892.813 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707964125.4049 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707964169.0741 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707966705.091 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707966724.1749 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707966916.7014 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707967815.2925 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707968982.8117 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707969103.548 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969221.8545 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969259.4015 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969450.7528 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707969665.3351 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969670.5846 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969748.656 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969796.55 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969932.4526 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970385.7193 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970425.3208 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970472.9276 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970503.8312 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970525.255 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972274.9415 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972395.9 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972462.121 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972465.6562 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972546.5605 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972581.2215 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707974383.3476 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707974441.018 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707974600.5679 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707976631.6841 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707979936.4233 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707980270.8804 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707980272.3898 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707981908.5595 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707981954.3946 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707983689.7292 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707984025.2664 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707985171.0128 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707985495.8015 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707985600.1919 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707986326.9305 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707987318.5669 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707989144.9396 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707989216.3561 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707989423.3999 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707989478.1056 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707989604.5316 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990265.1551 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707990333.7524 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990374.8158 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707990391.696 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990445.4444 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990756.83 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990757.2978 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707990932.9713 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707991096.1999 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707991162.0321 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707992030.5292 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707992073.6867 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707992136.65 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707992209.4205 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707992310.9014 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707995128.8881 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707996569.4656 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707996881.5308 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707996925.6111 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707996970.7215 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707997020.0792 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707997022.6461 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707998799.4084 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707999877.7348 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708000822.1476 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708002809.7539 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708003720.8431 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708003807.5267 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708003850.4119 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708003907.1458 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708005395.3762 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708005524.2485 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708005643.0993 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708005691.4589 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708006921.3169 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007031.2278 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007084.9317 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007169.3253 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708007215.3003 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007254.5339 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007292.3956 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007326.5783 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007411.6694 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007479.5755 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007559.7187 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007640.8531 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007824.5635 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007911.4417 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708008022.0812 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708008304.3283 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708008493.171 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708008606.502 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009363.8241 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009519.9965 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009605.0407 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009855.0076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009925.4483 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708010303.5563 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708010563.9384 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708010909.8944 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708012564.8519 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708012593.424 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708012630.3344 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708012755.1099 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708012807.9212 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708014058.736 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708014155.9281 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708014995.8236 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708015893.8303 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708016214.6399 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016573.8328 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016674.2569 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016711.8716 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708016843.4831 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016913.4118 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708016917.5447 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016967.5059 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708017618.3768 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708017680.9518 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708017789.0711 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708017830.1909 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708017879.2762 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708018045.6918 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708018332.9514 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708018608.3155 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708018705.3157 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019436.3054 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019484.8673 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019600.7404 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019667.5597 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708019734.1978 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019952.4912 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708020007.0338 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708021280.5687 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708021364.4024 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708021396.0419 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708022277.8721 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708023219.4536 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708023736.4653 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708024331.3717 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708026562.9225 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708026693.4445 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708026800.3382 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708026862.5577 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708026938.8916 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708027019.5145 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708027078.7138 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708031098.3078 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708031341.1596 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708031374.8991 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708031417.0021 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708031538.3038 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708032188.7187 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708032342.5879 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708032420.9835 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708033022.7451 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708034090.3644 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708034113.0241 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708034291.5548 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708035819.7005 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708035875.1149 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708035917.9152 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708036289.7746 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708036362.6679 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708036453.317 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708036977.7648 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708037049.0098 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708037080.6835 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708037169.8772 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708037232.9368 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708037738.6347 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708037896.7138 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708037988.3194 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708038099.5572 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708038288.3241 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708038557.0852 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708039031.0195 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708039662.0893 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708042353.4358 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708044416.6951 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708044460.7379 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708044470.7821 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708044507.4909 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708044547.7829 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708044559.2364 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708046510.2161 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708046662.7907 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708046769.7022 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708046780.3516 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708047415.4947 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708048614.887 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708049331.8461 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708049392.378 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708049423.8199 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708049512.7601 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708049575.1588 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708050251.9377 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708050293.4472 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708050308.4985 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708050462.3975 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708050490.8809 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708050498.2108 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708051255.8866 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708053435.384 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708053546.2222 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708053599.0177 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708053966.9856 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708056214.2996 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708057229.1437 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708057322.8692 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708059311.1176 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708059391.5785 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708066612.8351 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708067096.0004 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708067136.5425 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708067232.3091 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708067415.799 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708067574.9226 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708067747.8749 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708068176.8901 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708068914.1969 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708068962.9907 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708069003.5298 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708069143.4702 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708069166.9656 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708069330.803 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708069568.027 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708069851.9453 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708070022.0949 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708072187.4975 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708073481.1461 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708073651.7052 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708073653.0893 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708073709.293 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708073728.9009 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708073806.5067 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708073960.942 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708074154.2882 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708074396.1484 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708074610.5856 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708074679.1138 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708075062.671 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708077280.5931 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708077322.0512 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708078267.7004 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708078294.7229 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708080014.8626 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708080718.6937 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708081723.1128 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708081849.7331 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708082357.1385 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708082676.9847 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084071.5593 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708084233.6032 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084272.1678 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708084306.2933 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084329.5404 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084422.5459 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084448.0676 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708084545.8871 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708085031.092 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708086036.0558 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708087431.6381 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708087504.3381 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708087677.8589 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708088182.024 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708088281.2235 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708088922.5211 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708090426.5116 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708091236.8975 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708091413.819 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708091496.0926 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708091866.6917 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708092044.7034 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708092811.4154 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708093457.1153 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708093518.1758 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708093822.1669 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708093946.8994 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708094792.9638 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708094833.2447 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708094914.4639 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708094981.2979 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708094985.2131 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095768.8978 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095886.5269 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708095900.0872 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095914.3337 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095954.1028 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095974.1364 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096033.0511 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096038.555 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096097.7387 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096182.5309 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096237.6472 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096327.0022 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097240.8207 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097419.7711 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097509.882 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097525.0774 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708097568.222 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097736.7028 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708098813.7485 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708098896.0644 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708100906.6197 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708100958.2986 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708101945.2317 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708103712.9627 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708104808.4396 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708104877.5801 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708104941.7841 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708105042.3432 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708105225.2412 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708105482.9868 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708105534.6317 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708106090.0451 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708106299.9794 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708106918.9237 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708106957.868 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107205.7853 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107337.0744 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107438.9079 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107810.5795 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107903.9406 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708108004.4948 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708108073.6932 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708108224.9075 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708108273.6716 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708108622.5794 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109377.927 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708109574.2361 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109787.5966 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109820.4291 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109964.8059 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109969.4701 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110086.0938 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110359.8645 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110478.6266 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110516.5118 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110722.0719 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110894.43 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111110.5333 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111157.5813 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111208.8895 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111209.35 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111276.261 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111345.4691 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111377.3504 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111412.456 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111425.0459 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111522.5294 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111544.3402 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111584.5444 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111635.4562 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111740.1655 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111831.8014 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111843.4166 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111871.713 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111945.6409 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112033.1376 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112061.7656 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112206.2574 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112206.7184 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112236.3926 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112257.9906 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112349.9469 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112428.7129 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112455.5679 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112666.5624 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112709.1203 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112756.4458 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708112810.0617 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112852.042 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112870.2931 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112919.3083 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113007.7759 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113097.3553 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113376.2534 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113377.609 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113429.7074 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113468.8579 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708113719.0232 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708113774.9737 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708113856.5251 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115064.8115 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115072.4056 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708115116.4138 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708115163.8253 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115274.4666 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115365.4239 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115700.4346 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708115781.6682 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708116986.3445 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117034.5467 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117316.253 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117391.8395 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117414.9773 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117719.1624 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117879.0764 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708118080.6109 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708118373.9448 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708120703.142 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708120778.5357 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708120816.2409 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708121482.9907 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708122033.6099 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708122072.9567 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708122197.6695 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708122265.2623 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708122285.9708 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708122851.3515 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708122975.753 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708123295.3367 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708123837.8162 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708123912.9557 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708124121.4218 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708124189.9424 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708124224.6943 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708124257.7295 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708125488.1034 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708125496.9753 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708126434.3092 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708126483.5169 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708126533.5348 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708127737.1941 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708127774.1258 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708128506.8302 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708128599.9542 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708130890.3452 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132065.7242 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708132126.7234 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708132196.5208 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132467.7891 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132626.6819 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132722.3279 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132794.4495 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708133220.6622 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708133379.774 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708133706.5342 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708133791.5656 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708134194.5586 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708135690.3016 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708135773.4307 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137137.0176 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137200.7484 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708137255.2448 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137646.0651 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137694.589 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137764.5412 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137828.0466 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708138110.5944 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140073.0293 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140088.8806 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708140139.0831 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140145.8505 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708140173.3316 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140179.8027 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140210.5382 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140213.5953 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140260.8624 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708140316.1129 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140360.1673 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140813.5111 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708141183.215 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708141891.6501 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708141971.4729 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708142581.4854 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708142676.2195 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708143073.5683 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708144618.1496 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708144678.6238 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708144779.724 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708144873.941 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708145293.1434 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708146014.328 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708146068.0118 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708146433.888 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708146806.7443 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708147115.7163 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708147988.779 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708148079.6994 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708148249.8614 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708148339.2037 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708149049.8244 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708149487.2149 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708149800.2536 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708151672.2439 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708151699.6482 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708151728.7431 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708151750.0684 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708151795.5923 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708152611.4998 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708155969.2393 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708156027.0017 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708156082.7118 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708156965.8117 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708157931.6349 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708160490.8999 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708160967.0389 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161072.7771 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161164.9265 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161175.3145 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161250.7839 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161344.4487 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161395.1099 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161470.5154 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161493.8058 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161578.5919 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161685.3502 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161744.4562 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161830.4571 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708162423.7927 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708162788.7029 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708162927.1516 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708163762.7364 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708164361.7048 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708165929.3793 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708167159.6451 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708167322.5777 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708168120.0766 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708168339.0175 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708168390.2853 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708169256.1304 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708169315.3648 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708171191.8854 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708171290.2203 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708172121.6343 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708172173.8632 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708173393.5117 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708173733.9815 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708175751.6607 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708175862.4882 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708175892.3837 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708175956.3045 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708176181.9258 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708176239.4311 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708176299.6426 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708177136.3304 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708177743.2047 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708178223.6546 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708178687.4497 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708178759.5559 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708179173.7792 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708180805.5876 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708180857.4361 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708180910.5907 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708180954.3089 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708181131.326 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708181486.732 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708181661.368 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708182592.0714 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708182880.7531 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708182981.589 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708183018.8662 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708183057.7031 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708183136.0475 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708184715.4283 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708184823.9236 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708186992.1392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708187497.8336 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187571.9101 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187616.6648 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187693.4713 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187798.4201 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187878.106 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708188023.1779 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708188113.7851 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189180.9089 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189255.4699 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189289.4887 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189294.5574 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708190594.3693 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708190776.3361 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708191033.4194 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708191440.1808 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708191548.789 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708191711.7215 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708191961.5556 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708192669.4533 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708194178.0538 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708194330.5225 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708194796.3463 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708195490.5541 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708195588.4757 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708196360.2703 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708196373.5338 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197127.813 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197187.7383 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197269.4851 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197462.4622 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197646.0736 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197698.7769 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708199505.5575 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199563.83 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199606.1485 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199658.9069 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708199730.0171 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199779.1095 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199862.3877 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708199947.113 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708200509.7514 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708200639.7706 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708202963.0247 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708204846.6768 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708205029.1505 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708205117.065 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708205616.8439 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708205694.4186 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708205790.1749 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708207080.3918 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708207112.5804 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708207764.321 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708207946.3367 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208000.0355 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208060.3709 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208088.2458 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208157.9119 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208636.4282 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208659.4342 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208739.3584 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208758.6543 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208830.2121 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708208916.3004 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208982.1274 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708209035.5367 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708209086.2585 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708209403.9427 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708209595.737 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212075.3529 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212142.3537 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212362.1027 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212455.3279 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708212522.8349 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212592.8628 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708213525.5828 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708214674.8215 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708216260.4941 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708216295.9763 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708216484.3449 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708216792.5555 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708216881.4459 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708217654.5956 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708217824.3497 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708218049.1273 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708218228.7928 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708220709.2834 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708220749.2794 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708223966.7437 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708224912.2474 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708224994.7921 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708225070.353 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708225127.6709 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708225156.7352 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708225247.4943 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708225331.5296 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708226049.8169 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708227409.6176 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708229720.0179 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708231959.8788 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708233641.0849 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708233936.715 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708233960.532 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708234167.2376 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708234442.478 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708234578.5545 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708234685.9085 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708235094.6835 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708235600.3159 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708235648.6368 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708235692.6976 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708235735.0741 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708235992.4909 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708236964.0669 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708237052.6045 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708237167.5794 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708237665.8684 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708238029.9722 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708238144.4689 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708239433.5071 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708241005.1807 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708242233.7412 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708246818.2547 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708248272.2769 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708249187.0495 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708255788.2223 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708256870.3964 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708257722.1518 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708257863.252 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708258111.6728 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708258123.808 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708258129.0788 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708258363.1549 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708258382.1352 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708258483.7652 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708259385.1642 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708259466.6425 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708259566.9631 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708259653.5893 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708259991.7081 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260002.2506 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260576.1787 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708260579.7168 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260586.0516 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260680.3084 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708260765.3981 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260777.7795 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708261136.1138 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708261293.3588 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708261386.4392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708261654.5818 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708261771.1698 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708261997.0189 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262073.3028 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262213.5624 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262642.1204 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708262672.6433 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708262723.9227 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708262780.1344 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708262878.5661 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262928.1139 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262979.526 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708263334.0474 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708264529.2548 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708266597.9844 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708268215.4201 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708268272.7549 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708269208.6405 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708269271.4767 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708269482.187 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708270156.857 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708273878.1751 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708273957.6425 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708273959.5278 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708274006.6101 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708274254.2376 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708274333.8459 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708276828.19 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708276873.5007 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708276982.3282 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277043.704 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277104.4539 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277111.757 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277154.2405 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277196.5891 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277519.9543 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708277585.2747 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277668.2427 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708277717.2005 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708277910.5217 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708278923.5015 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708280351.4132 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708281043.2273 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708281084.6966 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708281510.9501 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708283522.8397 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708283900.5962 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708283967.9701 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284003.6521 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284136.7046 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284173.3872 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284209.801 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284295.3183 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284352.2413 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284512.1361 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284569.9599 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284661.0038 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284707.1979 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284747.5545 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284786.262 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284811.6143 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284826.019 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284857.6008 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284877.3336 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284925.4894 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284926.2498 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284992.4334 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285144.8357 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285172.7899 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285176.3318 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285226.2026 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285230.0245 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285251.6899 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285277.3227 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285351.5329 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285369.7405 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285466.8213 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285478.6473 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285494.7509 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285514.4219 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285583.0465 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285621.2876 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285638.268 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285673.0919 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285723.5382 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285755.0262 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285765.2709 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285798.6103 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285873.7166 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285886.7408 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285936.4984 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285965.3547 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285998.8217 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286081.7405 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286160.5468 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286162.5817 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286250.7938 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708286292.2898 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286439.8234 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286460.8979 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286477.823 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708286650.052 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286696.2777 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708286747.041 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286760.1765 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286859.6768 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286949.4869 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708287041.6803 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708287126.6675 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708289643.0085 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708289717.8364 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708291591.2884 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708293645.4802 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708294589.7471 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708294771.0958 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708294981.7821 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295057.7197 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708295107.3454 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295148.3313 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295175.4591 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295193.707 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295233.6539 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708295255.9021 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708295306.5686 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708295429.4082 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295605.2575 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295726.1388 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708296763.2981 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708296795.1968 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708297030.3083 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708297141.8407 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708297219.7788 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708298646.8166 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708298730.4007 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708301552.892 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708302116.1866 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708302551.0717 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708302935.5025 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708303060.2346 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708303167.2704 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708303258.4105 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708305857.2171 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708307457.8442 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708308363.8651 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708308438.1661 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708308583.4457 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708308636.5225 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708308829.5762 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708308945.8548 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708309014.2343 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708309032.1446 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708309151.5775 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708310360.2759 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708310571.8526 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708311567.845 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708311755.6812 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708314853.3803 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708314870.1826 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708314884.0823 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708314941.4671 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708315717.633 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708316127.7112 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708316196.8172 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708316226.831 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708316227.9537 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708318466.2588 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708318513.611 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708318577.6952 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708318616.5885 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708318640.7817 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708318722.1609 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708319454.2198 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708320502.3499 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708320585.8314 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708320654.104 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708320684.8391 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708322869.549 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323041.2456 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323210.5873 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323288.0819 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323333.5338 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708323377.5511 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708323431.6197 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323716.2928 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708323755.1567 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323838.289 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708327110.1467 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708327390.9441 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708327450.7489 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708328064.4083 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708328263.1336 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708328734.1267 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708329699.3768 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708331022.0087 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708331540.0262 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708332107.916 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708332677.6709 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708333159.8028 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708333335.0557 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708333400.5451 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708333467.247 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708333489.0349 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708333701.2765 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708334015.77 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708334850.6207 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708334958.8985 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708335125.8436 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708335165.8328 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335208.1935 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335273.3737 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335402.0143 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708335458.0508 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335460.4383 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335533.0273 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335581.083 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335659.5869 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335728.3178 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335803.1856 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708336711.4729 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708338640.8676 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708340756.0458 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708341055.5629 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708341135.6561 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708341986.5639 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708343169.6965 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708345769.1576 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708346061.0247 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708347115.2369 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708347182.9832 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708348038.7305 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349081.3707 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349189.5958 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349255.2076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349287.9766 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349358.4824 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349404.6008 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349500.5487 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349773.133 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349872.8135 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349884.4717 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708350052.1819 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708350259.1582 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708350308.4317 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708350993.0178 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708351802.6755 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708352325.9342 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708352762.4444 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708352866.3974 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708355316.778 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708357756.8134 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708358284.9161 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708359803.1839 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708360975.5432 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708361025.6043 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708361597.214 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362143.1035 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362200.1762 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362267.112 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708362321.7929 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362370.8256 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362446.1154 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708362574.2275 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363013.8443 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363016.4916 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363042.619 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363092.5128 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363095.9158 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363152.3709 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363170.2848 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363219.3472 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363306.8638 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363332.1521 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363523.4473 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363526.6666 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363625.042 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363659.907 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708364061.3263 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708364375.1475 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708364410.5308 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708364482.603 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708365744.2785 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708365822.8718 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366468.6777 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366591.1468 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366695.2628 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366837.1298 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366877.2988 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366940.2037 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366962.4288 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366995.3779 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708367035.3155 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708367058.6757 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708367130.4575 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708367231.3857 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708367238.0157 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708367259.9364 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708367339.3387 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708368110.8263 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708368402.4106 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708368500.8949 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708368579.9913 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708368687.6498 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708368748.6354 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369054.0756 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369061.195 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708369118.2079 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369294.7455 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369452.4548 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369454.8254 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369798.4616 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369858.9204 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369877.1961 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708369894.9433 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708369920.4755 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369965.6359 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708369978.8324 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370114.6649 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708370120.2894 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370153.8069 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370170.713 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708370245.9486 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370303.1676 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370354.7904 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708370497.8506 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708370970.2967 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708371066.168 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708371146.421 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708373035.0333 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708373167.6195 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708373210.4827 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708373244.5799 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708374902.2794 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708374922.9563 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708374968.333 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708374996.5417 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376393.6379 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376469.3833 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376483.4817 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376505.4904 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708376637.2712 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376708.5498 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377012.9002 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377190.6497 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708377263.2326 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377322.8283 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708377454.1211 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377606.6482 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708377662.2339 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377663.376 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377693.3625 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377738.9321 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377775.4047 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708378024.9113 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708378497.6187 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708378782.0179 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708379896.9003 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708380005.1271 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708380741.2885 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708380780.5281 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708380851.263 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708380886.2402 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708381057.915 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708381157.7374 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708381275.5886 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708381514.3737 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708382116.3649 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708382187.8641 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708382522.1443 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708382577.2131 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708382783.891 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708383266.8923 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708383679.3259 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708383801.1579 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708383883.8896 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386412.9605 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386451.5744 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386529.7209 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386816.5677 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386859.69 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708386920.0501 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708389382.6804 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708389630.5809 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708389746.0535 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708390389.7957 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708391662.7332 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708391729.0193 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708391797.465 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708393837.6056 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708394242.3448 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708396973.3268 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708399516.8585 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708399552.8241 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708400928.202 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708401658.6915 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708401742.0246 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708403423.4615 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708403475.7234 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708410140.4031 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708411004.3163 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708415907.1785 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708424217.9809 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708427413.7601 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708427460.3247 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708427621.2687 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708431548.7218 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708432400.6284 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708432944.6184 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708433403.8433 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435106.2485 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435761.4821 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435832.4099 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435933.896 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435982.8254 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708436057.4199 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708436072.4144 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708437217.6666 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708438008.9308 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708438706.2634 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708438934.2953 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708439287.7758 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708439923.647 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708439999.0908 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440087.5812 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708440211.1574 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440263.5249 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440529.2866 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440540.146 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440570.9386 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708440581.3383 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708446302.1591 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708446447.9611 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708446534.9081 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708446691.7238 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708447090.3047 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708447134.701 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708448397.3825 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708448453.7822 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708449150.989 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708449822.1865 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451071.1047 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708451109.781 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451168.6771 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451354.7294 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451443.1307 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451555.2492 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451614.3335 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451660.6139 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708455689.99 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708456610.6148 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708456635.0806 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708456656.3759 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708460422.3079 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460453.2486 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460518.2144 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460530.1115 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460576.3036 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708460682.5018 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460773.542 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708462007.7336 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708467464.9803 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708467629.6663 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708467757.5904 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708469305.5619 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708469369.8344 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708469454.158 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708492727.0962 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708494073.3912 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708500510.1275 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708501238.3762 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708501978.5955 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708502049.0364 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708502446.1358 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708502476.4325 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708502569.5244 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708503285.9456 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708506880.0731 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708506891.3308 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708507015.7228 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708510308.1235 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708510390.7787 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708510567.3504 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708510796.9968 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708512654.8254 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708512714.6641 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708512873.8208 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708521501.0101 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523002.6543 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523166.2856 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523213.0339 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523354.0239 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523408.5461 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708525578.5096 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527186.4533 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527288.0522 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527405.0852 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527544.7905 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527683.6686 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708528060.1154 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708528109.8846 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708528149.3915 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708531058.1268 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708533349.9998 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708533693.5785 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708536698.5217 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708536778.4891 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708542820.3399 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708543759.1964 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708543935.9475 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544051.0766 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544286.8761 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544324.9262 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544362.0311 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544398.7937 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544483.1499 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544736.5525 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708545686.099 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708546049.1243 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708546336.8445 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708546394.5597 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708546583.8932 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708546736.4465 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708550692.9455 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555299.2304 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555322.3069 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555332.8536 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555369.7927 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555375.0179 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555390.7722 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555407.6585 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555455.7676 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555540.3183 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555622.3113 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555680.0043 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555741.5983 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555754.4756 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555766.3914 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555808.6812 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555844.313 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555879.5878 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555929.4494 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708556236.0645 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708556276.7634 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557228.1222 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557348.9605 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557445.204 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557683.2385 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557844.1544 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558239.2106 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558281.3799 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558378.4497 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558468.1559 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558517.9511 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558639.338 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708558665.5547 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708558672.1173 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708558769.4421 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558830.2085 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559222.9563 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559260.1947 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559342.9245 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559432.6408 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559502.3018 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559557.7802 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559641.5331 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559766.8528 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559840.0761 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559855.5324 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559906.3197 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708560207.2608 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708560245.9443 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708560287.0314 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708560321.3302 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708560710.8907 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708560883.2244 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708561160.9518 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708561218.3612 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708561273.2749 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708561401.4796 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708561482.1339 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708561777.9194 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708562012.8101 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708562102.8617 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708562470.6537 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563249.3474 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708563649.9979 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563681.985 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563779.2774 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563900.7433 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563967.4606 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708563975.8202 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708564065.7244 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708564113.2155 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708564129.8582 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708564180.8513 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708565581.949 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708565663.7241 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708565927.8306 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708565940.4723 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708566178.8762 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708566214.2443 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708566288.2316 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708566370.2229 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708566456.7985 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708567167.531 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708567321.5811 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567369.3163 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567410.3654 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708567486.4537 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567515.1841 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567576.7993 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567610.3707 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708575342.9572 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708575377.5081 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708575432.492 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708575509.9167 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708576126.6557 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708576274.3877 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708576787.3784 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708576834.0015 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708576837.6574 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708582281.6752 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708582458.315 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708582577.2366 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708582649.752 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708582871.3593 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708585499.3239 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708585829.1424 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708585834.6547 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708585879.3489 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708591996.2861 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708594442.1268 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708595941.2272 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708597079.3539 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708597142.0053 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708598512.7724 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708598687.005 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708598747.3634 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708598843.9071 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708598997.1236 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599034.0614 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599127.5535 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708599428.0948 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599524.2169 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599650.251 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599744.7816 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599864.6591 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599943.8829 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708604213.5458 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708604306.7872 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708608110.2911 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708608204.3376 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708608255.591 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708608348.9939 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708608607.0221 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708608720.9098 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708610706.6685 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708611742.5666 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708611814.9398 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708611900.228 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612032.8531 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612158.8009 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612236.9362 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612401.5952 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612735.9478 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708613064.4983 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708613104.1133 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708613169.1664 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708615318.9111 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708616953.0218 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708617001.895 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708618754.3837 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708619921.9768 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708626676.6687 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708627035.4957 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708627565.106 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708627690.5477 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708627949.906 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708628193.6998 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708628430.806 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708628434.1998 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708628526.3597 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708630514.9041 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708630693.305 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708630785.4482 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708631112.7006 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708631193.1744 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708632812.9748 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708632842.611 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708632893.8915 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708632937.6854 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708633090.4497 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708633127.4506 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708633730.2183 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708633836.6691 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708634773.8 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708636469.631 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708636569.5302 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708636710.2099 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637202.6082 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637241.9801 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637279.3201 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637329.1681 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637393.7878 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637419.3971 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637422.4796 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637462.3202 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637507.1802 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637524.3502 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637572.4317 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637643.1675 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637733.8037 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637769.9441 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637797.4111 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637917.018 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637965.4844 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708638623.1293 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708638676.9759 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708638731.559 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708639391.3383 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708639460.3853 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708640818.2411 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708640965.1792 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708641143.0325 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708641185.0079 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641259.4363 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641302.2163 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641316.1147 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708641360.4213 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641425.8818 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641502.2228 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641591.6468 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708641655.3866 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708642061.8969 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708645597.9689 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645656.8622 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645673.275 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708645677.5233 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645768.7837 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645804.4571 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645872.5776 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645912.7732 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708650499.9208 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708650714.4005 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708651146.6805 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708652044.7348 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708652192.5887 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708652337.841 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708652521.8235 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708652972.699 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708652996.7585 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708653030.241 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708653043.247 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708653089.7241 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708653147.5538 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708653737.2963 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708655365.0573 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708655409.7099 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708655472.1869 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708657264.2491 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708657337.81 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708657418.3128 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708658175.2229 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708658543.8191 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708658640.1331 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708663371.6458 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708663453.5715 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708663589.2427 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708663675.876 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708663739.4053 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708667931.5671 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708668238.0914 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708668281.3665 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708671319.3641 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708678619.135 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708685618.145 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708685868.7815 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708702523.1323 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708702567.6954 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708703817.6915 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708703865.1439 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708704209.9375 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708706236.3181 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708706421.7442 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708707082.2419 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708707390.1182 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708712954.7437 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708713016.602 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708713063.5799 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708713125.041 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708721418.2078 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708721557.2308 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708724108.2892 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708724196.5633 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708724487.9269 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708724775.433 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729071.2721 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729146.1269 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729188.625 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729268.3783 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729323.5689 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708730964.1093 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708732530.4706 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708751838.0707 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708754634.0829 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708767180.5174 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708770643.2408 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708772688.3741 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708772772.6842 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708774783.9226 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708776536.7927 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708785232.0712 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708785317.6933 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708786356.9968 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708786424.4017 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708786470.2183 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708786492.2535 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708786518.9756 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708799029.591 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708799169.7856 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708799227.4232 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708799238.8801 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708799299.8139 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708811419.8218 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708812784.1763 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708813255.8502 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708816627.7963 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708820536.9722 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708820622.9847 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708820703.2928 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708820759.0888 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708820879.2733 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708820939.5628 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821057.9919 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821203.9242 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821248.8688 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821351.1475 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821390.2767 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821487.5262 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821542.0999 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708837351.1642 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708841796.7056 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708841864.7866 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708841901.0472 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708841969.1219 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708851378.3505 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708851457.7966 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708851805.3758 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708856918.7634 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708860611.2238 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708860683.5123 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708863308.6302 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708867017.2247 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708870503.9182 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708873858.7489 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708873935.9567 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708874475.3014 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708874690.6548 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708874787.329 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708874862.1536 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708884744.9657 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708885428.2142 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708885478.2985 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708887948.3273 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708887999.3935 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708892360.4282 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708892427.6544 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708892762.8291 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708896541.4918 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708896807.8952 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708896948.9719 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708897092.1669 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708897308.972 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708898247.6453 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708898385.0309 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708898940.2221 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708899033.6767 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708899094.7597 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708899313.7174 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900243.5928 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900290.4192 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900534.433 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900739.4792 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900896.3162 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900944.7057 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708901004.3369 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708901140.536 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708901205.185 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708901271.5599 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708906087.535 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708911897.204 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708911980.4889 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708912886.2501 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708917371.546 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708918006.5331 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708918341.2565 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708934158.0566 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708934213.6115 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708945203.3736 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708945250.8863 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708951588.5425 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708951746.5383 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708954742.8616 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708954794.4373 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708959195.6566 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708965914.5915 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708967351.2939 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708969026.9917 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708971206.1694 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708974139.0298 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708974235.2685 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708974452.0594 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708976582.5165 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708976737.6685 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708982645.1325 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709002044.4007 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709005486.5175 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709005615.5125 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709006741.3904 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709152906.1957 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709154393.3068 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709176032.7818 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709185913.6196 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709185957.4018 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709197368.2076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709204174.7904 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709204344.1084 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709204921.5492 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205034.8418 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205145.9696 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205313.1432 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709205580.8501 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205682.8523 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709244758.4784 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709244846.0526 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709244997.4419 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709249601.8221 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709263244.1379 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709283350.3688 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709289571.7738 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709297911.1159 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709297959.7696 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709298035.8417 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709298108.311 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709312905.7852 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709314599.2746 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709319323.9604 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709332589.0245 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709332693.3157 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709332728.5736 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709360609.8041 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709360704.3674 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709360859.8437 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709360898.1113 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709380729.8517 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709380771.4927 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709406624.4226 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709406663.8202 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709406844.2813 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408166.9963 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408597.3412 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408745.2213 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408792.1084 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408909.6471 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709454010.1992 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709456343.29 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709456385.9611 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709467315.4335 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709467670.6771 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709467750.3028 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709467966.3537 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709468070.1882 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709469208.2004 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709470017.6644 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709475236.0353 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709475291.8491 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709475476.199 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709475722.0689 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709476032.8267 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709498390.6569 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709509977.9598 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709510049.9853 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709510101.3471 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709510227.8423 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709510277.2673 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709520634.865 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709521124.9432 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525184.1908 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525363.6295 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525367.4932 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525370.7078 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525371.6054 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709555268.3065 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709555305.8368 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709555365.0629 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709564374.8853 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709564432.9644 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709564508.6477 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709589824.2655 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709607356.55 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709623465.2236 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709637691.8234 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709638050.0782 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709660615.1416 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709660663.1131 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709660705.2524 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709660733.8564 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709666192.9176 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709666371.1496 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709667147.0548 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709681074.0258 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709684215.0404 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709686057.3149 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709686413.5508 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709686525.0986 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697419.1813 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697537.6767 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697625.1537 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697699.2202 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697765.8153 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709701798.7454 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709701867.411 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709703479.7157 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709711606.343 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709711638.9151 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709718263.3968 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709732897.13 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709733146.7189 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709733510.0735 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709733769.0895 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709733984.7209 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709734276.7335 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709734760.1438 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709735046.8892 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709735466.4504 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709743122.0982 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709743199.6366 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709743246.5093 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709744128.3507 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709746441.6565 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709749688.2868 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709749778.8454 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709749831.73 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709750119.0678 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709750177.8679 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709750244.615 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709750390.4456 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709763296.6888 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709763580.1285 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709769083.3294 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709775829.9537 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709776059.1373 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709776195.9153 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709819184.8748 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709819269.7237 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709819464.1394 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709825753.9546 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709826170.6984 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709826303.9404 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709828324.8867 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709828490.8482 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709829347.4525 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709839146.1522 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709859623.8718 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709859805.6945 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709864587.3482 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709869897.94 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709877174.2776 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709877337.4518 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709883867.1277 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709885686.9342 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709889359.5441 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709889475.977 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709889535.5765 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709889619.8086 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709889769.3391 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709889839.6835 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709890143.5601 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709890209.245 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709890369.2681 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709890424.7787 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709910236.0856 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709910443.9066 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709910547.8262 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709910740.3527 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709919646.0226 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709920156.3159 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709920390.0754 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709920607.9947 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709922803.3572 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709922906.1296 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709923262.572 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709964908.1586 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709974796.627 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709974971.5334 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709975174.0559 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709975174.3889 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710039402.3242 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710040062.0696 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710040249.9879 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710040828.1192 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710047131.9231 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710053223.0868 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710053275.1341 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710053339.6443 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710056747.2458 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710056801.1827 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710092028.3776 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710092042.857 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710095633.351 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710095728.1838 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710095809.1074 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710133298.1898 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710134605.6608 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710134733.9032 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710134924.906 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710135718.3156 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710135946.8901 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710136172.0059 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710136347.7712 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710141762.4496 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710141884.3104 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710143269.0113 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710143349.9151 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710146067.3226 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710149580.2395 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710149683.0864 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710150402.497 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710155810.1144 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710170851.7463 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710170947.8453 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710183041.0198 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710185895.446 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710185991.3572 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710193653.549 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710193699.7254 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710193775.4664 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710227601.3057 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710227644.8264 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710228964.504 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710234107.5663 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710234441.145 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710235559.4811 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710235601.0918 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710235666.9547 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710235779.4616 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710235831.2066 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710236066.3334 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710258072.3625 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710267141.2016 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710267192.7152 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710299345.3984 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710311614.7093 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710311959.6796 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710312107.8196 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710312252.8641 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710315638.7234 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710315781.4197 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710316067.3684 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710316169.37 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710317054.0896 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710352047.7971 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710357739.239 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710375197.7291 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710375295.4702 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710375360.6871 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710403111.6764 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710467949.9341 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710483611.0859 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710483659.0327 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710483698.7609 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710517630.2735 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710651486.824 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710693247.298 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710741951.037 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710787410.5558 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710855464.5304 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710861169.7223 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710861237.7484 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710861352.9168 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710871773.5615 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710873305.8459 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878428.772 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878482.5145 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878522.7132 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878554.7388 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878834.1916 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878863.369 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879020.847 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879192.9312 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879426.9459 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879475.339 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879571.0386 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879768.9257 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879802.4914 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879892.1429 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879980.7785 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710880083.0513 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710883916.3294 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710884059.8404 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710884154.0868 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710958939.3192 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710959012.838 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710961159.5411 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710963885.2225 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710963903.3836 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710963953.0057 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710964184.4185 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710972180.6999 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710972340.7372 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710984394.0364 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710984466.3564 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711005711.7078 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711005767.6394 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711020883.8198 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711132439.4155 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711169085.4247 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711169118.983 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711169219.3454 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711169290.371 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711179020.3289 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179069.262 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179117.4887 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179210.767 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179326.5357 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179488.0867 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711394455.3868 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711448873.73 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711466110.333 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711466161.826 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711466197.557 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711466270.7813 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713914007.8161 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713918131.7246 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1713918242.116 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1713923648.8079 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713941780.1126 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1713975355.9977 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713975417.3198 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713975519.1134 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1713994624.6926 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713996707.7409 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713996724.8193 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1713996851.5175 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713997079.6919 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713997989.1639 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713998341.5178 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714003948.5339 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714004015.3252 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714015722.0525 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714015905.9327 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714015991.2795 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714022860.1988 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714022940.2751 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714039204.0616 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714056222.6429 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714069036.9392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714077090.6418 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714079314.9516 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714080557.6324 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714082535.3634 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714092393.3461 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714105615.9292 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714109429.0978 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714112663.5067 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714112726.876 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714121337.2281 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714142263.0679 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714147142.6929 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714151444.896 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714152676.2693 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714152940.5945 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714153103.9839 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714161396.0428 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714164994.8175 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714170022.6482 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714170075.5554 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714170206.8613 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714170252.7601 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714170349.4928 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714170454.3968 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714182820.6056 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714184788.7588 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714184966.5047 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714186945.0332 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714187280.7526 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714191697.0268 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714209787.2864 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714209879.8847 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714209952.1929 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714210702.2068 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714212487.8392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714212568.1969 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714212857.6503 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1714213081.0783 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1714213249.366 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714230197.5982 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714230234.8804 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714239876.7003 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714240459.7535 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714240698.3402 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714240774.9968 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714240914.1284 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714247380.0934 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714248164.7722 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714248201.752 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714248234.1032 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714248279.4627 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714256848.7445 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714257691.8348 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714257911.1565 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714309816.7026 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714326534.518 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714326579.9154 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714326637.2841 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714326730.3008 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714326782.3921 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714326847.2357 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714326897.045 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714328510.4194 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714328634.6068 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714334953.0739 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714335092.3619 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714335431.0245 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714346970.2896 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714369227.932 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714369310.8615 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714369917.2709 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714369976.4842 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714372310.4571 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714372446.3505 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714379143.8696 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714379213.3239 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714379265.8321 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714379317.8013 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714379356.2773 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714379455.9178 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714386460.8846 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714386613.7646 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714386755.5909 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714386866.2585 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714391744.7035 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714403252.7092 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714406035.1101 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714438972.8668 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714441509.4284 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714447593.8501 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714447922.2692 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714448408.1343 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714482875.2202 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714483168.4359 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714483549.307 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714484821.9016 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714484922.3074 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714485272.0273 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714485352.7047 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714485416.3394 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714485491.7762 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714488682.9594 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714490834.8428 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714495175.1904 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714495637.6136 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714495645.4511 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714496723.9678 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714496820.3085 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714502763.3275 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714502841.1042 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714503172.9918 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714503806.0085 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714504469.1026 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714504500.4997 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714506749.3618 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714513194.0175 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714525269.4607 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714526357.9782 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714526477.9201 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714526540.531 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714526601.0655 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714526662.6829 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714526712.5187 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714526785.8454 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714526920.1126 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714527084.7551 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714527121.2096 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714527328.7284 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714527401.5963 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714530543.6934 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714531872.9059 - }, - { - "model_a": "LCM", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714533061.9134 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714549283.9448 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714562041.0407 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714563338.1383 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714568441.1815 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714569966.6842 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714570322.1081 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714571701.0307 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714576378.8046 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714576446.094 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714576532.638 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714576679.4471 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714576769.1653 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714576824.9807 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714576938.1807 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714577006.5219 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714577057.6898 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714577128.2946 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714577727.8597 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714578747.7724 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714579589.2206 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714579846.2417 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714581212.6776 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714587799.689 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714588572.9436 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714589779.9269 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714591108.6439 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714591543.0262 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714591623.1416 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714593850.1499 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714593943.3196 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714594628.9269 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714594743.1239 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714595283.1825 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714597497.923 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1714597529.0346 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714597965.5242 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714598027.9119 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714598064.6463 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714598118.6371 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714598192.9803 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714609418.3422 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714609489.294 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714615266.9304 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714615292.9702 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714615431.8814 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714616014.2777 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714616748.784 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714616966.3144 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714617048.1732 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714619554.8734 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714619583.6576 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714619899.8672 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714620041.7951 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714620209.3544 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714620255.3801 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714620297.602 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714620455.0897 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714620471.3887 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714620498.1223 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714620564.2259 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714620792.5256 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714622433.5969 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714622629.3706 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714624203.9485 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714624416.1669 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714624452.0408 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714624751.0239 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714624811.7454 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714624841.1584 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714624927.923 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714624929.0833 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714624970.3575 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714625006.8605 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714625105.9879 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714625165.1569 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714625203.6289 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714625325.2074 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714625370.3592 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714625439.0679 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714625582.3416 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714626535.2775 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714626855.4053 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714626916.0031 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714627108.599 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714627469.0604 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714627535.2162 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714630962.9322 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631222.5783 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631261.9674 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631269.0642 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714631304.8833 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631343.8599 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714631373.2604 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631379.3709 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631406.6345 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631460.8018 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631565.7606 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631619.8325 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714631657.5961 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714631685.449 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631735.0461 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714631798.8645 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631851.3442 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631887.0953 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714631929.4421 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631960.594 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714631996.7092 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714632090.87 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714632134.5755 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714633320.2991 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714633482.4024 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714640882.6728 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714642986.0995 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714643045.5943 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714643082.8136 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714643161.1256 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714643178.8986 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714643195.0168 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714643210.9338 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714643228.58 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714643244.839 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714643263.6358 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714643301.9301 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714643318.5429 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714643337.3762 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714643374.3585 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714643393.2465 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714643417.4894 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714643440.8602 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714643455.7901 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714649503.3748 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714649610.8215 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714650576.7331 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1714650593.7024 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714650810.8664 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714651167.0887 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714651204.0701 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714651570.3037 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714651595.6518 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714651643.6577 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1714651680.7509 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714656886.193 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714657321.8975 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714657405.4107 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714657491.6943 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714657563.7544 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714658033.5865 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714659839.0561 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714661481.3367 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714661500.0441 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714667652.5445 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714670744.2049 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714671562.3433 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714671606.5636 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714674306.9355 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714676006.8661 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714676092.7433 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714680300.0205 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714680341.0065 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714680554.4306 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714680585.1911 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714681910.5952 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714682370.9088 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714685282.7201 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714688746.1146 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714688792.1686 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714688835.6515 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714688905.2632 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714688943.3143 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714688967.8818 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714689004.962 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714689037.7917 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714689083.6141 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714689109.3646 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714699772.736 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714700080.0171 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714700291.2492 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714700462.2345 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714700604.7006 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714700789.9804 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714700982.9415 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714701009.8985 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714701244.0061 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714701500.7099 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714706289.0149 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714706317.9058 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714706341.5125 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714706373.5934 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714706395.3227 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714706415.4541 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714706442.2498 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714706461.0018 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714707001.5911 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714707023.5647 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714707047.7975 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714713270.3394 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714724818.3997 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714734400.8476 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714734465.3614 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714734569.7019 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714734654.3442 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714734803.1343 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714734968.5647 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714748485.752 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714749539.5718 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714749970.8581 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714752731.3689 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714757378.2777 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714759724.7319 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714760022.0442 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714760095.394 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714760146.4815 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714761348.6174 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714761400.3166 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714768127.0057 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714768332.4376 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714768360.265 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714768456.157 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714768460.7201 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714768584.2746 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714768705.391 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714768789.8144 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714769148.3723 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714769811.0755 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714771409.57 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714771623.5408 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714772270.9216 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714772363.8846 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714773445.9213 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714783788.5028 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714789277.4105 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714791635.6375 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714791703.9386 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714793478.8906 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714793516.1383 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714816321.6618 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714816353.336 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714816387.937 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714816454.4134 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714821081.9862 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714826009.0121 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714836291.2723 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714836319.9202 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714836356.4831 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714836384.9568 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714836456.2511 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714836502.7587 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714836697.9308 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714836801.5488 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714836819.06 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714836847.1787 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714840939.9973 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714840966.5773 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714840994.8323 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714841032.0221 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714844940.4181 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714844957.7696 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714844976.5665 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845001.8285 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845019.4407 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845032.4797 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714845049.3217 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845073.803 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714845129.7334 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845151.5118 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845163.188 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845190.9757 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714845211.3025 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845224.1933 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845237.175 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714845249.1656 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845270.0839 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845289.1748 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845304.6206 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845322.728 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845346.9463 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845360.9795 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845381.6875 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714845454.9069 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845463.9326 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845484.1915 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845493.9662 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845526.8156 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714845537.0831 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845558.2291 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845583.0605 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714845648.1802 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845801.6983 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845825.3725 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845866.6028 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845879.6467 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845896.6448 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714851495.7019 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714855675.1836 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714855743.4464 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714855800.4946 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714855883.6928 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714855928.4784 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714855960.1283 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714856074.9316 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714856249.6582 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714857683.069 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714857745.6261 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1714857750.9434 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714857816.8831 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714858009.6203 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714858346.3558 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714858379.5024 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714858860.7581 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714859303.9419 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714859331.1343 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714861379.4162 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714862250.8904 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714879027.0753 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714879064.6145 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714879136.3501 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714879166.635 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714885297.2707 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714887283.4435 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714896191.5559 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714896283.3643 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714901842.7876 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714901915.4188 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714908380.1114 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714916073.5383 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714917623.4324 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714919897.1549 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714921434.8363 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714922754.8813 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714922831.6494 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714922930.7366 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714924993.665 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714925101.5301 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714925229.5996 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714925389.0678 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714925457.4322 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714925529.8983 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714925666.7773 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714925757.8461 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714925945.9328 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714926036.7193 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714926136.4551 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714931262.225 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714931291.2995 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714931348.0493 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714931389.3777 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714939348.7581 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714942450.2188 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714943719.0964 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714943798.9906 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714943846.1201 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944117.9857 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944181.5685 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714944190.4431 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944256.128 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944277.2965 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714944291.7974 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944312.2761 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944329.2231 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714944380.1348 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714944394.3367 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714944413.8638 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714944428.8637 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714957477.7795 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714957664.0191 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714957743.4932 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714957774.4846 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714957823.7313 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714969445.3812 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714969476.9561 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714969494.3961 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714975508.662 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714975631.0816 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714975671.1859 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714975731.8573 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714981477.9182 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714981720.8531 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714981775.3404 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714981808.9565 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714984715.9114 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714985914.5152 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714986066.0806 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714986216.8728 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714986306.1947 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714986376.4982 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714989208.3777 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714989248.5875 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714989819.0972 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714989847.7502 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714995425.2992 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714995448.7647 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714995482.6481 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714995517.9459 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714995598.7764 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714995622.1322 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714997128.3204 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714999315.9865 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715000156.668 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715003687.3227 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715005634.4101 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715008027.9237 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715008220.12 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715008338.7667 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715008528.0193 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715008560.758 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715008626.0331 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715008768.0717 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715009164.4372 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715011098.7307 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715011477.047 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715012038.5653 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715012110.2215 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715012132.6383 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715012409.0239 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715015333.7998 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715015501.211 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715017292.0144 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715017296.8295 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715018460.9145 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715018632.2066 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715018803.375 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715019225.3407 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715019462.1131 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715019802.153 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715019907.2521 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715020065.0156 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715020154.4329 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715021356.9755 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715021529.0535 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715021929.2364 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715021941.4732 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715021957.2665 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715021977.374 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715021998.1985 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715022011.4633 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715022038.313 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715022292.5538 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715022423.4927 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715024554.3716 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715032383.9143 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715032424.7447 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715032525.4621 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715032553.8807 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715034247.9019 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715034370.6536 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715035859.5219 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715035919.4799 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715036001.5027 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715036181.5765 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715039687.2011 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715040461.6314 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715041888.5659 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715042097.2393 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715043684.6186 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715043729.7419 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715044419.69 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715046057.634 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715046141.0795 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715046267.3231 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715052976.1222 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715053014.6343 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715053906.7556 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715053967.3424 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715055659.8708 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715061669.9858 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715063382.9466 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715064854.7455 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715067798.0909 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715075931.4757 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715075995.7843 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715076051.3948 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715076120.5569 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715076158.7022 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715076247.8444 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715076271.3714 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715076443.3502 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715076515.8829 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715076596.1856 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715076652.1088 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715076690.1705 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715076745.2118 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715077074.6434 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715077245.8069 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715077262.5999 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715077301.2446 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715077325.4673 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715077356.4944 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715077381.1639 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715077400.87 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715077412.1989 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715077426.3836 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715077446.8475 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715077467.8656 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715077481.7513 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715077512.9835 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715077556.4551 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715077627.358 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715082846.4884 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715082974.7401 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715083505.9148 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715084102.5454 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715084136.6653 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715084172.1244 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715084217.559 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715084268.0881 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715084344.8168 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715084385.6042 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715084634.0612 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715084678.0431 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715088191.2067 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715088225.5567 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715088287.0801 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715089041.0651 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715089114.0005 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715090925.831 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715094300.1045 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715096979.6616 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715102524.9755 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715103264.6167 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715108604.4116 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715108644.2865 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715108745.3343 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715109229.1632 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715109297.5496 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715109376.7434 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715109432.9573 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715109493.1861 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715110227.8222 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715110271.8156 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110329.5161 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110363.0739 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715110394.1117 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1715110437.7906 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715110587.7518 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715110588.6536 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715110656.8518 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110828.4153 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715110858.8573 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110882.8365 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110910.2006 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110958.358 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715111053.2734 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715111140.0209 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715111188.2552 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715111214.6346 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715111246.7931 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715111273.5189 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715111348.5563 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715111413.3707 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715111438.4729 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715111464.8113 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715118668.6032 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715118687.3129 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715118727.6518 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715118748.4589 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715118816.8802 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715118843.9637 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715118876.7561 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715118913.0065 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715120168.9814 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715120215.1132 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715120249.0948 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715120298.7987 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715120366.9169 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715179187.4528 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715192298.1843 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715192393.9427 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715195946.899 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715198606.6174 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715200984.0469 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715201096.4403 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715201179.1093 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715201267.8775 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715201718.2331 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715202571.3392 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715207226.5413 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715207484.1546 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715207536.9802 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715207620.9787 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715207699.6307 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715208469.7193 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715215064.2208 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715216049.4491 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715234211.3663 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715234328.5891 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715239430.5621 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715243868.6295 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715244241.3044 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715244558.273 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715246203.5448 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715246766.1834 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715248803.359 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715250151.3399 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715250174.2859 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715250209.1457 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715255562.9587 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715255607.1614 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715255662.1513 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715255805.7255 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715255848.3385 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715255903.5686 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715256028.3307 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715256087.6353 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715256120.0212 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715256235.433 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715256303.3042 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256320.1086 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715256341.3287 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256394.9544 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715256426.1838 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715256442.628 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256495.0433 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256515.9042 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256612.2087 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256636.3789 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715256663.2995 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715256689.5726 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715256729.0218 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715256845.2289 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715257007.5027 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715257166.0516 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715257200.4456 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715257215.3823 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715257326.7155 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715257356.4325 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715257638.2431 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715257699.707 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715257739.3739 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715257780.2792 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715257957.6205 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715258056.7318 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715258093.8906 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715258144.4655 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715258483.1514 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715258503.8004 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715258565.4821 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715258595.7971 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715258635.5213 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715258691.1935 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715258764.873 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715258936.1894 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715258994.9227 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715259051.189 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715259072.5223 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259113.9431 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259131.2458 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715259172.7727 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715259212.7736 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259492.2271 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259543.7047 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259610.1198 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259627.5644 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715259640.495 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715259701.4844 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259723.058 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715259762.96 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715259803.218 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715259881.236 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715259989.1663 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715260057.4769 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715260117.3458 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260230.1733 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715260282.4439 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260328.5412 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715260349.3944 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260382.1398 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260442.606 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260481.1292 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260514.9799 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260554.6099 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260599.5403 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260599.9917 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260612.3444 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260637.1369 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260666.4785 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260797.6363 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715260970.0095 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715263893.6453 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715264861.7542 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715264922.4486 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715264971.3985 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715264997.7186 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715269818.8282 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715269899.1691 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715270094.2855 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715270143.2689 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1715270193.4508 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715271220.138 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715271255.7782 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715280678.7882 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715280745.1316 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715280767.2367 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715280824.3612 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715283624.6873 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715283771.9899 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715283832.1093 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715283904.4875 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715283975.894 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715289173.8135 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715291072.6088 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715293959.6611 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715297226.1416 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715301246.3501 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715307496.6586 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715307658.3323 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715307702.6279 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715307752.0515 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715307782.3509 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715307800.3472 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715307824.9746 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715311324.1332 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715312455.5893 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715321145.649 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715321277.3237 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715327322.223 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715327350.1615 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715327423.5657 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715327458.0922 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715327624.4824 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715329636.2156 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715329681.0432 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715329740.4518 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715329796.7315 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715329913.4518 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715329970.8219 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715330010.4717 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715330055.7455 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715330092.6017 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715330140.7292 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715330184.6534 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715333482.0455 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715334142.5931 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715334164.9491 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715337395.7907 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715337511.2509 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715338012.7242 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715338049.9744 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715342186.1942 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715348407.4474 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715348444.9063 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715348460.7018 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715349704.8905 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715349743.8126 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715349781.9289 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715349808.6611 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715352511.3183 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715353266.6712 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715353759.7287 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715354286.5972 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715369867.0276 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715373507.3127 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715375602.5913 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715381692.1857 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715385627.8243 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715385668.566 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715385861.8339 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715385910.8569 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715385973.3168 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715385992.5668 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715386102.6516 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715386146.9156 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715386278.6084 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715386300.6511 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715386332.2285 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715386387.625 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715386408.7312 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715386438.6606 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715386459.8269 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715386482.1368 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715389666.0729 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715397519.9742 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715398256.9052 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715398303.687 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715398343.7819 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715398359.4717 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715398398.6135 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715398431.3592 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715405398.644 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715405460.6692 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715405488.1404 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715405523.4582 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715405592.995 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715407001.4723 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715407052.1558 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715407102.6965 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715407121.4426 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715408435.5071 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410162.7026 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715410237.8023 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410316.1611 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410361.2625 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410434.0467 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410461.4697 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410554.4581 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715414751.2748 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715414877.5649 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715414946.6036 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715426874.879 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715426958.7873 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715427567.4463 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715433451.3249 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715433563.6229 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715433632.339 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715433695.6008 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715433774.0535 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715433851.8631 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715433896.4202 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715433912.915 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715433986.55 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715434064.6045 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715434110.7683 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715434207.8245 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715434239.5902 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715434702.9671 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715434813.9772 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715434923.6108 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715445309.7756 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715447806.7031 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715455573.9043 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715464162.4446 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715464217.9734 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715464836.5956 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715478360.043 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715483811.0921 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715483833.3595 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715483901.9427 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715501155.9579 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715501572.3162 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715501769.6926 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715501823.7506 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715501843.0687 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715504372.552 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715504645.5579 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715504799.6279 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715504917.9909 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715504991.8379 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715505030.8366 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715505102.3427 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715505159.0976 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715505273.321 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505335.8753 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715505391.6178 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505472.5006 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505561.6787 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505621.572 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715505678.2622 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505751.0201 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715505814.8461 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505886.3264 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505976.4305 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715506091.8967 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715506191.1829 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715506253.3266 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715506316.8875 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506363.7645 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506428.4684 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715506482.095 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506548.2237 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715506605.9731 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506671.8971 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506735.8368 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715506805.2882 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506896.7326 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715506939.4213 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715507004.6222 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507068.7409 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715507126.7222 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507187.5667 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507238.7865 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507298.3444 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507336.2381 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507376.8809 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715507424.3389 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715507480.5378 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715507529.7884 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715507580.5302 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715507633.4101 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507697.6976 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715507748.005 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507785.2979 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715507832.5017 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507882.0959 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715507938.4281 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507986.3397 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715508025.4909 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715508596.1504 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715508819.8245 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715508860.6235 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715512725.6261 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715513049.8363 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715513462.1973 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715513499.0171 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715513543.4817 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715517934.7894 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715517982.3497 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715518044.4289 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715518070.8159 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715518087.1668 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715518101.7937 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715518233.8117 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715519760.5756 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715519900.3195 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715522347.2456 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715529147.0937 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715529174.8074 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715530512.1388 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715530547.9455 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715530635.089 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715530714.582 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715530966.3605 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715531011.2687 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715535948.8615 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715535994.2185 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715536006.5145 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715536056.5174 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715540608.439 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715540668.0693 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715540691.8784 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715540718.2742 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715544756.1942 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715544778.4407 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715544894.2269 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715544960.7509 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715548274.8397 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715548294.1061 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715548300.6242 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715550359.0308 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715550403.1731 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715550430.5087 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715550507.2465 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715556033.5312 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715556063.1215 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715556141.5487 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715556182.4021 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715556248.2706 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715556294.4954 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715557736.1568 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715557824.1917 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715557916.0035 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715562556.2316 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715562610.8163 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715562638.7736 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715562661.9948 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715562687.4578 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715562732.9275 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715568734.6978 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715568766.9301 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715569459.785 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715569879.0308 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715569939.3429 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715570478.9989 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715570518.1415 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1715570567.0057 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1715570612.4722 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715570645.2329 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1715570688.9077 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715570854.7795 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715575605.8643 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715575948.9645 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715576064.1342 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715576106.2468 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715576227.6686 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715576454.7912 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715578457.2811 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715582610.2263 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715582710.2425 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715582923.497 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715586674.4565 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715587268.2966 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715587315.8551 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715587447.1256 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715588699.642 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715588747.9002 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715588768.9951 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715588953.3795 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715588977.4247 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715589086.613 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715589105.5043 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715589121.5389 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715589137.0817 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715589155.9265 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715589185.4421 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715590609.5811 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715591050.2465 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715591124.4712 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715591175.4243 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715591304.7838 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715591343.321 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715595118.0355 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715595264.4727 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715596169.2755 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715596245.7251 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715596298.8145 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715596510.9151 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715596889.3985 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715604775.881 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715607268.2975 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715607845.0531 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715607875.1886 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715607896.3063 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715607907.3053 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715609542.513 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715609603.9724 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715609725.5118 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715609806.3255 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715609879.2783 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715609938.662 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715609988.4664 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715610011.9289 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715610056.2075 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715610086.9944 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715610128.0027 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715610160.2297 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715626259.5155 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715626316.2277 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715626362.7831 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715626514.9638 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715626578.3164 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715626646.4891 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715626738.9521 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715626760.7536 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715627190.575 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715627560.0476 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715627634.4326 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715627720.6617 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715627790.3477 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715627811.3067 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715628711.5839 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715628730.7564 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715628760.4033 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715629350.7992 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715629634.3138 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715629743.0214 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715629771.8713 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715629802.2118 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715629837.1242 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715629842.3411 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715629879.3585 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715629880.4603 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715629944.9785 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715630027.1455 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715630100.0636 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715630101.6678 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715630132.5182 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715630152.8798 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715630169.3216 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715630440.4928 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715630950.8345 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631072.8898 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715631131.835 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631220.4634 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631267.9233 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631285.724 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631308.7093 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631330.4596 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631418.9373 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715631474.7397 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631549.0504 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631560.6138 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631574.059 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631588.6777 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631600.2192 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631635.0579 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631645.5325 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631658.7672 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631675.2634 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631716.9795 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631765.8044 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715631795.5084 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631839.0158 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631854.1148 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631869.3083 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631884.7597 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631904.8756 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631937.9237 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631952.7703 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631982.5382 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632002.5002 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632019.0886 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715632056.4297 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632078.9071 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632100.4706 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632119.9303 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632133.1354 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715632156.0675 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632205.6436 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632227.039 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632245.3583 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632259.1458 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632259.548 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632294.1124 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715632295.1637 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715632308.2085 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632614.2904 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632687.9328 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632735.2315 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632779.0684 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632794.3672 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632817.191 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632839.1091 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632863.1892 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715632877.6274 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715632905.0193 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632929.4288 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632953.0127 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632978.85 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715633003.3879 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715633138.1665 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715633164.5981 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715633210.4173 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715633227.2731 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715633258.4186 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715633315.2438 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715633520.2234 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715633905.8551 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715634223.4612 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715634600.3185 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715634931.8593 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715634970.9805 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715635064.6405 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715635088.6077 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715635113.7799 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715635409.1381 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715635415.7586 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715635456.2167 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715635497.5932 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715635556.3009 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715635722.068 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715635754.5537 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715635777.2021 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715636320.6167 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715637590.0237 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715638033.6861 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715638688.094 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715638705.4091 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715638723.6793 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715638741.5972 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1715638765.8168 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1715638801.4903 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715639560.5786 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715639602.0201 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715639648.8662 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715639706.422 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715639819.1451 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715639940.3868 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715639960.3475 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715640001.4121 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715640098.0525 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715640337.8705 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715640392.0848 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715640445.9726 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715640469.3732 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715640477.3475 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715640493.5113 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715640562.3311 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715640578.1198 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715640592.8728 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715640764.9243 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641052.5041 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641257.7136 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715641279.2614 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641302.3811 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715641321.4886 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641339.6818 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715641357.4266 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715641376.9425 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715641410.444 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715641442.5154 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641456.2598 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641495.9314 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715641527.5583 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641551.3556 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641588.8546 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641603.435 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641631.096 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641667.7929 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715641691.7163 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641711.2567 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641722.2319 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641749.6905 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641771.8403 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715641788.389 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641813.26 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641888.1795 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641907.4439 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641960.0761 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715641984.3372 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715642001.6784 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715642018.8284 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715642032.4162 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715642070.4076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715642084.8514 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715642108.9736 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715642124.1679 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715642139.4073 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715642159.6643 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715642216.1899 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715642234.6287 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715642258.9057 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715642272.164 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715642294.1783 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715642321.2084 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715642347.8346 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715642369.1198 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715642394.4943 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715642446.3777 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715642517.7799 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715643009.9765 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715643629.3904 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715646343.3307 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715646422.6525 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715646502.575 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715646525.7573 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715646580.6937 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715646625.6955 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715646765.4862 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715646979.9774 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715647603.7335 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715647673.5221 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715647719.0251 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715647783.5052 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715647806.4518 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715647856.3221 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715647879.1789 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715647882.4873 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715647894.6206 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715647930.2673 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715647941.2474 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715647967.128 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715647973.2911 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715647989.9255 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715647995.2918 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715648014.7225 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648040.5804 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648068.1237 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715648082.97 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648171.6969 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648197.0506 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648203.8329 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648205.9948 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648224.062 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648242.6639 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648245.9232 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648290.6372 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648300.5734 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648323.4421 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715648333.172 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715648334.425 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648344.276 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715648355.6097 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648369.0486 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715648376.6725 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648380.9343 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715648396.6345 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648412.897 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648426.7397 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648459.2997 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715648499.1202 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648533.2237 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648571.9891 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715648599.2257 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715648652.562 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648684.2485 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648719.831 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648752.5013 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648775.0478 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648805.2205 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648837.1883 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715648852.8803 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648875.2262 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715649200.5327 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715649240.2392 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715649948.8106 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715650049.2967 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715650124.3848 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715650152.58 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715650224.0572 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715650257.8532 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715650321.9949 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715650387.8979 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715650427.5456 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715650470.7554 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715650515.0057 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715650525.3414 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715650550.1627 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715650605.4746 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715652184.3154 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715652208.8769 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715652235.8641 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715652379.6496 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715652432.8124 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715652539.012 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715653965.9717 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715654470.1972 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715654493.8888 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715654508.8773 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715656408.3689 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715656819.0954 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715657123.7234 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715657508.1666 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715657531.1836 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715657541.1706 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715657553.4074 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715657562.2334 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715657776.1514 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715657825.2322 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715657930.4391 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715658042.5835 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715658131.1457 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715659967.4762 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715660953.9461 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715660985.1237 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715661097.2605 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715661148.9346 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661175.1053 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715661544.4592 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661588.8338 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661640.5955 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715661675.7755 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661778.9555 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715661831.7873 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661846.1834 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715661879.9838 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715661882.641 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661906.8515 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715661957.5554 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715662143.2977 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715662172.8726 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715662823.8091 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715664545.3047 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715668236.2092 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715668318.9269 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715668776.0324 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715670090.9625 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715670150.1172 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715670167.3075 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715670187.1492 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715670203.7494 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715670212.3749 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715671609.0636 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715672815.6266 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715672903.2615 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715672954.5547 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715673035.7081 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715673051.3865 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715673083.8769 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715674645.4789 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715674714.0568 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715674795.7064 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715677914.199 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715677990.6732 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715678023.864 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715680671.7878 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715680684.2017 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715680708.0141 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715680721.1172 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715680756.6421 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715680774.3491 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715680798.7423 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715680815.0593 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715681211.2488 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715681242.0659 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715685637.6338 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715686261.4116 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715687357.824 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715687402.3453 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715689015.5469 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715689970.3975 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715690013.3277 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715690053.1575 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715690084.5814 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715690100.3947 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715691355.2566 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715692036.4606 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715696573.886 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715696985.2415 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715697070.2139 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715697745.2526 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715697888.4159 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715697950.1773 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715697965.8898 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715697974.5647 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715698003.0249 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715698043.4828 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715698634.8079 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715698673.8923 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715699050.3814 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715700361.1782 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715700470.8423 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715700632.2481 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715700735.9129 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715701867.2876 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715702055.2621 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715702149.7918 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715702176.0147 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715702213.1421 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715702257.7544 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715702294.1319 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715702319.7668 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715702343.5329 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715702383.6095 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715702421.8657 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715702488.6635 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715704679.9164 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715704744.5669 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715704809.2652 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715704832.3783 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715710596.3249 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715710732.1723 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715710946.1944 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715711094.3364 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715711416.0792 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715711624.746 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715711708.3608 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715713498.1462 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715714694.1925 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715714732.4367 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715714769.5878 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715714802.7484 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715714853.1436 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715714886.3133 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715714926.6286 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715714991.7571 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715715029.2598 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715715072.8058 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715715098.2911 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715720414.1433 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715720441.5688 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715720506.5514 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715736841.9224 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715736904.7417 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715736922.9946 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715745935.9609 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715746011.8732 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715746056.3536 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715746105.3639 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715746144.0276 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715746179.3533 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715746191.891 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715746211.3033 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715746225.2422 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715746246.3345 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715746275.9185 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715746320.8538 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715752128.2836 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715753569.2056 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715753597.7252 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715753614.2285 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715753635.4495 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715753659.8055 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715753684.1663 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715753707.2331 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715753724.3104 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715753747.3861 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715753781.8403 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715764730.2969 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715764763.9283 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715764798.1806 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715764827.007 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715764857.4414 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715767887.4006 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715769987.8576 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715770039.9446 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715775719.0294 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715775769.6894 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715775799.2783 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715775842.189 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715777592.7405 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715777627.9318 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715784315.8966 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715784523.0311 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715788137.1626 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715790483.4433 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715806130.6418 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715807505.7281 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715807533.5192 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715807582.7843 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715807654.393 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715808278.5452 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715809534.3259 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715809760.1488 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715809795.2392 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715809852.0377 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715809906.8223 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715809965.5266 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715809991.1422 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715810007.1303 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715810049.9176 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715810163.7299 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715811335.9503 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715811391.9803 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715811743.4601 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715811821.5187 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715812940.2633 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715812963.3663 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715813449.7613 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715813757.0457 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715813810.298 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715813865.9303 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715813942.3258 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715814281.3599 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815128.3488 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815217.0949 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815270.4299 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815370.4623 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815467.3029 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715815602.0594 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715815648.2789 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715815686.0728 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715815736.5004 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715817402.5989 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715817805.2055 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715818376.2417 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715819161.9366 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715819491.1656 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715819543.6757 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715819586.5946 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715819615.5232 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715819645.9821 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715819670.3462 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715819888.2828 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715819918.3499 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715819929.0339 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715819955.0618 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715819965.8997 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715819976.402 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820093.4966 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820108.3077 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820114.9281 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820121.7485 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820127.866 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820134.2909 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820139.8646 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820145.0877 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820154.8417 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820159.7185 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1715820164.5588 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820181.9884 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820186.5589 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820211.0087 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820839.0777 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820856.6731 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820860.5842 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820864.547 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820874.3779 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715826562.9853 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715826603.8445 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715832708.5013 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715833816.9851 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715835888.8168 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715835905.0987 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715836234.5315 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715839726.894 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715841738.4038 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715843051.3302 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715843989.692 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715846570.8419 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715846650.1388 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715846799.2673 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715846927.6472 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715853531.166 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715857620.2786 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715861672.622 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715861701.6151 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715861730.9837 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715861754.8566 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715862161.5608 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715862199.6862 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715862245.3838 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715862324.7552 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715862384.4427 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715862439.5804 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715863670.6729 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715870697.9021 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715870731.6924 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715870863.7421 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715872892.3643 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715872916.3874 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715872953.4692 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715873064.3259 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715873088.041 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715873104.4435 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715873134.2543 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715873148.3964 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715873169.9692 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715873197.2215 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715873236.7125 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715873285.2547 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715876292.9941 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715878952.7967 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715878980.8882 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715879032.671 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715879067.558 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715883196.3069 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715883230.7648 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715883261.9915 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715883386.8596 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715883519.2743 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715883550.3625 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715883570.8938 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715883595.7926 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715883618.2657 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715883698.0336 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715883719.668 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715883769.1867 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715894377.4203 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715899227.8629 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715899665.3102 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715899810.0588 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715900652.8154 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715901624.0299 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715901635.5566 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715901711.4071 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715901749.7598 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715903564.6366 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715903657.7628 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715903975.2818 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715911393.0297 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715912969.5823 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715912988.5329 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715913035.5767 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913241.7837 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913454.2601 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715913474.1488 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913477.4885 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715913548.6289 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913651.5759 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715913654.291 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913667.5474 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715913739.8234 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715913764.4926 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715913782.4954 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913817.5374 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715913839.5048 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715913940.0061 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715914029.2744 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715914090.12 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715914105.3485 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715915511.0047 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715915577.8154 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715916243.5859 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715916272.4239 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715916313.1847 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715916368.8797 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715916411.5706 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715916448.7485 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715916533.6162 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715916547.7962 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715916587.2836 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715916613.8797 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715916644.9071 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715916683.1819 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715916699.0407 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715916727.3045 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715918196.9319 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715924700.595 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715924915.8223 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715924954.0836 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715924980.164 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715925133.5358 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715925168.653 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715925219.2785 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715925219.98 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715925264.902 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715925315.7153 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715925919.7776 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715926420.4915 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715926538.8144 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715929365.0268 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929417.4956 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929429.846 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715929450.8124 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715929492.6738 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715929531.0454 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715929554.8185 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715929567.0075 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929584.971 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715929617.1082 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929657.2837 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929679.9609 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929707.3509 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715929781.1131 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929849.6364 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715929867.4377 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715929907.5512 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715929948.5812 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715930083.8166 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715930369.0071 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715948152.0414 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715954193.2505 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715960109.8087 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715960218.1069 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715960238.662 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715960280.3729 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715969029.6444 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715972816.0645 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715972884.2583 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715977022.0855 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715977282.5472 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716005809.1647 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716024927.1115 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716024976.7221 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716025010.7673 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716027377.3351 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716027899.644 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716028822.8275 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716028857.7321 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716036421.4086 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716040333.7351 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716043972.3967 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716043995.1703 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716044508.3229 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716045340.1223 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716045370.1669 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716045434.8063 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716045536.284 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716045782.3404 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716046661.0575 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716061878.1074 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716063691.5292 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716063728.9507 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716064036.8859 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716064897.7154 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716064982.9829 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716074832.2246 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716087920.9207 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716087962.0076 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716088282.1445 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716088319.6002 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716088361.4397 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716092533.9981 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716092684.4695 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716100809.6333 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716100904.7495 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716100967.3084 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716101014.3749 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716101026.1623 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716101284.4392 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716101388.6109 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716101424.8563 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1716101640.0847 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716101663.5449 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1716101720.3834 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716101763.5754 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716101779.0549 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716101812.8171 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716101829.1619 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716101843.8492 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716101870.408 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1716101897.469 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716101922.0127 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716101958.4491 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716101980.4881 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716102012.3581 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716102033.0066 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716102061.565 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1716102078.6577 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716102104.1158 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716102163.2523 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716102338.3014 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1716102352.7855 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716102377.8361 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716102397.944 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1716102458.7278 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716102472.2144 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716102830.9668 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1716102848.2679 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716106991.3653 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716112644.092 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716112688.5957 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716113925.8512 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716116154.8458 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716123312.2626 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716124481.7688 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716129939.4625 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716130077.5552 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716133934.791 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716133959.4134 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716133982.7909 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716134112.955 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716134184.1117 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716134215.2692 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716134246.6302 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716134272.2078 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716136785.8861 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716136830.2645 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716136888.0281 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716136912.3226 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716137509.6219 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716137550.792 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716137584.016 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716137614.0349 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716137663.882 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716137708.8654 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716137736.4075 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716137761.6991 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1716137815.2529 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716137886.7381 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716138040.3932 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716140714.0428 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716209337.3046 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716209412.7298 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716209448.1323 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716209508.6504 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716209613.4906 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716209642.7198 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716209709.6202 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716209774.4706 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716209852.8582 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716209947.3287 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716209967.6822 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716210044.0883 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716210150.5688 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716210205.0335 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716210268.9147 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716211526.4507 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716213446.8546 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716213461.9489 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1716213474.537 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716213492.0301 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716213521.5562 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716213540.262 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716213551.8733 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1716213557.4906 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716219013.0278 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716220209.0681 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716220249.3189 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716220285.5053 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716227591.1168 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716227622.0114 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716227674.7391 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716227710.2023 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716227875.4029 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716227977.9929 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716228007.518 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716228104.844 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716228130.5321 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716230101.821 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716230984.9301 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716232636.2301 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716232746.3131 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716232993.2428 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716233055.3833 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716235984.1893 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716239320.9605 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716242440.4726 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716242516.4926 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716242590.6103 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716242629.6643 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716242692.6624 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716246215.0477 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716248360.3883 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716249928.3303 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716249950.1619 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716249976.5037 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716250002.3525 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716250043.473 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716250064.5423 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716250098.6574 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716250169.1921 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716250175.1057 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716250192.053 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716250223.5527 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716250346.0641 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716252598.1249 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716252635.5485 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716263746.8692 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716270546.4614 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716270581.7833 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716271101.4508 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716271351.0622 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716274671.7892 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716278257.8069 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716278320.6515 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716278455.3143 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716279222.1691 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716279246.192 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716279794.6865 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716280412.4078 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716280463.3691 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716282215.371 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716282249.1998 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716282537.2467 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716282635.1246 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716282720.9449 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716282757.3202 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716283450.3375 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716283609.525 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716283779.8628 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716283801.3005 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716283935.4598 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716284013.3675 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716284180.1311 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716284192.186 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716284470.2778 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716284564.193 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716285325.0236 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716285475.3857 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716285519.9145 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716286409.4293 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716286967.8756 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716286983.4028 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716287142.413 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716287185.2534 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716287217.0099 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716287247.2868 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716287271.5544 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716287340.0533 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716287550.0246 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716287573.6398 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716287628.6541 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716287651.6393 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716287665.6163 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716287678.808 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716287767.435 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716287779.2194 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716288009.4382 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716289208.9321 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716289237.4451 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716289351.113 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716289390.8858 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716289393.7964 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716289414.7975 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716289423.2899 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716289429.1105 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716300925.2643 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716301040.4664 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716301250.7099 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716301308.9557 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716301961.2777 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716308935.4231 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716317363.8031 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716317407.5124 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716317505.7057 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716319832.5599 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716321763.8236 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716325414.0255 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716325749.7214 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716325771.5615 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716326192.6196 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716326243.3131 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716326299.6314 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716326346.6605 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716326432.8943 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716326479.3558 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716326504.9509 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716326723.2613 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716326765.4157 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716326806.8553 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716328651.4073 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716340833.9646 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716340851.5576 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716342516.6062 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716342980.4385 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716392751.259 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716392854.8424 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716392927.7613 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716394547.5836 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716394567.8834 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716394675.2074 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716395232.2063 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716395392.7448 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716395429.4755 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716395464.4116 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716395617.1491 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716395671.3185 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716395722.6354 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716395762.024 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716395800.2075 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716395893.3131 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716395908.2446 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716395930.8155 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716396096.1888 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716410843.4073 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716410959.2736 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716411007.9506 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716411029.2438 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716431755.4427 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716431811.1067 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.13.208", - "anony": true, - "tstamp": 1716455911.4834 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.13.208", - "anony": true, - "tstamp": 1716455955.7955 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.38.210", - "anony": true, - "tstamp": 1716463103.3942 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.38.210", - "anony": true, - "tstamp": 1716464669.7571 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.38.210", - "anony": true, - "tstamp": 1716464883.9242 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716465092.5554 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.38.210", - "anony": true, - "tstamp": 1716465101.4217 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.13.208", - "anony": true, - "tstamp": 1716465158.8835 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.13.208", - "anony": true, - "tstamp": 1716465320.7672 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.47.232", - "anony": true, - "tstamp": 1716466221.9614 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716470442.2975 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.43.115", - "anony": false, - "tstamp": 1716473602.4544 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.43.115", - "anony": false, - "tstamp": 1716473616.0917 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": false, - "tstamp": 1716473629.427 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716473646.5102 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": false, - "tstamp": 1716474064.3945 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716481830.2832 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716482066.6894 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716482101.8167 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716482665.9327 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716483084.7205 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716483130.6731 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716486908.7502 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716490430.3014 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716491961.101 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716492130.1621 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716492165.0747 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716493052.5738 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716494811.879 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716494814.0355 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716494907.8652 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716495025.0063 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716496626.411 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716496705.3455 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716497278.1725 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716498525.386 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716508618.2377 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716508647.6412 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716508773.0947 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716509848.6189 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716511130.78 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716512505.6737 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716521987.1249 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716534865.3098 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716535184.4481 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716539015.3065 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716539889.7886 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716540536.1365 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716540946.9096 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.39.221", - "anony": true, - "tstamp": 1716542403.1488 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.39.221", - "anony": true, - "tstamp": 1716543831.0194 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716553156.4165 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716553180.6047 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716553208.1102 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716555742.6319 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716564155.6044 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716569758.9203 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716573314.1735 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716588711.6463 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716589282.8245 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716595399.6343 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716596153.0762 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631962.3438 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716637883.7082 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716637940.3706 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716638087.8967 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716648496.2293 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716650144.5433 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716650252.1683 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716654002.8058 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716657661.8542 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716672582.8741 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716675304.6869 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716675360.5552 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716696765.27 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716699503.5692 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716705406.3076 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716708229.2765 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716708400.6323 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716708425.3973 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716708463.7409 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716712383.2781 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716714698.5936 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716714723.8527 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716714742.496 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716714758.5844 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716714791.7059 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716714813.7628 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716718013.9851 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716719923.7897 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716719954.4298 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732002.5621 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716735265.1561 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716737955.5742 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716749082.5893 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716749104.301 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716749183.3056 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716749405.6595 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1716751911.6964 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716775345.3085 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716776806.2262 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716776883.0635 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716776943.7594 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716779918.8509 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716780527.3148 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716780918.544 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716780951.8598 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716781241.076 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716781759.6094 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716782158.4573 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716782417.8883 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716782420.5452 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716782443.0163 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716782459.9191 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716782484.1275 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716782499.7234 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716782519.0233 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716782537.0836 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716782553.9857 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716782569.153 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716782604.0051 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716782640.804 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716782995.4422 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783031.5075 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783089.4325 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716783090.8889 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716783109.7954 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716783138.0445 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783168.9557 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783358.7145 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1716783462.483 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716783564.225 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716784775.2026 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786037.8729 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786448.0434 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716787891.5755 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788134.0343 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788285.3057 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716789329.1919 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716795652.1604 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716795779.9806 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716795814.0196 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716795851.1701 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716796006.4588 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716796314.0423 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716797932.5341 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716798084.7317 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716798121.6615 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800856.1807 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811377.2082 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811412.4609 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811455.261 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716815094.1935 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716815234.9665 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716815654.9788 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716815707.9688 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716815854.6739 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816541.9961 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816625.048 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716818286.1937 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716820699.6007 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1716822550.5508 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716822601.7824 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1716822684.0205 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716824222.9857 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716824902.917 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716825475.2657 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716827655.7005 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716833085.2146 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716837768.4182 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716838033.7689 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716840571.8782 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716842021.1183 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716842045.0031 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716842062.0558 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716844269.6437 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716844294.3593 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716846730.6152 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716846754.4305 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716846777.0478 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716846795.5401 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716846812.5139 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716846831.5816 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": false, - "tstamp": 1716846856.7092 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716851477.2888 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716852722.4343 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716862066.5604 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716888658.6323 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716888692.3451 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716888743.3788 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716888808.7382 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716889722.4243 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716892310.907 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716893044.8237 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716894726.3896 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716904032.8719 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716904166.7957 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716904274.6297 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716904375.3197 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716904458.3328 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716905236.8052 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716905301.5056 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716906155.4111 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716909502.2672 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716911861.7486 - } -] \ No newline at end of file diff --git a/arena_elo/results/20240528/clean_battle_video_generation.json b/arena_elo/results/20240528/clean_battle_video_generation.json deleted file mode 100644 index 910c57aeb2828333f5e19177d4595eb92c96cd2d..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240528/clean_battle_video_generation.json +++ /dev/null @@ -1,8634 +0,0 @@ -[ - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1713914099.33 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713914343.6891 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713916642.7912 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713986344.8741 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1713987118.6274 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714139169.2392 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714139249.1969 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714139381.873 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714364059.9109 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1714364795.1269 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714443594.816 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714445557.5459 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1714485010.7122 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714485698.1572 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714491486.3968 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714568747.0042 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714575776.0633 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714575875.3994 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714576499.4057 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714614291.4601 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714656445.8616 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714667465.6678 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714757575.6272 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714856044.8046 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714912222.8148 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714912353.9054 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714916128.9484 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714918845.2225 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714961792.1218 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714962568.0734 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714986675.9255 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715022520.8699 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715024874.9777 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715082170.9107 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715108567.1368 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715201418.1949 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715225335.6492 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715244587.7341 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715352822.1424 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715398861.6427 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715410800.5657 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715410993.9665 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715610160.6825 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715610373.469 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715689072.7345 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715696812.6326 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715737104.8239 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715739395.0891 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715810233.6444 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715849800.9966 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716114686.5453 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716116392.5838 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716193582.8722 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716193785.0048 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716193846.233 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716194009.3835 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716300077.5395 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.43.115", - "anony": true, - "tstamp": 1716478201.6693 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716533638.3067 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_127.0.0.1", - "anony": false, - "tstamp": 1716682913.5891 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716689388.5783 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716689390.9317 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716689418.3899 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716689430.8661 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716689430.9662 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716689446.5199 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716689504.5594 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716689507.2126 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716689516.3395 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716689560.415 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716689571.2045 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716689589.1987 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716689600.479 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716689642.8219 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716689687.8719 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716689693.1346 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1716689821.5032 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716689833.2282 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716690476.4186 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693206.0818 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693274.919 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693286.0411 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693303.5784 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693311.5433 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693329.6356 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693383.5826 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693456.8226 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693467.3462 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693479.5757 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693495.1122 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693502.3247 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693528.2392 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693546.0765 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693563.0683 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693569.8376 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693581.0672 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693588.2851 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693595.2501 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693663.4243 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693679.0583 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693692.5858 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693708.4221 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693719.3968 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693725.4583 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693738.9399 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693745.5583 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693767.9991 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693792.955 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693803.7279 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693816.5054 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693825.2771 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693836.955 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693850.7326 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716694070.4027 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694148.1807 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716694244.2485 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694254.1959 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694276.2905 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716694375.6866 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716694382.1969 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694793.14 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694811.1394 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716694821.4174 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716694834.8498 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716694841.7147 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716694851.8849 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716694860.9592 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716694883.3566 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694902.9993 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694914.4785 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694928.7985 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716694942.7223 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728514.2605 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728525.0445 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728537.4321 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728552.3184 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728565.4115 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728611.9244 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728619.8963 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728626.8621 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728642.2282 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728660.8799 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728671.1783 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728681.5129 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728695.6521 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728707.1868 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728715.3574 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728729.9899 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728739.4646 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728751.7418 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728760.5694 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728772.9474 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728792.5959 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728825.1225 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728832.0962 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728839.4279 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728875.7372 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728884.1135 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728898.2525 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728909.7356 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728924.0212 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728932.2482 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728943.0756 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728951.8516 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728964.0778 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728971.495 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728980.7203 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728994.9574 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716729003.1242 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716729013.9565 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716729024.7427 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729034.6162 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729041.2307 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729054.9108 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729082.4481 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716729093.5738 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729104.4016 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729113.9293 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729128.024 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716729143.4289 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716729151.6014 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716729165.8412 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716729174.0802 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716729190.7693 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729561.7946 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716729589.111 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716730437.4978 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716730444.2174 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716731578.7678 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716731600.4666 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716731607.3314 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716731621.0702 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716731652.0853 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716731680.1969 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716731887.8933 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732002.7625 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732014.9893 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732033.1907 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732042.32 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732051.0423 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732064.3207 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732075.7564 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732092.1437 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732107.1689 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732121.5507 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732130.5345 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732144.7139 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732153.1545 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732245.8887 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732253.5049 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732260.9776 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732271.1059 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732289.7469 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732300.1222 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732442.4675 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732643.9778 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732653.5527 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732667.2377 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732690.9928 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732701.2197 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732769.1058 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732774.627 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732781.8561 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732792.5768 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732805.8172 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732815.2381 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732822.3066 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732832.5342 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732854.9452 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732865.7185 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732873.0369 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732879.1067 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732894.6925 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732906.9749 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732913.3386 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732921.5656 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732932.2613 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732947.9995 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716733033.155 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733215.9535 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733225.6737 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716733232.9894 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733245.779 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733261.359 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733274.7997 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733284.8279 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716733292.3492 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716733303.8831 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733316.3709 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733323.541 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733333.7191 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716733339.0328 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716733353.1237 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733359.5427 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733371.482 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733409.29 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733435.707 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733443.4772 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733504.7486 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733513.4209 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733524.354 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733530.1208 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733537.6908 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733546.1677 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733558.2467 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733565.4605 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716754494.225 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716754529.3204 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716754556.8827 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716754573.37 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716754581.3319 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716754589.7121 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716754610.3186 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716754622.516 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716756205.9019 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756217.6395 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756225.3579 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756245.6466 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756258.525 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756267.7569 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756278.3797 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756292.9729 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756303.6146 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756321.7636 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756328.3263 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716756337.0448 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716756355.6901 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716756369.1608 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756377.9305 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756405.9503 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756413.5746 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756420.392 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716756430.3441 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756598.971 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756811.4034 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756829.7662 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756837.7688 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716756844.6412 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756862.2925 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756871.8602 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756883.2346 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716763810.601 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763820.7817 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763830.0099 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763836.2701 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763852.5743 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716763861.9464 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716763876.0254 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716763884.9467 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716763895.1884 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763906.9292 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763916.2051 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716763933.7037 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763954.4778 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763963.4971 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716763974.9914 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716763982.078 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716763987.4028 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774336.4201 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716774366.2114 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774373.7343 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774401.5247 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774408.764 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716774416.5343 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774426.6483 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716774436.7505 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716774446.0586 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716774452.7416 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774466.5087 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716774473.4742 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774481.1066 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716774490.1334 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716774496.2078 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716774502.5006 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774513.1922 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716774519.3337 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716774546.8848 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716774553.0012 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716774569.2238 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716774581.1122 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716774586.7425 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716774595.3967 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716780707.8678 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716781161.3809 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716781177.0776 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716781187.7966 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716781235.6047 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716781242.9314 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716781254.7071 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716781288.1888 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716781297.0117 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716781305.1896 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716781380.1677 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716781558.8588 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716781966.5022 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783665.6346 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785927.5738 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785946.8276 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785956.3086 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785965.6368 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785983.4545 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786004.6173 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786012.1915 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786025.9796 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786038.5735 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786048.2498 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786056.7792 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786067.3793 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786076.8691 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786091.7183 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786106.6309 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786119.376 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786128.4563 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786145.1683 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786161.6566 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786201.0773 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786209.4966 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786225.3 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786233.4253 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786241.45 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786249.4851 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786263.8719 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786272.8991 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786280.5688 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786288.0837 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786295.9574 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786310.5953 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786320.6713 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786327.6937 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786345.2973 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786361.1416 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786369.7626 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786384.806 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786396.1855 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786405.8102 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786413.8802 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786450.7539 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788441.1026 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788453.8448 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716788462.4158 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788473.1466 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788486.9898 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788500.5707 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788522.2662 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788529.4816 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788541.2168 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716788551.7418 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788557.1033 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788565.8238 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788580.9064 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716788591.4322 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788600.6571 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788614.3978 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788620.7168 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788626.6775 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788634.496 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716788650.9444 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788657.5528 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716788664.566 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788670.029 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716789701.2259 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716792046.6171 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716792090.6776 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716792117.5541 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716792144.8815 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716792164.2891 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716792176.5638 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716792198.4702 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716792228.5999 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716792257.5373 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716792271.5787 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716792345.5517 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716792372.1701 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716798217.9315 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716798246.555 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716798267.3135 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716798307.1051 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716798333.9472 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716798359.6181 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800430.6763 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800444.8671 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800463.8158 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800470.7888 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800480.9658 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800487.682 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800509.3502 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800516.7738 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800548.7825 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800574.8734 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800581.7424 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800591.5717 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800605.265 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800615.6372 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800624.6681 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800632.546 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800641.9148 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800653.6588 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800662.638 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800675.8846 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800681.6565 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800688.0967 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800695.4712 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800702.7395 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800711.7179 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800718.9888 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800725.6079 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800731.7275 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800740.9093 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800747.5238 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800758.3079 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800772.5587 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800786.4015 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800793.1772 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800800.048 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800805.4083 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800819.3653 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800836.4647 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800844.9468 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800851.1076 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800865.0564 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800873.5031 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800881.426 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800888.8952 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800896.8697 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800905.5457 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800915.4743 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800922.2894 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800929.8593 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800939.6859 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800945.6081 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800955.2893 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800967.0227 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800985.5176 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800992.7352 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800999.7547 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716801010.8857 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716801020.4579 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716801028.3834 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716801036.1073 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716801043.9818 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716801054.918 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716801061.0383 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716801067.9615 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716801093.7934 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716801102.824 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716801110.4941 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716801357.4044 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716802258.9248 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716802277.2785 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716802289.6084 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716802308.1591 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716802325.3582 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716802348.8219 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716802375.4431 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716802396.6924 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716802417.0479 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716802440.657 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716802452.992 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716804546.8109 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716804560.9392 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716804572.0261 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716804609.8288 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716804621.2126 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716804634.4051 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716804648.2446 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716804654.6584 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716804662.0841 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716804678.7051 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716804762.81 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716804815.1467 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716804828.1257 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716804843.0147 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716804975.1614 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805101.6412 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805125.1997 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805133.7299 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805151.027 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805158.1471 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805165.6788 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805174.2573 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805181.7877 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805190.2597 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805204.9966 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805212.6216 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805221.4549 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805232.7863 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805313.8437 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805325.1273 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805332.292 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805359.2195 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805367.371 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805377.814 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805386.782 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805404.1209 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805417.2687 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805423.5857 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805431.9147 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805441.492 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805449.2165 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805457.6224 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805463.1912 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805474.9718 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805482.2909 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805487.9021 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805494.2662 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805501.837 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805510.508 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805518.6324 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805525.5473 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805544.3909 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805552.0575 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805558.2739 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805564.1439 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805571.2122 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805579.1375 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805585.3538 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805594.1732 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805602.5497 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805614.0387 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805622.659 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805629.4247 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805636.4978 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805643.3155 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805651.8835 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805660.0046 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805666.4722 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805672.087 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805680.0119 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805686.5804 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805694.5555 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805703.9818 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805711.3069 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805721.6865 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805727.8528 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805736.4364 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805743.8122 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805750.2783 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805757.0462 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805763.9699 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805771.9439 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805778.1596 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805786.0285 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805793.2534 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805798.9227 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805808.3068 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805821.8583 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805839.7119 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805849.7822 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805857.2086 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805865.0813 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805873.7026 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805880.1754 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805887.5002 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805898.5851 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805907.207 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805913.6738 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805919.5473 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805926.0123 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805936.2907 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805943.3089 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716810647.7996 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716810767.6778 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716810826.6156 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716810864.4818 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716810900.0894 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716810921.257 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716810949.0213 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716810965.664 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716810988.9326 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811001.9174 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716811024.4386 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811035.9259 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716811058.5425 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716811074.3937 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811095.0043 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811114.558 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811157.5772 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716811180.1051 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716811346.2167 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811363.3576 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811377.2071 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811404.884 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811528.5755 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811545.2272 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716811581.4292 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811609.1021 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811631.9737 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811653.2303 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811678.608 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716811693.5999 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811720.8197 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811746.659 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716811761.1 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811778.6006 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716811787.9252 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716811806.8256 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811828.2237 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811848.5441 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811872.1595 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811901.6987 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811918.2 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716811932.245 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716811947.2854 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811966.6966 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811983.2023 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812015.9888 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812030.9774 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812051.728 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812067.7291 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812088.1948 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812102.3806 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812123.2896 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812139.1472 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812170.5498 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812192.2699 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812214.0685 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812237.5965 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812262.6235 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812290.4589 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812311.7735 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812323.9663 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812344.0154 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812361.5742 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812372.8081 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812386.6604 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812409.1288 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812418.0558 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812428.889 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812440.6235 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812460.1354 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812483.1639 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812498.9136 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812513.6577 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812524.1375 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812535.9746 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812547.665 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812555.6472 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812565.3306 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812575.97 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812590.8677 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812612.2889 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812624.5777 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812649.097 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812661.3318 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812691.9328 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812707.5304 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812722.3136 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812741.6653 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812760.8219 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812772.796 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812799.1808 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812814.2832 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812830.7859 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812844.0682 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812854.8496 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812863.9262 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812884.0891 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812902.0645 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812921.0403 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812934.2248 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812958.6412 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812982.3069 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812991.3995 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716813008.7657 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813018.7489 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716813618.7164 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813632.3075 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813648.7558 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813671.7233 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716813698.1674 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716813715.7735 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716813726.5932 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813738.6714 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716813747.2492 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716813767.5156 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716813787.5776 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716813804.4335 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813812.3843 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716813826.2772 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716813838.4177 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813854.4582 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813871.899 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716813883.9808 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716813893.2639 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716813907.4565 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716813922.9029 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813936.1375 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716813948.4724 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716813956.9029 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716813964.8758 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716813985.235 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814004.2321 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814014.3081 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814025.5933 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814042.4418 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814051.6142 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814074.9335 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814088.0682 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814099.4537 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814110.2829 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814117.4053 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814124.7313 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814136.6245 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814149.1818 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814158.2055 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814168.2388 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814181.7311 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814192.2712 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814202.9029 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814213.7299 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814223.8057 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814232.1412 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814239.2618 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814254.6616 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814271.2523 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814299.6371 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814312.3883 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814319.5568 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814334.818 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814347.5098 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814360.0003 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814372.9848 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814382.3319 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814389.5585 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814400.2431 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814408.7192 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814421.9339 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814436.4344 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814450.026 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814461.6183 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814472.512 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814484.0088 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814495.6957 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814519.6197 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814528.8081 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814539.691 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814550.1705 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814564.1662 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814572.6421 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814583.6689 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814598.5159 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814609.8028 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814619.5919 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814631.5327 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814648.7281 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814659.3149 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814680.1373 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814704.6159 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814713.39 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814725.5232 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814744.5305 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814755.0712 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814771.0791 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814783.3717 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814792.0423 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814803.8904 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814811.475 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814839.9094 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814849.1271 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814857.6044 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814871.3031 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814888.3485 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814897.878 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814907.4115 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814915.0837 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814924.1636 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814932.6321 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814940.9566 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814948.7863 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814968.0915 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814994.1657 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716815015.8201 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716815024.6949 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816099.4363 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816105.6967 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816118.5359 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816149.1207 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816172.1002 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816184.8358 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816194.5624 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816210.2718 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816227.4275 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816247.5376 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816262.3852 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816295.3375 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816307.3189 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816333.3001 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716816518.8779 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816568.8736 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816585.4378 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816592.9699 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816605.8065 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816623.4437 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816637.1861 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816672.9665 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816686.8076 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716816697.8926 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816706.8142 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816731.4381 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816740.0096 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816752.7379 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816762.2629 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716816776.0949 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816791.4496 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816799.9698 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816806.4869 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816813.395 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816838.8134 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816850.0931 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816857.6166 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816874.9081 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816885.0343 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716816896.9631 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716816914.0762 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816922.3005 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816936.3908 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816952.5782 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816965.4737 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816975.3518 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716816987.3314 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816998.0597 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817007.4428 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817014.3671 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817021.1406 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817031.3233 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817040.9988 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817047.7657 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817062.6591 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817071.0892 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817079.1626 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817088.792 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817095.9591 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817110.5496 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817120.4861 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817128.1212 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817136.6422 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817144.3143 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817152.4352 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817161.9622 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817177.1074 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817189.9467 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817198.023 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817208.2992 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817221.7848 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817230.062 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817236.2275 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817245.3594 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817251.1819 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817256.4007 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817272.0483 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817288.1447 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817296.0145 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817303.3895 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817311.3103 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817328.5117 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817337.8401 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817349.5234 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817357.7468 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817366.4197 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817378.2982 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817398.1152 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817411.0505 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817418.9737 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817433.5134 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817439.282 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817445.3501 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817454.4227 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817461.8922 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817473.7247 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817483.5046 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817490.071 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817497.482 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817505.4488 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817517.0342 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817526.0125 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817536.885 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817544.6967 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817554.6787 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716845528.4968 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845543.5775 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845610.4135 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845625.0502 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716845639.4286 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845693.0182 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716845718.0466 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716845734.4895 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716845755.294 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845769.7927 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716845816.9371 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716845828.573 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716845861.4523 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845873.847 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845908.5838 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845933.8837 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845948.6427 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716845982.277 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716846032.7577 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716846040.2247 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716846099.9227 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716846143.9332 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716846163.6735 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716846245.2648 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716846257.942 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716846302.5935 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716846342.1787 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716846362.9187 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716846386.3667 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716846413.3894 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716848046.5925 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716848058.7766 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716848067.902 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716849805.475 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716849813.4457 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716849818.3104 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716849824.5826 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716849834.2592 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716849836.9182 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716849839.7812 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716849850.9067 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716849877.0663 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716849877.1173 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716849885.1697 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716849893.3278 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716849946.2119 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716849980.4883 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716849993.2669 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716850007.4503 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716850037.0695 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716850054.3761 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850066.0545 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850091.7678 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850115.1746 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850132.3725 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716850144.1539 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716850161.2285 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850173.8573 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716850197.1758 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716850224.5489 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716850247.405 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850277.7798 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850310.4463 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850327.8684 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850328.226 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850340.8632 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716850354.4171 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850375.9832 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850409.3402 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716850417.2617 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850506.1736 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716850517.7481 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716850529.1711 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716850562.7076 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716850573.6848 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716850630.8546 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850653.065 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850681.8793 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716860595.707 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716860621.5356 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716860641.0232 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716860697.9926 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716860710.5707 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716860726.1111 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716860772.244 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716860790.2405 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716860804.6284 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716860869.2903 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716860936.3092 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716860952.3518 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716860965.3844 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716860983.8146 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861070.0866 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861079.6593 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861093.0971 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861110.8861 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716861182.2741 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861199.7588 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716861262.141 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861366.9074 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861376.2768 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861486.5303 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861550.2568 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716861563.9964 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716861576.7932 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861635.7395 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861644.366 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861651.5365 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861665.1318 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861675.3107 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861709.0037 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861764.0077 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861774.1637 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861787.6144 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861801.9107 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861857.8365 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861867.8133 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861876.2803 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716861888.9613 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716861899.5978 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861917.9472 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861929.1847 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861994.2271 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716862003.32 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716862014.0612 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716862066.3091 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716862084.806 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716862135.48 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716862146.7019 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716862199.7374 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716862287.5989 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716862301.6865 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716864840.105 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716864852.4483 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716888876.5448 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716888906.7365 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716888932.705 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716888960.4334 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716889044.3971 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716889066.6535 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716904183.7537 - } -] \ No newline at end of file diff --git a/arena_elo/results/20240528/elo_results_t2i_generation.pkl b/arena_elo/results/20240528/elo_results_t2i_generation.pkl deleted file mode 100644 index ffa21b7f8571e2aefecc84bd9fe956f037f4d86f..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240528/elo_results_t2i_generation.pkl +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7b97106b1d926c478ebe1784e4c919155184284fee772facdd008fa3b4a02afa -size 68023 diff --git a/arena_elo/results/20240528/elo_results_video_generation.pkl b/arena_elo/results/20240528/elo_results_video_generation.pkl deleted file mode 100644 index 1bde9444331a7f4c2d494a3c2c6fb12c03b75609..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240528/elo_results_video_generation.pkl +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:285f16418fbe87b09d9ceb0a81ce7dd3aef90e243ea604843bba9e0c061a8755 -size 54611 diff --git a/arena_elo/results/20240528/t2i_generation_leaderboard.csv b/arena_elo/results/20240528/t2i_generation_leaderboard.csv deleted file mode 100644 index 3945c6d053c0c0c3ceed45778a3244b402191a90..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240528/t2i_generation_leaderboard.csv +++ /dev/null @@ -1,12 +0,0 @@ -key,Model,Arena Elo rating (anony),Arena Elo rating (full),License,Organization,Link -PlayGround V2.5,PlayGround V2.5,1142.7117002337504,1146.9363438085231,Playground v2.5 Community License,Playground,https://huggingface.co/playgroundai/playground-v2.5-1024px-aesthetic -PlayGround V2,PlayGround V2,1098.8454521501767,1099.7665759662905,Playground v2 Community License,Playground,https://huggingface.co/playgroundai/playground-v2-1024px-aesthetic -SDXLLightning,SDXLLightning,1060.1273568149945,1062.6699858648572,openrail++,ByteDance,https://huggingface.co/ByteDance/SDXL-Lightning -StableCascade,StableCascade,1057.3443292150273,1057.342442192608,stable-cascade-nc-community (other),Stability AI,https://huggingface.co/stabilityai/stable-cascade -PixArtAlpha,PixArtAlpha,1053.175982335811,1040.650593249443,openrail++,PixArt-alpha,https://huggingface.co/PixArt-alpha/PixArt-XL-2-1024-MS -PixArtSigma,PixArtSigma,1052.5095907498117,1051.4130097337882,openrail++,PixArt-alpha,https://fal.ai/models/fal-ai/pixart-sigma -SDXL,SDXL,999.9885142114025,999.3532207465602,openrail++,Stability AI,https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0 -SDXLTurbo,SDXLTurbo,932.9204637230577,932.3395772992475,sai-nc-community (other),Stability AI,https://huggingface.co/stabilityai/sdxl-turbo -LCM(v1.5/XL),LCM(v1.5/XL),932.3960486321375,925.7743131744076,openrail++,Latent Consistency,https://fal.ai/models/fal-ai/fast-lcm-diffusion/api -OpenJourney,OpenJourney,853.2642690431031,848.1055360442166,creativeml-openrail-m,PromptHero,https://huggingface.co/prompthero/openjourney -LCM,LCM,816.7162928907261,830.3440920761234,MIT License,Tsinghua University,https://huggingface.co/SimianLuo/LCM_Dreamshaper_v7 diff --git a/arena_elo/results/20240528/video_generation_leaderboard.csv b/arena_elo/results/20240528/video_generation_leaderboard.csv deleted file mode 100644 index 4276388497fddb552bb64dcc51d99c5b7d38a6c7..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240528/video_generation_leaderboard.csv +++ /dev/null @@ -1,7 +0,0 @@ -key,Model,Arena Elo rating (anony),Arena Elo rating (full),License,Organization,Link -AnimateDiff,AnimateDiff,1129.3469962839424,1126.3299258165302,creativeml-openrail-m,"The Chinese University of Hong Kong, Shanghai AI Lab, Stanford University",https://fal.ai/models/fast-animatediff-t2v -VideoCrafter2,VideoCrafter2,1110.664362155481,1111.5426616945233,Apache 2.0,Tencent AI Lab,https://ailab-cvc.github.io/videocrafter2/ -LaVie,LaVie,1010.9582114307759,1010.9852804779358,Apache 2.0,Shanghai AI Lab,https://github.com/Vchitect/LaVie -OpenSora,OpenSora,958.3202820424096,958.230605931128,Apache 2.0,HPC-AI Tech,https://github.com/hpcaitech/Open-Sora -ModelScope,ModelScope,904.4318403477278,904.1394593723784,cc-by-nc-4.0,Alibaba Group,https://arxiv.org/abs/2308.06571 -AnimateDiffTurbo,AnimateDiffTurbo,886.2783077396631,888.772066707504,creativeml-openrail-m,"The Chinese University of Hong Kong, Shanghai AI Lab, Stanford University",https://fal.ai/models/fast-animatediff-t2v-turbo diff --git a/arena_elo/results/20240601/clean_battle_image_editing.json b/arena_elo/results/20240601/clean_battle_image_editing.json deleted file mode 100644 index 3c36f10daa8957462ed9988abe17e5ee46a9fe18..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240601/clean_battle_image_editing.json +++ /dev/null @@ -1,8954 +0,0 @@ -[ - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707712630.872 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707712699.668 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707712896.0427 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707712929.7061 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707713147.0445 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707713198.9284 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707713210.1306 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707713747.5115 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707715613.7226 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707765708.2644 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707765861.2742 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707765975.0206 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707768866.9065 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707771673.2989 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707784377.6617 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707784466.8915 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707784983.9581 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707785277.16 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707795299.0619 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707795798.752 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707796435.7996 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707797278.7369 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707797279.6004 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805086.9739 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805220.3253 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805332.6322 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805476.0509 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818374.3438 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834631.9088 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834954.0147 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835366.544 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835643.6178 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835789.25 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836852.671 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707836952.6082 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707837020.7148 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707837226.2259 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707838166.1449 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707838405.0013 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707839133.3126 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707839484.6824 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707850104.2499 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707851384.7689 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707851936.9466 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707852836.3291 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707852878.673 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707853008.1359 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707856807.6229 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707863740.3507 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707866312.1118 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883083.3533 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883181.1397 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883187.9173 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883507.587 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883939.6125 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707892689.4407 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908988.749 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912639.2701 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917685.9574 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919429.336 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707932651.9192 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707932749.3107 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933208.5797 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707945335.6341 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708031168.6838 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708038931.5388 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708057382.78 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708093689.8237 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708093910.4683 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708095090.8232 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708095305.4665 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140553.1694 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708145512.3656 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708145724.4127 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708146846.5098 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189738.4864 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708235874.9246 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708257619.7115 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708341265.7655 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708350183.3086 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708399707.1681 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708441502.4707 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708441716.8195 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708546759.2009 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708546805.4892 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708547082.7124 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708547166.9685 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708547293.7107 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708575046.0529 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708615466.9264 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708615516.3341 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205399.0098 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205767.8923 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709443700.05 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709702898.9291 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710091925.1861 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710517781.1525 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710517859.2942 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710535672.9791 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714359818.6646 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714363016.9972 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714715956.3416 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714759928.3804 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715246275.0118 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715247590.2235 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715406266.2562 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715406354.5284 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715406371.8227 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715406418.5066 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1715406449.9401 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715406466.5778 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715620708.6361 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715621013.5373 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715661224.0507 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661259.6143 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661288.6018 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715661310.3621 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715718742.1258 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715718773.1054 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715718785.2832 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715718804.143 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715718826.0248 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715718869.0041 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715718904.9307 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715718933.1272 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715718954.8497 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715718966.8633 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719000.6673 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719019.5495 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719035.903 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719046.925 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719059.6291 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715719076.6727 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719086.7836 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719109.8071 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719122.8237 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715719134.1345 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715719153.4359 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715719160.5285 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715719171.4473 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719184.6227 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719210.0429 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719219.6447 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719237.7036 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719249.4321 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719257.5877 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719273.7637 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715719288.4629 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719299.1712 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719306.5928 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715719356.0694 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719368.0491 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719379.185 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719389.0771 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715719397.7162 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719406.4165 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719429.1002 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719435.4694 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719454.4526 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715719470.154 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719482.3114 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719499.9643 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719513.7317 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715719527.69 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719542.751 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715719560.9912 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719575.3291 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715719581.9552 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719591.9907 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719601.8819 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719612.1837 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719620.469 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719627.34 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719632.694 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719652.2038 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719661.8855 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719677.2949 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719687.3022 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719699.47 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719706.2375 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715719717.3564 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719722.5542 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719728.5417 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719737.2385 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715815138.5243 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715815152.0033 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715815169.0475 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715815187.1917 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815197.5233 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815209.8285 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815228.6736 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815236.3935 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715815265.9705 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715815278.5019 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715815294.5978 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715815325.4468 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715913098.6617 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716541099.5281 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716604696.0584 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716604715.0998 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716604747.7838 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716604763.4297 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716604782.4706 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716604802.0201 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716604811.6914 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716604825.8294 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716604840.2501 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716604877.822 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716604889.6984 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716604900.9223 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716604924.2766 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716604973.5794 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605034.895 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605062.8663 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605094.132 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605107.7767 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605140.0956 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605160.9401 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605168.0546 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605180.0919 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605190.4643 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605203.491 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605212.2599 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605237.2731 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605272.7429 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605289.9933 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605364.041 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605374.0614 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605393.5416 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605435.4312 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605443.9063 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605459.0496 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605473.3953 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605489.2814 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605504.7184 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605514.6453 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605529.8279 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605536.3404 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605543.2047 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605555.7948 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605601.5404 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605617.6268 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716605767.6135 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605777.2385 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605786.114 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605797.1427 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605809.6831 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605815.6526 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605835.1453 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605851.8386 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605858.451 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605866.4186 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605876.5431 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605891.073 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605900.0983 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605911.731 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716605928.9167 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605935.6882 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605946.6158 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605963.4158 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605972.2306 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605977.6398 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605987.465 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605996.3853 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606007.8113 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606016.5768 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606025.5488 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606039.5413 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606046.7561 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606054.0681 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606077.4586 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606088.2332 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606094.3957 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716606109.6773 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606119.4549 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716606125.8236 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606173.3143 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606195.2603 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606212.8981 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606219.0605 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606276.8289 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606288.2044 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606301.084 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606308.3969 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606433.9409 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606445.3091 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606477.3758 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606493.8176 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716606508.3021 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606516.8283 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606522.0526 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716606532.5815 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716606539.6957 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606547.5616 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716606554.0222 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716606564.3506 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606571.9707 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606585.7455 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606658.4599 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606693.8678 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716606709.0046 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606714.772 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716606727.6123 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716606735.0284 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606736.1803 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716606750.7617 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606786.724 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716606795.6984 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606813.8378 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606821.1015 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716607198.5045 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716607313.6175 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716607335.621 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716607370.4447 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716607389.5909 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716607420.1556 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716607435.2448 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716607465.4746 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716607486.7762 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716607506.9187 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716607635.4724 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716607663.0868 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716607692.9044 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716607819.9864 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716607857.6216 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716607895.8098 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716607940.0025 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716608033.9248 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716608099.9552 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716608114.2412 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716608131.8764 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716608196.7546 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716608299.8432 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716608352.2537 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716608470.6085 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716608508.9979 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716608535.256 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716608566.826 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716608606.9532 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716608621.3425 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716608645.7473 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716612490.9409 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716612527.7806 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716612609.5129 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716612630.2038 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716612663.528 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716612720.848 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716612753.058 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716612767.6391 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716612818.0482 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716612834.8391 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716612983.5404 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716613207.8915 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716613226.5981 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716613269.8392 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716613291.7248 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716613309.4071 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716613349.4281 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716613367.9389 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716613477.8186 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716613526.575 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716613544.7169 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716613580.5038 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716613599.3925 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716613614.4265 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716613641.2903 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716624300.8537 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716624324.2507 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716624482.9731 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716624506.1195 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716624641.2863 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716624657.8231 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716624672.2087 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716624694.7044 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716624708.3765 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716624735.9337 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716624764.5497 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716624811.5006 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716624821.927 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716627512.45 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716627556.3932 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716627583.262 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716627601.5072 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716627630.3773 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716627645.3205 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716627654.1454 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716627664.0213 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716627696.4511 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716627737.1743 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716627760.0293 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716627806.4061 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716627823.411 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716627837.6457 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716627889.0123 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716627913.6212 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716627938.5274 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716627966.1975 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716627991.8079 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628039.5051 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716628049.0246 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628071.9832 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628102.5049 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628123.5594 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628139.9985 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716628202.7625 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628221.104 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716628235.6369 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628251.4878 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716628267.8306 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628349.2577 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628370.6073 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628387.7431 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628402.2801 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628427.6381 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716628441.3679 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628552.0395 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628575.0907 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628587.6707 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628613.9413 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628733.2486 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716628772.2221 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628791.3244 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628807.4081 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628821.1404 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716628836.985 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628861.8452 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628891.0125 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628902.487 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716628918.8331 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628951.6453 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628964.4758 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628982.7156 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628995.118 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716629006.1009 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716629122.6311 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716629131.5469 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716629155.007 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716629223.4708 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716629240.7598 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716629252.7463 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716629269.2787 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716629285.113 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716629309.7244 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716629327.7166 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716629348.9576 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716629379.5769 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716629387.8439 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716629394.9593 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716630816.1122 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716630830.5477 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716630859.8113 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716630885.4225 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716630924.4544 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716630945.9567 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716630954.8739 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716630968.5578 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716630975.9243 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716630992.0216 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631006.7525 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631016.2736 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631043.2819 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631060.2613 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631073.9389 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631096.5981 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631112.1769 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631124.7037 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631145.1105 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631153.7837 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631163.1188 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631172.0382 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631183.3196 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631202.0102 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631210.0823 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631235.8828 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631312.1531 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631329.399 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631346.5938 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631361.6892 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631371.3178 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631382.9464 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631401.9484 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631417.3884 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631448.8928 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631488.7331 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631507.9737 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631517.4479 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631531.9308 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631553.6769 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631570.6625 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631580.1846 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631598.3167 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631619.3618 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631630.5917 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631664.6107 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631674.7839 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631684.5079 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631699.6647 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631707.7887 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631719.8237 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631731.3032 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631769.5139 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631801.296 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631813.1815 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631828.467 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631836.0902 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631848.4219 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631861.4561 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631875.5465 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631890.5883 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716638896.4123 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716638917.0964 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716638929.8315 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716638951.6381 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716638962.8244 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716638988.3276 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716639003.4669 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716639020.3111 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716639037.6966 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716639055.943 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716645468.6656 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716645603.2374 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716646164.612 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716646283.3472 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716646367.4252 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716646552.7164 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716646593.4385 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716646674.2926 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716646705.5886 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716646764.3246 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716646790.3248 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716646908.2416 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716646917.0648 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716646962.0953 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716646983.9078 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647000.6985 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647018.3633 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647028.6519 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647069.2087 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647081.4386 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647094.6684 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647107.594 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647137.1078 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647149.0847 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647164.5651 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647193.8495 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647207.3299 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647225.9565 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647237.3443 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647247.7742 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647259.7063 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647277.9556 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647293.7004 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647309.7046 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647329.3152 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647368.3156 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647388.6718 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647399.0991 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647408.8236 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647423.0791 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647429.2995 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647462.174 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647475.9573 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647484.0343 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647492.1555 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647504.6877 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647517.8133 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647524.0753 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647535.0545 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647545.384 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647554.8101 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647571.0596 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647578.6755 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647587.3561 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647603.0765 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647612.2839 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647623.6549 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647638.9469 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647653.8856 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716667796.1672 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716667816.6491 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716667838.2985 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716667860.5556 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716667884.9599 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716667901.3108 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716667924.6361 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716667944.9242 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716668287.7166 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716668327.9491 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716668343.2883 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716697472.7914 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716697504.4035 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716697573.1098 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716697624.325 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716697744.7634 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716697956.3807 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716698033.0577 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716698245.4344 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716698327.003 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716698371.6 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716698415.9121 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716698532.8953 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716698558.7503 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716698579.6523 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716698675.3115 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716698771.0441 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716698816.1336 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716698852.9314 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716698895.188 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716698933.0638 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716698970.2659 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716699036.1158 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716725103.4194 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725120.8321 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725177.518 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725206.1811 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725232.3641 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725265.4435 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725273.1522 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725286.6907 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716725336.5373 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725356.592 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725380.8564 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725393.6974 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725408.9409 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725423.1308 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725432.9063 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725448.4239 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725469.283 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725486.8823 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716725498.6122 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725513.3688 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725555.9442 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725563.9122 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725573.8446 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716725588.1728 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725599.5479 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725691.6935 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725704.7868 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716725717.6671 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716725733.9649 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725749.405 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725765.4507 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725779.885 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725788.5182 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716725801.1148 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725812.947 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725822.4764 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716725843.3425 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716725858.0287 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725864.898 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725883.5483 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725899.1615 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725916.7568 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725929.6466 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725960.9953 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725969.5173 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725978.2458 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725988.7294 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725997.7098 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726052.9235 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726062.2163 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726079.1784 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726089.0051 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726100.9303 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726106.9981 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726181.5152 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726194.4541 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726210.8484 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726222.7297 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726232.6604 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726241.3459 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726250.2725 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726259.2974 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726270.4228 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726283.5017 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726288.9639 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726301.2998 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726311.6449 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726322.2733 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726331.7043 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726342.534 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726352.3007 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726360.8671 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726375.4623 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726442.4983 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726479.6581 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726489.4382 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726497.8571 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726650.7564 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726666.148 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726685.0972 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726700.6411 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726720.8035 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726850.0132 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726860.3356 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726869.5719 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726878.9527 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726893.8929 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726905.2733 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726912.4957 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726921.1703 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726931.0016 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726945.6522 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726954.269 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726966.1476 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726976.7288 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726985.7507 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726994.7678 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727000.3326 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727007.0475 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727084.248 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727094.5719 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727103.1498 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727110.5311 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727117.0022 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727130.1414 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727140.3192 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727152.0947 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727159.4137 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727168.834 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727181.0654 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727187.9869 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727194.7647 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727210.4056 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727217.6723 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727225.234 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727240.5225 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727280.6958 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727291.9284 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727313.3798 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727329.2167 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727342.9492 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727352.7768 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727361.2992 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727370.3721 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727385.0504 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727394.9735 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727403.6456 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727411.1677 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727421.2407 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727434.2823 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727442.6072 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727452.7373 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727460.2099 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727467.3859 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727475.6552 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727483.3718 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727504.8113 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727512.3856 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727521.954 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727546.9149 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727553.7833 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727565.8214 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727580.3035 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727595.4295 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727627.0124 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727642.3164 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727651.8417 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727766.9252 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727783.5783 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727791.2986 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727800.8717 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727807.8322 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727814.7437 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727833.5955 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727840.6222 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727848.448 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727853.6167 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727875.6262 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727962.6967 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727969.5155 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727980.2147 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727991.5302 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727998.7991 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728003.9723 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728009.5917 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728021.0284 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728027.6106 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728036.1964 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728043.0191 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728048.4259 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728057.0579 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728069.9569 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728075.4683 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728083.4866 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728098.2752 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728109.9985 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728120.1675 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728128.2855 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728135.1512 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728139.9626 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728152.3502 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728160.6171 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728175.5073 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728182.7262 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728188.0396 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728193.1535 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728204.5769 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728214.5113 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728232.5306 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728238.5444 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728247.7701 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728261.0162 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728267.0339 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728273.0023 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728280.8717 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728286.5857 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728293.647 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728305.528 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728312.3004 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728321.2286 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728328.2916 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728798.2101 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728810.132 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728821.5646 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716745620.8532 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716745652.6839 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716745700.088 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716745855.4743 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716745897.8491 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716745953.0266 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716745973.8221 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716746017.6491 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716746205.3685 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716746244.2996 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716746264.2568 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716746280.753 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716747213.2132 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716747256.9527 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716747300.2075 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716747339.5826 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716747369.3644 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716747398.616 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716747448.3494 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716747552.803 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716747584.6276 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716747606.2848 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716747649.6574 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716747682.3376 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716747722.6405 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716747797.5494 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716747869.0399 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716747891.4571 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716747920.2327 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716747939.584 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716749646.7843 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716749696.354 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716749730.2495 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716749776.2764 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716749888.4603 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716749914.5802 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716749940.5542 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716749970.5263 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716750008.2537 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716750043.8712 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716750065.3746 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716750112.0539 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716750157.4182 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716750199.2141 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716750245.6854 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716750276.6703 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716750290.0386 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716750349.4492 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716750770.827 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716750833.5807 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716750884.3672 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716750909.7914 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716750937.9258 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716750946.6655 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751002.0069 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716751046.5212 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716751061.8143 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716751286.7161 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716751312.3299 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716751333.1833 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716751352.0314 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716751398.6861 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716751409.0689 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751438.6903 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751449.6622 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751493.5744 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716751520.7481 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751537.404 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716751571.7975 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751597.6236 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751674.3896 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751897.9933 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751919.4483 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716751963.2601 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751980.0005 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716752027.9047 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716752069.4363 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716752091.6392 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716752112.3889 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716752185.2672 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716752208.324 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716752232.3811 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716752258.8471 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716752273.9366 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716752289.3346 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716752318.912 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716752341.673 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716752369.1086 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716752420.3603 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716752443.7085 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716752473.0068 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716770800.2033 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716770833.503 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716770921.4936 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716770961.0228 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716770978.5851 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716771033.0563 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716771066.8997 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716771084.1461 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716771390.7352 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716771435.5882 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716771460.8085 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716771501.3232 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716771529.5106 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716771569.7391 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716771623.3557 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716771639.5937 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716771692.6055 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716771726.0409 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716771740.3794 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716771761.0267 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716771786.9587 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716771832.6608 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716771864.9875 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716771988.4943 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772015.8433 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716772047.2998 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772072.6244 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716772110.219 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716772148.5693 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716772175.5359 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772220.595 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772248.9167 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716772264.4062 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716772290.9725 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772311.6721 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716772346.2647 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716772364.5651 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716772417.134 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772447.3156 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772475.9282 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716772504.7128 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772534.6455 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772558.7136 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716772618.9677 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772637.6682 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716778193.4021 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716778255.1581 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716778281.1296 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716778297.5692 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716778319.2647 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716778336.0106 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716778363.1849 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716778407.3813 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716778438.3131 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716778457.8029 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716778478.8008 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716778524.6186 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716778543.2156 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716778581.0017 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716778595.846 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716778607.4723 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716778704.4312 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716778784.114 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716778801.3088 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716778816.989 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716778835.9736 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716778850.5585 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716778885.4462 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716778968.7207 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716778982.5946 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716779003.2926 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716779035.6513 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716779097.9753 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716779110.0009 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716779164.9744 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716779245.6599 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716779296.482 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716779322.9584 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716779479.8991 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716779640.4905 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716779656.9219 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716779665.4907 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716779751.7009 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716779988.3009 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716780075.7086 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716780472.9575 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716780485.9866 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716780534.8805 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716780704.5129 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716780809.5332 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716781707.8162 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716781778.9452 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716781789.3343 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716781802.7098 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716781835.6565 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716781850.9427 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716782287.4771 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716782307.5565 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716782937.7169 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783011.9293 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783055.2146 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783156.9271 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716783193.0253 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716783208.4454 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716783218.1332 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716784739.8189 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716784748.8183 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716784757.1946 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716784765.8243 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716784775.4521 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716784787.5963 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716784801.2159 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716784807.5815 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716784816.2664 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716784821.9924 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716784839.6517 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716784847.4338 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716784854.3106 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785024.4047 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785046.8706 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785053.8933 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785060.513 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785067.5828 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785075.749 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785087.6916 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785096.0125 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785108.6982 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785116.5259 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785127.3601 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785132.0745 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785139.7482 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785144.0578 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785151.4275 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785158.947 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785167.5445 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785175.8666 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785183.1868 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785192.5624 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785200.1835 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785206.9135 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785212.8835 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785218.6964 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785224.6635 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785234.6452 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785256.9071 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785266.7337 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785278.6704 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785291.4158 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785300.1498 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785305.2199 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785313.2209 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785317.5344 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785324.3491 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785333.0287 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785340.8999 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785349.0648 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785356.5829 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785363.3454 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785368.7598 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785384.7571 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785389.6236 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785396.3496 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785402.7159 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785415.2479 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785423.4729 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785430.0946 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785437.6661 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785443.3382 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785449.2573 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785454.8719 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785461.1412 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785466.0021 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785472.821 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785484.5529 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785494.9277 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785505.7098 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785512.5814 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785520.1532 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785531.8845 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785538.5559 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785545.434 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785551.657 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785561.7403 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785568.9193 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785578.0577 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785583.0768 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785590.6469 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785599.7238 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785607.651 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785620.092 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785625.6658 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785636.7949 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785643.572 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785649.2373 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785655.7093 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785661.2337 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716791578.2263 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716848213.9411 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716848236.6724 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716848256.6296 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716848276.9927 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716848291.9049 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716848303.7966 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716848321.8917 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716933000.7532 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716996806.4746 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716997108.8591 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717033419.5582 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717033466.5538 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717033496.9304 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717124938.8257 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.4.148", - "anony": false, - "tstamp": 1717223388.7242 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717229294.5639 - } -] \ No newline at end of file diff --git a/arena_elo/results/20240601/clean_battle_t2i_generation.json b/arena_elo/results/20240601/clean_battle_t2i_generation.json deleted file mode 100644 index e884da4486d0a83b6cae6a64f254f28a494811df..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240601/clean_battle_t2i_generation.json +++ /dev/null @@ -1,42170 +0,0 @@ -[ - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707700514.3167 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707701110.2369 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707707434.9832 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707707467.1955 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707715202.5963 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707743517.6731 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707748092.0895 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707766084.3648 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707767434.9053 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707768049.9814 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707771506.9525 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707771618.8687 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707775417.8407 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707797986.5458 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707798121.0587 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707798585.0672 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707802112.022 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707802188.2116 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707802195.8893 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707803608.5079 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707803788.5758 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707803904.6801 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707803981.9232 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804176.6944 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804270.7927 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804297.8869 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804318.2703 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804334.1219 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804349.6842 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804364.5668 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804402.5063 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804439.225 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804479.6379 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804525.4779 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804569.4346 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805195.1868 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805385.1199 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707805544.5954 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805719.6055 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805892.4114 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806065.7944 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806165.7019 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806263.1867 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806323.9389 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806366.3154 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806417.7003 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806450.0813 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806488.8729 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806686.917 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707807465.0362 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707807624.1859 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808070.8364 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808165.8424 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808223.4083 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808242.8483 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808305.2596 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808365.8652 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808516.9725 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808592.0266 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707808776.6806 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707809207.6029 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707809528.5104 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707810829.8424 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707810888.7795 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707811836.4507 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812355.1994 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812463.5112 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812564.4237 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812633.8829 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812692.7422 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812731.7789 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812790.8552 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813196.5863 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813385.0823 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813688.5409 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813789.2976 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813801.8046 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813968.2954 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814081.937 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814113.8281 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814208.3473 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814576.4902 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814587.9823 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814630.8904 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707814638.1626 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814678.0675 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815069.0454 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815265.8876 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815309.9341 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815471.0053 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815496.1672 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815515.1383 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815597.8351 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707816139.8542 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707816453.2139 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707816524.6134 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707816642.8445 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707817578.7496 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818116.1249 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818116.4886 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818164.7455 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818248.2875 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818875.2918 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707819636.4627 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707820183.6769 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707820223.2706 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707821064.6519 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707821537.8837 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707821734.9105 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707821913.7658 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707822028.5932 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707822757.6234 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707824160.6135 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707824465.7056 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707824555.3203 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825315.02 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825427.9915 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825465.0846 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825513.2124 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825892.4661 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825936.2938 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707826004.6453 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707826621.1118 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707826696.6391 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707827607.6358 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707828504.1443 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707828598.2702 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707828650.1074 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829422.0774 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829424.1119 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829545.1677 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829558.9178 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829575.4002 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707829605.377 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829655.401 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829671.9346 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829764.2277 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707830051.739 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707831907.61 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707832672.6529 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833021.7755 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833211.1736 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833330.5156 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833567.2266 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833793.1294 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834070.3689 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834184.5449 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834553.1154 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834593.0783 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834668.474 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834707.0272 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834747.5192 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834769.6714 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834838.9968 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834939.7331 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835013.9187 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835059.1088 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707835084.9734 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835143.1459 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835157.8035 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835271.8395 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835326.7352 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835390.8923 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835525.9638 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835615.8358 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835679.3932 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835717.0721 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835853.3267 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835989.8838 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707836084.5509 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836132.9464 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836135.0599 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836237.3436 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836314.9641 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836695.3278 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707837085.8896 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707839155.8114 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707840267.3024 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707840932.8884 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707841426.0637 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707841877.0338 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707841965.2778 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707842944.8061 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707843000.9465 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707843932.2112 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707844717.8943 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707845169.7825 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707846883.7945 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847300.2803 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847465.1349 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847529.7859 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847805.9735 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847846.2293 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707848073.1447 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707848814.4383 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707849117.1598 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707850807.7058 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707850898.7895 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707851643.0572 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707852226.5775 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707852250.3298 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707852649.075 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707852658.3925 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854112.6589 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854223.7006 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854439.3584 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854467.9121 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854493.356 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707854644.0324 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854745.2094 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707854859.0911 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855029.8798 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855287.8118 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707855365.8721 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855592.3744 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855617.8623 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855662.3148 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707855663.1059 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707855706.2598 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855818.7279 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707857642.2074 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707857681.8972 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707858601.4616 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707859063.3978 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707859131.0729 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707859155.9948 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707859314.8579 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707861187.3856 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707861468.4384 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707861681.2523 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707861762.884 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863154.0782 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863220.9442 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863276.7531 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707863359.6247 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863562.8628 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863623.6038 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707864470.9299 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707865527.8262 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707865559.346 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707866156.3368 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707866211.1115 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707867088.7165 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707867880.8468 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707869812.1567 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707870348.7079 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707870392.0767 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707870526.6392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707870575.054 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707870639.4277 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871185.0523 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871233.4711 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871275.0108 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871354.9701 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871603.5439 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707871663.4536 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707871686.2102 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871840.7281 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871909.9365 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707872099.4329 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707872920.9285 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707872977.5665 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707874406.8176 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707875417.714 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707875703.986 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707875827.46 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707876432.1059 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707876829.205 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707877060.6713 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707878629.8346 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707878669.1334 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707878754.5179 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707879902.0051 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707881075.7184 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707881126.4996 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707882647.3191 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707882792.5618 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883779.6594 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707884893.6044 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707884977.6614 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707885031.1868 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707885083.3686 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707885959.1288 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707886120.659 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707886453.0044 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707887924.3075 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707888115.6326 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707888163.9161 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707888250.1088 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707888730.6572 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707888918.6905 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707889251.9249 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707889339.3417 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889511.4789 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889669.429 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889749.9811 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889822.2849 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707889889.5842 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889977.4531 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707890036.0378 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707890352.6404 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707890503.3537 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707890577.6157 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707891026.6919 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707891203.8892 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707891238.0325 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707891817.495 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707891838.6998 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707891867.0386 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707892517.4853 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707892603.8426 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707892776.7545 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707892856.4175 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707893005.224 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707893730.3778 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707893776.5582 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707893845.3551 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707893914.9762 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707894034.0264 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707894096.279 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707895246.3966 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707895682.8333 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707896516.4099 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897405.8243 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897594.363 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897777.4843 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897851.2186 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897859.3775 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897981.0235 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707898245.577 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707898288.3873 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707898690.7825 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707899153.9213 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707899254.7719 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707899600.5993 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707899708.2314 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707900399.2522 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707901463.2114 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707901625.6262 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707901724.895 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707901805.2825 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707901851.0289 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707901919.5957 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707902655.3889 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707903934.1831 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707903976.2698 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707904071.9685 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707904602.7143 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707904819.7667 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905092.372 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905159.5688 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905200.2306 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905205.8817 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905273.4656 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905352.1535 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905388.8247 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707905403.3113 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906463.3872 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906506.8365 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906531.5441 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906549.5815 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906674.4723 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906696.9843 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707906720.9523 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906789.0782 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707906831.6404 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906871.5136 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707906901.3599 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907016.8681 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907048.7211 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907133.1481 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907147.7204 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707907185.1271 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907223.9358 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707907247.2444 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707907276.8843 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907327.1575 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907427.1745 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907625.4958 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907746.2735 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907788.1814 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907918.7149 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907958.4932 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908048.9348 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908051.4076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908075.9936 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908311.8685 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908325.8212 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908458.9354 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707908563.0142 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908632.1933 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908900.8127 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908931.366 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707909339.6597 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707909562.0429 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707909679.8987 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707909685.0761 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707909778.3151 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707909998.5448 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910050.1127 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910100.9659 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910410.3087 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910587.4802 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910637.0556 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910755.6916 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910801.7684 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910811.2485 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910887.2329 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910896.9534 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707910900.8951 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707910905.4941 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910924.6707 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910982.6954 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910991.9937 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911029.3976 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911127.9317 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707911174.7956 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911218.698 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911276.8502 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911291.0875 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911316.0308 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911331.0514 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911344.5667 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707911518.1543 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911665.1089 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911758.3748 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912074.1765 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707912129.4306 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912176.8019 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912185.9448 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707912248.7648 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707912356.6732 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912462.9377 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912567.5438 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912649.0507 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912679.8891 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912837.4157 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912852.8909 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912910.5681 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912946.5205 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912959.2604 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912999.2068 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707913018.0211 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913032.8311 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707913060.4585 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913061.8856 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913099.4482 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913118.919 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913119.8888 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913178.1121 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707913182.7231 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913186.2456 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913203.1502 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913208.3418 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913251.3096 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913271.6578 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707913275.4802 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913313.9229 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913357.2293 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913389.2412 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913395.0962 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913408.1319 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913445.1243 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913472.8458 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913677.7619 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707914794.6501 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707914855.5524 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707914897.5771 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915023.9768 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915466.0448 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915532.6739 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915587.6978 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915672.2025 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915730.2925 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915777.2634 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915810.9608 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915839.1494 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915861.4564 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707915905.9859 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915915.5039 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707915916.0541 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915951.6873 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915960.4007 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707915970.9477 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916012.5482 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916044.5465 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916065.8303 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916099.7404 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916119.8235 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916170.2499 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916184.2409 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916200.7999 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916218.6752 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916256.2347 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916277.5221 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916309.6548 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916346.9444 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916350.0651 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916386.9622 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916390.033 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916390.6858 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916446.0376 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916450.6489 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916469.5215 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916470.5667 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916505.2343 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916518.4975 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916624.0147 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916696.0474 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916735.8473 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916747.4191 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916792.382 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916810.7745 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916813.1735 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916887.1351 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916898.5144 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916982.3532 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917000.8087 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917036.4298 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917058.6626 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917060.2105 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917073.6256 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917085.2154 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917155.4275 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917191.3453 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917205.0975 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917235.0206 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917258.3194 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917342.1145 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917372.6977 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917385.7986 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917423.7412 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917424.2131 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917498.4327 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917531.0262 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917548.0715 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917596.2616 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917600.5537 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917655.0935 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917673.9615 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917719.7166 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917729.4175 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917759.6363 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917804.9582 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917865.5889 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917969.5961 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918011.8903 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918085.0867 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918131.4236 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918160.0215 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918163.8283 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918194.5629 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918221.8827 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918235.3786 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707918264.5256 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918277.8947 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918323.7305 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918332.564 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707918379.8486 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918434.8289 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918734.8183 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919027.1236 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919054.4345 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919144.3406 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919147.9338 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919230.7308 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919296.9083 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919393.1404 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919478.9496 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919493.7021 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919536.9567 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919564.2367 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919583.6984 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919740.9197 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919883.6543 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920419.1473 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920434.6966 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920509.1715 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920594.0594 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920645.8842 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707921077.823 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707921096.5352 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707921127.6203 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707921159.3097 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707921981.7617 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707922061.6904 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707922132.6713 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707922634.743 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707923032.4667 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707923073.1547 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707923142.4485 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707923251.1361 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707923992.1768 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924165.4497 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924275.8604 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924316.0433 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924413.8304 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924458.3192 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707924738.1432 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925003.1457 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707925076.2295 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925129.2682 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925550.0104 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925615.8461 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707925642.6322 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925766.1992 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707926618.0896 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707926694.5902 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707926790.021 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927050.9478 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927126.2106 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927208.069 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927393.043 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927453.8706 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927496.8595 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927535.7321 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927615.331 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927633.9045 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927650.8896 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927672.6334 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927740.0537 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927758.1402 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927810.2906 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927846.7507 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927893.3725 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927952.7473 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707928190.3431 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707928802.3991 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707929496.0313 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707929599.8263 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707930561.6607 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707931092.8987 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707931225.8171 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707931268.194 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707931887.2924 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707931888.75 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707932190.2759 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933068.2769 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933172.4871 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933217.1406 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933237.3513 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933268.7009 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933292.91 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933297.9225 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933369.0276 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933413.8632 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933431.0668 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933447.92 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933592.8238 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933643.523 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933686.1231 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933768.1406 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933803.0941 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933844.2358 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933880.1095 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933884.089 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933934.1742 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934023.9856 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934049.1471 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934128.2119 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934170.6913 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934267.1023 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934319.3214 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934374.2844 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934382.4736 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934500.6694 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934566.6378 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934598.3878 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934605.1143 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934647.2204 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934695.2706 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934736.906 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934850.4166 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707936241.0814 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707936291.0266 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707936385.9089 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938013.3449 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938180.4804 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938613.6437 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938841.3997 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938951.4817 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707939017.3308 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939045.2476 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939335.1893 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707939380.646 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939541.333 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939641.082 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707939724.1214 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939841.1799 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707939863.0875 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939899.5396 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939936.0293 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940089.2411 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707940185.0653 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940242.5355 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940300.4272 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940343.6813 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940414.8563 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707940439.7377 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707941105.2771 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707941135.1485 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941160.7901 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707941193.6775 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941217.7381 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941324.3807 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941402.8543 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941443.2223 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707941964.3088 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707942036.4955 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707942103.4557 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707942169.7327 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707942264.2183 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707942300.6322 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707942371.5746 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707942571.6778 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707942630.0493 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707943172.7209 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707944152.0658 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707944615.6625 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707945506.1476 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707948092.1905 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949089.686 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707949135.1425 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949281.598 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949303.603 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949494.8498 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707949543.3071 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949599.1029 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707949657.3906 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950176.7606 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950429.6834 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950620.6165 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950881.5139 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950909.097 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950952.0049 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951018.3882 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951081.6152 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951110.0858 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951224.8171 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951884.901 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951962.3044 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707953806.744 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707954087.9998 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707955217.9239 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707955441.7822 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707955865.4022 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707956100.154 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707956171.0881 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707956489.8228 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707956816.0064 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707956983.108 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707957228.6115 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707957427.2669 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707957439.2736 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707957488.8019 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707957695.3719 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707957899.2597 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707958825.5013 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959005.2791 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959072.8789 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959117.3202 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959283.7537 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959517.4248 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959519.9556 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959602.5617 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959668.3561 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959749.5751 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959822.3033 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959889.7336 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959970.3128 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959992.4392 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960066.9854 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960107.1791 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960257.2383 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707960280.0116 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960476.5261 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960552.5788 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960670.3518 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960774.498 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707961245.9252 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707961439.0165 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707961551.5716 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707961628.4485 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707961785.4298 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707961956.6665 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962044.6912 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962086.5075 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962154.8799 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962229.5275 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962306.3355 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962403.6811 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962522.5521 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707962603.7058 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962763.9479 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962856.1898 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962892.813 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707964125.4049 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707964169.0741 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707966705.091 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707966724.1749 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707966916.7014 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707967815.2925 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707968982.8117 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707969103.548 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969221.8545 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969259.4015 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969450.7528 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707969665.3351 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969670.5846 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969748.656 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969796.55 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969932.4526 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970385.7193 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970425.3208 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970472.9276 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970503.8312 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970525.255 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972274.9415 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972395.9 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972462.121 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972465.6562 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972546.5605 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972581.2215 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707974383.3476 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707974441.018 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707974600.5679 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707976631.6841 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707979936.4233 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707980270.8804 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707980272.3898 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707981908.5595 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707981954.3946 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707983689.7292 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707984025.2664 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707985171.0128 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707985495.8015 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707985600.1919 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707986326.9305 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707987318.5669 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707989144.9396 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707989216.3561 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707989423.3999 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707989478.1056 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707989604.5316 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990265.1551 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707990333.7524 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990374.8158 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707990391.696 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990445.4444 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990756.83 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990757.2978 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707990932.9713 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707991096.1999 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707991162.0321 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707992030.5292 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707992073.6867 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707992136.65 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707992209.4205 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707992310.9014 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707995128.8881 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707996569.4656 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707996881.5308 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707996925.6111 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707996970.7215 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707997020.0792 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707997022.6461 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707998799.4084 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707999877.7348 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708000822.1476 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708002809.7539 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708003720.8431 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708003807.5267 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708003850.4119 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708003907.1458 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708005395.3762 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708005524.2485 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708005643.0993 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708005691.4589 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708006921.3169 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007031.2278 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007084.9317 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007169.3253 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708007215.3003 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007254.5339 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007292.3956 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007326.5783 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007411.6694 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007479.5755 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007559.7187 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007640.8531 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007824.5635 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007911.4417 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708008022.0812 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708008304.3283 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708008493.171 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708008606.502 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009363.8241 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009519.9965 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009605.0407 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009855.0076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009925.4483 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708010303.5563 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708010563.9384 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708010909.8944 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708012564.8519 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708012593.424 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708012630.3344 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708012755.1099 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708012807.9212 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708014058.736 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708014155.9281 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708014995.8236 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708015893.8303 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708016214.6399 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016573.8328 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016674.2569 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016711.8716 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708016843.4831 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016913.4118 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708016917.5447 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016967.5059 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708017618.3768 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708017680.9518 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708017789.0711 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708017830.1909 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708017879.2762 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708018045.6918 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708018332.9514 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708018608.3155 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708018705.3157 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019436.3054 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019484.8673 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019600.7404 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019667.5597 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708019734.1978 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019952.4912 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708020007.0338 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708021280.5687 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708021364.4024 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708021396.0419 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708022277.8721 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708023219.4536 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708023736.4653 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708024331.3717 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708026562.9225 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708026693.4445 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708026800.3382 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708026862.5577 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708026938.8916 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708027019.5145 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708027078.7138 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708031098.3078 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708031341.1596 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708031374.8991 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708031417.0021 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708031538.3038 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708032188.7187 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708032342.5879 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708032420.9835 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708033022.7451 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708034090.3644 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708034113.0241 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708034291.5548 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708035819.7005 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708035875.1149 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708035917.9152 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708036289.7746 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708036362.6679 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708036453.317 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708036977.7648 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708037049.0098 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708037080.6835 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708037169.8772 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708037232.9368 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708037738.6347 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708037896.7138 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708037988.3194 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708038099.5572 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708038288.3241 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708038557.0852 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708039031.0195 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708039662.0893 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708042353.4358 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708044416.6951 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708044460.7379 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708044470.7821 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708044507.4909 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708044547.7829 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708044559.2364 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708046510.2161 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708046662.7907 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708046769.7022 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708046780.3516 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708047415.4947 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708048614.887 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708049331.8461 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708049392.378 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708049423.8199 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708049512.7601 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708049575.1588 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708050251.9377 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708050293.4472 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708050308.4985 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708050462.3975 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708050490.8809 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708050498.2108 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708051255.8866 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708053435.384 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708053546.2222 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708053599.0177 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708053966.9856 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708056214.2996 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708057229.1437 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708057322.8692 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708059311.1176 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708059391.5785 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708066612.8351 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708067096.0004 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708067136.5425 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708067232.3091 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708067415.799 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708067574.9226 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708067747.8749 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708068176.8901 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708068914.1969 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708068962.9907 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708069003.5298 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708069143.4702 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708069166.9656 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708069330.803 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708069568.027 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708069851.9453 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708070022.0949 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708072187.4975 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708073481.1461 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708073651.7052 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708073653.0893 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708073709.293 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708073728.9009 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708073806.5067 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708073960.942 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708074154.2882 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708074396.1484 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708074610.5856 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708074679.1138 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708075062.671 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708077280.5931 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708077322.0512 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708078267.7004 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708078294.7229 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708080014.8626 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708080718.6937 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708081723.1128 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708081849.7331 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708082357.1385 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708082676.9847 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084071.5593 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708084233.6032 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084272.1678 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708084306.2933 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084329.5404 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084422.5459 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084448.0676 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708084545.8871 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708085031.092 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708086036.0558 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708087431.6381 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708087504.3381 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708087677.8589 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708088182.024 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708088281.2235 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708088922.5211 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708090426.5116 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708091236.8975 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708091413.819 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708091496.0926 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708091866.6917 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708092044.7034 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708092811.4154 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708093457.1153 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708093518.1758 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708093822.1669 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708093946.8994 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708094792.9638 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708094833.2447 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708094914.4639 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708094981.2979 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708094985.2131 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095768.8978 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095886.5269 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708095900.0872 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095914.3337 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095954.1028 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095974.1364 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096033.0511 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096038.555 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096097.7387 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096182.5309 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096237.6472 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096327.0022 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097240.8207 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097419.7711 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097509.882 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097525.0774 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708097568.222 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097736.7028 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708098813.7485 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708098896.0644 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708100906.6197 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708100958.2986 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708101945.2317 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708103712.9627 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708104808.4396 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708104877.5801 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708104941.7841 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708105042.3432 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708105225.2412 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708105482.9868 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708105534.6317 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708106090.0451 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708106299.9794 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708106918.9237 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708106957.868 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107205.7853 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107337.0744 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107438.9079 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107810.5795 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107903.9406 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708108004.4948 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708108073.6932 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708108224.9075 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708108273.6716 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708108622.5794 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109377.927 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708109574.2361 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109787.5966 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109820.4291 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109964.8059 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109969.4701 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110086.0938 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110359.8645 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110478.6266 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110516.5118 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110722.0719 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110894.43 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111110.5333 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111157.5813 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111208.8895 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111209.35 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111276.261 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111345.4691 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111377.3504 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111412.456 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111425.0459 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111522.5294 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111544.3402 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111584.5444 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111635.4562 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111740.1655 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111831.8014 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111843.4166 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111871.713 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111945.6409 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112033.1376 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112061.7656 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112206.2574 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112206.7184 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112236.3926 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112257.9906 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112349.9469 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112428.7129 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112455.5679 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112666.5624 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112709.1203 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112756.4458 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708112810.0617 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112852.042 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112870.2931 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112919.3083 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113007.7759 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113097.3553 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113376.2534 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113377.609 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113429.7074 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113468.8579 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708113719.0232 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708113774.9737 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708113856.5251 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115064.8115 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115072.4056 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708115116.4138 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708115163.8253 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115274.4666 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115365.4239 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115700.4346 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708115781.6682 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708116986.3445 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117034.5467 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117316.253 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117391.8395 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117414.9773 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117719.1624 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117879.0764 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708118080.6109 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708118373.9448 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708120703.142 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708120778.5357 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708120816.2409 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708121482.9907 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708122033.6099 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708122072.9567 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708122197.6695 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708122265.2623 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708122285.9708 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708122851.3515 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708122975.753 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708123295.3367 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708123837.8162 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708123912.9557 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708124121.4218 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708124189.9424 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708124224.6943 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708124257.7295 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708125488.1034 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708125496.9753 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708126434.3092 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708126483.5169 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708126533.5348 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708127737.1941 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708127774.1258 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708128506.8302 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708128599.9542 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708130890.3452 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132065.7242 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708132126.7234 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708132196.5208 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132467.7891 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132626.6819 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132722.3279 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132794.4495 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708133220.6622 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708133379.774 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708133706.5342 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708133791.5656 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708134194.5586 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708135690.3016 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708135773.4307 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137137.0176 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137200.7484 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708137255.2448 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137646.0651 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137694.589 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137764.5412 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137828.0466 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708138110.5944 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140073.0293 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140088.8806 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708140139.0831 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140145.8505 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708140173.3316 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140179.8027 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140210.5382 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140213.5953 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140260.8624 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708140316.1129 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140360.1673 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140813.5111 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708141183.215 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708141891.6501 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708141971.4729 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708142581.4854 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708142676.2195 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708143073.5683 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708144618.1496 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708144678.6238 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708144779.724 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708144873.941 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708145293.1434 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708146014.328 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708146068.0118 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708146433.888 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708146806.7443 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708147115.7163 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708147988.779 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708148079.6994 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708148249.8614 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708148339.2037 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708149049.8244 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708149487.2149 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708149800.2536 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708151672.2439 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708151699.6482 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708151728.7431 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708151750.0684 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708151795.5923 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708152611.4998 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708155969.2393 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708156027.0017 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708156082.7118 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708156965.8117 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708157931.6349 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708160490.8999 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708160967.0389 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161072.7771 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161164.9265 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161175.3145 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161250.7839 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161344.4487 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161395.1099 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161470.5154 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161493.8058 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161578.5919 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161685.3502 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161744.4562 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161830.4571 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708162423.7927 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708162788.7029 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708162927.1516 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708163762.7364 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708164361.7048 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708165929.3793 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708167159.6451 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708167322.5777 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708168120.0766 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708168339.0175 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708168390.2853 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708169256.1304 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708169315.3648 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708171191.8854 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708171290.2203 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708172121.6343 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708172173.8632 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708173393.5117 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708173733.9815 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708175751.6607 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708175862.4882 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708175892.3837 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708175956.3045 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708176181.9258 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708176239.4311 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708176299.6426 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708177136.3304 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708177743.2047 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708178223.6546 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708178687.4497 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708178759.5559 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708179173.7792 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708180805.5876 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708180857.4361 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708180910.5907 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708180954.3089 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708181131.326 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708181486.732 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708181661.368 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708182592.0714 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708182880.7531 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708182981.589 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708183018.8662 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708183057.7031 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708183136.0475 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708184715.4283 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708184823.9236 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708186992.1392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708187497.8336 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187571.9101 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187616.6648 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187693.4713 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187798.4201 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187878.106 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708188023.1779 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708188113.7851 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189180.9089 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189255.4699 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189289.4887 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189294.5574 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708190594.3693 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708190776.3361 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708191033.4194 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708191440.1808 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708191548.789 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708191711.7215 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708191961.5556 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708192669.4533 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708194178.0538 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708194330.5225 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708194796.3463 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708195490.5541 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708195588.4757 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708196360.2703 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708196373.5338 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197127.813 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197187.7383 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197269.4851 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197462.4622 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197646.0736 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197698.7769 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708199505.5575 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199563.83 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199606.1485 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199658.9069 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708199730.0171 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199779.1095 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199862.3877 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708199947.113 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708200509.7514 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708200639.7706 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708202963.0247 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708204846.6768 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708205029.1505 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708205117.065 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708205616.8439 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708205694.4186 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708205790.1749 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708207080.3918 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708207112.5804 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708207764.321 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708207946.3367 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208000.0355 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208060.3709 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208088.2458 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208157.9119 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208636.4282 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208659.4342 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208739.3584 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208758.6543 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208830.2121 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708208916.3004 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208982.1274 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708209035.5367 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708209086.2585 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708209403.9427 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708209595.737 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212075.3529 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212142.3537 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212362.1027 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212455.3279 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708212522.8349 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212592.8628 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708213525.5828 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708214674.8215 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708216260.4941 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708216295.9763 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708216484.3449 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708216792.5555 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708216881.4459 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708217654.5956 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708217824.3497 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708218049.1273 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708218228.7928 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708220709.2834 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708220749.2794 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708223966.7437 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708224912.2474 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708224994.7921 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708225070.353 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708225127.6709 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708225156.7352 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708225247.4943 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708225331.5296 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708226049.8169 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708227409.6176 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708229720.0179 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708231959.8788 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708233641.0849 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708233936.715 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708233960.532 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708234167.2376 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708234442.478 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708234578.5545 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708234685.9085 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708235094.6835 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708235600.3159 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708235648.6368 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708235692.6976 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708235735.0741 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708235992.4909 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708236964.0669 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708237052.6045 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708237167.5794 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708237665.8684 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708238029.9722 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708238144.4689 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708239433.5071 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708241005.1807 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708242233.7412 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708246818.2547 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708248272.2769 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708249187.0495 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708255788.2223 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708256870.3964 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708257722.1518 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708257863.252 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708258111.6728 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708258123.808 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708258129.0788 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708258363.1549 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708258382.1352 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708258483.7652 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708259385.1642 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708259466.6425 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708259566.9631 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708259653.5893 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708259991.7081 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260002.2506 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260576.1787 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708260579.7168 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260586.0516 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260680.3084 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708260765.3981 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260777.7795 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708261136.1138 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708261293.3588 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708261386.4392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708261654.5818 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708261771.1698 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708261997.0189 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262073.3028 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262213.5624 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262642.1204 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708262672.6433 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708262723.9227 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708262780.1344 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708262878.5661 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262928.1139 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262979.526 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708263334.0474 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708264529.2548 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708266597.9844 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708268215.4201 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708268272.7549 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708269208.6405 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708269271.4767 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708269482.187 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708270156.857 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708273878.1751 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708273957.6425 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708273959.5278 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708274006.6101 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708274254.2376 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708274333.8459 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708276828.19 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708276873.5007 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708276982.3282 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277043.704 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277104.4539 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277111.757 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277154.2405 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277196.5891 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277519.9543 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708277585.2747 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277668.2427 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708277717.2005 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708277910.5217 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708278923.5015 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708280351.4132 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708281043.2273 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708281084.6966 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708281510.9501 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708283522.8397 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708283900.5962 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708283967.9701 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284003.6521 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284136.7046 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284173.3872 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284209.801 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284295.3183 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284352.2413 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284512.1361 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284569.9599 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284661.0038 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284707.1979 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284747.5545 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284786.262 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284811.6143 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284826.019 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284857.6008 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284877.3336 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284925.4894 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284926.2498 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284992.4334 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285144.8357 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285172.7899 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285176.3318 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285226.2026 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285230.0245 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285251.6899 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285277.3227 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285351.5329 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285369.7405 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285466.8213 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285478.6473 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285494.7509 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285514.4219 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285583.0465 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285621.2876 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285638.268 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285673.0919 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285723.5382 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285755.0262 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285765.2709 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285798.6103 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285873.7166 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285886.7408 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285936.4984 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285965.3547 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285998.8217 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286081.7405 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286160.5468 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286162.5817 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286250.7938 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708286292.2898 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286439.8234 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286460.8979 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286477.823 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708286650.052 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286696.2777 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708286747.041 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286760.1765 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286859.6768 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286949.4869 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708287041.6803 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708287126.6675 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708289643.0085 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708289717.8364 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708291591.2884 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708293645.4802 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708294589.7471 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708294771.0958 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708294981.7821 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295057.7197 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708295107.3454 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295148.3313 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295175.4591 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295193.707 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295233.6539 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708295255.9021 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708295306.5686 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708295429.4082 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295605.2575 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295726.1388 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708296763.2981 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708296795.1968 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708297030.3083 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708297141.8407 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708297219.7788 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708298646.8166 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708298730.4007 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708301552.892 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708302116.1866 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708302551.0717 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708302935.5025 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708303060.2346 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708303167.2704 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708303258.4105 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708305857.2171 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708307457.8442 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708308363.8651 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708308438.1661 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708308583.4457 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708308636.5225 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708308829.5762 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708308945.8548 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708309014.2343 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708309032.1446 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708309151.5775 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708310360.2759 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708310571.8526 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708311567.845 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708311755.6812 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708314853.3803 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708314870.1826 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708314884.0823 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708314941.4671 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708315717.633 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708316127.7112 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708316196.8172 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708316226.831 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708316227.9537 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708318466.2588 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708318513.611 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708318577.6952 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708318616.5885 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708318640.7817 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708318722.1609 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708319454.2198 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708320502.3499 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708320585.8314 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708320654.104 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708320684.8391 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708322869.549 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323041.2456 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323210.5873 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323288.0819 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323333.5338 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708323377.5511 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708323431.6197 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323716.2928 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708323755.1567 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323838.289 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708327110.1467 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708327390.9441 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708327450.7489 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708328064.4083 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708328263.1336 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708328734.1267 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708329699.3768 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708331022.0087 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708331540.0262 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708332107.916 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708332677.6709 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708333159.8028 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708333335.0557 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708333400.5451 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708333467.247 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708333489.0349 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708333701.2765 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708334015.77 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708334850.6207 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708334958.8985 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708335125.8436 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708335165.8328 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335208.1935 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335273.3737 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335402.0143 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708335458.0508 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335460.4383 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335533.0273 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335581.083 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335659.5869 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335728.3178 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335803.1856 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708336711.4729 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708338640.8676 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708340756.0458 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708341055.5629 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708341135.6561 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708341986.5639 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708343169.6965 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708345769.1576 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708346061.0247 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708347115.2369 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708347182.9832 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708348038.7305 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349081.3707 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349189.5958 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349255.2076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349287.9766 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349358.4824 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349404.6008 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349500.5487 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349773.133 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349872.8135 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349884.4717 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708350052.1819 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708350259.1582 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708350308.4317 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708350993.0178 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708351802.6755 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708352325.9342 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708352762.4444 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708352866.3974 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708355316.778 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708357756.8134 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708358284.9161 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708359803.1839 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708360975.5432 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708361025.6043 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708361597.214 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362143.1035 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362200.1762 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362267.112 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708362321.7929 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362370.8256 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362446.1154 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708362574.2275 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363013.8443 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363016.4916 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363042.619 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363092.5128 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363095.9158 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363152.3709 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363170.2848 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363219.3472 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363306.8638 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363332.1521 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363523.4473 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363526.6666 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363625.042 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363659.907 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708364061.3263 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708364375.1475 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708364410.5308 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708364482.603 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708365744.2785 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708365822.8718 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366468.6777 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366591.1468 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366695.2628 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366837.1298 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366877.2988 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366940.2037 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366962.4288 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366995.3779 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708367035.3155 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708367058.6757 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708367130.4575 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708367231.3857 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708367238.0157 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708367259.9364 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708367339.3387 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708368110.8263 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708368402.4106 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708368500.8949 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708368579.9913 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708368687.6498 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708368748.6354 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369054.0756 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369061.195 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708369118.2079 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369294.7455 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369452.4548 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369454.8254 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369798.4616 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369858.9204 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369877.1961 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708369894.9433 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708369920.4755 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369965.6359 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708369978.8324 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370114.6649 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708370120.2894 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370153.8069 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370170.713 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708370245.9486 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370303.1676 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370354.7904 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708370497.8506 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708370970.2967 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708371066.168 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708371146.421 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708373035.0333 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708373167.6195 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708373210.4827 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708373244.5799 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708374902.2794 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708374922.9563 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708374968.333 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708374996.5417 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376393.6379 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376469.3833 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376483.4817 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376505.4904 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708376637.2712 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376708.5498 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377012.9002 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377190.6497 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708377263.2326 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377322.8283 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708377454.1211 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377606.6482 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708377662.2339 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377663.376 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377693.3625 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377738.9321 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377775.4047 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708378024.9113 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708378497.6187 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708378782.0179 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708379896.9003 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708380005.1271 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708380741.2885 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708380780.5281 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708380851.263 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708380886.2402 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708381057.915 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708381157.7374 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708381275.5886 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708381514.3737 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708382116.3649 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708382187.8641 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708382522.1443 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708382577.2131 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708382783.891 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708383266.8923 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708383679.3259 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708383801.1579 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708383883.8896 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386412.9605 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386451.5744 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386529.7209 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386816.5677 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386859.69 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708386920.0501 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708389382.6804 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708389630.5809 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708389746.0535 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708390389.7957 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708391662.7332 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708391729.0193 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708391797.465 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708393837.6056 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708394242.3448 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708396973.3268 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708399516.8585 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708399552.8241 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708400928.202 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708401658.6915 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708401742.0246 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708403423.4615 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708403475.7234 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708410140.4031 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708411004.3163 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708415907.1785 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708424217.9809 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708427413.7601 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708427460.3247 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708427621.2687 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708431548.7218 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708432400.6284 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708432944.6184 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708433403.8433 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435106.2485 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435761.4821 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435832.4099 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435933.896 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435982.8254 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708436057.4199 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708436072.4144 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708437217.6666 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708438008.9308 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708438706.2634 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708438934.2953 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708439287.7758 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708439923.647 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708439999.0908 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440087.5812 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708440211.1574 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440263.5249 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440529.2866 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440540.146 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440570.9386 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708440581.3383 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708446302.1591 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708446447.9611 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708446534.9081 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708446691.7238 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708447090.3047 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708447134.701 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708448397.3825 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708448453.7822 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708449150.989 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708449822.1865 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451071.1047 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708451109.781 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451168.6771 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451354.7294 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451443.1307 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451555.2492 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451614.3335 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451660.6139 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708455689.99 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708456610.6148 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708456635.0806 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708456656.3759 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708460422.3079 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460453.2486 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460518.2144 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460530.1115 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460576.3036 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708460682.5018 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460773.542 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708462007.7336 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708467464.9803 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708467629.6663 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708467757.5904 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708469305.5619 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708469369.8344 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708469454.158 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708492727.0962 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708494073.3912 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708500510.1275 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708501238.3762 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708501978.5955 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708502049.0364 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708502446.1358 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708502476.4325 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708502569.5244 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708503285.9456 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708506880.0731 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708506891.3308 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708507015.7228 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708510308.1235 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708510390.7787 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708510567.3504 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708510796.9968 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708512654.8254 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708512714.6641 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708512873.8208 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708521501.0101 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523002.6543 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523166.2856 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523213.0339 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523354.0239 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523408.5461 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708525578.5096 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527186.4533 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527288.0522 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527405.0852 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527544.7905 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527683.6686 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708528060.1154 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708528109.8846 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708528149.3915 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708531058.1268 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708533349.9998 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708533693.5785 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708536698.5217 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708536778.4891 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708542820.3399 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708543759.1964 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708543935.9475 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544051.0766 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544286.8761 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544324.9262 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544362.0311 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544398.7937 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544483.1499 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544736.5525 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708545686.099 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708546049.1243 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708546336.8445 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708546394.5597 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708546583.8932 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708546736.4465 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708550692.9455 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555299.2304 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555322.3069 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555332.8536 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555369.7927 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555375.0179 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555390.7722 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555407.6585 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555455.7676 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555540.3183 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555622.3113 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555680.0043 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555741.5983 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555754.4756 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555766.3914 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555808.6812 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555844.313 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555879.5878 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555929.4494 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708556236.0645 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708556276.7634 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557228.1222 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557348.9605 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557445.204 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557683.2385 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557844.1544 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558239.2106 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558281.3799 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558378.4497 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558468.1559 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558517.9511 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558639.338 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708558665.5547 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708558672.1173 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708558769.4421 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558830.2085 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559222.9563 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559260.1947 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559342.9245 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559432.6408 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559502.3018 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559557.7802 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559641.5331 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559766.8528 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559840.0761 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559855.5324 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559906.3197 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708560207.2608 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708560245.9443 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708560287.0314 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708560321.3302 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708560710.8907 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708560883.2244 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708561160.9518 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708561218.3612 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708561273.2749 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708561401.4796 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708561482.1339 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708561777.9194 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708562012.8101 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708562102.8617 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708562470.6537 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563249.3474 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708563649.9979 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563681.985 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563779.2774 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563900.7433 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563967.4606 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708563975.8202 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708564065.7244 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708564113.2155 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708564129.8582 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708564180.8513 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708565581.949 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708565663.7241 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708565927.8306 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708565940.4723 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708566178.8762 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708566214.2443 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708566288.2316 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708566370.2229 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708566456.7985 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708567167.531 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708567321.5811 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567369.3163 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567410.3654 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708567486.4537 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567515.1841 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567576.7993 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567610.3707 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708575342.9572 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708575377.5081 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708575432.492 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708575509.9167 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708576126.6557 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708576274.3877 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708576787.3784 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708576834.0015 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708576837.6574 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708582281.6752 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708582458.315 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708582577.2366 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708582649.752 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708582871.3593 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708585499.3239 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708585829.1424 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708585834.6547 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708585879.3489 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708591996.2861 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708594442.1268 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708595941.2272 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708597079.3539 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708597142.0053 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708598512.7724 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708598687.005 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708598747.3634 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708598843.9071 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708598997.1236 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599034.0614 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599127.5535 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708599428.0948 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599524.2169 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599650.251 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599744.7816 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599864.6591 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599943.8829 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708604213.5458 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708604306.7872 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708608110.2911 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708608204.3376 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708608255.591 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708608348.9939 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708608607.0221 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708608720.9098 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708610706.6685 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708611742.5666 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708611814.9398 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708611900.228 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612032.8531 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612158.8009 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612236.9362 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612401.5952 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612735.9478 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708613064.4983 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708613104.1133 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708613169.1664 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708615318.9111 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708616953.0218 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708617001.895 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708618754.3837 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708619921.9768 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708626676.6687 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708627035.4957 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708627565.106 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708627690.5477 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708627949.906 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708628193.6998 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708628430.806 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708628434.1998 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708628526.3597 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708630514.9041 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708630693.305 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708630785.4482 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708631112.7006 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708631193.1744 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708632812.9748 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708632842.611 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708632893.8915 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708632937.6854 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708633090.4497 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708633127.4506 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708633730.2183 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708633836.6691 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708634773.8 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708636469.631 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708636569.5302 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708636710.2099 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637202.6082 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637241.9801 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637279.3201 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637329.1681 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637393.7878 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637419.3971 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637422.4796 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637462.3202 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637507.1802 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637524.3502 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637572.4317 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637643.1675 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637733.8037 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637769.9441 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637797.4111 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637917.018 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637965.4844 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708638623.1293 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708638676.9759 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708638731.559 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708639391.3383 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708639460.3853 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708640818.2411 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708640965.1792 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708641143.0325 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708641185.0079 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641259.4363 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641302.2163 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641316.1147 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708641360.4213 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641425.8818 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641502.2228 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641591.6468 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708641655.3866 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708642061.8969 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708645597.9689 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645656.8622 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645673.275 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708645677.5233 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645768.7837 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645804.4571 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645872.5776 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645912.7732 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708650499.9208 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708650714.4005 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708651146.6805 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708652044.7348 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708652192.5887 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708652337.841 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708652521.8235 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708652972.699 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708652996.7585 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708653030.241 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708653043.247 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708653089.7241 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708653147.5538 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708653737.2963 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708655365.0573 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708655409.7099 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708655472.1869 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708657264.2491 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708657337.81 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708657418.3128 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708658175.2229 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708658543.8191 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708658640.1331 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708663371.6458 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708663453.5715 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708663589.2427 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708663675.876 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708663739.4053 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708667931.5671 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708668238.0914 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708668281.3665 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708671319.3641 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708678619.135 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708685618.145 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708685868.7815 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708702523.1323 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708702567.6954 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708703817.6915 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708703865.1439 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708704209.9375 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708706236.3181 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708706421.7442 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708707082.2419 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708707390.1182 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708712954.7437 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708713016.602 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708713063.5799 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708713125.041 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708721418.2078 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708721557.2308 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708724108.2892 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708724196.5633 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708724487.9269 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708724775.433 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729071.2721 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729146.1269 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729188.625 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729268.3783 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729323.5689 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708730964.1093 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708732530.4706 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708751838.0707 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708754634.0829 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708767180.5174 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708770643.2408 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708772688.3741 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708772772.6842 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708774783.9226 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708776536.7927 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708785232.0712 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708785317.6933 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708786356.9968 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708786424.4017 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708786470.2183 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708786492.2535 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708786518.9756 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708799029.591 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708799169.7856 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708799227.4232 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708799238.8801 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708799299.8139 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708811419.8218 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708812784.1763 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708813255.8502 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708816627.7963 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708820536.9722 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708820622.9847 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708820703.2928 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708820759.0888 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708820879.2733 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708820939.5628 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821057.9919 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821203.9242 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821248.8688 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821351.1475 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821390.2767 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821487.5262 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821542.0999 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708837351.1642 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708841796.7056 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708841864.7866 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708841901.0472 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708841969.1219 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708851378.3505 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708851457.7966 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708851805.3758 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708856918.7634 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708860611.2238 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708860683.5123 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708863308.6302 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708867017.2247 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708870503.9182 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708873858.7489 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708873935.9567 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708874475.3014 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708874690.6548 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708874787.329 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708874862.1536 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708884744.9657 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708885428.2142 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708885478.2985 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708887948.3273 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708887999.3935 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708892360.4282 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708892427.6544 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708892762.8291 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708896541.4918 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708896807.8952 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708896948.9719 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708897092.1669 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708897308.972 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708898247.6453 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708898385.0309 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708898940.2221 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708899033.6767 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708899094.7597 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708899313.7174 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900243.5928 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900290.4192 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900534.433 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900739.4792 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900896.3162 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900944.7057 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708901004.3369 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708901140.536 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708901205.185 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708901271.5599 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708906087.535 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708911897.204 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708911980.4889 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708912886.2501 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708917371.546 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708918006.5331 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708918341.2565 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708934158.0566 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708934213.6115 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708945203.3736 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708945250.8863 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708951588.5425 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708951746.5383 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708954742.8616 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708954794.4373 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708959195.6566 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708965914.5915 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708967351.2939 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708969026.9917 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708971206.1694 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708974139.0298 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708974235.2685 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708974452.0594 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708976582.5165 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708976737.6685 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708982645.1325 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709002044.4007 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709005486.5175 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709005615.5125 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709006741.3904 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709152906.1957 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709154393.3068 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709176032.7818 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709185913.6196 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709185957.4018 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709197368.2076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709204174.7904 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709204344.1084 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709204921.5492 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205034.8418 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205145.9696 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205313.1432 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709205580.8501 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205682.8523 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709244758.4784 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709244846.0526 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709244997.4419 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709249601.8221 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709263244.1379 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709283350.3688 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709289571.7738 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709297911.1159 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709297959.7696 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709298035.8417 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709298108.311 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709312905.7852 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709314599.2746 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709319323.9604 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709332589.0245 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709332693.3157 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709332728.5736 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709360609.8041 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709360704.3674 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709360859.8437 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709360898.1113 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709380729.8517 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709380771.4927 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709406624.4226 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709406663.8202 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709406844.2813 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408166.9963 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408597.3412 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408745.2213 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408792.1084 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408909.6471 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709454010.1992 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709456343.29 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709456385.9611 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709467315.4335 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709467670.6771 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709467750.3028 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709467966.3537 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709468070.1882 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709469208.2004 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709470017.6644 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709475236.0353 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709475291.8491 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709475476.199 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709475722.0689 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709476032.8267 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709498390.6569 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709509977.9598 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709510049.9853 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709510101.3471 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709510227.8423 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709510277.2673 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709520634.865 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709521124.9432 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525184.1908 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525363.6295 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525367.4932 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525370.7078 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525371.6054 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709555268.3065 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709555305.8368 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709555365.0629 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709564374.8853 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709564432.9644 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709564508.6477 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709589824.2655 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709607356.55 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709623465.2236 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709637691.8234 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709638050.0782 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709660615.1416 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709660663.1131 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709660705.2524 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709660733.8564 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709666192.9176 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709666371.1496 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709667147.0548 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709681074.0258 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709684215.0404 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709686057.3149 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709686413.5508 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709686525.0986 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697419.1813 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697537.6767 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697625.1537 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697699.2202 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697765.8153 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709701798.7454 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709701867.411 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709703479.7157 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709711606.343 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709711638.9151 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709718263.3968 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709732897.13 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709733146.7189 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709733510.0735 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709733769.0895 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709733984.7209 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709734276.7335 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709734760.1438 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709735046.8892 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709735466.4504 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709743122.0982 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709743199.6366 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709743246.5093 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709744128.3507 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709746441.6565 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709749688.2868 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709749778.8454 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709749831.73 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709750119.0678 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709750177.8679 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709750244.615 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709750390.4456 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709763296.6888 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709763580.1285 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709769083.3294 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709775829.9537 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709776059.1373 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709776195.9153 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709819184.8748 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709819269.7237 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709819464.1394 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709825753.9546 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709826170.6984 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709826303.9404 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709828324.8867 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709828490.8482 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709829347.4525 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709839146.1522 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709859623.8718 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709859805.6945 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709864587.3482 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709869897.94 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709877174.2776 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709877337.4518 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709883867.1277 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709885686.9342 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709889359.5441 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709889475.977 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709889535.5765 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709889619.8086 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709889769.3391 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709889839.6835 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709890143.5601 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709890209.245 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709890369.2681 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709890424.7787 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709910236.0856 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709910443.9066 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709910547.8262 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709910740.3527 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709919646.0226 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709920156.3159 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709920390.0754 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709920607.9947 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709922803.3572 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709922906.1296 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709923262.572 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709964908.1586 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709974796.627 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709974971.5334 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709975174.0559 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709975174.3889 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710039402.3242 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710040062.0696 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710040249.9879 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710040828.1192 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710047131.9231 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710053223.0868 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710053275.1341 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710053339.6443 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710056747.2458 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710056801.1827 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710092028.3776 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710092042.857 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710095633.351 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710095728.1838 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710095809.1074 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710133298.1898 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710134605.6608 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710134733.9032 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710134924.906 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710135718.3156 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710135946.8901 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710136172.0059 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710136347.7712 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710141762.4496 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710141884.3104 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710143269.0113 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710143349.9151 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710146067.3226 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710149580.2395 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710149683.0864 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710150402.497 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710155810.1144 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710170851.7463 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710170947.8453 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710183041.0198 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710185895.446 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710185991.3572 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710193653.549 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710193699.7254 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710193775.4664 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710227601.3057 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710227644.8264 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710228964.504 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710234107.5663 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710234441.145 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710235559.4811 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710235601.0918 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710235666.9547 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710235779.4616 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710235831.2066 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710236066.3334 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710258072.3625 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710267141.2016 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710267192.7152 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710299345.3984 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710311614.7093 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710311959.6796 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710312107.8196 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710312252.8641 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710315638.7234 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710315781.4197 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710316067.3684 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710316169.37 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710317054.0896 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710352047.7971 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710357739.239 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710375197.7291 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710375295.4702 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710375360.6871 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710403111.6764 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710467949.9341 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710483611.0859 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710483659.0327 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710483698.7609 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710517630.2735 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710651486.824 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710693247.298 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710741951.037 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710787410.5558 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710855464.5304 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710861169.7223 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710861237.7484 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710861352.9168 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710871773.5615 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710873305.8459 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878428.772 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878482.5145 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878522.7132 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878554.7388 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878834.1916 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878863.369 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879020.847 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879192.9312 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879426.9459 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879475.339 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879571.0386 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879768.9257 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879802.4914 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879892.1429 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879980.7785 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710880083.0513 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710883916.3294 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710884059.8404 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710884154.0868 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710958939.3192 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710959012.838 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710961159.5411 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710963885.2225 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710963903.3836 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710963953.0057 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710964184.4185 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710972180.6999 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710972340.7372 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710984394.0364 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710984466.3564 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711005711.7078 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711005767.6394 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711020883.8198 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711132439.4155 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711169085.4247 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711169118.983 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711169219.3454 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711169290.371 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711179020.3289 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179069.262 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179117.4887 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179210.767 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179326.5357 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179488.0867 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711394455.3868 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711448873.73 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711466110.333 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711466161.826 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711466197.557 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711466270.7813 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713914007.8161 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713918131.7246 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1713918242.116 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1713923648.8079 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713941780.1126 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1713975355.9977 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713975417.3198 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713975519.1134 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1713994624.6926 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713996707.7409 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713996724.8193 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1713996851.5175 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713997079.6919 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713997989.1639 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713998341.5178 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714003948.5339 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714004015.3252 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714015722.0525 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714015905.9327 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714015991.2795 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714022860.1988 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714022940.2751 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714039204.0616 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714056222.6429 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714069036.9392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714077090.6418 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714079314.9516 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714080557.6324 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714082535.3634 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714092393.3461 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714105615.9292 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714109429.0978 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714112663.5067 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714112726.876 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714121337.2281 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714142263.0679 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714147142.6929 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714151444.896 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714152676.2693 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714152940.5945 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714153103.9839 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714161396.0428 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714164994.8175 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714170022.6482 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714170075.5554 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714170206.8613 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714170252.7601 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714170349.4928 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714170454.3968 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714182820.6056 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714184788.7588 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714184966.5047 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714186945.0332 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714187280.7526 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714191697.0268 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714209787.2864 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714209879.8847 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714209952.1929 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714210702.2068 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714212487.8392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714212568.1969 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714212857.6503 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1714213081.0783 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1714213249.366 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714230197.5982 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714230234.8804 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714239876.7003 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714240459.7535 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714240698.3402 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714240774.9968 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714240914.1284 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714247380.0934 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714248164.7722 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714248201.752 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714248234.1032 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714248279.4627 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714256848.7445 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714257691.8348 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714257911.1565 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714309816.7026 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714326534.518 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714326579.9154 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714326637.2841 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714326730.3008 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714326782.3921 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714326847.2357 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714326897.045 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714328510.4194 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714328634.6068 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714334953.0739 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714335092.3619 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714335431.0245 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714346970.2896 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714369227.932 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714369310.8615 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714369917.2709 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714369976.4842 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714372310.4571 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714372446.3505 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714379143.8696 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714379213.3239 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714379265.8321 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714379317.8013 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714379356.2773 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714379455.9178 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714386460.8846 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714386613.7646 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714386755.5909 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714386866.2585 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714391744.7035 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714403252.7092 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714406035.1101 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714438972.8668 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714441509.4284 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714447593.8501 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714447922.2692 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714448408.1343 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714482875.2202 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714483168.4359 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714483549.307 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714484821.9016 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714484922.3074 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714485272.0273 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714485352.7047 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714485416.3394 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714485491.7762 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714488682.9594 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714490834.8428 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714495175.1904 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714495637.6136 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714495645.4511 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714496723.9678 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714496820.3085 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714502763.3275 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714502841.1042 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714503172.9918 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714503806.0085 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714504469.1026 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714504500.4997 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714506749.3618 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714513194.0175 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714525269.4607 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714526357.9782 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714526477.9201 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714526540.531 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714526601.0655 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714526662.6829 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714526712.5187 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714526785.8454 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714526920.1126 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714527084.7551 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714527121.2096 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714527328.7284 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714527401.5963 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714530543.6934 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714531872.9059 - }, - { - "model_a": "LCM", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714533061.9134 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714549283.9448 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714562041.0407 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714563338.1383 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714568441.1815 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714569966.6842 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714570322.1081 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714571701.0307 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714576378.8046 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714576446.094 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714576532.638 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714576679.4471 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714576769.1653 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714576824.9807 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714576938.1807 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714577006.5219 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714577057.6898 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714577128.2946 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714577727.8597 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714578747.7724 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714579589.2206 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714579846.2417 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714581212.6776 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714587799.689 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714588572.9436 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714589779.9269 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714591108.6439 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714591543.0262 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714591623.1416 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714593850.1499 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714593943.3196 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714594628.9269 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714594743.1239 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714595283.1825 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714597497.923 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1714597529.0346 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714597965.5242 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714598027.9119 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714598064.6463 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714598118.6371 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714598192.9803 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714609418.3422 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714609489.294 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714615266.9304 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714615292.9702 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714615431.8814 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714616014.2777 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714616748.784 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714616966.3144 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714617048.1732 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714619554.8734 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714619583.6576 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714619899.8672 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714620041.7951 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714620209.3544 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714620255.3801 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714620297.602 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714620455.0897 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714620471.3887 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714620498.1223 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714620564.2259 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714620792.5256 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714622433.5969 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714622629.3706 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714624203.9485 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714624416.1669 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714624452.0408 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714624751.0239 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714624811.7454 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714624841.1584 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714624927.923 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714624929.0833 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714624970.3575 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714625006.8605 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714625105.9879 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714625165.1569 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714625203.6289 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714625325.2074 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714625370.3592 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714625439.0679 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714625582.3416 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714626535.2775 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714626855.4053 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714626916.0031 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714627108.599 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714627469.0604 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714627535.2162 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714630962.9322 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631222.5783 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631261.9674 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631269.0642 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714631304.8833 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631343.8599 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714631373.2604 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631379.3709 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631406.6345 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631460.8018 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631565.7606 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631619.8325 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714631657.5961 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714631685.449 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631735.0461 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714631798.8645 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631851.3442 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631887.0953 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714631929.4421 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631960.594 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714631996.7092 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714632090.87 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714632134.5755 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714633320.2991 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714633482.4024 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714640882.6728 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714642986.0995 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714643045.5943 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714643082.8136 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714643161.1256 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714643178.8986 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714643195.0168 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714643210.9338 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714643228.58 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714643244.839 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714643263.6358 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714643301.9301 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714643318.5429 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714643337.3762 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714643374.3585 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714643393.2465 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714643417.4894 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714643440.8602 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714643455.7901 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714649503.3748 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714649610.8215 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714650576.7331 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1714650593.7024 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714650810.8664 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714651167.0887 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714651204.0701 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714651570.3037 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714651595.6518 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714651643.6577 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1714651680.7509 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714656886.193 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714657321.8975 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714657405.4107 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714657491.6943 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714657563.7544 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714658033.5865 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714659839.0561 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714661481.3367 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714661500.0441 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714667652.5445 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714670744.2049 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714671562.3433 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714671606.5636 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714674306.9355 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714676006.8661 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714676092.7433 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714680300.0205 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714680341.0065 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714680554.4306 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714680585.1911 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714681910.5952 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714682370.9088 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714685282.7201 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714688746.1146 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714688792.1686 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714688835.6515 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714688905.2632 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714688943.3143 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714688967.8818 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714689004.962 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714689037.7917 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714689083.6141 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714689109.3646 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714699772.736 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714700080.0171 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714700291.2492 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714700462.2345 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714700604.7006 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714700789.9804 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714700982.9415 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714701009.8985 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714701244.0061 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714701500.7099 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714706289.0149 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714706317.9058 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714706341.5125 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714706373.5934 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714706395.3227 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714706415.4541 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714706442.2498 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714706461.0018 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714707001.5911 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714707023.5647 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714707047.7975 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714713270.3394 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714724818.3997 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714734400.8476 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714734465.3614 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714734569.7019 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714734654.3442 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714734803.1343 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714734968.5647 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714748485.752 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714749539.5718 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714749970.8581 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714752731.3689 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714757378.2777 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714759724.7319 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714760022.0442 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714760095.394 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714760146.4815 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714761348.6174 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714761400.3166 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714768127.0057 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714768332.4376 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714768360.265 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714768456.157 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714768460.7201 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714768584.2746 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714768705.391 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714768789.8144 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714769148.3723 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714769811.0755 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714771409.57 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714771623.5408 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714772270.9216 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714772363.8846 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714773445.9213 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714783788.5028 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714789277.4105 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714791635.6375 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714791703.9386 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714793478.8906 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714793516.1383 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714816321.6618 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714816353.336 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714816387.937 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714816454.4134 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714821081.9862 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714826009.0121 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714836291.2723 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714836319.9202 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714836356.4831 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714836384.9568 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714836456.2511 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714836502.7587 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714836697.9308 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714836801.5488 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714836819.06 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714836847.1787 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714840939.9973 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714840966.5773 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714840994.8323 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714841032.0221 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714844940.4181 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714844957.7696 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714844976.5665 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845001.8285 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845019.4407 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845032.4797 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714845049.3217 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845073.803 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714845129.7334 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845151.5118 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845163.188 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845190.9757 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714845211.3025 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845224.1933 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845237.175 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714845249.1656 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845270.0839 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845289.1748 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845304.6206 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845322.728 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845346.9463 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845360.9795 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845381.6875 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714845454.9069 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845463.9326 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845484.1915 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845493.9662 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845526.8156 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714845537.0831 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845558.2291 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845583.0605 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714845648.1802 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845801.6983 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845825.3725 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845866.6028 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845879.6467 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845896.6448 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714851495.7019 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714855675.1836 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714855743.4464 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714855800.4946 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714855883.6928 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714855928.4784 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714855960.1283 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714856074.9316 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714856249.6582 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714857683.069 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714857745.6261 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1714857750.9434 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714857816.8831 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714858009.6203 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714858346.3558 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714858379.5024 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714858860.7581 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714859303.9419 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714859331.1343 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714861379.4162 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714862250.8904 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714879027.0753 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714879064.6145 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714879136.3501 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714879166.635 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714885297.2707 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714887283.4435 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714896191.5559 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714896283.3643 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714901842.7876 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714901915.4188 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714908380.1114 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714916073.5383 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714917623.4324 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714919897.1549 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714921434.8363 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714922754.8813 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714922831.6494 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714922930.7366 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714924993.665 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714925101.5301 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714925229.5996 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714925389.0678 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714925457.4322 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714925529.8983 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714925666.7773 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714925757.8461 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714925945.9328 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714926036.7193 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714926136.4551 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714931262.225 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714931291.2995 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714931348.0493 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714931389.3777 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714939348.7581 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714942450.2188 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714943719.0964 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714943798.9906 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714943846.1201 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944117.9857 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944181.5685 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714944190.4431 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944256.128 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944277.2965 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714944291.7974 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944312.2761 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944329.2231 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714944380.1348 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714944394.3367 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714944413.8638 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714944428.8637 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714957477.7795 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714957664.0191 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714957743.4932 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714957774.4846 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714957823.7313 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714969445.3812 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714969476.9561 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714969494.3961 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714975508.662 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714975631.0816 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714975671.1859 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714975731.8573 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714981477.9182 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714981720.8531 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714981775.3404 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714981808.9565 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714984715.9114 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714985914.5152 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714986066.0806 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714986216.8728 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714986306.1947 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714986376.4982 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714989208.3777 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714989248.5875 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714989819.0972 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714989847.7502 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714995425.2992 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714995448.7647 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714995482.6481 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714995517.9459 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714995598.7764 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714995622.1322 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714997128.3204 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714999315.9865 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715000156.668 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715003687.3227 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715005634.4101 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715008027.9237 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715008220.12 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715008338.7667 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715008528.0193 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715008560.758 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715008626.0331 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715008768.0717 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715009164.4372 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715011098.7307 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715011477.047 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715012038.5653 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715012110.2215 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715012132.6383 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715012409.0239 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715015333.7998 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715015501.211 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715017292.0144 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715017296.8295 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715018460.9145 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715018632.2066 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715018803.375 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715019225.3407 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715019462.1131 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715019802.153 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715019907.2521 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715020065.0156 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715020154.4329 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715021356.9755 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715021529.0535 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715021929.2364 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715021941.4732 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715021957.2665 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715021977.374 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715021998.1985 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715022011.4633 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715022038.313 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715022292.5538 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715022423.4927 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715024554.3716 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715032383.9143 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715032424.7447 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715032525.4621 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715032553.8807 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715034247.9019 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715034370.6536 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715035859.5219 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715035919.4799 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715036001.5027 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715036181.5765 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715039687.2011 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715040461.6314 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715041888.5659 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715042097.2393 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715043684.6186 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715043729.7419 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715044419.69 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715046057.634 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715046141.0795 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715046267.3231 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715052976.1222 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715053014.6343 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715053906.7556 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715053967.3424 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715055659.8708 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715061669.9858 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715063382.9466 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715064854.7455 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715067798.0909 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715075931.4757 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715075995.7843 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715076051.3948 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715076120.5569 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715076158.7022 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715076247.8444 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715076271.3714 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715076443.3502 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715076515.8829 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715076596.1856 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715076652.1088 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715076690.1705 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715076745.2118 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715077074.6434 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715077245.8069 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715077262.5999 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715077301.2446 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715077325.4673 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715077356.4944 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715077381.1639 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715077400.87 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715077412.1989 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715077426.3836 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715077446.8475 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715077467.8656 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715077481.7513 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715077512.9835 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715077556.4551 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715077627.358 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715082846.4884 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715082974.7401 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715083505.9148 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715084102.5454 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715084136.6653 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715084172.1244 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715084217.559 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715084268.0881 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715084344.8168 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715084385.6042 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715084634.0612 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715084678.0431 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715088191.2067 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715088225.5567 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715088287.0801 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715089041.0651 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715089114.0005 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715090925.831 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715094300.1045 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715096979.6616 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715102524.9755 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715103264.6167 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715108604.4116 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715108644.2865 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715108745.3343 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715109229.1632 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715109297.5496 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715109376.7434 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715109432.9573 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715109493.1861 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715110227.8222 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715110271.8156 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110329.5161 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110363.0739 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715110394.1117 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1715110437.7906 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715110587.7518 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715110588.6536 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715110656.8518 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110828.4153 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715110858.8573 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110882.8365 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110910.2006 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110958.358 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715111053.2734 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715111140.0209 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715111188.2552 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715111214.6346 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715111246.7931 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715111273.5189 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715111348.5563 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715111413.3707 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715111438.4729 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715111464.8113 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715118668.6032 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715118687.3129 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715118727.6518 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715118748.4589 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715118816.8802 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715118843.9637 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715118876.7561 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715118913.0065 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715120168.9814 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715120215.1132 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715120249.0948 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715120298.7987 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715120366.9169 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715179187.4528 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715192298.1843 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715192393.9427 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715195946.899 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715198606.6174 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715200984.0469 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715201096.4403 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715201179.1093 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715201267.8775 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715201718.2331 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715202571.3392 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715207226.5413 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715207484.1546 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715207536.9802 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715207620.9787 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715207699.6307 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715208469.7193 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715215064.2208 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715216049.4491 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715234211.3663 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715234328.5891 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715239430.5621 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715243868.6295 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715244241.3044 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715244558.273 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715246203.5448 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715246766.1834 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715248803.359 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715250151.3399 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715250174.2859 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715250209.1457 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715255562.9587 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715255607.1614 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715255662.1513 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715255805.7255 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715255848.3385 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715255903.5686 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715256028.3307 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715256087.6353 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715256120.0212 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715256235.433 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715256303.3042 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256320.1086 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715256341.3287 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256394.9544 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715256426.1838 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715256442.628 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256495.0433 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256515.9042 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256612.2087 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256636.3789 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715256663.2995 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715256689.5726 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715256729.0218 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715256845.2289 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715257007.5027 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715257166.0516 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715257200.4456 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715257215.3823 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715257326.7155 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715257356.4325 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715257638.2431 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715257699.707 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715257739.3739 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715257780.2792 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715257957.6205 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715258056.7318 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715258093.8906 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715258144.4655 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715258483.1514 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715258503.8004 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715258565.4821 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715258595.7971 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715258635.5213 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715258691.1935 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715258764.873 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715258936.1894 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715258994.9227 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715259051.189 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715259072.5223 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259113.9431 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259131.2458 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715259172.7727 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715259212.7736 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259492.2271 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259543.7047 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259610.1198 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259627.5644 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715259640.495 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715259701.4844 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259723.058 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715259762.96 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715259803.218 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715259881.236 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715259989.1663 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715260057.4769 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715260117.3458 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260230.1733 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715260282.4439 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260328.5412 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715260349.3944 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260382.1398 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260442.606 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260481.1292 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260514.9799 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260554.6099 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260599.5403 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260599.9917 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260612.3444 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260637.1369 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260666.4785 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260797.6363 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715260970.0095 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715263893.6453 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715264861.7542 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715264922.4486 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715264971.3985 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715264997.7186 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715269818.8282 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715269899.1691 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715270094.2855 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715270143.2689 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1715270193.4508 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715271220.138 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715271255.7782 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715280678.7882 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715280745.1316 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715280767.2367 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715280824.3612 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715283624.6873 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715283771.9899 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715283832.1093 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715283904.4875 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715283975.894 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715289173.8135 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715291072.6088 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715293959.6611 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715297226.1416 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715301246.3501 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715307496.6586 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715307658.3323 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715307702.6279 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715307752.0515 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715307782.3509 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715307800.3472 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715307824.9746 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715311324.1332 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715312455.5893 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715321145.649 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715321277.3237 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715327322.223 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715327350.1615 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715327423.5657 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715327458.0922 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715327624.4824 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715329636.2156 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715329681.0432 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715329740.4518 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715329796.7315 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715329913.4518 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715329970.8219 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715330010.4717 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715330055.7455 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715330092.6017 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715330140.7292 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715330184.6534 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715333482.0455 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715334142.5931 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715334164.9491 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715337395.7907 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715337511.2509 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715338012.7242 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715338049.9744 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715342186.1942 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715348407.4474 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715348444.9063 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715348460.7018 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715349704.8905 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715349743.8126 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715349781.9289 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715349808.6611 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715352511.3183 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715353266.6712 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715353759.7287 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715354286.5972 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715369867.0276 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715373507.3127 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715375602.5913 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715381692.1857 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715385627.8243 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715385668.566 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715385861.8339 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715385910.8569 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715385973.3168 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715385992.5668 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715386102.6516 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715386146.9156 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715386278.6084 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715386300.6511 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715386332.2285 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715386387.625 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715386408.7312 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715386438.6606 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715386459.8269 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715386482.1368 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715389666.0729 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715397519.9742 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715398256.9052 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715398303.687 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715398343.7819 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715398359.4717 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715398398.6135 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715398431.3592 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715405398.644 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715405460.6692 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715405488.1404 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715405523.4582 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715405592.995 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715407001.4723 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715407052.1558 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715407102.6965 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715407121.4426 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715408435.5071 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410162.7026 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715410237.8023 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410316.1611 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410361.2625 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410434.0467 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410461.4697 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410554.4581 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715414751.2748 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715414877.5649 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715414946.6036 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715426874.879 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715426958.7873 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715427567.4463 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715433451.3249 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715433563.6229 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715433632.339 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715433695.6008 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715433774.0535 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715433851.8631 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715433896.4202 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715433912.915 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715433986.55 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715434064.6045 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715434110.7683 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715434207.8245 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715434239.5902 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715434702.9671 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715434813.9772 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715434923.6108 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715445309.7756 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715447806.7031 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715455573.9043 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715464162.4446 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715464217.9734 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715464836.5956 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715478360.043 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715483811.0921 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715483833.3595 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715483901.9427 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715501155.9579 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715501572.3162 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715501769.6926 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715501823.7506 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715501843.0687 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715504372.552 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715504645.5579 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715504799.6279 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715504917.9909 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715504991.8379 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715505030.8366 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715505102.3427 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715505159.0976 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715505273.321 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505335.8753 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715505391.6178 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505472.5006 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505561.6787 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505621.572 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715505678.2622 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505751.0201 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715505814.8461 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505886.3264 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505976.4305 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715506091.8967 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715506191.1829 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715506253.3266 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715506316.8875 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506363.7645 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506428.4684 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715506482.095 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506548.2237 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715506605.9731 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506671.8971 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506735.8368 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715506805.2882 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506896.7326 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715506939.4213 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715507004.6222 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507068.7409 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715507126.7222 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507187.5667 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507238.7865 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507298.3444 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507336.2381 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507376.8809 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715507424.3389 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715507480.5378 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715507529.7884 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715507580.5302 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715507633.4101 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507697.6976 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715507748.005 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507785.2979 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715507832.5017 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507882.0959 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715507938.4281 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507986.3397 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715508025.4909 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715508596.1504 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715508819.8245 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715508860.6235 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715512725.6261 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715513049.8363 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715513462.1973 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715513499.0171 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715513543.4817 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715517934.7894 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715517982.3497 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715518044.4289 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715518070.8159 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715518087.1668 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715518101.7937 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715518233.8117 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715519760.5756 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715519900.3195 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715522347.2456 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715529147.0937 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715529174.8074 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715530512.1388 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715530547.9455 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715530635.089 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715530714.582 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715530966.3605 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715531011.2687 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715535948.8615 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715535994.2185 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715536006.5145 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715536056.5174 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715540608.439 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715540668.0693 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715540691.8784 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715540718.2742 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715544756.1942 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715544778.4407 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715544894.2269 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715544960.7509 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715548274.8397 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715548294.1061 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715548300.6242 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715550359.0308 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715550403.1731 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715550430.5087 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715550507.2465 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715556033.5312 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715556063.1215 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715556141.5487 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715556182.4021 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715556248.2706 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715556294.4954 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715557736.1568 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715557824.1917 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715557916.0035 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715562556.2316 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715562610.8163 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715562638.7736 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715562661.9948 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715562687.4578 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715562732.9275 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715568734.6978 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715568766.9301 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715569459.785 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715569879.0308 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715569939.3429 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715570478.9989 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715570518.1415 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1715570567.0057 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1715570612.4722 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715570645.2329 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1715570688.9077 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715570854.7795 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715575605.8643 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715575948.9645 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715576064.1342 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715576106.2468 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715576227.6686 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715576454.7912 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715578457.2811 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715582610.2263 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715582710.2425 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715582923.497 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715586674.4565 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715587268.2966 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715587315.8551 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715587447.1256 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715588699.642 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715588747.9002 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715588768.9951 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715588953.3795 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715588977.4247 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715589086.613 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715589105.5043 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715589121.5389 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715589137.0817 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715589155.9265 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715589185.4421 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715590609.5811 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715591050.2465 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715591124.4712 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715591175.4243 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715591304.7838 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715591343.321 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715595118.0355 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715595264.4727 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715596169.2755 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715596245.7251 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715596298.8145 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715596510.9151 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715596889.3985 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715604775.881 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715607268.2975 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715607845.0531 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715607875.1886 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715607896.3063 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715607907.3053 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715609542.513 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715609603.9724 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715609725.5118 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715609806.3255 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715609879.2783 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715609938.662 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715609988.4664 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715610011.9289 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715610056.2075 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715610086.9944 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715610128.0027 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715610160.2297 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715626259.5155 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715626316.2277 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715626362.7831 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715626514.9638 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715626578.3164 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715626646.4891 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715626738.9521 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715626760.7536 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715627190.575 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715627560.0476 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715627634.4326 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715627720.6617 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715627790.3477 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715627811.3067 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715628711.5839 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715628730.7564 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715628760.4033 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715629350.7992 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715629634.3138 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715629743.0214 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715629771.8713 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715629802.2118 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715629837.1242 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715629842.3411 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715629879.3585 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715629880.4603 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715629944.9785 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715630027.1455 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715630100.0636 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715630101.6678 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715630132.5182 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715630152.8798 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715630169.3216 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715630440.4928 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715630950.8345 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631072.8898 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715631131.835 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631220.4634 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631267.9233 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631285.724 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631308.7093 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631330.4596 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631418.9373 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715631474.7397 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631549.0504 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631560.6138 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631574.059 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631588.6777 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631600.2192 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631635.0579 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631645.5325 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631658.7672 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631675.2634 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631716.9795 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631765.8044 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715631795.5084 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631839.0158 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631854.1148 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631869.3083 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631884.7597 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631904.8756 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631937.9237 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631952.7703 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631982.5382 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632002.5002 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632019.0886 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715632056.4297 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632078.9071 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632100.4706 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632119.9303 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632133.1354 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715632156.0675 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632205.6436 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632227.039 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632245.3583 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632259.1458 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632259.548 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632294.1124 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715632295.1637 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715632308.2085 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632614.2904 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632687.9328 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632735.2315 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632779.0684 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632794.3672 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632817.191 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632839.1091 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632863.1892 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715632877.6274 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715632905.0193 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632929.4288 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632953.0127 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632978.85 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715633003.3879 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715633138.1665 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715633164.5981 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715633210.4173 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715633227.2731 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715633258.4186 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715633315.2438 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715633520.2234 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715633905.8551 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715634223.4612 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715634600.3185 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715634931.8593 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715634970.9805 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715635064.6405 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715635088.6077 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715635113.7799 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715635409.1381 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715635415.7586 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715635456.2167 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715635497.5932 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715635556.3009 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715635722.068 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715635754.5537 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715635777.2021 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715636320.6167 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715637590.0237 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715638033.6861 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715638688.094 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715638705.4091 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715638723.6793 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715638741.5972 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1715638765.8168 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1715638801.4903 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715639560.5786 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715639602.0201 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715639648.8662 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715639706.422 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715639819.1451 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715639940.3868 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715639960.3475 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715640001.4121 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715640098.0525 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715640337.8705 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715640392.0848 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715640445.9726 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715640469.3732 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715640477.3475 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715640493.5113 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715640562.3311 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715640578.1198 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715640592.8728 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715640764.9243 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641052.5041 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641257.7136 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715641279.2614 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641302.3811 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715641321.4886 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641339.6818 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715641357.4266 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715641376.9425 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715641410.444 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715641442.5154 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641456.2598 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641495.9314 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715641527.5583 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641551.3556 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641588.8546 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641603.435 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641631.096 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641667.7929 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715641691.7163 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641711.2567 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641722.2319 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641749.6905 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641771.8403 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715641788.389 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641813.26 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641888.1795 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641907.4439 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641960.0761 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715641984.3372 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715642001.6784 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715642018.8284 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715642032.4162 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715642070.4076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715642084.8514 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715642108.9736 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715642124.1679 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715642139.4073 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715642159.6643 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715642216.1899 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715642234.6287 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715642258.9057 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715642272.164 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715642294.1783 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715642321.2084 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715642347.8346 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715642369.1198 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715642394.4943 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715642446.3777 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715642517.7799 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715643009.9765 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715643629.3904 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715646343.3307 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715646422.6525 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715646502.575 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715646525.7573 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715646580.6937 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715646625.6955 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715646765.4862 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715646979.9774 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715647603.7335 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715647673.5221 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715647719.0251 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715647783.5052 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715647806.4518 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715647856.3221 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715647879.1789 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715647882.4873 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715647894.6206 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715647930.2673 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715647941.2474 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715647967.128 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715647973.2911 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715647989.9255 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715647995.2918 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715648014.7225 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648040.5804 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648068.1237 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715648082.97 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648171.6969 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648197.0506 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648203.8329 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648205.9948 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648224.062 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648242.6639 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648245.9232 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648290.6372 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648300.5734 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648323.4421 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715648333.172 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715648334.425 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648344.276 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715648355.6097 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648369.0486 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715648376.6725 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648380.9343 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715648396.6345 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648412.897 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648426.7397 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648459.2997 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715648499.1202 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648533.2237 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648571.9891 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715648599.2257 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715648652.562 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648684.2485 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648719.831 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648752.5013 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648775.0478 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648805.2205 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648837.1883 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715648852.8803 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648875.2262 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715649200.5327 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715649240.2392 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715649948.8106 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715650049.2967 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715650124.3848 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715650152.58 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715650224.0572 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715650257.8532 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715650321.9949 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715650387.8979 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715650427.5456 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715650470.7554 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715650515.0057 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715650525.3414 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715650550.1627 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715650605.4746 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715652184.3154 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715652208.8769 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715652235.8641 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715652379.6496 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715652432.8124 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715652539.012 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715653965.9717 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715654470.1972 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715654493.8888 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715654508.8773 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715656408.3689 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715656819.0954 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715657123.7234 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715657508.1666 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715657531.1836 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715657541.1706 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715657553.4074 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715657562.2334 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715657776.1514 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715657825.2322 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715657930.4391 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715658042.5835 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715658131.1457 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715659967.4762 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715660953.9461 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715660985.1237 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715661097.2605 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715661148.9346 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661175.1053 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715661544.4592 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661588.8338 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661640.5955 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715661675.7755 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661778.9555 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715661831.7873 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661846.1834 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715661879.9838 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715661882.641 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661906.8515 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715661957.5554 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715662143.2977 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715662172.8726 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715662823.8091 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715664545.3047 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715668236.2092 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715668318.9269 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715668776.0324 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715670090.9625 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715670150.1172 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715670167.3075 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715670187.1492 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715670203.7494 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715670212.3749 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715671609.0636 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715672815.6266 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715672903.2615 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715672954.5547 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715673035.7081 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715673051.3865 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715673083.8769 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715674645.4789 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715674714.0568 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715674795.7064 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715677914.199 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715677990.6732 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715678023.864 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715680671.7878 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715680684.2017 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715680708.0141 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715680721.1172 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715680756.6421 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715680774.3491 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715680798.7423 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715680815.0593 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715681211.2488 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715681242.0659 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715685637.6338 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715686261.4116 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715687357.824 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715687402.3453 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715689015.5469 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715689970.3975 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715690013.3277 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715690053.1575 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715690084.5814 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715690100.3947 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715691355.2566 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715692036.4606 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715696573.886 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715696985.2415 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715697070.2139 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715697745.2526 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715697888.4159 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715697950.1773 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715697965.8898 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715697974.5647 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715698003.0249 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715698043.4828 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715698634.8079 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715698673.8923 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715699050.3814 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715700361.1782 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715700470.8423 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715700632.2481 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715700735.9129 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715701867.2876 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715702055.2621 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715702149.7918 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715702176.0147 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715702213.1421 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715702257.7544 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715702294.1319 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715702319.7668 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715702343.5329 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715702383.6095 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715702421.8657 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715702488.6635 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715704679.9164 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715704744.5669 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715704809.2652 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715704832.3783 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715710596.3249 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715710732.1723 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715710946.1944 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715711094.3364 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715711416.0792 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715711624.746 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715711708.3608 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715713498.1462 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715714694.1925 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715714732.4367 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715714769.5878 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715714802.7484 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715714853.1436 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715714886.3133 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715714926.6286 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715714991.7571 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715715029.2598 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715715072.8058 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715715098.2911 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715720414.1433 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715720441.5688 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715720506.5514 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715736841.9224 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715736904.7417 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715736922.9946 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715745935.9609 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715746011.8732 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715746056.3536 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715746105.3639 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715746144.0276 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715746179.3533 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715746191.891 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715746211.3033 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715746225.2422 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715746246.3345 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715746275.9185 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715746320.8538 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715752128.2836 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715753569.2056 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715753597.7252 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715753614.2285 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715753635.4495 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715753659.8055 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715753684.1663 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715753707.2331 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715753724.3104 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715753747.3861 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715753781.8403 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715764730.2969 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715764763.9283 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715764798.1806 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715764827.007 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715764857.4414 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715767887.4006 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715769987.8576 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715770039.9446 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715775719.0294 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715775769.6894 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715775799.2783 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715775842.189 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715777592.7405 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715777627.9318 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715784315.8966 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715784523.0311 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715788137.1626 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715790483.4433 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715806130.6418 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715807505.7281 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715807533.5192 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715807582.7843 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715807654.393 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715808278.5452 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715809534.3259 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715809760.1488 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715809795.2392 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715809852.0377 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715809906.8223 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715809965.5266 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715809991.1422 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715810007.1303 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715810049.9176 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715810163.7299 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715811335.9503 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715811391.9803 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715811743.4601 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715811821.5187 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715812940.2633 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715812963.3663 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715813449.7613 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715813757.0457 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715813810.298 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715813865.9303 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715813942.3258 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715814281.3599 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815128.3488 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815217.0949 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815270.4299 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815370.4623 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815467.3029 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715815602.0594 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715815648.2789 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715815686.0728 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715815736.5004 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715817402.5989 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715817805.2055 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715818376.2417 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715819161.9366 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715819491.1656 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715819543.6757 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715819586.5946 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715819615.5232 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715819645.9821 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715819670.3462 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715819888.2828 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715819918.3499 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715819929.0339 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715819955.0618 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715819965.8997 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715819976.402 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820093.4966 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820108.3077 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820114.9281 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820121.7485 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820127.866 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820134.2909 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820139.8646 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820145.0877 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820154.8417 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820159.7185 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1715820164.5588 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820181.9884 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820186.5589 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820211.0087 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820839.0777 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820856.6731 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820860.5842 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820864.547 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820874.3779 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715826562.9853 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715826603.8445 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715832708.5013 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715833816.9851 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715835888.8168 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715835905.0987 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715836234.5315 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715839726.894 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715841738.4038 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715843051.3302 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715843989.692 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715846570.8419 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715846650.1388 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715846799.2673 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715846927.6472 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715853531.166 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715857620.2786 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715861672.622 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715861701.6151 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715861730.9837 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715861754.8566 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715862161.5608 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715862199.6862 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715862245.3838 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715862324.7552 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715862384.4427 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715862439.5804 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715863670.6729 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715870697.9021 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715870731.6924 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715870863.7421 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715872892.3643 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715872916.3874 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715872953.4692 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715873064.3259 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715873088.041 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715873104.4435 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715873134.2543 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715873148.3964 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715873169.9692 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715873197.2215 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715873236.7125 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715873285.2547 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715876292.9941 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715878952.7967 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715878980.8882 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715879032.671 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715879067.558 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715883196.3069 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715883230.7648 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715883261.9915 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715883386.8596 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715883519.2743 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715883550.3625 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715883570.8938 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715883595.7926 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715883618.2657 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715883698.0336 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715883719.668 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715883769.1867 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715894377.4203 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715899227.8629 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715899665.3102 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715899810.0588 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715900652.8154 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715901624.0299 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715901635.5566 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715901711.4071 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715901749.7598 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715903564.6366 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715903657.7628 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715903975.2818 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715911393.0297 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715912969.5823 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715912988.5329 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715913035.5767 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913241.7837 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913454.2601 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715913474.1488 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913477.4885 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715913548.6289 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913651.5759 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715913654.291 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913667.5474 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715913739.8234 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715913764.4926 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715913782.4954 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913817.5374 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715913839.5048 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715913940.0061 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715914029.2744 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715914090.12 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715914105.3485 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715915511.0047 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715915577.8154 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715916243.5859 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715916272.4239 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715916313.1847 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715916368.8797 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715916411.5706 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715916448.7485 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715916533.6162 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715916547.7962 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715916587.2836 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715916613.8797 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715916644.9071 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715916683.1819 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715916699.0407 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715916727.3045 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715918196.9319 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715924700.595 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715924915.8223 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715924954.0836 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715924980.164 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715925133.5358 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715925168.653 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715925219.2785 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715925219.98 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715925264.902 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715925315.7153 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715925919.7776 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715926420.4915 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715926538.8144 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715929365.0268 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929417.4956 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929429.846 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715929450.8124 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715929492.6738 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715929531.0454 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715929554.8185 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715929567.0075 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929584.971 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715929617.1082 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929657.2837 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929679.9609 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929707.3509 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715929781.1131 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929849.6364 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715929867.4377 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715929907.5512 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715929948.5812 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715930083.8166 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715930369.0071 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715948152.0414 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715954193.2505 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715960109.8087 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715960218.1069 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715960238.662 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715960280.3729 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715969029.6444 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715972816.0645 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715972884.2583 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715977022.0855 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715977282.5472 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716005809.1647 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716024927.1115 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716024976.7221 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716025010.7673 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716027377.3351 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716027899.644 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716028822.8275 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716028857.7321 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716036421.4086 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716040333.7351 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716043972.3967 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716043995.1703 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716044508.3229 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716045340.1223 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716045370.1669 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716045434.8063 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716045536.284 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716045782.3404 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716046661.0575 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716061878.1074 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716063691.5292 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716063728.9507 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716064036.8859 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716064897.7154 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716064982.9829 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716074832.2246 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716087920.9207 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716087962.0076 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716088282.1445 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716088319.6002 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716088361.4397 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716092533.9981 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716092684.4695 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716100809.6333 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716100904.7495 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716100967.3084 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716101014.3749 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716101026.1623 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716101284.4392 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716101388.6109 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716101424.8563 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1716101640.0847 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716101663.5449 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1716101720.3834 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716101763.5754 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716101779.0549 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716101812.8171 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716101829.1619 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716101843.8492 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716101870.408 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1716101897.469 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716101922.0127 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716101958.4491 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716101980.4881 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716102012.3581 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716102033.0066 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716102061.565 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1716102078.6577 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716102104.1158 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716102163.2523 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716102338.3014 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1716102352.7855 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716102377.8361 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716102397.944 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1716102458.7278 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716102472.2144 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716102830.9668 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1716102848.2679 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716106991.3653 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716112644.092 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716112688.5957 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716113925.8512 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716116154.8458 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716123312.2626 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716124481.7688 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716129939.4625 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716130077.5552 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716133934.791 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716133959.4134 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716133982.7909 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716134112.955 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716134184.1117 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716134215.2692 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716134246.6302 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716134272.2078 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716136785.8861 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716136830.2645 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716136888.0281 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716136912.3226 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716137509.6219 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716137550.792 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716137584.016 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716137614.0349 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716137663.882 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716137708.8654 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716137736.4075 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716137761.6991 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1716137815.2529 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716137886.7381 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716138040.3932 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716140714.0428 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716209337.3046 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716209412.7298 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716209448.1323 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716209508.6504 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716209613.4906 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716209642.7198 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716209709.6202 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716209774.4706 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716209852.8582 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716209947.3287 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716209967.6822 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716210044.0883 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716210150.5688 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716210205.0335 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716210268.9147 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716211526.4507 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716213446.8546 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716213461.9489 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1716213474.537 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716213492.0301 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716213521.5562 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716213540.262 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716213551.8733 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1716213557.4906 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716219013.0278 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716220209.0681 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716220249.3189 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716220285.5053 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716227591.1168 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716227622.0114 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716227674.7391 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716227710.2023 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716227875.4029 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716227977.9929 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716228007.518 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716228104.844 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716228130.5321 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716230101.821 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716230984.9301 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716232636.2301 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716232746.3131 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716232993.2428 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716233055.3833 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716235984.1893 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716239320.9605 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716242440.4726 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716242516.4926 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716242590.6103 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716242629.6643 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716242692.6624 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716246215.0477 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716248360.3883 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716249928.3303 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716249950.1619 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716249976.5037 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716250002.3525 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716250043.473 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716250064.5423 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716250098.6574 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716250169.1921 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716250175.1057 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716250192.053 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716250223.5527 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716250346.0641 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716252598.1249 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716252635.5485 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716263746.8692 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716270546.4614 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716270581.7833 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716271101.4508 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716271351.0622 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716274671.7892 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716278257.8069 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716278320.6515 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716278455.3143 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716279222.1691 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716279246.192 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716279794.6865 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716280412.4078 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716280463.3691 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716282215.371 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716282249.1998 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716282537.2467 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716282635.1246 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716282720.9449 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716282757.3202 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716283450.3375 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716283609.525 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716283779.8628 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716283801.3005 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716283935.4598 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716284013.3675 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716284180.1311 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716284192.186 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716284470.2778 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716284564.193 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716285325.0236 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716285475.3857 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716285519.9145 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716286409.4293 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716286967.8756 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716286983.4028 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716287142.413 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716287185.2534 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716287217.0099 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716287247.2868 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716287271.5544 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716287340.0533 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716287550.0246 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716287573.6398 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716287628.6541 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716287651.6393 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716287665.6163 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716287678.808 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716287767.435 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716287779.2194 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716288009.4382 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716289208.9321 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716289237.4451 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716289351.113 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716289390.8858 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716289393.7964 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716289414.7975 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716289423.2899 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716289429.1105 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716300925.2643 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716301040.4664 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716301250.7099 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716301308.9557 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716301961.2777 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716308935.4231 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716317363.8031 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716317407.5124 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716317505.7057 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716319832.5599 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716321763.8236 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716325414.0255 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716325749.7214 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716325771.5615 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716326192.6196 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716326243.3131 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716326299.6314 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716326346.6605 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716326432.8943 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716326479.3558 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716326504.9509 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716326723.2613 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716326765.4157 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716326806.8553 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716328651.4073 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716340833.9646 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716340851.5576 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716342516.6062 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716342980.4385 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716392751.259 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716392854.8424 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716392927.7613 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716394547.5836 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716394567.8834 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716394675.2074 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716395232.2063 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716395392.7448 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716395429.4755 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716395464.4116 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716395617.1491 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716395671.3185 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716395722.6354 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716395762.024 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716395800.2075 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716395893.3131 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716395908.2446 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716395930.8155 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716396096.1888 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716410843.4073 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716410959.2736 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716411007.9506 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716411029.2438 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716431755.4427 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716431811.1067 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.13.208", - "anony": true, - "tstamp": 1716455911.4834 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.13.208", - "anony": true, - "tstamp": 1716455955.7955 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.38.210", - "anony": true, - "tstamp": 1716463103.3942 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.38.210", - "anony": true, - "tstamp": 1716464669.7571 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.38.210", - "anony": true, - "tstamp": 1716464883.9242 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716465092.5554 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.38.210", - "anony": true, - "tstamp": 1716465101.4217 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.13.208", - "anony": true, - "tstamp": 1716465158.8835 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.13.208", - "anony": true, - "tstamp": 1716465320.7672 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.47.232", - "anony": true, - "tstamp": 1716466221.9614 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716470442.2975 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.43.115", - "anony": false, - "tstamp": 1716473602.4544 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.43.115", - "anony": false, - "tstamp": 1716473616.0917 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": false, - "tstamp": 1716473629.427 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716473646.5102 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": false, - "tstamp": 1716474064.3945 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716481830.2832 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716482066.6894 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716482101.8167 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716482665.9327 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716483084.7205 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716483130.6731 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716486908.7502 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716490430.3014 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716491961.101 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716492130.1621 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716492165.0747 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716493052.5738 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716494811.879 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716494814.0355 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716494907.8652 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716495025.0063 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716496626.411 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716496705.3455 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716497278.1725 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716498525.386 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716508618.2377 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716508647.6412 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716508773.0947 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716509848.6189 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716511130.78 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716512505.6737 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716521987.1249 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716534865.3098 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716535184.4481 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716539015.3065 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716539889.7886 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716540536.1365 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716540946.9096 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.39.221", - "anony": true, - "tstamp": 1716542403.1488 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.39.221", - "anony": true, - "tstamp": 1716543831.0194 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716553156.4165 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716553180.6047 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716553208.1102 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716555742.6319 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716564155.6044 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716569758.9203 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716573314.1735 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716588711.6463 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716589282.8245 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716595399.6343 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716596153.0762 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631962.3438 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716637883.7082 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716637940.3706 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716638087.8967 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716648496.2293 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716650144.5433 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716650252.1683 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716654002.8058 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716657661.8542 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716672582.8741 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716675304.6869 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716675360.5552 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716696765.27 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716699503.5692 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716705406.3076 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716708229.2765 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716708400.6323 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716708425.3973 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716708463.7409 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716712383.2781 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716714698.5936 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716714723.8527 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716714742.496 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716714758.5844 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716714791.7059 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716714813.7628 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716718013.9851 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716719923.7897 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716719954.4298 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732002.5621 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716735265.1561 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716737955.5742 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716749082.5893 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716749104.301 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716749183.3056 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716749405.6595 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1716751911.6964 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716775345.3085 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716776806.2262 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716776883.0635 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716776943.7594 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716779918.8509 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716780527.3148 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716780918.544 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716780951.8598 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716781241.076 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716781759.6094 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716782158.4573 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716782417.8883 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716782420.5452 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716782443.0163 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716782459.9191 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716782484.1275 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716782499.7234 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716782519.0233 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716782537.0836 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716782553.9857 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716782569.153 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716782604.0051 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716782640.804 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716782995.4422 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783031.5075 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783089.4325 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716783090.8889 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716783109.7954 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716783138.0445 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783168.9557 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783358.7145 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1716783462.483 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716783564.225 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716784775.2026 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786037.8729 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786448.0434 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716787891.5755 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788134.0343 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788285.3057 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716789329.1919 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716795652.1604 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716795779.9806 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716795814.0196 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716795851.1701 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716796006.4588 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716796314.0423 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716797932.5341 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716798084.7317 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716798121.6615 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800856.1807 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811377.2082 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811412.4609 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811455.261 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716815094.1935 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716815234.9665 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716815654.9788 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716815707.9688 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716815854.6739 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816541.9961 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816625.048 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716818286.1937 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716820699.6007 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1716822550.5508 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716822601.7824 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1716822684.0205 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716824222.9857 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716824902.917 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716825475.2657 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716827655.7005 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716833085.2146 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716837768.4182 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716838033.7689 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716840571.8782 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716842021.1183 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716842045.0031 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716842062.0558 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716844269.6437 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716844294.3593 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716846730.6152 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716846754.4305 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716846777.0478 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716846795.5401 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716846812.5139 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716846831.5816 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": false, - "tstamp": 1716846856.7092 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716851477.2888 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716852722.4343 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716862066.5604 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716888658.6323 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716888692.3451 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716888743.3788 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716888808.7382 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716889722.4243 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716892310.907 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716893044.8237 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716894726.3896 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716904032.8719 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716904166.7957 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716904274.6297 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716904375.3197 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716904458.3328 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716905236.8052 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716905301.5056 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716906155.4111 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716909502.2672 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716911861.7486 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716931696.2858 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716932953.6361 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716947335.746 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716947886.9102 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716953959.3614 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716962065.228 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716964704.6913 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716967018.8935 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716967137.2381 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716968234.2824 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716972370.304 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716972445.8559 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.224.134.163", - "anony": false, - "tstamp": 1716978291.5449 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.224.145.182", - "anony": false, - "tstamp": 1716978391.0694 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.224.134.163", - "anony": false, - "tstamp": 1716978459.451 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716978633.6451 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716979976.972 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716986223.0166 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716992486.8153 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716994682.8218 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716999872.9257 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1717001549.1047 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717001729.4563 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1717001735.3323 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717001782.8941 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717003358.7832 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717010981.625 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717013817.4431 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1717014277.5883 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717014302.0624 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1717014914.6947 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717015933.2442 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717016519.7356 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717017276.6056 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717017851.527 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.38.210", - "anony": true, - "tstamp": 1717017860.1111 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.38.210", - "anony": false, - "tstamp": 1717017872.0034 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.38.210", - "anony": false, - "tstamp": 1717017935.2154 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": false, - "tstamp": 1717017941.7814 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": false, - "tstamp": 1717017948.1028 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1717017959.1872 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": false, - "tstamp": 1717017979.7996 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": false, - "tstamp": 1717018191.8622 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1717018286.0525 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1717018313.4129 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717018348.5161 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": false, - "tstamp": 1717018553.2268 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": false, - "tstamp": 1717018904.2229 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1717019423.0673 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1717019625.8676 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": false, - "tstamp": 1717020042.7893 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1717022382.7846 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717026392.4268 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717028996.6914 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717029028.6429 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717029147.6903 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717034072.4772 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717034784.6738 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717034906.7231 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717035277.1028 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717039169.9336 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717041246.8155 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717041313.7921 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717041347.0832 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717041370.4367 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717041403.224 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717041426.0327 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717041449.1936 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717041783.2293 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717041956.0851 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717041973.3929 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717041996.6703 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717042011.7634 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717042030.855 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717042064.0653 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717042093.7447 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717048228.5381 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717050239.468 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717055363.8892 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_169.254.167.109", - "anony": true, - "tstamp": 1717057996.957 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_169.254.167.109", - "anony": false, - "tstamp": 1717058393.8863 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717059628.7188 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.18.96", - "anony": false, - "tstamp": 1717059941.285 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717060176.1474 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1717061165.5506 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1717062327.4566 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1717062735.7907 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.18.96", - "anony": false, - "tstamp": 1717062740.0522 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717063191.4116 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717064695.9339 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717064701.3938 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.18.96", - "anony": true, - "tstamp": 1717064718.3586 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717066853.1829 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.40.190", - "anony": false, - "tstamp": 1717067940.0805 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.18.96", - "anony": true, - "tstamp": 1717070139.0899 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717086962.2323 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717087011.4287 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717109403.0798 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717109414.6058 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717116391.6647 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717121019.628 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717124509.4472 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717124607.4219 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717125050.6768 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1717125191.2457 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717131509.2451 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717131570.9166 - }, - { - "model_a": "StableCascade", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1717131858.5618 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717136145.6721 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717136227.7391 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717136272.166 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717136394.6709 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717136742.0386 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717136793.147 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717140076.4215 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717140178.5392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717140242.7879 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717140839.1061 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717140880.6277 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": false, - "tstamp": 1717141161.2541 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1717141745.0938 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1717141938.0758 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1717142609.0649 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717151536.315 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.40.190", - "anony": false, - "tstamp": 1717152058.869 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717164331.9793 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.1.6", - "anony": true, - "tstamp": 1717169978.3953 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717170137.2406 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717190706.1382 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717198702.857 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717198761.8213 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.1.6", - "anony": true, - "tstamp": 1717198804.2276 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717203953.7152 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717204130.5796 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717204984.8114 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717205217.6838 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717205335.9525 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717205415.8924 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.4.148", - "anony": true, - "tstamp": 1717205573.0721 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717207208.4106 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717207257.2095 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717208622.6549 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717215046.7825 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717215091.3188 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717217028.1261 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717217073.8639 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.4.148", - "anony": true, - "tstamp": 1717217141.0125 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717217168.9916 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717217873.6499 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.4.148", - "anony": true, - "tstamp": 1717219369.5122 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717229421.7017 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.4.148", - "anony": true, - "tstamp": 1717229489.292 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717229545.1574 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717233179.7122 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717233630.8484 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717233894.7297 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717234031.2367 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.190", - "anony": false, - "tstamp": 1717238823.2575 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717239794.7673 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717239958.872 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717242974.1799 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717245353.6545 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717245382.5915 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717246252.0134 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717246869.0473 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717246949.2563 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717247297.9808 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717249122.8163 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717249988.4092 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717250472.5934 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717250514.3108 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717250536.2274 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717252537.7395 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717252836.1201 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717259658.011 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717263308.222 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717264286.6556 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717267347.2935 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717267584.6441 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717268431.3837 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717268842.1304 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717277146.2585 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717279735.0982 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717279783.5652 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717280265.0726 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717282264.3718 - } -] \ No newline at end of file diff --git a/arena_elo/results/20240601/clean_battle_video_generation.json b/arena_elo/results/20240601/clean_battle_video_generation.json deleted file mode 100644 index d0255adb225f4601c8d32134a113255b4bc89ef9..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240601/clean_battle_video_generation.json +++ /dev/null @@ -1,9898 +0,0 @@ -[ - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1713914099.33 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713914343.6891 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713916642.7912 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713986344.8741 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1713987118.6274 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714139169.2392 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714139249.1969 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714139381.873 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714364059.9109 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1714364795.1269 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714443594.816 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714445557.5459 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1714485010.7122 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714485698.1572 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714491486.3968 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714568747.0042 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714575776.0633 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714575875.3994 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714576499.4057 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714614291.4601 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714656445.8616 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714667465.6678 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714757575.6272 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714856044.8046 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714912222.8148 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714912353.9054 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714916128.9484 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714918845.2225 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714961792.1218 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714962568.0734 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714986675.9255 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715022520.8699 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715024874.9777 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715082170.9107 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715108567.1368 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715201418.1949 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715225335.6492 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715244587.7341 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715352822.1424 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715398861.6427 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715410800.5657 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715410993.9665 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715610160.6825 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715610373.469 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715689072.7345 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715696812.6326 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715737104.8239 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715739395.0891 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715810233.6444 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715849800.9966 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716114686.5453 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716116392.5838 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716193582.8722 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716193785.0048 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716193846.233 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716194009.3835 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716300077.5395 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.43.115", - "anony": true, - "tstamp": 1716478201.6693 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716533638.3067 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_127.0.0.1", - "anony": false, - "tstamp": 1716682913.5891 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716689388.5783 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716689390.9317 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716689418.3899 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716689430.8661 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716689430.9662 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716689446.5199 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716689504.5594 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716689507.2126 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716689516.3395 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716689560.415 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716689571.2045 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716689589.1987 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716689600.479 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716689642.8219 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716689687.8719 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716689693.1346 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1716689821.5032 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716689833.2282 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716690476.4186 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693206.0818 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693274.919 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693286.0411 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693303.5784 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693311.5433 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693329.6356 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693383.5826 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693456.8226 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693467.3462 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693479.5757 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693495.1122 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693502.3247 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693528.2392 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693546.0765 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693563.0683 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693569.8376 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693581.0672 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693588.2851 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693595.2501 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693663.4243 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693679.0583 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693692.5858 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693708.4221 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693719.3968 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693725.4583 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693738.9399 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693745.5583 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693767.9991 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693792.955 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693803.7279 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693816.5054 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693825.2771 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693836.955 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693850.7326 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716694070.4027 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694148.1807 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716694244.2485 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694254.1959 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694276.2905 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716694375.6866 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716694382.1969 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694793.14 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694811.1394 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716694821.4174 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716694834.8498 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716694841.7147 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716694851.8849 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716694860.9592 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716694883.3566 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694902.9993 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694914.4785 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694928.7985 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716694942.7223 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728514.2605 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728525.0445 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728537.4321 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728552.3184 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728565.4115 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728611.9244 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728619.8963 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728626.8621 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728642.2282 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728660.8799 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728671.1783 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728681.5129 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728695.6521 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728707.1868 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728715.3574 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728729.9899 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728739.4646 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728751.7418 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728760.5694 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728772.9474 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728792.5959 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728825.1225 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728832.0962 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728839.4279 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728875.7372 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728884.1135 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728898.2525 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728909.7356 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728924.0212 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728932.2482 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728943.0756 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728951.8516 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728964.0778 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728971.495 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728980.7203 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728994.9574 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716729003.1242 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716729013.9565 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716729024.7427 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729034.6162 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729041.2307 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729054.9108 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729082.4481 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716729093.5738 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729104.4016 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729113.9293 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729128.024 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716729143.4289 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716729151.6014 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716729165.8412 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716729174.0802 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716729190.7693 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729561.7946 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716729589.111 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716730437.4978 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716730444.2174 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716731578.7678 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716731600.4666 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716731607.3314 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716731621.0702 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716731652.0853 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716731680.1969 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716731887.8933 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732002.7625 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732014.9893 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732033.1907 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732042.32 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732051.0423 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732064.3207 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732075.7564 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732092.1437 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732107.1689 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732121.5507 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732130.5345 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732144.7139 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732153.1545 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732245.8887 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732253.5049 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732260.9776 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732271.1059 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732289.7469 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732300.1222 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732442.4675 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732643.9778 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732653.5527 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732667.2377 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732690.9928 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732701.2197 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732769.1058 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732774.627 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732781.8561 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732792.5768 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732805.8172 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732815.2381 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732822.3066 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732832.5342 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732854.9452 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732865.7185 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732873.0369 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732879.1067 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732894.6925 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732906.9749 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732913.3386 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732921.5656 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732932.2613 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732947.9995 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716733033.155 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733215.9535 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733225.6737 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716733232.9894 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733245.779 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733261.359 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733274.7997 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733284.8279 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716733292.3492 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716733303.8831 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733316.3709 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733323.541 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733333.7191 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716733339.0328 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716733353.1237 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733359.5427 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733371.482 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733409.29 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733435.707 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733443.4772 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733504.7486 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733513.4209 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733524.354 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733530.1208 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733537.6908 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733546.1677 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733558.2467 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733565.4605 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716754494.225 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716754529.3204 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716754556.8827 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716754573.37 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716754581.3319 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716754589.7121 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716754610.3186 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716754622.516 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716756205.9019 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756217.6395 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756225.3579 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756245.6466 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756258.525 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756267.7569 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756278.3797 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756292.9729 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756303.6146 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756321.7636 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756328.3263 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716756337.0448 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716756355.6901 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716756369.1608 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756377.9305 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756405.9503 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756413.5746 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756420.392 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716756430.3441 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756598.971 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756811.4034 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756829.7662 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756837.7688 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716756844.6412 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756862.2925 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756871.8602 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756883.2346 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716763810.601 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763820.7817 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763830.0099 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763836.2701 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763852.5743 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716763861.9464 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716763876.0254 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716763884.9467 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716763895.1884 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763906.9292 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763916.2051 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716763933.7037 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763954.4778 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763963.4971 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716763974.9914 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716763982.078 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716763987.4028 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774336.4201 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716774366.2114 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774373.7343 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774401.5247 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774408.764 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716774416.5343 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774426.6483 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716774436.7505 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716774446.0586 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716774452.7416 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774466.5087 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716774473.4742 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774481.1066 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716774490.1334 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716774496.2078 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716774502.5006 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774513.1922 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716774519.3337 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716774546.8848 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716774553.0012 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716774569.2238 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716774581.1122 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716774586.7425 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716774595.3967 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716780707.8678 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716781161.3809 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716781177.0776 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716781187.7966 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716781235.6047 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716781242.9314 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716781254.7071 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716781288.1888 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716781297.0117 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716781305.1896 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716781380.1677 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716781558.8588 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716781966.5022 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783665.6346 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785927.5738 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785946.8276 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785956.3086 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785965.6368 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785983.4545 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786004.6173 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786012.1915 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786025.9796 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786038.5735 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786048.2498 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786056.7792 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786067.3793 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786076.8691 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786091.7183 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786106.6309 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786119.376 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786128.4563 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786145.1683 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786161.6566 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786201.0773 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786209.4966 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786225.3 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786233.4253 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786241.45 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786249.4851 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786263.8719 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786272.8991 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786280.5688 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786288.0837 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786295.9574 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786310.5953 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786320.6713 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786327.6937 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786345.2973 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786361.1416 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786369.7626 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786384.806 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786396.1855 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786405.8102 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786413.8802 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786450.7539 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788441.1026 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788453.8448 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716788462.4158 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788473.1466 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788486.9898 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788500.5707 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788522.2662 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788529.4816 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788541.2168 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716788551.7418 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788557.1033 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788565.8238 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788580.9064 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716788591.4322 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788600.6571 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788614.3978 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788620.7168 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788626.6775 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788634.496 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716788650.9444 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788657.5528 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716788664.566 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788670.029 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716789701.2259 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716792046.6171 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716792090.6776 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716792117.5541 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716792144.8815 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716792164.2891 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716792176.5638 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716792198.4702 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716792228.5999 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716792257.5373 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716792271.5787 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716792345.5517 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716792372.1701 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716798217.9315 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716798246.555 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716798267.3135 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716798307.1051 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716798333.9472 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716798359.6181 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800430.6763 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800444.8671 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800463.8158 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800470.7888 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800480.9658 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800487.682 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800509.3502 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800516.7738 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800548.7825 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800574.8734 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800581.7424 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800591.5717 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800605.265 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800615.6372 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800624.6681 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800632.546 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800641.9148 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800653.6588 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800662.638 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800675.8846 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800681.6565 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800688.0967 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800695.4712 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800702.7395 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800711.7179 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800718.9888 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800725.6079 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800731.7275 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800740.9093 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800747.5238 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800758.3079 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800772.5587 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800786.4015 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800793.1772 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800800.048 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800805.4083 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800819.3653 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800836.4647 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800844.9468 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800851.1076 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800865.0564 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800873.5031 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800881.426 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800888.8952 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800896.8697 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800905.5457 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800915.4743 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800922.2894 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800929.8593 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800939.6859 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800945.6081 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800955.2893 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800967.0227 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800985.5176 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800992.7352 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800999.7547 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716801010.8857 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716801020.4579 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716801028.3834 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716801036.1073 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716801043.9818 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716801054.918 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716801061.0383 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716801067.9615 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716801093.7934 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716801102.824 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716801110.4941 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716801357.4044 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716802258.9248 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716802277.2785 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716802289.6084 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716802308.1591 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716802325.3582 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716802348.8219 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716802375.4431 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716802396.6924 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716802417.0479 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716802440.657 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716802452.992 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716804546.8109 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716804560.9392 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716804572.0261 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716804609.8288 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716804621.2126 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716804634.4051 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716804648.2446 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716804654.6584 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716804662.0841 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716804678.7051 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716804762.81 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716804815.1467 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716804828.1257 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716804843.0147 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716804975.1614 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805101.6412 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805125.1997 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805133.7299 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805151.027 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805158.1471 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805165.6788 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805174.2573 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805181.7877 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805190.2597 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805204.9966 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805212.6216 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805221.4549 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805232.7863 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805313.8437 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805325.1273 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805332.292 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805359.2195 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805367.371 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805377.814 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805386.782 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805404.1209 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805417.2687 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805423.5857 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805431.9147 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805441.492 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805449.2165 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805457.6224 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805463.1912 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805474.9718 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805482.2909 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805487.9021 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805494.2662 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805501.837 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805510.508 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805518.6324 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805525.5473 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805544.3909 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805552.0575 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805558.2739 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805564.1439 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805571.2122 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805579.1375 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805585.3538 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805594.1732 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805602.5497 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805614.0387 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805622.659 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805629.4247 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805636.4978 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805643.3155 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805651.8835 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805660.0046 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805666.4722 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805672.087 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805680.0119 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805686.5804 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805694.5555 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805703.9818 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805711.3069 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805721.6865 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805727.8528 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805736.4364 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805743.8122 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805750.2783 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805757.0462 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805763.9699 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805771.9439 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805778.1596 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805786.0285 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805793.2534 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805798.9227 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805808.3068 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805821.8583 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805839.7119 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805849.7822 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805857.2086 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805865.0813 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805873.7026 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805880.1754 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805887.5002 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805898.5851 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805907.207 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805913.6738 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805919.5473 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805926.0123 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805936.2907 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805943.3089 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716810647.7996 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716810767.6778 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716810826.6156 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716810864.4818 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716810900.0894 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716810921.257 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716810949.0213 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716810965.664 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716810988.9326 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811001.9174 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716811024.4386 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811035.9259 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716811058.5425 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716811074.3937 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811095.0043 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811114.558 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811157.5772 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716811180.1051 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716811346.2167 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811363.3576 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811377.2071 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811404.884 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811528.5755 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811545.2272 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716811581.4292 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811609.1021 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811631.9737 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811653.2303 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811678.608 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716811693.5999 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811720.8197 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811746.659 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716811761.1 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811778.6006 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716811787.9252 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716811806.8256 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811828.2237 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811848.5441 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811872.1595 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811901.6987 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811918.2 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716811932.245 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716811947.2854 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811966.6966 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811983.2023 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812015.9888 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812030.9774 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812051.728 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812067.7291 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812088.1948 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812102.3806 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812123.2896 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812139.1472 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812170.5498 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812192.2699 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812214.0685 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812237.5965 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812262.6235 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812290.4589 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812311.7735 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812323.9663 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812344.0154 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812361.5742 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812372.8081 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812386.6604 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812409.1288 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812418.0558 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812428.889 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812440.6235 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812460.1354 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812483.1639 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812498.9136 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812513.6577 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812524.1375 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812535.9746 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812547.665 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812555.6472 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812565.3306 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812575.97 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812590.8677 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812612.2889 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812624.5777 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812649.097 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812661.3318 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812691.9328 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812707.5304 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812722.3136 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812741.6653 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812760.8219 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812772.796 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812799.1808 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812814.2832 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812830.7859 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812844.0682 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812854.8496 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812863.9262 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812884.0891 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812902.0645 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812921.0403 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812934.2248 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812958.6412 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812982.3069 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812991.3995 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716813008.7657 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813018.7489 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716813618.7164 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813632.3075 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813648.7558 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813671.7233 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716813698.1674 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716813715.7735 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716813726.5932 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813738.6714 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716813747.2492 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716813767.5156 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716813787.5776 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716813804.4335 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813812.3843 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716813826.2772 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716813838.4177 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813854.4582 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813871.899 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716813883.9808 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716813893.2639 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716813907.4565 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716813922.9029 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813936.1375 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716813948.4724 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716813956.9029 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716813964.8758 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716813985.235 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814004.2321 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814014.3081 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814025.5933 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814042.4418 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814051.6142 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814074.9335 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814088.0682 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814099.4537 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814110.2829 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814117.4053 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814124.7313 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814136.6245 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814149.1818 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814158.2055 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814168.2388 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814181.7311 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814192.2712 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814202.9029 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814213.7299 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814223.8057 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814232.1412 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814239.2618 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814254.6616 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814271.2523 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814299.6371 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814312.3883 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814319.5568 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814334.818 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814347.5098 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814360.0003 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814372.9848 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814382.3319 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814389.5585 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814400.2431 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814408.7192 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814421.9339 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814436.4344 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814450.026 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814461.6183 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814472.512 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814484.0088 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814495.6957 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814519.6197 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814528.8081 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814539.691 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814550.1705 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814564.1662 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814572.6421 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814583.6689 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814598.5159 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814609.8028 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814619.5919 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814631.5327 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814648.7281 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814659.3149 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814680.1373 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814704.6159 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814713.39 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814725.5232 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814744.5305 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814755.0712 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814771.0791 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814783.3717 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814792.0423 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814803.8904 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814811.475 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814839.9094 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814849.1271 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814857.6044 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814871.3031 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814888.3485 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814897.878 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814907.4115 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814915.0837 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814924.1636 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814932.6321 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814940.9566 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814948.7863 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814968.0915 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814994.1657 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716815015.8201 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716815024.6949 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816099.4363 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816105.6967 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816118.5359 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816149.1207 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816172.1002 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816184.8358 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816194.5624 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816210.2718 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816227.4275 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816247.5376 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816262.3852 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816295.3375 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816307.3189 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816333.3001 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716816518.8779 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816568.8736 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816585.4378 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816592.9699 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816605.8065 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816623.4437 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816637.1861 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816672.9665 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816686.8076 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716816697.8926 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816706.8142 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816731.4381 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816740.0096 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816752.7379 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816762.2629 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716816776.0949 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816791.4496 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816799.9698 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816806.4869 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816813.395 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816838.8134 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816850.0931 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816857.6166 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816874.9081 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816885.0343 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716816896.9631 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716816914.0762 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816922.3005 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816936.3908 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816952.5782 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816965.4737 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816975.3518 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716816987.3314 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816998.0597 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817007.4428 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817014.3671 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817021.1406 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817031.3233 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817040.9988 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817047.7657 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817062.6591 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817071.0892 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817079.1626 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817088.792 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817095.9591 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817110.5496 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817120.4861 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817128.1212 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817136.6422 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817144.3143 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817152.4352 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817161.9622 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817177.1074 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817189.9467 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817198.023 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817208.2992 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817221.7848 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817230.062 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817236.2275 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817245.3594 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817251.1819 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817256.4007 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817272.0483 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817288.1447 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817296.0145 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817303.3895 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817311.3103 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817328.5117 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817337.8401 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817349.5234 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817357.7468 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817366.4197 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817378.2982 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817398.1152 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817411.0505 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817418.9737 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817433.5134 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817439.282 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817445.3501 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817454.4227 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817461.8922 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817473.7247 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817483.5046 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817490.071 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817497.482 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817505.4488 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817517.0342 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817526.0125 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817536.885 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817544.6967 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817554.6787 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716845528.4968 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845543.5775 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845610.4135 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845625.0502 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716845639.4286 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845693.0182 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716845718.0466 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716845734.4895 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716845755.294 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845769.7927 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716845816.9371 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716845828.573 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716845861.4523 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845873.847 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845908.5838 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845933.8837 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845948.6427 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716845982.277 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716846032.7577 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716846040.2247 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716846099.9227 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716846143.9332 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716846163.6735 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716846245.2648 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716846257.942 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716846302.5935 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716846342.1787 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716846362.9187 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716846386.3667 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716846413.3894 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716848046.5925 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716848058.7766 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716848067.902 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716849805.475 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716849813.4457 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716849818.3104 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716849824.5826 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716849834.2592 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716849836.9182 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716849839.7812 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716849850.9067 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716849877.0663 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716849877.1173 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716849885.1697 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716849893.3278 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716849946.2119 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716849980.4883 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716849993.2669 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716850007.4503 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716850037.0695 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716850054.3761 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850066.0545 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850091.7678 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850115.1746 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850132.3725 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716850144.1539 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716850161.2285 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850173.8573 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716850197.1758 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716850224.5489 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716850247.405 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850277.7798 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850310.4463 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850327.8684 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850328.226 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850340.8632 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716850354.4171 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850375.9832 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850409.3402 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716850417.2617 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850506.1736 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716850517.7481 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716850529.1711 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716850562.7076 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716850573.6848 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716850630.8546 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850653.065 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850681.8793 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716860595.707 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716860621.5356 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716860641.0232 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716860697.9926 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716860710.5707 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716860726.1111 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716860772.244 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716860790.2405 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716860804.6284 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716860869.2903 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716860936.3092 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716860952.3518 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716860965.3844 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716860983.8146 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861070.0866 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861079.6593 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861093.0971 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861110.8861 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716861182.2741 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861199.7588 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716861262.141 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861366.9074 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861376.2768 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861486.5303 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861550.2568 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716861563.9964 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716861576.7932 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861635.7395 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861644.366 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861651.5365 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861665.1318 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861675.3107 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861709.0037 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861764.0077 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861774.1637 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861787.6144 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861801.9107 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861857.8365 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861867.8133 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861876.2803 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716861888.9613 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716861899.5978 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861917.9472 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861929.1847 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861994.2271 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716862003.32 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716862014.0612 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716862066.3091 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716862084.806 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716862135.48 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716862146.7019 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716862199.7374 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716862287.5989 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716862301.6865 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716864840.105 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716864852.4483 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716888876.5448 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716888906.7365 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716888932.705 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716888960.4334 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716889044.3971 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716889066.6535 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716904183.7537 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716934721.4333 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716934728.955 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716934735.2822 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716934746.4556 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716934759.1338 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716934771.7263 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716934780.1541 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716934789.6805 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716934796.1425 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716934802.8066 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716934809.9162 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716934822.2928 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716935497.9165 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716935510.2413 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716935529.5027 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716935537.7802 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716940935.4529 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716941011.7947 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716946253.3412 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716946273.1958 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716946533.0187 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": false, - "tstamp": 1716956917.4978 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716968515.1585 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716968528.9845 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716968546.9361 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716968565.0784 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716968584.3193 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716968599.2518 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716968609.074 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716992753.2264 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1716995984.4733 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716999875.783 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717016085.6093 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1717033329.1692 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717036604.3263 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717036611.3029 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717036623.7361 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717036633.3907 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717036661.4617 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717036670.7383 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717036693.0343 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717036733.5432 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717036802.0871 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717036825.904 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717036872.3776 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717036889.2216 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717036941.3062 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717036970.3339 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717036991.3064 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717037015.2592 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717037045.0924 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717042182.8927 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717042213.7032 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717042241.8638 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717042270.6661 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717042303.518 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_169.254.167.109", - "anony": false, - "tstamp": 1717059009.4576 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1717059223.905 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.18.96", - "anony": true, - "tstamp": 1717064772.7161 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717072973.3188 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122196.5828 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122216.5437 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122226.125 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122239.2602 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122306.5361 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122318.0661 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717122326.6431 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122340.9779 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122348.0443 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122362.0381 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122379.7169 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122390.6881 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122397.0059 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122409.0363 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717122418.0605 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717122433.1851 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122473.1813 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122522.8944 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717122555.2268 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122568.912 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122580.3431 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122586.264 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122596.6965 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122603.4157 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717122609.2263 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122618.4501 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122634.5481 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122640.2657 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122651.6476 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122711.0439 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122716.86 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122725.6842 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717122731.3486 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122742.1792 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122771.6489 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717122777.9609 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122789.9392 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122798.9204 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122806.4923 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122813.4702 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122818.3889 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717122825.6083 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122831.6287 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122844.4115 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122862.9223 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122879.0582 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717122889.5903 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122895.6641 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122909.8967 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122915.6074 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122925.1277 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122931.2448 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122937.2045 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122943.0215 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717122948.8846 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122953.7973 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717123008.1803 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1717123076.2074 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1717123101.8817 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717124794.7362 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717153274.9711 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717207929.8821 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717217534.3179 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717231204.8928 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717265385.3362 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717285203.6269 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": false, - "tstamp": 1717293468.582 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": false, - "tstamp": 1717293491.0083 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293504.5815 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293517.7461 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293527.5597 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293536.1345 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717293546.7518 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717293554.0351 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293568.4703 - }, - { - "model_a": "VideoCrafter2", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293580.161 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293591.5149 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293602.8639 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717293616.4035 - }, - { - "model_a": "T2VTurbo", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717293623.5221 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293628.89 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717293635.1638 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293641.9995 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293647.9768 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293658.6194 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293666.2514 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717293671.5182 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717293680.9968 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293686.4655 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293697.9061 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293707.1435 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293719.0796 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293740.639 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293744.6538 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293756.298 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717293762.671 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717293769.1937 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717293775.9663 - } -] \ No newline at end of file diff --git a/arena_elo/results/20240601/elo_results_image_editing.pkl b/arena_elo/results/20240601/elo_results_image_editing.pkl deleted file mode 100644 index 785f863dcce1cc15bb16f8e819601d8573a0ae74..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240601/elo_results_image_editing.pkl +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:77f01bb69a84642304bfbdad304005aee1279b9ea50e7bdb2c40fd8174d94052 -size 62344 diff --git a/arena_elo/results/20240601/elo_results_t2i_generation.pkl b/arena_elo/results/20240601/elo_results_t2i_generation.pkl deleted file mode 100644 index a4f37a0ee085b3f8e407205b5961f2628bb9f364..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240601/elo_results_t2i_generation.pkl +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:874b317ce16c1b3c3b0616a5ad5a9ef26b754121a0e241a3e23356f944d00b3b -size 68005 diff --git a/arena_elo/results/20240601/elo_results_video_generation.pkl b/arena_elo/results/20240601/elo_results_video_generation.pkl deleted file mode 100644 index 1ca1ab5caef898c4a87c72c3c7806bed73fd5b39..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240601/elo_results_video_generation.pkl +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f0a55a2bcf95eb42d2fc282d1953a7ef9a9403ed71e25b75ce3e8dbd48c6aba4 -size 59749 diff --git a/arena_elo/results/20240601/image_editing_leaderboard.csv b/arena_elo/results/20240601/image_editing_leaderboard.csv deleted file mode 100644 index 90c4403d3f00dc7066c2a4899c6ab68ed3b29774..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240601/image_editing_leaderboard.csv +++ /dev/null @@ -1,10 +0,0 @@ -key,Model,Arena Elo rating (anony),Arena Elo rating (full),License,Organization,Link -MagicBrush,MagicBrush,1111.2732859076214,1112.8622355116509,CC-BY-4.0,"The Ohio State University, University of Waterloo",https://osu-nlp-group.github.io/MagicBrush -InfEdit,InfEdit,1079.0224711699423,1081.8108089021207,CC BY-NC-ND 4.0,"University of Michigan, University of California, Berkeley",https://huggingface.co/spaces/sled-umich/InfEdit -CosXLEdit,CosXLEdit,1065.6784788847476,1066.700916179776,cosxl-nc-community,Stability AI,https://huggingface.co/spaces/multimodalart/cosxl -InstructPix2Pix,InstructPix2Pix,1032.776893862205,1030.572277544514,"Copyright 2023 Timothy Brooks, Aleksander Holynski, Alexei A. Efros","University of California, Berkeley",https://www.timothybrooks.com/instruct-pix2pix -PNP,PNP,997.398661562473,1002.1810597126929,-,Weizmann Institute of Science,https://github.com/MichalGeyer/plug-and-play -Prompt2prompt,Prompt2prompt,987.9308386123184,989.0980692125365,Apache-2.0,"Google, Tel Aviv University",https://prompt-to-prompt.github.io -CycleDiffusion,CycleDiffusion,938.9136055945952,932.7722089669647,X11,Carnegie Mellon University,https://github.com/ChenWu98/cycle-diffusion -SDEdit,SDEdit,929.6998472476807,927.8882066556056,MIT License,Stanford University,https://sde-image-editing.github.io -Pix2PixZero,Pix2PixZero,857.3059171584165,856.1142173141388,MIT License,"Carnegie Mellon University, Adobe Research",https://pix2pixzero.github.io diff --git a/arena_elo/results/20240601/t2i_generation_leaderboard.csv b/arena_elo/results/20240601/t2i_generation_leaderboard.csv deleted file mode 100644 index 1a78eb859704496d82771f31916abdcde98f5feb..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240601/t2i_generation_leaderboard.csv +++ /dev/null @@ -1,12 +0,0 @@ -key,Model,Arena Elo rating (anony),Arena Elo rating (full),License,Organization,Link -PlayGround V2.5,PlayGround V2.5,1147.6291703802503,1150.0213074790438,Playground v2.5 Community License,Playground,https://huggingface.co/playgroundai/playground-v2.5-1024px-aesthetic -PlayGround V2,PlayGround V2,1099.198401481928,1098.3295956022835,Playground v2 Community License,Playground,https://huggingface.co/playgroundai/playground-v2-1024px-aesthetic -StableCascade,StableCascade,1058.0568819158823,1062.336941809249,stable-cascade-nc-community (other),Stability AI,https://huggingface.co/stabilityai/stable-cascade -SDXLLightning,SDXLLightning,1056.4503186176216,1059.90290087973,openrail++,ByteDance,https://huggingface.co/ByteDance/SDXL-Lightning -PixArtSigma,PixArtSigma,1050.6969578706228,1049.9384351522287,openrail++,PixArt-alpha,https://fal.ai/models/fal-ai/pixart-sigma -PixArtAlpha,PixArtAlpha,1050.0916419067667,1038.1443879907235,openrail++,PixArt-alpha,https://huggingface.co/PixArt-alpha/PixArt-XL-2-1024-MS -SDXL,SDXL,1001.1475063334567,999.8407416161948,openrail++,Stability AI,https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0 -SDXLTurbo,SDXLTurbo,935.1781836808527,932.9973793492295,sai-nc-community (other),Stability AI,https://huggingface.co/stabilityai/sdxl-turbo -LCM(v1.5/XL),LCM(v1.5/XL),932.3939713973384,925.8504930231434,openrail++,Latent Consistency,https://fal.ai/models/fal-ai/fast-lcm-diffusion/api -OpenJourney,OpenJourney,852.5184836284428,847.1843181871366,creativeml-openrail-m,PromptHero,https://huggingface.co/prompthero/openjourney -LCM,LCM,816.6384827868413,829.7832797980595,MIT License,Tsinghua University,https://huggingface.co/SimianLuo/LCM_Dreamshaper_v7 diff --git a/arena_elo/results/20240601/video_generation_leaderboard.csv b/arena_elo/results/20240601/video_generation_leaderboard.csv deleted file mode 100644 index eb15bafc11f086f9995dc5bdb7cf7c6396847041..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240601/video_generation_leaderboard.csv +++ /dev/null @@ -1,9 +0,0 @@ -key,Model,Arena Elo rating (anony),Arena Elo rating (full),License,Organization,Link -StableVideoDiffusion,StableVideoDiffusion,1197.3891415213045,1228.7326412132002,stable-video-diffusion-nc-community,Stability AI,https://fal.ai/models/fal-ai/fast-svd/text-to-video/api -AnimateDiff,AnimateDiff,1076.7073236982264,1076.2594478514502,creativeml-openrail-m,"The Chinese University of Hong Kong, Shanghai AI Lab, Stanford University",https://fal.ai/models/fast-animatediff-t2v -T2VTurbo,T2VTurbo,1075.1283325084098,1034.2104834546742,cc-by-nc-4.0,"University of California, Santa Barbara",https://huggingface.co/jiachenli-ucsb/T2V-Turbo-VC2 -VideoCrafter2,VideoCrafter2,1066.1439972125954,1068.6824957279891,Apache 2.0,Tencent AI Lab,https://ailab-cvc.github.io/videocrafter2/ -LaVie,LaVie,975.5835007290805,977.4242179063297,Apache 2.0,Shanghai AI Lab,https://github.com/Vchitect/LaVie -OpenSora,OpenSora,907.78356567307,909.0903616850528,Apache 2.0,HPC-AI Tech,https://github.com/hpcaitech/Open-Sora -ModelScope,ModelScope,856.5801154935552,858.0685226371207,cc-by-nc-4.0,Alibaba Group,https://arxiv.org/abs/2308.06571 -AnimateDiffTurbo,AnimateDiffTurbo,844.6840231637599,847.531829524186,creativeml-openrail-m,"The Chinese University of Hong Kong, Shanghai AI Lab, Stanford University",https://fal.ai/models/fast-animatediff-t2v-turbo diff --git a/arena_elo/results/20240602/clean_battle_image_editing.json b/arena_elo/results/20240602/clean_battle_image_editing.json deleted file mode 100644 index 81d96e2f53c3130dd34b057a54bc72c9516b8a1a..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240602/clean_battle_image_editing.json +++ /dev/null @@ -1,8962 +0,0 @@ -[ - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707712630.872 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707712699.668 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707712896.0427 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707712929.7061 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707713147.0445 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707713198.9284 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707713210.1306 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707713747.5115 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707715613.7226 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707765708.2644 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707765861.2742 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707765975.0206 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707768866.9065 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707771673.2989 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707784377.6617 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707784466.8915 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707784983.9581 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707785277.16 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707795299.0619 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707795798.752 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707796435.7996 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707797278.7369 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707797279.6004 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805086.9739 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805220.3253 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805332.6322 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805476.0509 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818374.3438 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834631.9088 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834954.0147 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835366.544 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835643.6178 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835789.25 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836852.671 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707836952.6082 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707837020.7148 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707837226.2259 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707838166.1449 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707838405.0013 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707839133.3126 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707839484.6824 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707850104.2499 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707851384.7689 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707851936.9466 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707852836.3291 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707852878.673 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707853008.1359 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707856807.6229 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707863740.3507 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707866312.1118 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883083.3533 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883181.1397 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883187.9173 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883507.587 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883939.6125 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707892689.4407 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908988.749 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912639.2701 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917685.9574 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919429.336 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707932651.9192 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707932749.3107 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933208.5797 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707945335.6341 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708031168.6838 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708038931.5388 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708057382.78 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708093689.8237 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708093910.4683 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708095090.8232 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708095305.4665 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140553.1694 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708145512.3656 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708145724.4127 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708146846.5098 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189738.4864 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708235874.9246 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708257619.7115 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708341265.7655 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708350183.3086 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708399707.1681 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708441502.4707 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708441716.8195 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708546759.2009 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708546805.4892 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708547082.7124 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708547166.9685 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708547293.7107 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708575046.0529 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708615466.9264 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708615516.3341 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205399.0098 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205767.8923 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709443700.05 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709702898.9291 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710091925.1861 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710517781.1525 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710517859.2942 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710535672.9791 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714359818.6646 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714363016.9972 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714715956.3416 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714759928.3804 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715246275.0118 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715247590.2235 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715406266.2562 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715406354.5284 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715406371.8227 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715406418.5066 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1715406449.9401 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715406466.5778 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715620708.6361 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715621013.5373 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715661224.0507 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661259.6143 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661288.6018 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715661310.3621 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715718742.1258 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715718773.1054 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715718785.2832 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715718804.143 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715718826.0248 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715718869.0041 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715718904.9307 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715718933.1272 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715718954.8497 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715718966.8633 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719000.6673 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719019.5495 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719035.903 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719046.925 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719059.6291 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715719076.6727 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719086.7836 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719109.8071 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719122.8237 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715719134.1345 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715719153.4359 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715719160.5285 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715719171.4473 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719184.6227 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719210.0429 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719219.6447 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719237.7036 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719249.4321 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719257.5877 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719273.7637 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715719288.4629 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719299.1712 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719306.5928 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715719356.0694 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719368.0491 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719379.185 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719389.0771 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715719397.7162 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719406.4165 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719429.1002 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719435.4694 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719454.4526 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715719470.154 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719482.3114 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719499.9643 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719513.7317 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715719527.69 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719542.751 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715719560.9912 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719575.3291 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715719581.9552 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719591.9907 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719601.8819 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719612.1837 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719620.469 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719627.34 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719632.694 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719652.2038 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719661.8855 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719677.2949 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719687.3022 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719699.47 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719706.2375 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715719717.3564 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719722.5542 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719728.5417 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719737.2385 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715815138.5243 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715815152.0033 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715815169.0475 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715815187.1917 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815197.5233 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815209.8285 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815228.6736 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815236.3935 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715815265.9705 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715815278.5019 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715815294.5978 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715815325.4468 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715913098.6617 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716541099.5281 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716604696.0584 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716604715.0998 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716604747.7838 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716604763.4297 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716604782.4706 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716604802.0201 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716604811.6914 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716604825.8294 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716604840.2501 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716604877.822 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716604889.6984 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716604900.9223 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716604924.2766 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716604973.5794 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605034.895 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605062.8663 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605094.132 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605107.7767 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605140.0956 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605160.9401 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605168.0546 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605180.0919 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605190.4643 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605203.491 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605212.2599 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605237.2731 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605272.7429 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605289.9933 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605364.041 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605374.0614 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605393.5416 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605435.4312 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605443.9063 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605459.0496 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605473.3953 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605489.2814 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605504.7184 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605514.6453 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605529.8279 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605536.3404 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605543.2047 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605555.7948 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605601.5404 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605617.6268 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716605767.6135 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605777.2385 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605786.114 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605797.1427 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605809.6831 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605815.6526 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605835.1453 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605851.8386 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605858.451 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605866.4186 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605876.5431 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605891.073 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605900.0983 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605911.731 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716605928.9167 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605935.6882 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605946.6158 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605963.4158 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605972.2306 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605977.6398 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605987.465 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605996.3853 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606007.8113 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606016.5768 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606025.5488 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606039.5413 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606046.7561 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606054.0681 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606077.4586 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606088.2332 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606094.3957 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716606109.6773 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606119.4549 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716606125.8236 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606173.3143 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606195.2603 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606212.8981 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606219.0605 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606276.8289 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606288.2044 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606301.084 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606308.3969 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606433.9409 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606445.3091 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606477.3758 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606493.8176 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716606508.3021 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606516.8283 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606522.0526 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716606532.5815 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716606539.6957 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606547.5616 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716606554.0222 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716606564.3506 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606571.9707 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606585.7455 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606658.4599 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606693.8678 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716606709.0046 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606714.772 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716606727.6123 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716606735.0284 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606736.1803 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716606750.7617 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606786.724 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716606795.6984 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606813.8378 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606821.1015 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716607198.5045 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716607313.6175 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716607335.621 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716607370.4447 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716607389.5909 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716607420.1556 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716607435.2448 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716607465.4746 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716607486.7762 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716607506.9187 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716607635.4724 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716607663.0868 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716607692.9044 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716607819.9864 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716607857.6216 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716607895.8098 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716607940.0025 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716608033.9248 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716608099.9552 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716608114.2412 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716608131.8764 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716608196.7546 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716608299.8432 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716608352.2537 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716608470.6085 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716608508.9979 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716608535.256 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716608566.826 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716608606.9532 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716608621.3425 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716608645.7473 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716612490.9409 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716612527.7806 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716612609.5129 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716612630.2038 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716612663.528 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716612720.848 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716612753.058 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716612767.6391 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716612818.0482 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716612834.8391 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716612983.5404 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716613207.8915 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716613226.5981 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716613269.8392 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716613291.7248 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716613309.4071 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716613349.4281 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716613367.9389 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716613477.8186 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716613526.575 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716613544.7169 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716613580.5038 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716613599.3925 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716613614.4265 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716613641.2903 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716624300.8537 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716624324.2507 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716624482.9731 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716624506.1195 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716624641.2863 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716624657.8231 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716624672.2087 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716624694.7044 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716624708.3765 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716624735.9337 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716624764.5497 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716624811.5006 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716624821.927 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716627512.45 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716627556.3932 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716627583.262 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716627601.5072 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716627630.3773 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716627645.3205 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716627654.1454 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716627664.0213 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716627696.4511 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716627737.1743 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716627760.0293 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716627806.4061 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716627823.411 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716627837.6457 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716627889.0123 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716627913.6212 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716627938.5274 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716627966.1975 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716627991.8079 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628039.5051 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716628049.0246 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628071.9832 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628102.5049 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628123.5594 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628139.9985 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716628202.7625 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628221.104 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716628235.6369 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628251.4878 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716628267.8306 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628349.2577 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628370.6073 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628387.7431 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628402.2801 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628427.6381 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716628441.3679 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628552.0395 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628575.0907 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628587.6707 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628613.9413 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628733.2486 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716628772.2221 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628791.3244 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628807.4081 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628821.1404 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716628836.985 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628861.8452 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628891.0125 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628902.487 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716628918.8331 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628951.6453 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628964.4758 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628982.7156 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628995.118 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716629006.1009 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716629122.6311 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716629131.5469 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716629155.007 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716629223.4708 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716629240.7598 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716629252.7463 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716629269.2787 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716629285.113 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716629309.7244 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716629327.7166 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716629348.9576 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716629379.5769 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716629387.8439 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716629394.9593 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716630816.1122 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716630830.5477 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716630859.8113 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716630885.4225 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716630924.4544 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716630945.9567 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716630954.8739 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716630968.5578 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716630975.9243 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716630992.0216 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631006.7525 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631016.2736 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631043.2819 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631060.2613 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631073.9389 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631096.5981 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631112.1769 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631124.7037 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631145.1105 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631153.7837 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631163.1188 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631172.0382 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631183.3196 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631202.0102 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631210.0823 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631235.8828 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631312.1531 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631329.399 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631346.5938 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631361.6892 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631371.3178 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631382.9464 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631401.9484 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631417.3884 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631448.8928 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631488.7331 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631507.9737 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631517.4479 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631531.9308 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631553.6769 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631570.6625 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631580.1846 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631598.3167 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631619.3618 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631630.5917 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631664.6107 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631674.7839 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631684.5079 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631699.6647 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631707.7887 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631719.8237 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631731.3032 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631769.5139 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631801.296 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631813.1815 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631828.467 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631836.0902 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631848.4219 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631861.4561 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631875.5465 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631890.5883 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716638896.4123 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716638917.0964 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716638929.8315 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716638951.6381 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716638962.8244 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716638988.3276 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716639003.4669 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716639020.3111 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716639037.6966 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716639055.943 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716645468.6656 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716645603.2374 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716646164.612 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716646283.3472 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716646367.4252 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716646552.7164 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716646593.4385 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716646674.2926 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716646705.5886 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716646764.3246 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716646790.3248 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716646908.2416 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716646917.0648 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716646962.0953 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716646983.9078 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647000.6985 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647018.3633 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647028.6519 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647069.2087 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647081.4386 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647094.6684 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647107.594 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647137.1078 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647149.0847 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647164.5651 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647193.8495 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647207.3299 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647225.9565 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647237.3443 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647247.7742 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647259.7063 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647277.9556 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647293.7004 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647309.7046 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647329.3152 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647368.3156 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647388.6718 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647399.0991 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647408.8236 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647423.0791 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647429.2995 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647462.174 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647475.9573 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647484.0343 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647492.1555 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647504.6877 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647517.8133 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647524.0753 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647535.0545 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647545.384 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647554.8101 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647571.0596 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647578.6755 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647587.3561 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647603.0765 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647612.2839 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647623.6549 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647638.9469 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647653.8856 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716667796.1672 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716667816.6491 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716667838.2985 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716667860.5556 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716667884.9599 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716667901.3108 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716667924.6361 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716667944.9242 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716668287.7166 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716668327.9491 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716668343.2883 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716697472.7914 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716697504.4035 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716697573.1098 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716697624.325 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716697744.7634 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716697956.3807 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716698033.0577 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716698245.4344 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716698327.003 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716698371.6 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716698415.9121 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716698532.8953 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716698558.7503 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716698579.6523 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716698675.3115 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716698771.0441 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716698816.1336 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716698852.9314 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716698895.188 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716698933.0638 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716698970.2659 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716699036.1158 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716725103.4194 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725120.8321 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725177.518 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725206.1811 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725232.3641 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725265.4435 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725273.1522 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725286.6907 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716725336.5373 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725356.592 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725380.8564 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725393.6974 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725408.9409 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725423.1308 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725432.9063 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725448.4239 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725469.283 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725486.8823 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716725498.6122 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725513.3688 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725555.9442 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725563.9122 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725573.8446 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716725588.1728 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725599.5479 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725691.6935 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725704.7868 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716725717.6671 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716725733.9649 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725749.405 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725765.4507 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725779.885 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725788.5182 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716725801.1148 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725812.947 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725822.4764 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716725843.3425 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716725858.0287 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725864.898 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725883.5483 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725899.1615 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725916.7568 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725929.6466 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725960.9953 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725969.5173 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725978.2458 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725988.7294 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725997.7098 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726052.9235 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726062.2163 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726079.1784 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726089.0051 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726100.9303 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726106.9981 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726181.5152 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726194.4541 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726210.8484 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726222.7297 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726232.6604 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726241.3459 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726250.2725 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726259.2974 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726270.4228 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726283.5017 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726288.9639 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726301.2998 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726311.6449 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726322.2733 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726331.7043 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726342.534 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726352.3007 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726360.8671 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726375.4623 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726442.4983 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726479.6581 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726489.4382 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726497.8571 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726650.7564 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726666.148 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726685.0972 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726700.6411 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726720.8035 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726850.0132 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726860.3356 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726869.5719 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726878.9527 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726893.8929 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726905.2733 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726912.4957 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726921.1703 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726931.0016 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726945.6522 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726954.269 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726966.1476 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726976.7288 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726985.7507 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726994.7678 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727000.3326 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727007.0475 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727084.248 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727094.5719 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727103.1498 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727110.5311 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727117.0022 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727130.1414 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727140.3192 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727152.0947 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727159.4137 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727168.834 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727181.0654 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727187.9869 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727194.7647 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727210.4056 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727217.6723 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727225.234 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727240.5225 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727280.6958 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727291.9284 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727313.3798 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727329.2167 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727342.9492 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727352.7768 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727361.2992 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727370.3721 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727385.0504 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727394.9735 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727403.6456 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727411.1677 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727421.2407 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727434.2823 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727442.6072 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727452.7373 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727460.2099 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727467.3859 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727475.6552 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727483.3718 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727504.8113 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727512.3856 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727521.954 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727546.9149 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727553.7833 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727565.8214 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727580.3035 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727595.4295 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727627.0124 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727642.3164 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727651.8417 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727766.9252 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727783.5783 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727791.2986 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727800.8717 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727807.8322 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727814.7437 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727833.5955 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727840.6222 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727848.448 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727853.6167 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727875.6262 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727962.6967 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727969.5155 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727980.2147 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727991.5302 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727998.7991 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728003.9723 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728009.5917 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728021.0284 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728027.6106 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728036.1964 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728043.0191 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728048.4259 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728057.0579 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728069.9569 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728075.4683 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728083.4866 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728098.2752 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728109.9985 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728120.1675 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728128.2855 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728135.1512 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728139.9626 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728152.3502 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728160.6171 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728175.5073 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728182.7262 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728188.0396 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728193.1535 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728204.5769 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728214.5113 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728232.5306 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728238.5444 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728247.7701 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728261.0162 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728267.0339 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728273.0023 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728280.8717 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728286.5857 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728293.647 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728305.528 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728312.3004 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728321.2286 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728328.2916 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728798.2101 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728810.132 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728821.5646 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716745620.8532 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716745652.6839 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716745700.088 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716745855.4743 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716745897.8491 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716745953.0266 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716745973.8221 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716746017.6491 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716746205.3685 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716746244.2996 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716746264.2568 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716746280.753 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716747213.2132 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716747256.9527 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716747300.2075 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716747339.5826 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716747369.3644 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716747398.616 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716747448.3494 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716747552.803 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716747584.6276 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716747606.2848 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716747649.6574 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716747682.3376 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716747722.6405 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716747797.5494 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716747869.0399 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716747891.4571 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716747920.2327 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716747939.584 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716749646.7843 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716749696.354 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716749730.2495 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716749776.2764 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716749888.4603 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716749914.5802 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716749940.5542 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716749970.5263 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716750008.2537 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716750043.8712 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716750065.3746 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716750112.0539 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716750157.4182 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716750199.2141 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716750245.6854 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716750276.6703 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716750290.0386 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716750349.4492 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716750770.827 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716750833.5807 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716750884.3672 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716750909.7914 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716750937.9258 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716750946.6655 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751002.0069 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716751046.5212 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716751061.8143 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716751286.7161 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716751312.3299 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716751333.1833 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716751352.0314 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716751398.6861 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716751409.0689 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751438.6903 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751449.6622 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751493.5744 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716751520.7481 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751537.404 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716751571.7975 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751597.6236 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751674.3896 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751897.9933 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751919.4483 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716751963.2601 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751980.0005 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716752027.9047 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716752069.4363 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716752091.6392 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716752112.3889 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716752185.2672 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716752208.324 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716752232.3811 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716752258.8471 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716752273.9366 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716752289.3346 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716752318.912 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716752341.673 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716752369.1086 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716752420.3603 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716752443.7085 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716752473.0068 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716770800.2033 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716770833.503 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716770921.4936 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716770961.0228 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716770978.5851 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716771033.0563 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716771066.8997 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716771084.1461 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716771390.7352 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716771435.5882 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716771460.8085 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716771501.3232 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716771529.5106 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716771569.7391 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716771623.3557 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716771639.5937 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716771692.6055 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716771726.0409 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716771740.3794 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716771761.0267 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716771786.9587 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716771832.6608 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716771864.9875 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716771988.4943 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772015.8433 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716772047.2998 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772072.6244 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716772110.219 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716772148.5693 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716772175.5359 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772220.595 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772248.9167 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716772264.4062 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716772290.9725 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772311.6721 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716772346.2647 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716772364.5651 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716772417.134 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772447.3156 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772475.9282 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716772504.7128 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772534.6455 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772558.7136 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716772618.9677 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772637.6682 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716778193.4021 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716778255.1581 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716778281.1296 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716778297.5692 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716778319.2647 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716778336.0106 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716778363.1849 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716778407.3813 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716778438.3131 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716778457.8029 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716778478.8008 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716778524.6186 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716778543.2156 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716778581.0017 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716778595.846 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716778607.4723 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716778704.4312 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716778784.114 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716778801.3088 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716778816.989 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716778835.9736 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716778850.5585 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716778885.4462 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716778968.7207 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716778982.5946 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716779003.2926 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716779035.6513 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716779097.9753 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716779110.0009 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716779164.9744 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716779245.6599 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716779296.482 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716779322.9584 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716779479.8991 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716779640.4905 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716779656.9219 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716779665.4907 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716779751.7009 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716779988.3009 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716780075.7086 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716780472.9575 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716780485.9866 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716780534.8805 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716780704.5129 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716780809.5332 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716781707.8162 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716781778.9452 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716781789.3343 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716781802.7098 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716781835.6565 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716781850.9427 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716782287.4771 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716782307.5565 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716782937.7169 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783011.9293 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783055.2146 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783156.9271 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716783193.0253 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716783208.4454 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716783218.1332 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716784739.8189 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716784748.8183 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716784757.1946 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716784765.8243 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716784775.4521 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716784787.5963 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716784801.2159 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716784807.5815 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716784816.2664 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716784821.9924 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716784839.6517 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716784847.4338 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716784854.3106 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785024.4047 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785046.8706 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785053.8933 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785060.513 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785067.5828 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785075.749 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785087.6916 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785096.0125 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785108.6982 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785116.5259 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785127.3601 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785132.0745 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785139.7482 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785144.0578 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785151.4275 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785158.947 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785167.5445 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785175.8666 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785183.1868 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785192.5624 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785200.1835 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785206.9135 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785212.8835 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785218.6964 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785224.6635 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785234.6452 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785256.9071 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785266.7337 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785278.6704 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785291.4158 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785300.1498 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785305.2199 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785313.2209 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785317.5344 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785324.3491 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785333.0287 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785340.8999 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785349.0648 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785356.5829 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785363.3454 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785368.7598 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785384.7571 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785389.6236 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785396.3496 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785402.7159 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785415.2479 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785423.4729 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785430.0946 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785437.6661 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785443.3382 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785449.2573 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785454.8719 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785461.1412 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785466.0021 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785472.821 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785484.5529 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785494.9277 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785505.7098 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785512.5814 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785520.1532 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785531.8845 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785538.5559 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785545.434 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785551.657 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785561.7403 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785568.9193 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785578.0577 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785583.0768 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785590.6469 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785599.7238 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785607.651 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785620.092 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785625.6658 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785636.7949 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785643.572 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785649.2373 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785655.7093 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785661.2337 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716791578.2263 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716848213.9411 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716848236.6724 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716848256.6296 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716848276.9927 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716848291.9049 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716848303.7966 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716848321.8917 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716933000.7532 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716996806.4746 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716997108.8591 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717033419.5582 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717033466.5538 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717033496.9304 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717124938.8257 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.4.148", - "anony": false, - "tstamp": 1717223388.7242 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717229294.5639 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717347216.3245 - } -] \ No newline at end of file diff --git a/arena_elo/results/20240602/elo_results_image_editing.pkl b/arena_elo/results/20240602/elo_results_image_editing.pkl deleted file mode 100644 index 37df7ac043dcc4a62063ce87d95c2e279fa9953e..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240602/elo_results_image_editing.pkl +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:41c7f35c5812940344d1b3f626339820480de7a40b029df9a1ce62f969833173 -size 62454 diff --git a/arena_elo/results/20240602/image_editing_leaderboard.csv b/arena_elo/results/20240602/image_editing_leaderboard.csv deleted file mode 100644 index e91bc19aec73cf55cb845ae6be3d8f6bc6727208..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240602/image_editing_leaderboard.csv +++ /dev/null @@ -1,10 +0,0 @@ -key,Model,Arena Elo rating (anony),Arena Elo rating (full),License,Organization,Link -MagicBrush,MagicBrush,1111.287883287791,1112.8809479007448,CC-BY-4.0,"The Ohio State University, University of Waterloo",https://osu-nlp-group.github.io/MagicBrush -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 -CosXLEdit,CosXLEdit,1065.6805346660533,1066.704128727434,cosxl-nc-community,Stability AI,https://huggingface.co/spaces/multimodalart/cosxl -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 -PNP,PNP,998.4983696664473,1003.2359999540579,-,Weizmann Institute of Science,https://github.com/MichalGeyer/plug-and-play -Prompt2prompt,Prompt2prompt,987.9337296502758,989.0974614471744,Apache-2.0,"Google, Tel Aviv University",https://prompt-to-prompt.github.io -CycleDiffusion,CycleDiffusion,938.9517299322257,932.7970251208932,X11,Carnegie Mellon University,https://github.com/ChenWu98/cycle-diffusion -SDEdit,SDEdit,928.5595445205557,926.7905094883904,MIT License,Stanford University,https://sde-image-editing.github.io -Pix2PixZero,Pix2PixZero,857.3136252892202,856.1270528224718,MIT License,"Carnegie Mellon University, Adobe Research",https://pix2pixzero.github.io diff --git a/arena_elo/results/20240603/clean_battle_t2i_generation.json b/arena_elo/results/20240603/clean_battle_t2i_generation.json deleted file mode 100644 index 2f483006dc78e47afee272a7a85f750f237ca9f9..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240603/clean_battle_t2i_generation.json +++ /dev/null @@ -1,42578 +0,0 @@ -[ - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707700514.3167 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707701110.2369 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707707434.9832 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707707467.1955 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707715202.5963 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707743517.6731 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707748092.0895 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707766084.3648 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707767434.9053 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707768049.9814 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707771506.9525 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707771618.8687 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707775417.8407 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707797986.5458 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707798121.0587 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707798585.0672 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707802112.022 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707802188.2116 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707802195.8893 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707803608.5079 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707803788.5758 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707803904.6801 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707803981.9232 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804176.6944 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804270.7927 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804297.8869 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804318.2703 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804334.1219 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804349.6842 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804364.5668 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804402.5063 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804439.225 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804479.6379 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804525.4779 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804569.4346 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805195.1868 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805385.1199 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707805544.5954 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805719.6055 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805892.4114 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806065.7944 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806165.7019 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806263.1867 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806323.9389 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806366.3154 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806417.7003 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806450.0813 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806488.8729 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806686.917 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707807465.0362 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707807624.1859 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808070.8364 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808165.8424 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808223.4083 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808242.8483 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808305.2596 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808365.8652 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808516.9725 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808592.0266 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707808776.6806 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707809207.6029 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707809528.5104 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707810829.8424 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707810888.7795 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707811836.4507 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812355.1994 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812463.5112 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812564.4237 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812633.8829 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812692.7422 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812731.7789 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812790.8552 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813196.5863 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813385.0823 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813688.5409 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813789.2976 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813801.8046 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813968.2954 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814081.937 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814113.8281 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814208.3473 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814576.4902 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814587.9823 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814630.8904 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707814638.1626 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814678.0675 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815069.0454 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815265.8876 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815309.9341 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815471.0053 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815496.1672 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815515.1383 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815597.8351 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707816139.8542 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707816453.2139 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707816524.6134 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707816642.8445 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707817578.7496 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818116.1249 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818116.4886 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818164.7455 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818248.2875 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818875.2918 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707819636.4627 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707820183.6769 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707820223.2706 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707821064.6519 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707821537.8837 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707821734.9105 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707821913.7658 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707822028.5932 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707822757.6234 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707824160.6135 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707824465.7056 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707824555.3203 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825315.02 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825427.9915 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825465.0846 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825513.2124 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825892.4661 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825936.2938 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707826004.6453 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707826621.1118 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707826696.6391 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707827607.6358 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707828504.1443 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707828598.2702 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707828650.1074 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829422.0774 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829424.1119 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829545.1677 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829558.9178 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829575.4002 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707829605.377 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829655.401 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829671.9346 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829764.2277 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707830051.739 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707831907.61 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707832672.6529 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833021.7755 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833211.1736 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833330.5156 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833567.2266 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833793.1294 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834070.3689 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834184.5449 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834553.1154 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834593.0783 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834668.474 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834707.0272 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834747.5192 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834769.6714 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834838.9968 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834939.7331 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835013.9187 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835059.1088 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707835084.9734 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835143.1459 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835157.8035 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835271.8395 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835326.7352 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835390.8923 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835525.9638 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835615.8358 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835679.3932 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835717.0721 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835853.3267 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835989.8838 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707836084.5509 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836132.9464 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836135.0599 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836237.3436 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836314.9641 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836695.3278 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707837085.8896 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707839155.8114 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707840267.3024 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707840932.8884 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707841426.0637 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707841877.0338 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707841965.2778 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707842944.8061 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707843000.9465 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707843932.2112 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707844717.8943 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707845169.7825 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707846883.7945 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847300.2803 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847465.1349 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847529.7859 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847805.9735 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847846.2293 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707848073.1447 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707848814.4383 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707849117.1598 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707850807.7058 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707850898.7895 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707851643.0572 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707852226.5775 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707852250.3298 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707852649.075 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707852658.3925 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854112.6589 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854223.7006 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854439.3584 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854467.9121 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854493.356 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707854644.0324 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854745.2094 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707854859.0911 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855029.8798 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855287.8118 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707855365.8721 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855592.3744 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855617.8623 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855662.3148 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707855663.1059 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707855706.2598 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855818.7279 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707857642.2074 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707857681.8972 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707858601.4616 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707859063.3978 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707859131.0729 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707859155.9948 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707859314.8579 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707861187.3856 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707861468.4384 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707861681.2523 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707861762.884 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863154.0782 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863220.9442 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863276.7531 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707863359.6247 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863562.8628 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863623.6038 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707864470.9299 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707865527.8262 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707865559.346 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707866156.3368 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707866211.1115 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707867088.7165 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707867880.8468 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707869812.1567 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707870348.7079 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707870392.0767 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707870526.6392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707870575.054 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707870639.4277 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871185.0523 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871233.4711 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871275.0108 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871354.9701 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871603.5439 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707871663.4536 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707871686.2102 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871840.7281 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871909.9365 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707872099.4329 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707872920.9285 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707872977.5665 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707874406.8176 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707875417.714 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707875703.986 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707875827.46 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707876432.1059 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707876829.205 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707877060.6713 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707878629.8346 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707878669.1334 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707878754.5179 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707879902.0051 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707881075.7184 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707881126.4996 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707882647.3191 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707882792.5618 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883779.6594 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707884893.6044 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707884977.6614 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707885031.1868 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707885083.3686 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707885959.1288 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707886120.659 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707886453.0044 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707887924.3075 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707888115.6326 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707888163.9161 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707888250.1088 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707888730.6572 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707888918.6905 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707889251.9249 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707889339.3417 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889511.4789 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889669.429 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889749.9811 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889822.2849 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707889889.5842 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889977.4531 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707890036.0378 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707890352.6404 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707890503.3537 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707890577.6157 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707891026.6919 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707891203.8892 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707891238.0325 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707891817.495 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707891838.6998 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707891867.0386 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707892517.4853 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707892603.8426 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707892776.7545 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707892856.4175 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707893005.224 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707893730.3778 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707893776.5582 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707893845.3551 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707893914.9762 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707894034.0264 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707894096.279 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707895246.3966 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707895682.8333 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707896516.4099 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897405.8243 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897594.363 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897777.4843 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897851.2186 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897859.3775 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897981.0235 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707898245.577 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707898288.3873 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707898690.7825 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707899153.9213 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707899254.7719 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707899600.5993 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707899708.2314 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707900399.2522 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707901463.2114 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707901625.6262 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707901724.895 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707901805.2825 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707901851.0289 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707901919.5957 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707902655.3889 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707903934.1831 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707903976.2698 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707904071.9685 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707904602.7143 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707904819.7667 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905092.372 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905159.5688 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905200.2306 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905205.8817 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905273.4656 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905352.1535 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905388.8247 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707905403.3113 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906463.3872 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906506.8365 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906531.5441 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906549.5815 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906674.4723 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906696.9843 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707906720.9523 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906789.0782 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707906831.6404 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906871.5136 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707906901.3599 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907016.8681 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907048.7211 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907133.1481 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907147.7204 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707907185.1271 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907223.9358 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707907247.2444 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707907276.8843 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907327.1575 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907427.1745 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907625.4958 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907746.2735 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907788.1814 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907918.7149 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907958.4932 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908048.9348 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908051.4076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908075.9936 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908311.8685 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908325.8212 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908458.9354 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707908563.0142 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908632.1933 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908900.8127 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908931.366 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707909339.6597 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707909562.0429 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707909679.8987 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707909685.0761 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707909778.3151 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707909998.5448 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910050.1127 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910100.9659 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910410.3087 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910587.4802 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910637.0556 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910755.6916 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910801.7684 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910811.2485 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910887.2329 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910896.9534 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707910900.8951 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707910905.4941 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910924.6707 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910982.6954 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910991.9937 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911029.3976 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911127.9317 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707911174.7956 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911218.698 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911276.8502 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911291.0875 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911316.0308 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911331.0514 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911344.5667 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707911518.1543 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911665.1089 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911758.3748 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912074.1765 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707912129.4306 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912176.8019 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912185.9448 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707912248.7648 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707912356.6732 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912462.9377 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912567.5438 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912649.0507 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912679.8891 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912837.4157 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912852.8909 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912910.5681 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912946.5205 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912959.2604 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912999.2068 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707913018.0211 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913032.8311 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707913060.4585 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913061.8856 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913099.4482 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913118.919 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913119.8888 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913178.1121 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707913182.7231 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913186.2456 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913203.1502 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913208.3418 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913251.3096 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913271.6578 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707913275.4802 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913313.9229 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913357.2293 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913389.2412 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913395.0962 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913408.1319 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913445.1243 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913472.8458 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913677.7619 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707914794.6501 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707914855.5524 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707914897.5771 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915023.9768 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915466.0448 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915532.6739 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915587.6978 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915672.2025 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915730.2925 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915777.2634 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915810.9608 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915839.1494 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915861.4564 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707915905.9859 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915915.5039 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707915916.0541 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915951.6873 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915960.4007 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707915970.9477 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916012.5482 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916044.5465 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916065.8303 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916099.7404 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916119.8235 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916170.2499 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916184.2409 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916200.7999 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916218.6752 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916256.2347 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916277.5221 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916309.6548 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916346.9444 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916350.0651 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916386.9622 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916390.033 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916390.6858 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916446.0376 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916450.6489 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916469.5215 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916470.5667 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916505.2343 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916518.4975 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916624.0147 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916696.0474 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916735.8473 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916747.4191 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916792.382 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916810.7745 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916813.1735 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916887.1351 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916898.5144 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916982.3532 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917000.8087 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917036.4298 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917058.6626 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917060.2105 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917073.6256 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917085.2154 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917155.4275 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917191.3453 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917205.0975 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917235.0206 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917258.3194 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917342.1145 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917372.6977 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917385.7986 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917423.7412 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917424.2131 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917498.4327 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917531.0262 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917548.0715 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917596.2616 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917600.5537 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917655.0935 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917673.9615 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917719.7166 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917729.4175 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917759.6363 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917804.9582 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917865.5889 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917969.5961 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918011.8903 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918085.0867 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918131.4236 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918160.0215 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918163.8283 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918194.5629 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918221.8827 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918235.3786 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707918264.5256 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918277.8947 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918323.7305 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918332.564 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707918379.8486 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918434.8289 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918734.8183 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919027.1236 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919054.4345 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919144.3406 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919147.9338 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919230.7308 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919296.9083 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919393.1404 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919478.9496 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919493.7021 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919536.9567 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919564.2367 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919583.6984 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919740.9197 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919883.6543 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920419.1473 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920434.6966 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920509.1715 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920594.0594 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920645.8842 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707921077.823 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707921096.5352 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707921127.6203 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707921159.3097 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707921981.7617 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707922061.6904 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707922132.6713 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707922634.743 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707923032.4667 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707923073.1547 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707923142.4485 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707923251.1361 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707923992.1768 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924165.4497 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924275.8604 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924316.0433 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924413.8304 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924458.3192 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707924738.1432 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925003.1457 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707925076.2295 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925129.2682 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925550.0104 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925615.8461 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707925642.6322 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925766.1992 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707926618.0896 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707926694.5902 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707926790.021 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927050.9478 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927126.2106 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927208.069 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927393.043 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927453.8706 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927496.8595 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927535.7321 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927615.331 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927633.9045 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927650.8896 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927672.6334 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927740.0537 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927758.1402 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927810.2906 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927846.7507 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927893.3725 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927952.7473 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707928190.3431 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707928802.3991 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707929496.0313 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707929599.8263 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707930561.6607 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707931092.8987 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707931225.8171 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707931268.194 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707931887.2924 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707931888.75 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707932190.2759 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933068.2769 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933172.4871 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933217.1406 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933237.3513 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933268.7009 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933292.91 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933297.9225 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933369.0276 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933413.8632 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933431.0668 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933447.92 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933592.8238 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933643.523 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933686.1231 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933768.1406 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933803.0941 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933844.2358 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933880.1095 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933884.089 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933934.1742 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934023.9856 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934049.1471 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934128.2119 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934170.6913 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934267.1023 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934319.3214 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934374.2844 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934382.4736 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934500.6694 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934566.6378 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934598.3878 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934605.1143 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934647.2204 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934695.2706 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934736.906 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934850.4166 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707936241.0814 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707936291.0266 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707936385.9089 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938013.3449 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938180.4804 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938613.6437 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938841.3997 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938951.4817 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707939017.3308 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939045.2476 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939335.1893 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707939380.646 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939541.333 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939641.082 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707939724.1214 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939841.1799 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707939863.0875 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939899.5396 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939936.0293 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940089.2411 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707940185.0653 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940242.5355 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940300.4272 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940343.6813 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940414.8563 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707940439.7377 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707941105.2771 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707941135.1485 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941160.7901 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707941193.6775 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941217.7381 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941324.3807 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941402.8543 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941443.2223 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707941964.3088 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707942036.4955 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707942103.4557 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707942169.7327 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707942264.2183 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707942300.6322 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707942371.5746 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707942571.6778 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707942630.0493 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707943172.7209 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707944152.0658 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707944615.6625 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707945506.1476 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707948092.1905 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949089.686 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707949135.1425 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949281.598 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949303.603 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949494.8498 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707949543.3071 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949599.1029 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707949657.3906 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950176.7606 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950429.6834 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950620.6165 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950881.5139 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950909.097 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950952.0049 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951018.3882 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951081.6152 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951110.0858 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951224.8171 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951884.901 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951962.3044 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707953806.744 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707954087.9998 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707955217.9239 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707955441.7822 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707955865.4022 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707956100.154 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707956171.0881 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707956489.8228 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707956816.0064 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707956983.108 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707957228.6115 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707957427.2669 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707957439.2736 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707957488.8019 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707957695.3719 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707957899.2597 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707958825.5013 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959005.2791 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959072.8789 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959117.3202 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959283.7537 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959517.4248 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959519.9556 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959602.5617 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959668.3561 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959749.5751 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959822.3033 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959889.7336 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959970.3128 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959992.4392 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960066.9854 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960107.1791 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960257.2383 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707960280.0116 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960476.5261 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960552.5788 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960670.3518 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960774.498 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707961245.9252 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707961439.0165 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707961551.5716 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707961628.4485 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707961785.4298 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707961956.6665 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962044.6912 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962086.5075 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962154.8799 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962229.5275 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962306.3355 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962403.6811 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962522.5521 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707962603.7058 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962763.9479 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962856.1898 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962892.813 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707964125.4049 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707964169.0741 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707966705.091 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707966724.1749 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707966916.7014 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707967815.2925 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707968982.8117 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707969103.548 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969221.8545 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969259.4015 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969450.7528 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707969665.3351 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969670.5846 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969748.656 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969796.55 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969932.4526 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970385.7193 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970425.3208 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970472.9276 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970503.8312 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970525.255 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972274.9415 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972395.9 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972462.121 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972465.6562 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972546.5605 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972581.2215 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707974383.3476 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707974441.018 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707974600.5679 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707976631.6841 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707979936.4233 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707980270.8804 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707980272.3898 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707981908.5595 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707981954.3946 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707983689.7292 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707984025.2664 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707985171.0128 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707985495.8015 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707985600.1919 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707986326.9305 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707987318.5669 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707989144.9396 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707989216.3561 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707989423.3999 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707989478.1056 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707989604.5316 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990265.1551 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707990333.7524 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990374.8158 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707990391.696 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990445.4444 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990756.83 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990757.2978 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707990932.9713 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707991096.1999 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707991162.0321 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707992030.5292 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707992073.6867 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707992136.65 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707992209.4205 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707992310.9014 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707995128.8881 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707996569.4656 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707996881.5308 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707996925.6111 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707996970.7215 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707997020.0792 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707997022.6461 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707998799.4084 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707999877.7348 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708000822.1476 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708002809.7539 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708003720.8431 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708003807.5267 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708003850.4119 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708003907.1458 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708005395.3762 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708005524.2485 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708005643.0993 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708005691.4589 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708006921.3169 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007031.2278 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007084.9317 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007169.3253 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708007215.3003 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007254.5339 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007292.3956 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007326.5783 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007411.6694 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007479.5755 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007559.7187 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007640.8531 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007824.5635 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007911.4417 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708008022.0812 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708008304.3283 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708008493.171 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708008606.502 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009363.8241 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009519.9965 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009605.0407 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009855.0076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009925.4483 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708010303.5563 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708010563.9384 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708010909.8944 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708012564.8519 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708012593.424 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708012630.3344 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708012755.1099 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708012807.9212 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708014058.736 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708014155.9281 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708014995.8236 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708015893.8303 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708016214.6399 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016573.8328 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016674.2569 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016711.8716 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708016843.4831 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016913.4118 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708016917.5447 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016967.5059 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708017618.3768 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708017680.9518 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708017789.0711 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708017830.1909 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708017879.2762 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708018045.6918 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708018332.9514 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708018608.3155 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708018705.3157 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019436.3054 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019484.8673 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019600.7404 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019667.5597 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708019734.1978 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019952.4912 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708020007.0338 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708021280.5687 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708021364.4024 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708021396.0419 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708022277.8721 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708023219.4536 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708023736.4653 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708024331.3717 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708026562.9225 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708026693.4445 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708026800.3382 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708026862.5577 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708026938.8916 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708027019.5145 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708027078.7138 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708031098.3078 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708031341.1596 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708031374.8991 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708031417.0021 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708031538.3038 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708032188.7187 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708032342.5879 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708032420.9835 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708033022.7451 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708034090.3644 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708034113.0241 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708034291.5548 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708035819.7005 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708035875.1149 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708035917.9152 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708036289.7746 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708036362.6679 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708036453.317 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708036977.7648 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708037049.0098 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708037080.6835 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708037169.8772 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708037232.9368 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708037738.6347 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708037896.7138 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708037988.3194 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708038099.5572 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708038288.3241 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708038557.0852 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708039031.0195 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708039662.0893 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708042353.4358 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708044416.6951 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708044460.7379 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708044470.7821 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708044507.4909 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708044547.7829 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708044559.2364 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708046510.2161 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708046662.7907 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708046769.7022 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708046780.3516 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708047415.4947 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708048614.887 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708049331.8461 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708049392.378 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708049423.8199 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708049512.7601 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708049575.1588 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708050251.9377 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708050293.4472 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708050308.4985 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708050462.3975 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708050490.8809 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708050498.2108 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708051255.8866 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708053435.384 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708053546.2222 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708053599.0177 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708053966.9856 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708056214.2996 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708057229.1437 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708057322.8692 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708059311.1176 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708059391.5785 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708066612.8351 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708067096.0004 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708067136.5425 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708067232.3091 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708067415.799 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708067574.9226 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708067747.8749 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708068176.8901 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708068914.1969 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708068962.9907 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708069003.5298 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708069143.4702 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708069166.9656 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708069330.803 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708069568.027 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708069851.9453 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708070022.0949 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708072187.4975 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708073481.1461 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708073651.7052 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708073653.0893 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708073709.293 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708073728.9009 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708073806.5067 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708073960.942 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708074154.2882 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708074396.1484 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708074610.5856 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708074679.1138 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708075062.671 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708077280.5931 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708077322.0512 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708078267.7004 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708078294.7229 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708080014.8626 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708080718.6937 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708081723.1128 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708081849.7331 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708082357.1385 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708082676.9847 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084071.5593 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708084233.6032 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084272.1678 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708084306.2933 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084329.5404 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084422.5459 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084448.0676 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708084545.8871 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708085031.092 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708086036.0558 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708087431.6381 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708087504.3381 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708087677.8589 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708088182.024 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708088281.2235 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708088922.5211 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708090426.5116 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708091236.8975 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708091413.819 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708091496.0926 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708091866.6917 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708092044.7034 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708092811.4154 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708093457.1153 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708093518.1758 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708093822.1669 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708093946.8994 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708094792.9638 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708094833.2447 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708094914.4639 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708094981.2979 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708094985.2131 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095768.8978 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095886.5269 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708095900.0872 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095914.3337 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095954.1028 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095974.1364 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096033.0511 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096038.555 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096097.7387 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096182.5309 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096237.6472 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096327.0022 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097240.8207 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097419.7711 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097509.882 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097525.0774 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708097568.222 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097736.7028 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708098813.7485 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708098896.0644 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708100906.6197 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708100958.2986 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708101945.2317 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708103712.9627 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708104808.4396 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708104877.5801 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708104941.7841 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708105042.3432 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708105225.2412 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708105482.9868 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708105534.6317 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708106090.0451 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708106299.9794 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708106918.9237 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708106957.868 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107205.7853 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107337.0744 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107438.9079 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107810.5795 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107903.9406 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708108004.4948 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708108073.6932 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708108224.9075 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708108273.6716 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708108622.5794 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109377.927 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708109574.2361 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109787.5966 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109820.4291 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109964.8059 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109969.4701 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110086.0938 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110359.8645 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110478.6266 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110516.5118 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110722.0719 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110894.43 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111110.5333 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111157.5813 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111208.8895 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111209.35 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111276.261 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111345.4691 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111377.3504 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111412.456 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111425.0459 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111522.5294 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111544.3402 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111584.5444 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111635.4562 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111740.1655 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111831.8014 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111843.4166 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111871.713 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111945.6409 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112033.1376 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112061.7656 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112206.2574 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112206.7184 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112236.3926 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112257.9906 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112349.9469 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112428.7129 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112455.5679 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112666.5624 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112709.1203 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112756.4458 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708112810.0617 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112852.042 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112870.2931 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112919.3083 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113007.7759 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113097.3553 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113376.2534 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113377.609 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113429.7074 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113468.8579 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708113719.0232 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708113774.9737 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708113856.5251 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115064.8115 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115072.4056 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708115116.4138 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708115163.8253 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115274.4666 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115365.4239 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115700.4346 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708115781.6682 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708116986.3445 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117034.5467 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117316.253 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117391.8395 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117414.9773 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117719.1624 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117879.0764 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708118080.6109 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708118373.9448 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708120703.142 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708120778.5357 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708120816.2409 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708121482.9907 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708122033.6099 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708122072.9567 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708122197.6695 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708122265.2623 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708122285.9708 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708122851.3515 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708122975.753 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708123295.3367 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708123837.8162 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708123912.9557 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708124121.4218 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708124189.9424 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708124224.6943 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708124257.7295 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708125488.1034 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708125496.9753 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708126434.3092 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708126483.5169 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708126533.5348 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708127737.1941 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708127774.1258 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708128506.8302 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708128599.9542 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708130890.3452 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132065.7242 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708132126.7234 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708132196.5208 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132467.7891 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132626.6819 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132722.3279 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132794.4495 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708133220.6622 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708133379.774 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708133706.5342 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708133791.5656 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708134194.5586 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708135690.3016 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708135773.4307 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137137.0176 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137200.7484 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708137255.2448 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137646.0651 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137694.589 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137764.5412 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137828.0466 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708138110.5944 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140073.0293 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140088.8806 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708140139.0831 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140145.8505 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708140173.3316 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140179.8027 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140210.5382 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140213.5953 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140260.8624 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708140316.1129 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140360.1673 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140813.5111 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708141183.215 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708141891.6501 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708141971.4729 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708142581.4854 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708142676.2195 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708143073.5683 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708144618.1496 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708144678.6238 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708144779.724 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708144873.941 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708145293.1434 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708146014.328 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708146068.0118 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708146433.888 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708146806.7443 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708147115.7163 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708147988.779 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708148079.6994 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708148249.8614 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708148339.2037 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708149049.8244 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708149487.2149 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708149800.2536 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708151672.2439 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708151699.6482 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708151728.7431 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708151750.0684 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708151795.5923 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708152611.4998 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708155969.2393 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708156027.0017 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708156082.7118 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708156965.8117 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708157931.6349 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708160490.8999 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708160967.0389 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161072.7771 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161164.9265 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161175.3145 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161250.7839 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161344.4487 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161395.1099 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161470.5154 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161493.8058 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161578.5919 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161685.3502 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161744.4562 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161830.4571 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708162423.7927 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708162788.7029 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708162927.1516 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708163762.7364 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708164361.7048 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708165929.3793 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708167159.6451 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708167322.5777 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708168120.0766 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708168339.0175 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708168390.2853 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708169256.1304 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708169315.3648 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708171191.8854 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708171290.2203 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708172121.6343 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708172173.8632 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708173393.5117 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708173733.9815 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708175751.6607 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708175862.4882 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708175892.3837 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708175956.3045 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708176181.9258 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708176239.4311 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708176299.6426 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708177136.3304 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708177743.2047 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708178223.6546 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708178687.4497 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708178759.5559 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708179173.7792 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708180805.5876 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708180857.4361 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708180910.5907 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708180954.3089 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708181131.326 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708181486.732 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708181661.368 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708182592.0714 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708182880.7531 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708182981.589 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708183018.8662 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708183057.7031 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708183136.0475 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708184715.4283 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708184823.9236 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708186992.1392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708187497.8336 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187571.9101 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187616.6648 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187693.4713 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187798.4201 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187878.106 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708188023.1779 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708188113.7851 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189180.9089 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189255.4699 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189289.4887 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189294.5574 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708190594.3693 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708190776.3361 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708191033.4194 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708191440.1808 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708191548.789 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708191711.7215 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708191961.5556 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708192669.4533 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708194178.0538 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708194330.5225 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708194796.3463 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708195490.5541 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708195588.4757 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708196360.2703 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708196373.5338 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197127.813 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197187.7383 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197269.4851 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197462.4622 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197646.0736 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197698.7769 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708199505.5575 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199563.83 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199606.1485 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199658.9069 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708199730.0171 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199779.1095 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199862.3877 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708199947.113 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708200509.7514 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708200639.7706 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708202963.0247 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708204846.6768 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708205029.1505 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708205117.065 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708205616.8439 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708205694.4186 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708205790.1749 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708207080.3918 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708207112.5804 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708207764.321 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708207946.3367 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208000.0355 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208060.3709 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208088.2458 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208157.9119 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208636.4282 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208659.4342 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208739.3584 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208758.6543 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208830.2121 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708208916.3004 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208982.1274 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708209035.5367 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708209086.2585 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708209403.9427 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708209595.737 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212075.3529 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212142.3537 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212362.1027 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212455.3279 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708212522.8349 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212592.8628 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708213525.5828 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708214674.8215 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708216260.4941 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708216295.9763 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708216484.3449 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708216792.5555 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708216881.4459 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708217654.5956 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708217824.3497 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708218049.1273 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708218228.7928 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708220709.2834 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708220749.2794 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708223966.7437 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708224912.2474 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708224994.7921 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708225070.353 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708225127.6709 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708225156.7352 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708225247.4943 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708225331.5296 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708226049.8169 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708227409.6176 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708229720.0179 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708231959.8788 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708233641.0849 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708233936.715 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708233960.532 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708234167.2376 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708234442.478 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708234578.5545 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708234685.9085 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708235094.6835 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708235600.3159 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708235648.6368 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708235692.6976 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708235735.0741 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708235992.4909 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708236964.0669 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708237052.6045 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708237167.5794 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708237665.8684 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708238029.9722 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708238144.4689 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708239433.5071 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708241005.1807 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708242233.7412 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708246818.2547 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708248272.2769 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708249187.0495 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708255788.2223 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708256870.3964 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708257722.1518 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708257863.252 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708258111.6728 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708258123.808 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708258129.0788 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708258363.1549 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708258382.1352 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708258483.7652 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708259385.1642 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708259466.6425 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708259566.9631 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708259653.5893 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708259991.7081 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260002.2506 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260576.1787 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708260579.7168 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260586.0516 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260680.3084 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708260765.3981 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260777.7795 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708261136.1138 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708261293.3588 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708261386.4392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708261654.5818 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708261771.1698 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708261997.0189 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262073.3028 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262213.5624 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262642.1204 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708262672.6433 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708262723.9227 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708262780.1344 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708262878.5661 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262928.1139 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262979.526 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708263334.0474 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708264529.2548 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708266597.9844 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708268215.4201 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708268272.7549 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708269208.6405 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708269271.4767 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708269482.187 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708270156.857 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708273878.1751 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708273957.6425 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708273959.5278 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708274006.6101 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708274254.2376 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708274333.8459 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708276828.19 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708276873.5007 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708276982.3282 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277043.704 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277104.4539 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277111.757 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277154.2405 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277196.5891 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277519.9543 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708277585.2747 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277668.2427 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708277717.2005 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708277910.5217 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708278923.5015 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708280351.4132 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708281043.2273 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708281084.6966 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708281510.9501 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708283522.8397 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708283900.5962 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708283967.9701 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284003.6521 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284136.7046 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284173.3872 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284209.801 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284295.3183 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284352.2413 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284512.1361 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284569.9599 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284661.0038 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284707.1979 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284747.5545 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284786.262 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284811.6143 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284826.019 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284857.6008 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284877.3336 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284925.4894 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284926.2498 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284992.4334 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285144.8357 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285172.7899 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285176.3318 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285226.2026 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285230.0245 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285251.6899 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285277.3227 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285351.5329 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285369.7405 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285466.8213 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285478.6473 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285494.7509 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285514.4219 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285583.0465 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285621.2876 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285638.268 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285673.0919 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285723.5382 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285755.0262 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285765.2709 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285798.6103 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285873.7166 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285886.7408 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285936.4984 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285965.3547 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285998.8217 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286081.7405 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286160.5468 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286162.5817 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286250.7938 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708286292.2898 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286439.8234 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286460.8979 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286477.823 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708286650.052 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286696.2777 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708286747.041 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286760.1765 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286859.6768 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286949.4869 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708287041.6803 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708287126.6675 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708289643.0085 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708289717.8364 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708291591.2884 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708293645.4802 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708294589.7471 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708294771.0958 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708294981.7821 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295057.7197 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708295107.3454 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295148.3313 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295175.4591 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295193.707 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295233.6539 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708295255.9021 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708295306.5686 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708295429.4082 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295605.2575 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295726.1388 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708296763.2981 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708296795.1968 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708297030.3083 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708297141.8407 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708297219.7788 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708298646.8166 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708298730.4007 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708301552.892 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708302116.1866 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708302551.0717 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708302935.5025 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708303060.2346 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708303167.2704 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708303258.4105 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708305857.2171 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708307457.8442 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708308363.8651 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708308438.1661 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708308583.4457 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708308636.5225 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708308829.5762 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708308945.8548 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708309014.2343 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708309032.1446 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708309151.5775 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708310360.2759 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708310571.8526 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708311567.845 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708311755.6812 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708314853.3803 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708314870.1826 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708314884.0823 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708314941.4671 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708315717.633 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708316127.7112 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708316196.8172 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708316226.831 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708316227.9537 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708318466.2588 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708318513.611 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708318577.6952 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708318616.5885 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708318640.7817 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708318722.1609 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708319454.2198 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708320502.3499 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708320585.8314 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708320654.104 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708320684.8391 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708322869.549 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323041.2456 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323210.5873 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323288.0819 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323333.5338 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708323377.5511 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708323431.6197 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323716.2928 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708323755.1567 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323838.289 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708327110.1467 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708327390.9441 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708327450.7489 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708328064.4083 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708328263.1336 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708328734.1267 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708329699.3768 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708331022.0087 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708331540.0262 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708332107.916 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708332677.6709 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708333159.8028 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708333335.0557 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708333400.5451 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708333467.247 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708333489.0349 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708333701.2765 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708334015.77 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708334850.6207 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708334958.8985 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708335125.8436 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708335165.8328 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335208.1935 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335273.3737 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335402.0143 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708335458.0508 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335460.4383 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335533.0273 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335581.083 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335659.5869 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335728.3178 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335803.1856 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708336711.4729 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708338640.8676 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708340756.0458 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708341055.5629 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708341135.6561 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708341986.5639 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708343169.6965 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708345769.1576 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708346061.0247 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708347115.2369 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708347182.9832 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708348038.7305 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349081.3707 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349189.5958 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349255.2076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349287.9766 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349358.4824 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349404.6008 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349500.5487 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349773.133 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349872.8135 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349884.4717 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708350052.1819 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708350259.1582 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708350308.4317 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708350993.0178 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708351802.6755 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708352325.9342 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708352762.4444 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708352866.3974 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708355316.778 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708357756.8134 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708358284.9161 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708359803.1839 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708360975.5432 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708361025.6043 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708361597.214 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362143.1035 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362200.1762 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362267.112 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708362321.7929 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362370.8256 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362446.1154 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708362574.2275 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363013.8443 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363016.4916 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363042.619 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363092.5128 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363095.9158 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363152.3709 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363170.2848 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363219.3472 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363306.8638 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363332.1521 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363523.4473 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363526.6666 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363625.042 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363659.907 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708364061.3263 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708364375.1475 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708364410.5308 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708364482.603 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708365744.2785 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708365822.8718 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366468.6777 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366591.1468 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366695.2628 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366837.1298 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366877.2988 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366940.2037 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366962.4288 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366995.3779 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708367035.3155 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708367058.6757 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708367130.4575 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708367231.3857 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708367238.0157 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708367259.9364 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708367339.3387 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708368110.8263 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708368402.4106 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708368500.8949 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708368579.9913 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708368687.6498 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708368748.6354 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369054.0756 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369061.195 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708369118.2079 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369294.7455 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369452.4548 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369454.8254 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369798.4616 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369858.9204 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369877.1961 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708369894.9433 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708369920.4755 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369965.6359 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708369978.8324 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370114.6649 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708370120.2894 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370153.8069 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370170.713 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708370245.9486 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370303.1676 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370354.7904 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708370497.8506 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708370970.2967 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708371066.168 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708371146.421 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708373035.0333 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708373167.6195 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708373210.4827 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708373244.5799 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708374902.2794 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708374922.9563 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708374968.333 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708374996.5417 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376393.6379 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376469.3833 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376483.4817 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376505.4904 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708376637.2712 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376708.5498 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377012.9002 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377190.6497 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708377263.2326 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377322.8283 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708377454.1211 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377606.6482 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708377662.2339 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377663.376 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377693.3625 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377738.9321 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377775.4047 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708378024.9113 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708378497.6187 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708378782.0179 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708379896.9003 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708380005.1271 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708380741.2885 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708380780.5281 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708380851.263 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708380886.2402 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708381057.915 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708381157.7374 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708381275.5886 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708381514.3737 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708382116.3649 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708382187.8641 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708382522.1443 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708382577.2131 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708382783.891 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708383266.8923 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708383679.3259 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708383801.1579 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708383883.8896 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386412.9605 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386451.5744 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386529.7209 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386816.5677 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386859.69 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708386920.0501 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708389382.6804 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708389630.5809 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708389746.0535 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708390389.7957 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708391662.7332 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708391729.0193 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708391797.465 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708393837.6056 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708394242.3448 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708396973.3268 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708399516.8585 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708399552.8241 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708400928.202 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708401658.6915 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708401742.0246 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708403423.4615 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708403475.7234 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708410140.4031 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708411004.3163 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708415907.1785 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708424217.9809 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708427413.7601 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708427460.3247 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708427621.2687 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708431548.7218 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708432400.6284 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708432944.6184 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708433403.8433 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435106.2485 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435761.4821 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435832.4099 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435933.896 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435982.8254 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708436057.4199 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708436072.4144 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708437217.6666 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708438008.9308 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708438706.2634 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708438934.2953 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708439287.7758 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708439923.647 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708439999.0908 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440087.5812 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708440211.1574 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440263.5249 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440529.2866 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440540.146 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440570.9386 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708440581.3383 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708446302.1591 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708446447.9611 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708446534.9081 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708446691.7238 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708447090.3047 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708447134.701 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708448397.3825 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708448453.7822 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708449150.989 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708449822.1865 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451071.1047 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708451109.781 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451168.6771 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451354.7294 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451443.1307 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451555.2492 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451614.3335 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451660.6139 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708455689.99 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708456610.6148 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708456635.0806 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708456656.3759 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708460422.3079 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460453.2486 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460518.2144 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460530.1115 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460576.3036 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708460682.5018 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460773.542 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708462007.7336 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708467464.9803 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708467629.6663 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708467757.5904 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708469305.5619 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708469369.8344 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708469454.158 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708492727.0962 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708494073.3912 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708500510.1275 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708501238.3762 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708501978.5955 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708502049.0364 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708502446.1358 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708502476.4325 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708502569.5244 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708503285.9456 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708506880.0731 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708506891.3308 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708507015.7228 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708510308.1235 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708510390.7787 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708510567.3504 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708510796.9968 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708512654.8254 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708512714.6641 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708512873.8208 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708521501.0101 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523002.6543 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523166.2856 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523213.0339 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523354.0239 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523408.5461 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708525578.5096 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527186.4533 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527288.0522 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527405.0852 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527544.7905 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527683.6686 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708528060.1154 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708528109.8846 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708528149.3915 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708531058.1268 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708533349.9998 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708533693.5785 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708536698.5217 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708536778.4891 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708542820.3399 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708543759.1964 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708543935.9475 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544051.0766 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544286.8761 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544324.9262 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544362.0311 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544398.7937 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544483.1499 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544736.5525 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708545686.099 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708546049.1243 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708546336.8445 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708546394.5597 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708546583.8932 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708546736.4465 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708550692.9455 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555299.2304 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555322.3069 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555332.8536 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555369.7927 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555375.0179 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555390.7722 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555407.6585 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555455.7676 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555540.3183 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555622.3113 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555680.0043 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555741.5983 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555754.4756 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555766.3914 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555808.6812 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555844.313 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555879.5878 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555929.4494 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708556236.0645 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708556276.7634 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557228.1222 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557348.9605 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557445.204 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557683.2385 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557844.1544 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558239.2106 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558281.3799 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558378.4497 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558468.1559 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558517.9511 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558639.338 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708558665.5547 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708558672.1173 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708558769.4421 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558830.2085 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559222.9563 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559260.1947 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559342.9245 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559432.6408 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559502.3018 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559557.7802 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559641.5331 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559766.8528 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559840.0761 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559855.5324 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559906.3197 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708560207.2608 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708560245.9443 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708560287.0314 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708560321.3302 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708560710.8907 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708560883.2244 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708561160.9518 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708561218.3612 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708561273.2749 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708561401.4796 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708561482.1339 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708561777.9194 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708562012.8101 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708562102.8617 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708562470.6537 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563249.3474 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708563649.9979 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563681.985 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563779.2774 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563900.7433 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563967.4606 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708563975.8202 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708564065.7244 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708564113.2155 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708564129.8582 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708564180.8513 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708565581.949 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708565663.7241 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708565927.8306 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708565940.4723 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708566178.8762 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708566214.2443 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708566288.2316 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708566370.2229 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708566456.7985 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708567167.531 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708567321.5811 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567369.3163 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567410.3654 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708567486.4537 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567515.1841 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567576.7993 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567610.3707 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708575342.9572 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708575377.5081 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708575432.492 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708575509.9167 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708576126.6557 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708576274.3877 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708576787.3784 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708576834.0015 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708576837.6574 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708582281.6752 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708582458.315 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708582577.2366 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708582649.752 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708582871.3593 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708585499.3239 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708585829.1424 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708585834.6547 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708585879.3489 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708591996.2861 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708594442.1268 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708595941.2272 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708597079.3539 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708597142.0053 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708598512.7724 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708598687.005 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708598747.3634 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708598843.9071 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708598997.1236 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599034.0614 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599127.5535 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708599428.0948 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599524.2169 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599650.251 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599744.7816 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599864.6591 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599943.8829 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708604213.5458 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708604306.7872 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708608110.2911 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708608204.3376 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708608255.591 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708608348.9939 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708608607.0221 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708608720.9098 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708610706.6685 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708611742.5666 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708611814.9398 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708611900.228 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612032.8531 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612158.8009 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612236.9362 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612401.5952 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612735.9478 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708613064.4983 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708613104.1133 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708613169.1664 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708615318.9111 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708616953.0218 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708617001.895 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708618754.3837 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708619921.9768 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708626676.6687 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708627035.4957 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708627565.106 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708627690.5477 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708627949.906 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708628193.6998 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708628430.806 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708628434.1998 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708628526.3597 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708630514.9041 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708630693.305 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708630785.4482 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708631112.7006 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708631193.1744 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708632812.9748 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708632842.611 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708632893.8915 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708632937.6854 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708633090.4497 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708633127.4506 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708633730.2183 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708633836.6691 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708634773.8 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708636469.631 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708636569.5302 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708636710.2099 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637202.6082 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637241.9801 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637279.3201 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637329.1681 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637393.7878 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637419.3971 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637422.4796 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637462.3202 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637507.1802 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637524.3502 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637572.4317 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637643.1675 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637733.8037 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637769.9441 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637797.4111 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637917.018 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637965.4844 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708638623.1293 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708638676.9759 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708638731.559 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708639391.3383 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708639460.3853 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708640818.2411 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708640965.1792 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708641143.0325 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708641185.0079 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641259.4363 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641302.2163 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641316.1147 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708641360.4213 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641425.8818 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641502.2228 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641591.6468 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708641655.3866 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708642061.8969 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708645597.9689 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645656.8622 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645673.275 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708645677.5233 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645768.7837 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645804.4571 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645872.5776 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645912.7732 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708650499.9208 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708650714.4005 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708651146.6805 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708652044.7348 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708652192.5887 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708652337.841 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708652521.8235 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708652972.699 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708652996.7585 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708653030.241 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708653043.247 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708653089.7241 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708653147.5538 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708653737.2963 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708655365.0573 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708655409.7099 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708655472.1869 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708657264.2491 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708657337.81 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708657418.3128 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708658175.2229 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708658543.8191 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708658640.1331 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708663371.6458 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708663453.5715 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708663589.2427 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708663675.876 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708663739.4053 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708667931.5671 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708668238.0914 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708668281.3665 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708671319.3641 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708678619.135 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708685618.145 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708685868.7815 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708702523.1323 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708702567.6954 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708703817.6915 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708703865.1439 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708704209.9375 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708706236.3181 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708706421.7442 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708707082.2419 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708707390.1182 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708712954.7437 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708713016.602 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708713063.5799 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708713125.041 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708721418.2078 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708721557.2308 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708724108.2892 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708724196.5633 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708724487.9269 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708724775.433 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729071.2721 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729146.1269 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729188.625 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729268.3783 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729323.5689 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708730964.1093 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708732530.4706 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708751838.0707 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708754634.0829 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708767180.5174 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708770643.2408 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708772688.3741 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708772772.6842 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708774783.9226 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708776536.7927 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708785232.0712 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708785317.6933 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708786356.9968 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708786424.4017 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708786470.2183 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708786492.2535 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708786518.9756 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708799029.591 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708799169.7856 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708799227.4232 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708799238.8801 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708799299.8139 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708811419.8218 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708812784.1763 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708813255.8502 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708816627.7963 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708820536.9722 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708820622.9847 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708820703.2928 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708820759.0888 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708820879.2733 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708820939.5628 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821057.9919 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821203.9242 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821248.8688 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821351.1475 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821390.2767 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821487.5262 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821542.0999 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708837351.1642 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708841796.7056 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708841864.7866 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708841901.0472 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708841969.1219 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708851378.3505 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708851457.7966 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708851805.3758 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708856918.7634 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708860611.2238 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708860683.5123 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708863308.6302 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708867017.2247 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708870503.9182 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708873858.7489 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708873935.9567 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708874475.3014 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708874690.6548 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708874787.329 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708874862.1536 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708884744.9657 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708885428.2142 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708885478.2985 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708887948.3273 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708887999.3935 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708892360.4282 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708892427.6544 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708892762.8291 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708896541.4918 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708896807.8952 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708896948.9719 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708897092.1669 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708897308.972 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708898247.6453 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708898385.0309 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708898940.2221 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708899033.6767 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708899094.7597 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708899313.7174 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900243.5928 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900290.4192 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900534.433 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900739.4792 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900896.3162 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900944.7057 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708901004.3369 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708901140.536 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708901205.185 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708901271.5599 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708906087.535 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708911897.204 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708911980.4889 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708912886.2501 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708917371.546 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708918006.5331 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708918341.2565 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708934158.0566 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708934213.6115 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708945203.3736 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708945250.8863 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708951588.5425 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708951746.5383 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708954742.8616 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708954794.4373 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708959195.6566 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708965914.5915 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708967351.2939 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708969026.9917 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708971206.1694 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708974139.0298 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708974235.2685 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708974452.0594 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708976582.5165 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708976737.6685 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708982645.1325 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709002044.4007 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709005486.5175 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709005615.5125 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709006741.3904 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709152906.1957 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709154393.3068 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709176032.7818 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709185913.6196 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709185957.4018 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709197368.2076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709204174.7904 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709204344.1084 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709204921.5492 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205034.8418 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205145.9696 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205313.1432 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709205580.8501 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205682.8523 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709244758.4784 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709244846.0526 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709244997.4419 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709249601.8221 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709263244.1379 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709283350.3688 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709289571.7738 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709297911.1159 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709297959.7696 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709298035.8417 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709298108.311 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709312905.7852 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709314599.2746 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709319323.9604 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709332589.0245 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709332693.3157 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709332728.5736 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709360609.8041 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709360704.3674 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709360859.8437 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709360898.1113 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709380729.8517 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709380771.4927 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709406624.4226 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709406663.8202 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709406844.2813 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408166.9963 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408597.3412 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408745.2213 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408792.1084 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408909.6471 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709454010.1992 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709456343.29 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709456385.9611 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709467315.4335 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709467670.6771 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709467750.3028 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709467966.3537 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709468070.1882 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709469208.2004 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709470017.6644 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709475236.0353 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709475291.8491 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709475476.199 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709475722.0689 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709476032.8267 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709498390.6569 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709509977.9598 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709510049.9853 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709510101.3471 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709510227.8423 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709510277.2673 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709520634.865 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709521124.9432 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525184.1908 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525363.6295 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525367.4932 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525370.7078 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525371.6054 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709555268.3065 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709555305.8368 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709555365.0629 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709564374.8853 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709564432.9644 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709564508.6477 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709589824.2655 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709607356.55 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709623465.2236 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709637691.8234 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709638050.0782 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709660615.1416 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709660663.1131 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709660705.2524 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709660733.8564 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709666192.9176 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709666371.1496 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709667147.0548 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709681074.0258 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709684215.0404 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709686057.3149 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709686413.5508 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709686525.0986 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697419.1813 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697537.6767 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697625.1537 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697699.2202 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697765.8153 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709701798.7454 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709701867.411 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709703479.7157 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709711606.343 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709711638.9151 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709718263.3968 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709732897.13 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709733146.7189 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709733510.0735 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709733769.0895 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709733984.7209 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709734276.7335 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709734760.1438 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709735046.8892 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709735466.4504 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709743122.0982 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709743199.6366 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709743246.5093 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709744128.3507 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709746441.6565 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709749688.2868 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709749778.8454 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709749831.73 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709750119.0678 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709750177.8679 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709750244.615 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709750390.4456 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709763296.6888 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709763580.1285 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709769083.3294 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709775829.9537 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709776059.1373 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709776195.9153 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709819184.8748 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709819269.7237 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709819464.1394 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709825753.9546 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709826170.6984 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709826303.9404 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709828324.8867 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709828490.8482 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709829347.4525 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709839146.1522 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709859623.8718 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709859805.6945 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709864587.3482 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709869897.94 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709877174.2776 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709877337.4518 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709883867.1277 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709885686.9342 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709889359.5441 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709889475.977 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709889535.5765 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709889619.8086 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709889769.3391 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709889839.6835 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709890143.5601 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709890209.245 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709890369.2681 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709890424.7787 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709910236.0856 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709910443.9066 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709910547.8262 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709910740.3527 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709919646.0226 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709920156.3159 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709920390.0754 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709920607.9947 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709922803.3572 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709922906.1296 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709923262.572 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709964908.1586 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709974796.627 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709974971.5334 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709975174.0559 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709975174.3889 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710039402.3242 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710040062.0696 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710040249.9879 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710040828.1192 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710047131.9231 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710053223.0868 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710053275.1341 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710053339.6443 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710056747.2458 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710056801.1827 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710092028.3776 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710092042.857 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710095633.351 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710095728.1838 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710095809.1074 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710133298.1898 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710134605.6608 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710134733.9032 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710134924.906 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710135718.3156 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710135946.8901 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710136172.0059 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710136347.7712 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710141762.4496 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710141884.3104 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710143269.0113 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710143349.9151 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710146067.3226 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710149580.2395 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710149683.0864 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710150402.497 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710155810.1144 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710170851.7463 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710170947.8453 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710183041.0198 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710185895.446 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710185991.3572 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710193653.549 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710193699.7254 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710193775.4664 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710227601.3057 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710227644.8264 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710228964.504 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710234107.5663 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710234441.145 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710235559.4811 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710235601.0918 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710235666.9547 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710235779.4616 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710235831.2066 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710236066.3334 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710258072.3625 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710267141.2016 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710267192.7152 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710299345.3984 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710311614.7093 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710311959.6796 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710312107.8196 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710312252.8641 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710315638.7234 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710315781.4197 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710316067.3684 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710316169.37 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710317054.0896 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710352047.7971 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710357739.239 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710375197.7291 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710375295.4702 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710375360.6871 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710403111.6764 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710467949.9341 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710483611.0859 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710483659.0327 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710483698.7609 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710517630.2735 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710651486.824 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710693247.298 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710741951.037 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710787410.5558 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710855464.5304 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710861169.7223 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710861237.7484 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710861352.9168 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710871773.5615 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710873305.8459 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878428.772 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878482.5145 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878522.7132 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878554.7388 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878834.1916 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878863.369 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879020.847 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879192.9312 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879426.9459 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879475.339 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879571.0386 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879768.9257 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879802.4914 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879892.1429 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879980.7785 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710880083.0513 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710883916.3294 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710884059.8404 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710884154.0868 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710958939.3192 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710959012.838 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710961159.5411 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710963885.2225 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710963903.3836 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710963953.0057 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710964184.4185 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710972180.6999 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710972340.7372 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710984394.0364 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710984466.3564 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711005711.7078 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711005767.6394 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711020883.8198 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711132439.4155 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711169085.4247 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711169118.983 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711169219.3454 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711169290.371 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711179020.3289 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179069.262 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179117.4887 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179210.767 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179326.5357 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179488.0867 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711394455.3868 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711448873.73 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711466110.333 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711466161.826 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711466197.557 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711466270.7813 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713914007.8161 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713918131.7246 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1713918242.116 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1713923648.8079 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713941780.1126 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1713975355.9977 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713975417.3198 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713975519.1134 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1713994624.6926 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713996707.7409 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713996724.8193 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1713996851.5175 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713997079.6919 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713997989.1639 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713998341.5178 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714003948.5339 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714004015.3252 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714015722.0525 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714015905.9327 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714015991.2795 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714022860.1988 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714022940.2751 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714039204.0616 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714056222.6429 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714069036.9392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714077090.6418 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714079314.9516 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714080557.6324 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714082535.3634 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714092393.3461 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714105615.9292 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714109429.0978 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714112663.5067 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714112726.876 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714121337.2281 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714142263.0679 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714147142.6929 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714151444.896 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714152676.2693 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714152940.5945 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714153103.9839 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714161396.0428 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714164994.8175 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714170022.6482 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714170075.5554 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714170206.8613 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714170252.7601 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714170349.4928 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714170454.3968 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714182820.6056 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714184788.7588 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714184966.5047 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714186945.0332 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714187280.7526 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714191697.0268 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714209787.2864 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714209879.8847 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714209952.1929 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714210702.2068 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714212487.8392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714212568.1969 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714212857.6503 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1714213081.0783 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1714213249.366 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714230197.5982 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714230234.8804 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714239876.7003 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714240459.7535 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714240698.3402 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714240774.9968 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714240914.1284 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714247380.0934 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714248164.7722 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714248201.752 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714248234.1032 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714248279.4627 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714256848.7445 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714257691.8348 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714257911.1565 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714309816.7026 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714326534.518 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714326579.9154 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714326637.2841 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714326730.3008 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714326782.3921 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714326847.2357 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714326897.045 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714328510.4194 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714328634.6068 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714334953.0739 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714335092.3619 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714335431.0245 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714346970.2896 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714369227.932 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714369310.8615 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714369917.2709 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714369976.4842 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714372310.4571 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714372446.3505 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714379143.8696 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714379213.3239 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714379265.8321 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714379317.8013 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714379356.2773 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714379455.9178 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714386460.8846 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714386613.7646 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714386755.5909 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714386866.2585 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714391744.7035 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714403252.7092 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714406035.1101 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714438972.8668 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714441509.4284 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714447593.8501 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714447922.2692 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714448408.1343 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714482875.2202 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714483168.4359 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714483549.307 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714484821.9016 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714484922.3074 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714485272.0273 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714485352.7047 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714485416.3394 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714485491.7762 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714488682.9594 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714490834.8428 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714495175.1904 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714495637.6136 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714495645.4511 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714496723.9678 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714496820.3085 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714502763.3275 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714502841.1042 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714503172.9918 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714503806.0085 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714504469.1026 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714504500.4997 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714506749.3618 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714513194.0175 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714525269.4607 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714526357.9782 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714526477.9201 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714526540.531 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714526601.0655 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714526662.6829 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714526712.5187 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714526785.8454 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714526920.1126 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714527084.7551 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714527121.2096 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714527328.7284 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714527401.5963 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714530543.6934 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714531872.9059 - }, - { - "model_a": "LCM", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714533061.9134 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714549283.9448 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714562041.0407 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714563338.1383 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714568441.1815 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714569966.6842 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714570322.1081 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714571701.0307 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714576378.8046 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714576446.094 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714576532.638 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714576679.4471 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714576769.1653 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714576824.9807 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714576938.1807 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714577006.5219 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714577057.6898 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714577128.2946 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714577727.8597 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714578747.7724 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714579589.2206 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714579846.2417 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714581212.6776 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714587799.689 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714588572.9436 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714589779.9269 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714591108.6439 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714591543.0262 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714591623.1416 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714593850.1499 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714593943.3196 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714594628.9269 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714594743.1239 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714595283.1825 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714597497.923 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1714597529.0346 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714597965.5242 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714598027.9119 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714598064.6463 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714598118.6371 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714598192.9803 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714609418.3422 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714609489.294 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714615266.9304 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714615292.9702 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714615431.8814 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714616014.2777 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714616748.784 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714616966.3144 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714617048.1732 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714619554.8734 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714619583.6576 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714619899.8672 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714620041.7951 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714620209.3544 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714620255.3801 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714620297.602 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714620455.0897 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714620471.3887 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714620498.1223 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714620564.2259 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714620792.5256 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714622433.5969 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714622629.3706 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714624203.9485 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714624416.1669 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714624452.0408 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714624751.0239 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714624811.7454 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714624841.1584 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714624927.923 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714624929.0833 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714624970.3575 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714625006.8605 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714625105.9879 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714625165.1569 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714625203.6289 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714625325.2074 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714625370.3592 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714625439.0679 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714625582.3416 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714626535.2775 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714626855.4053 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714626916.0031 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714627108.599 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714627469.0604 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714627535.2162 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714630962.9322 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631222.5783 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631261.9674 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631269.0642 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714631304.8833 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631343.8599 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714631373.2604 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631379.3709 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631406.6345 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631460.8018 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631565.7606 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631619.8325 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714631657.5961 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714631685.449 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631735.0461 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714631798.8645 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631851.3442 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631887.0953 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714631929.4421 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631960.594 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714631996.7092 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714632090.87 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714632134.5755 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714633320.2991 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714633482.4024 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714640882.6728 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714642986.0995 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714643045.5943 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714643082.8136 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714643161.1256 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714643178.8986 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714643195.0168 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714643210.9338 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714643228.58 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714643244.839 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714643263.6358 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714643301.9301 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714643318.5429 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714643337.3762 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714643374.3585 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714643393.2465 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714643417.4894 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714643440.8602 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714643455.7901 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714649503.3748 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714649610.8215 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714650576.7331 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1714650593.7024 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714650810.8664 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714651167.0887 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714651204.0701 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714651570.3037 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714651595.6518 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714651643.6577 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1714651680.7509 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714656886.193 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714657321.8975 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714657405.4107 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714657491.6943 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714657563.7544 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714658033.5865 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714659839.0561 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714661481.3367 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714661500.0441 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714667652.5445 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714670744.2049 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714671562.3433 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714671606.5636 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714674306.9355 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714676006.8661 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714676092.7433 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714680300.0205 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714680341.0065 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714680554.4306 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714680585.1911 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714681910.5952 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714682370.9088 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714685282.7201 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714688746.1146 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714688792.1686 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714688835.6515 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714688905.2632 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714688943.3143 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714688967.8818 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714689004.962 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714689037.7917 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714689083.6141 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714689109.3646 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714699772.736 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714700080.0171 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714700291.2492 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714700462.2345 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714700604.7006 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714700789.9804 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714700982.9415 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714701009.8985 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714701244.0061 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714701500.7099 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714706289.0149 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714706317.9058 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714706341.5125 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714706373.5934 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714706395.3227 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714706415.4541 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714706442.2498 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714706461.0018 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714707001.5911 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714707023.5647 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714707047.7975 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714713270.3394 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714724818.3997 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714734400.8476 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714734465.3614 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714734569.7019 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714734654.3442 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714734803.1343 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714734968.5647 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714748485.752 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714749539.5718 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714749970.8581 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714752731.3689 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714757378.2777 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714759724.7319 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714760022.0442 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714760095.394 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714760146.4815 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714761348.6174 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714761400.3166 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714768127.0057 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714768332.4376 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714768360.265 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714768456.157 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714768460.7201 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714768584.2746 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714768705.391 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714768789.8144 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714769148.3723 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714769811.0755 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714771409.57 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714771623.5408 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714772270.9216 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714772363.8846 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714773445.9213 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714783788.5028 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714789277.4105 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714791635.6375 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714791703.9386 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714793478.8906 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714793516.1383 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714816321.6618 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714816353.336 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714816387.937 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714816454.4134 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714821081.9862 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714826009.0121 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714836291.2723 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714836319.9202 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714836356.4831 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714836384.9568 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714836456.2511 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714836502.7587 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714836697.9308 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714836801.5488 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714836819.06 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714836847.1787 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714840939.9973 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714840966.5773 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714840994.8323 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714841032.0221 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714844940.4181 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714844957.7696 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714844976.5665 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845001.8285 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845019.4407 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845032.4797 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714845049.3217 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845073.803 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714845129.7334 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845151.5118 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845163.188 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845190.9757 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714845211.3025 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845224.1933 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845237.175 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714845249.1656 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845270.0839 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845289.1748 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845304.6206 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845322.728 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845346.9463 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845360.9795 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845381.6875 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714845454.9069 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845463.9326 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845484.1915 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845493.9662 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845526.8156 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714845537.0831 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845558.2291 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845583.0605 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714845648.1802 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845801.6983 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845825.3725 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845866.6028 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845879.6467 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845896.6448 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714851495.7019 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714855675.1836 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714855743.4464 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714855800.4946 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714855883.6928 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714855928.4784 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714855960.1283 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714856074.9316 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714856249.6582 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714857683.069 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714857745.6261 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1714857750.9434 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714857816.8831 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714858009.6203 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714858346.3558 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714858379.5024 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714858860.7581 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714859303.9419 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714859331.1343 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714861379.4162 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714862250.8904 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714879027.0753 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714879064.6145 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714879136.3501 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714879166.635 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714885297.2707 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714887283.4435 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714896191.5559 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714896283.3643 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714901842.7876 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714901915.4188 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714908380.1114 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714916073.5383 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714917623.4324 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714919897.1549 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714921434.8363 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714922754.8813 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714922831.6494 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714922930.7366 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714924993.665 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714925101.5301 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714925229.5996 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714925389.0678 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714925457.4322 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714925529.8983 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714925666.7773 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714925757.8461 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714925945.9328 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714926036.7193 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714926136.4551 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714931262.225 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714931291.2995 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714931348.0493 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714931389.3777 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714939348.7581 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714942450.2188 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714943719.0964 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714943798.9906 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714943846.1201 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944117.9857 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944181.5685 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714944190.4431 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944256.128 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944277.2965 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714944291.7974 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944312.2761 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944329.2231 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714944380.1348 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714944394.3367 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714944413.8638 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714944428.8637 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714957477.7795 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714957664.0191 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714957743.4932 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714957774.4846 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714957823.7313 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714969445.3812 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714969476.9561 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714969494.3961 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714975508.662 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714975631.0816 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714975671.1859 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714975731.8573 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714981477.9182 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714981720.8531 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714981775.3404 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714981808.9565 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714984715.9114 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714985914.5152 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714986066.0806 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714986216.8728 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714986306.1947 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714986376.4982 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714989208.3777 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714989248.5875 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714989819.0972 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714989847.7502 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714995425.2992 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714995448.7647 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714995482.6481 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714995517.9459 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714995598.7764 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714995622.1322 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714997128.3204 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714999315.9865 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715000156.668 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715003687.3227 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715005634.4101 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715008027.9237 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715008220.12 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715008338.7667 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715008528.0193 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715008560.758 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715008626.0331 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715008768.0717 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715009164.4372 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715011098.7307 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715011477.047 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715012038.5653 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715012110.2215 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715012132.6383 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715012409.0239 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715015333.7998 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715015501.211 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715017292.0144 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715017296.8295 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715018460.9145 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715018632.2066 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715018803.375 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715019225.3407 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715019462.1131 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715019802.153 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715019907.2521 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715020065.0156 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715020154.4329 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715021356.9755 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715021529.0535 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715021929.2364 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715021941.4732 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715021957.2665 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715021977.374 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715021998.1985 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715022011.4633 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715022038.313 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715022292.5538 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715022423.4927 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715024554.3716 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715032383.9143 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715032424.7447 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715032525.4621 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715032553.8807 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715034247.9019 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715034370.6536 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715035859.5219 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715035919.4799 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715036001.5027 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715036181.5765 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715039687.2011 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715040461.6314 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715041888.5659 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715042097.2393 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715043684.6186 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715043729.7419 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715044419.69 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715046057.634 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715046141.0795 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715046267.3231 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715052976.1222 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715053014.6343 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715053906.7556 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715053967.3424 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715055659.8708 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715061669.9858 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715063382.9466 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715064854.7455 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715067798.0909 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715075931.4757 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715075995.7843 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715076051.3948 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715076120.5569 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715076158.7022 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715076247.8444 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715076271.3714 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715076443.3502 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715076515.8829 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715076596.1856 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715076652.1088 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715076690.1705 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715076745.2118 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715077074.6434 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715077245.8069 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715077262.5999 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715077301.2446 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715077325.4673 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715077356.4944 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715077381.1639 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715077400.87 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715077412.1989 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715077426.3836 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715077446.8475 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715077467.8656 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715077481.7513 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715077512.9835 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715077556.4551 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715077627.358 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715082846.4884 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715082974.7401 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715083505.9148 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715084102.5454 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715084136.6653 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715084172.1244 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715084217.559 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715084268.0881 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715084344.8168 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715084385.6042 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715084634.0612 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715084678.0431 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715088191.2067 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715088225.5567 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715088287.0801 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715089041.0651 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715089114.0005 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715090925.831 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715094300.1045 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715096979.6616 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715102524.9755 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715103264.6167 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715108604.4116 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715108644.2865 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715108745.3343 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715109229.1632 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715109297.5496 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715109376.7434 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715109432.9573 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715109493.1861 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715110227.8222 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715110271.8156 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110329.5161 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110363.0739 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715110394.1117 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1715110437.7906 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715110587.7518 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715110588.6536 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715110656.8518 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110828.4153 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715110858.8573 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110882.8365 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110910.2006 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110958.358 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715111053.2734 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715111140.0209 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715111188.2552 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715111214.6346 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715111246.7931 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715111273.5189 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715111348.5563 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715111413.3707 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715111438.4729 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715111464.8113 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715118668.6032 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715118687.3129 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715118727.6518 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715118748.4589 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715118816.8802 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715118843.9637 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715118876.7561 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715118913.0065 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715120168.9814 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715120215.1132 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715120249.0948 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715120298.7987 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715120366.9169 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715179187.4528 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715192298.1843 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715192393.9427 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715195946.899 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715198606.6174 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715200984.0469 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715201096.4403 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715201179.1093 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715201267.8775 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715201718.2331 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715202571.3392 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715207226.5413 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715207484.1546 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715207536.9802 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715207620.9787 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715207699.6307 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715208469.7193 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715215064.2208 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715216049.4491 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715234211.3663 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715234328.5891 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715239430.5621 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715243868.6295 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715244241.3044 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715244558.273 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715246203.5448 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715246766.1834 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715248803.359 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715250151.3399 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715250174.2859 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715250209.1457 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715255562.9587 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715255607.1614 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715255662.1513 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715255805.7255 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715255848.3385 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715255903.5686 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715256028.3307 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715256087.6353 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715256120.0212 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715256235.433 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715256303.3042 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256320.1086 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715256341.3287 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256394.9544 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715256426.1838 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715256442.628 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256495.0433 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256515.9042 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256612.2087 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256636.3789 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715256663.2995 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715256689.5726 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715256729.0218 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715256845.2289 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715257007.5027 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715257166.0516 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715257200.4456 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715257215.3823 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715257326.7155 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715257356.4325 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715257638.2431 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715257699.707 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715257739.3739 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715257780.2792 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715257957.6205 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715258056.7318 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715258093.8906 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715258144.4655 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715258483.1514 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715258503.8004 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715258565.4821 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715258595.7971 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715258635.5213 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715258691.1935 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715258764.873 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715258936.1894 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715258994.9227 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715259051.189 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715259072.5223 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259113.9431 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259131.2458 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715259172.7727 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715259212.7736 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259492.2271 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259543.7047 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259610.1198 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259627.5644 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715259640.495 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715259701.4844 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259723.058 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715259762.96 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715259803.218 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715259881.236 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715259989.1663 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715260057.4769 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715260117.3458 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260230.1733 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715260282.4439 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260328.5412 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715260349.3944 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260382.1398 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260442.606 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260481.1292 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260514.9799 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260554.6099 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260599.5403 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260599.9917 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260612.3444 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260637.1369 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260666.4785 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260797.6363 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715260970.0095 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715263893.6453 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715264861.7542 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715264922.4486 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715264971.3985 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715264997.7186 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715269818.8282 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715269899.1691 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715270094.2855 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715270143.2689 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1715270193.4508 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715271220.138 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715271255.7782 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715280678.7882 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715280745.1316 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715280767.2367 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715280824.3612 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715283624.6873 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715283771.9899 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715283832.1093 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715283904.4875 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715283975.894 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715289173.8135 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715291072.6088 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715293959.6611 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715297226.1416 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715301246.3501 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715307496.6586 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715307658.3323 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715307702.6279 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715307752.0515 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715307782.3509 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715307800.3472 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715307824.9746 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715311324.1332 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715312455.5893 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715321145.649 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715321277.3237 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715327322.223 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715327350.1615 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715327423.5657 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715327458.0922 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715327624.4824 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715329636.2156 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715329681.0432 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715329740.4518 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715329796.7315 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715329913.4518 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715329970.8219 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715330010.4717 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715330055.7455 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715330092.6017 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715330140.7292 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715330184.6534 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715333482.0455 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715334142.5931 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715334164.9491 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715337395.7907 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715337511.2509 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715338012.7242 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715338049.9744 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715342186.1942 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715348407.4474 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715348444.9063 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715348460.7018 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715349704.8905 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715349743.8126 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715349781.9289 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715349808.6611 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715352511.3183 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715353266.6712 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715353759.7287 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715354286.5972 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715369867.0276 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715373507.3127 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715375602.5913 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715381692.1857 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715385627.8243 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715385668.566 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715385861.8339 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715385910.8569 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715385973.3168 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715385992.5668 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715386102.6516 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715386146.9156 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715386278.6084 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715386300.6511 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715386332.2285 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715386387.625 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715386408.7312 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715386438.6606 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715386459.8269 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715386482.1368 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715389666.0729 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715397519.9742 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715398256.9052 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715398303.687 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715398343.7819 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715398359.4717 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715398398.6135 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715398431.3592 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715405398.644 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715405460.6692 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715405488.1404 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715405523.4582 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715405592.995 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715407001.4723 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715407052.1558 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715407102.6965 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715407121.4426 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715408435.5071 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410162.7026 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715410237.8023 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410316.1611 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410361.2625 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410434.0467 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410461.4697 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410554.4581 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715414751.2748 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715414877.5649 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715414946.6036 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715426874.879 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715426958.7873 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715427567.4463 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715433451.3249 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715433563.6229 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715433632.339 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715433695.6008 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715433774.0535 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715433851.8631 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715433896.4202 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715433912.915 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715433986.55 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715434064.6045 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715434110.7683 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715434207.8245 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715434239.5902 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715434702.9671 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715434813.9772 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715434923.6108 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715445309.7756 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715447806.7031 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715455573.9043 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715464162.4446 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715464217.9734 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715464836.5956 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715478360.043 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715483811.0921 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715483833.3595 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715483901.9427 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715501155.9579 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715501572.3162 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715501769.6926 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715501823.7506 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715501843.0687 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715504372.552 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715504645.5579 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715504799.6279 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715504917.9909 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715504991.8379 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715505030.8366 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715505102.3427 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715505159.0976 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715505273.321 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505335.8753 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715505391.6178 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505472.5006 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505561.6787 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505621.572 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715505678.2622 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505751.0201 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715505814.8461 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505886.3264 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505976.4305 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715506091.8967 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715506191.1829 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715506253.3266 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715506316.8875 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506363.7645 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506428.4684 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715506482.095 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506548.2237 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715506605.9731 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506671.8971 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506735.8368 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715506805.2882 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506896.7326 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715506939.4213 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715507004.6222 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507068.7409 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715507126.7222 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507187.5667 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507238.7865 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507298.3444 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507336.2381 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507376.8809 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715507424.3389 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715507480.5378 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715507529.7884 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715507580.5302 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715507633.4101 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507697.6976 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715507748.005 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507785.2979 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715507832.5017 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507882.0959 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715507938.4281 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507986.3397 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715508025.4909 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715508596.1504 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715508819.8245 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715508860.6235 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715512725.6261 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715513049.8363 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715513462.1973 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715513499.0171 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715513543.4817 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715517934.7894 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715517982.3497 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715518044.4289 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715518070.8159 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715518087.1668 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715518101.7937 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715518233.8117 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715519760.5756 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715519900.3195 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715522347.2456 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715529147.0937 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715529174.8074 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715530512.1388 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715530547.9455 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715530635.089 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715530714.582 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715530966.3605 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715531011.2687 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715535948.8615 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715535994.2185 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715536006.5145 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715536056.5174 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715540608.439 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715540668.0693 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715540691.8784 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715540718.2742 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715544756.1942 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715544778.4407 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715544894.2269 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715544960.7509 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715548274.8397 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715548294.1061 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715548300.6242 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715550359.0308 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715550403.1731 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715550430.5087 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715550507.2465 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715556033.5312 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715556063.1215 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715556141.5487 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715556182.4021 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715556248.2706 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715556294.4954 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715557736.1568 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715557824.1917 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715557916.0035 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715562556.2316 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715562610.8163 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715562638.7736 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715562661.9948 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715562687.4578 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715562732.9275 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715568734.6978 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715568766.9301 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715569459.785 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715569879.0308 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715569939.3429 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715570478.9989 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715570518.1415 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1715570567.0057 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1715570612.4722 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715570645.2329 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1715570688.9077 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715570854.7795 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715575605.8643 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715575948.9645 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715576064.1342 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715576106.2468 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715576227.6686 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715576454.7912 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715578457.2811 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715582610.2263 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715582710.2425 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715582923.497 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715586674.4565 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715587268.2966 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715587315.8551 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715587447.1256 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715588699.642 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715588747.9002 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715588768.9951 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715588953.3795 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715588977.4247 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715589086.613 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715589105.5043 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715589121.5389 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715589137.0817 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715589155.9265 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715589185.4421 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715590609.5811 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715591050.2465 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715591124.4712 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715591175.4243 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715591304.7838 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715591343.321 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715595118.0355 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715595264.4727 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715596169.2755 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715596245.7251 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715596298.8145 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715596510.9151 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715596889.3985 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715604775.881 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715607268.2975 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715607845.0531 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715607875.1886 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715607896.3063 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715607907.3053 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715609542.513 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715609603.9724 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715609725.5118 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715609806.3255 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715609879.2783 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715609938.662 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715609988.4664 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715610011.9289 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715610056.2075 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715610086.9944 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715610128.0027 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715610160.2297 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715626259.5155 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715626316.2277 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715626362.7831 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715626514.9638 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715626578.3164 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715626646.4891 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715626738.9521 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715626760.7536 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715627190.575 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715627560.0476 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715627634.4326 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715627720.6617 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715627790.3477 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715627811.3067 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715628711.5839 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715628730.7564 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715628760.4033 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715629350.7992 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715629634.3138 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715629743.0214 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715629771.8713 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715629802.2118 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715629837.1242 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715629842.3411 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715629879.3585 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715629880.4603 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715629944.9785 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715630027.1455 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715630100.0636 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715630101.6678 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715630132.5182 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715630152.8798 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715630169.3216 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715630440.4928 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715630950.8345 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631072.8898 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715631131.835 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631220.4634 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631267.9233 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631285.724 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631308.7093 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631330.4596 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631418.9373 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715631474.7397 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631549.0504 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631560.6138 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631574.059 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631588.6777 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631600.2192 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631635.0579 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631645.5325 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631658.7672 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631675.2634 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631716.9795 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631765.8044 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715631795.5084 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631839.0158 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631854.1148 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631869.3083 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631884.7597 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631904.8756 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631937.9237 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631952.7703 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631982.5382 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632002.5002 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632019.0886 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715632056.4297 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632078.9071 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632100.4706 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632119.9303 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632133.1354 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715632156.0675 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632205.6436 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632227.039 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632245.3583 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632259.1458 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632259.548 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632294.1124 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715632295.1637 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715632308.2085 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632614.2904 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632687.9328 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632735.2315 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632779.0684 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632794.3672 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632817.191 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632839.1091 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632863.1892 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715632877.6274 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715632905.0193 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632929.4288 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632953.0127 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632978.85 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715633003.3879 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715633138.1665 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715633164.5981 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715633210.4173 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715633227.2731 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715633258.4186 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715633315.2438 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715633520.2234 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715633905.8551 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715634223.4612 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715634600.3185 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715634931.8593 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715634970.9805 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715635064.6405 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715635088.6077 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715635113.7799 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715635409.1381 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715635415.7586 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715635456.2167 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715635497.5932 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715635556.3009 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715635722.068 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715635754.5537 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715635777.2021 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715636320.6167 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715637590.0237 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715638033.6861 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715638688.094 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715638705.4091 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715638723.6793 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715638741.5972 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1715638765.8168 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1715638801.4903 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715639560.5786 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715639602.0201 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715639648.8662 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715639706.422 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715639819.1451 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715639940.3868 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715639960.3475 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715640001.4121 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715640098.0525 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715640337.8705 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715640392.0848 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715640445.9726 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715640469.3732 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715640477.3475 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715640493.5113 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715640562.3311 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715640578.1198 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715640592.8728 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715640764.9243 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641052.5041 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641257.7136 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715641279.2614 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641302.3811 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715641321.4886 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641339.6818 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715641357.4266 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715641376.9425 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715641410.444 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715641442.5154 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641456.2598 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641495.9314 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715641527.5583 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641551.3556 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641588.8546 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641603.435 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641631.096 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641667.7929 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715641691.7163 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641711.2567 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641722.2319 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641749.6905 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641771.8403 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715641788.389 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641813.26 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641888.1795 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641907.4439 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641960.0761 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715641984.3372 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715642001.6784 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715642018.8284 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715642032.4162 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715642070.4076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715642084.8514 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715642108.9736 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715642124.1679 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715642139.4073 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715642159.6643 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715642216.1899 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715642234.6287 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715642258.9057 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715642272.164 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715642294.1783 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715642321.2084 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715642347.8346 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715642369.1198 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715642394.4943 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715642446.3777 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715642517.7799 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715643009.9765 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715643629.3904 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715646343.3307 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715646422.6525 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715646502.575 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715646525.7573 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715646580.6937 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715646625.6955 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715646765.4862 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715646979.9774 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715647603.7335 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715647673.5221 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715647719.0251 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715647783.5052 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715647806.4518 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715647856.3221 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715647879.1789 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715647882.4873 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715647894.6206 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715647930.2673 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715647941.2474 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715647967.128 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715647973.2911 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715647989.9255 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715647995.2918 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715648014.7225 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648040.5804 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648068.1237 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715648082.97 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648171.6969 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648197.0506 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648203.8329 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648205.9948 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648224.062 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648242.6639 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648245.9232 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648290.6372 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648300.5734 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648323.4421 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715648333.172 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715648334.425 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648344.276 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715648355.6097 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648369.0486 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715648376.6725 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648380.9343 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715648396.6345 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648412.897 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648426.7397 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648459.2997 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715648499.1202 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648533.2237 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648571.9891 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715648599.2257 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715648652.562 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648684.2485 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648719.831 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648752.5013 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648775.0478 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648805.2205 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648837.1883 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715648852.8803 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648875.2262 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715649200.5327 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715649240.2392 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715649948.8106 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715650049.2967 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715650124.3848 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715650152.58 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715650224.0572 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715650257.8532 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715650321.9949 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715650387.8979 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715650427.5456 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715650470.7554 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715650515.0057 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715650525.3414 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715650550.1627 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715650605.4746 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715652184.3154 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715652208.8769 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715652235.8641 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715652379.6496 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715652432.8124 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715652539.012 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715653965.9717 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715654470.1972 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715654493.8888 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715654508.8773 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715656408.3689 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715656819.0954 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715657123.7234 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715657508.1666 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715657531.1836 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715657541.1706 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715657553.4074 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715657562.2334 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715657776.1514 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715657825.2322 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715657930.4391 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715658042.5835 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715658131.1457 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715659967.4762 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715660953.9461 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715660985.1237 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715661097.2605 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715661148.9346 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661175.1053 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715661544.4592 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661588.8338 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661640.5955 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715661675.7755 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661778.9555 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715661831.7873 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661846.1834 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715661879.9838 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715661882.641 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661906.8515 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715661957.5554 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715662143.2977 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715662172.8726 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715662823.8091 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715664545.3047 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715668236.2092 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715668318.9269 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715668776.0324 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715670090.9625 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715670150.1172 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715670167.3075 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715670187.1492 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715670203.7494 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715670212.3749 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715671609.0636 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715672815.6266 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715672903.2615 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715672954.5547 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715673035.7081 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715673051.3865 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715673083.8769 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715674645.4789 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715674714.0568 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715674795.7064 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715677914.199 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715677990.6732 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715678023.864 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715680671.7878 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715680684.2017 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715680708.0141 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715680721.1172 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715680756.6421 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715680774.3491 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715680798.7423 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715680815.0593 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715681211.2488 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715681242.0659 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715685637.6338 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715686261.4116 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715687357.824 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715687402.3453 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715689015.5469 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715689970.3975 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715690013.3277 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715690053.1575 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715690084.5814 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715690100.3947 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715691355.2566 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715692036.4606 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715696573.886 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715696985.2415 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715697070.2139 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715697745.2526 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715697888.4159 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715697950.1773 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715697965.8898 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715697974.5647 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715698003.0249 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715698043.4828 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715698634.8079 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715698673.8923 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715699050.3814 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715700361.1782 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715700470.8423 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715700632.2481 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715700735.9129 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715701867.2876 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715702055.2621 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715702149.7918 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715702176.0147 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715702213.1421 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715702257.7544 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715702294.1319 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715702319.7668 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715702343.5329 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715702383.6095 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715702421.8657 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715702488.6635 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715704679.9164 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715704744.5669 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715704809.2652 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715704832.3783 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715710596.3249 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715710732.1723 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715710946.1944 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715711094.3364 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715711416.0792 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715711624.746 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715711708.3608 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715713498.1462 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715714694.1925 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715714732.4367 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715714769.5878 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715714802.7484 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715714853.1436 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715714886.3133 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715714926.6286 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715714991.7571 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715715029.2598 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715715072.8058 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715715098.2911 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715720414.1433 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715720441.5688 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715720506.5514 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715736841.9224 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715736904.7417 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715736922.9946 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715745935.9609 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715746011.8732 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715746056.3536 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715746105.3639 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715746144.0276 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715746179.3533 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715746191.891 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715746211.3033 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715746225.2422 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715746246.3345 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715746275.9185 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715746320.8538 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715752128.2836 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715753569.2056 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715753597.7252 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715753614.2285 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715753635.4495 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715753659.8055 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715753684.1663 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715753707.2331 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715753724.3104 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715753747.3861 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715753781.8403 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715764730.2969 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715764763.9283 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715764798.1806 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715764827.007 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715764857.4414 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715767887.4006 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715769987.8576 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715770039.9446 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715775719.0294 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715775769.6894 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715775799.2783 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715775842.189 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715777592.7405 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715777627.9318 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715784315.8966 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715784523.0311 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715788137.1626 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715790483.4433 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715806130.6418 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715807505.7281 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715807533.5192 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715807582.7843 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715807654.393 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715808278.5452 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715809534.3259 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715809760.1488 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715809795.2392 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715809852.0377 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715809906.8223 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715809965.5266 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715809991.1422 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715810007.1303 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715810049.9176 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715810163.7299 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715811335.9503 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715811391.9803 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715811743.4601 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715811821.5187 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715812940.2633 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715812963.3663 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715813449.7613 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715813757.0457 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715813810.298 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715813865.9303 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715813942.3258 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715814281.3599 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815128.3488 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815217.0949 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815270.4299 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815370.4623 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815467.3029 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715815602.0594 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715815648.2789 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715815686.0728 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715815736.5004 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715817402.5989 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715817805.2055 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715818376.2417 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715819161.9366 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715819491.1656 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715819543.6757 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715819586.5946 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715819615.5232 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715819645.9821 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715819670.3462 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715819888.2828 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715819918.3499 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715819929.0339 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715819955.0618 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715819965.8997 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715819976.402 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820093.4966 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820108.3077 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820114.9281 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820121.7485 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820127.866 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820134.2909 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820139.8646 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820145.0877 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820154.8417 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820159.7185 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1715820164.5588 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820181.9884 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820186.5589 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820211.0087 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820839.0777 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820856.6731 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820860.5842 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820864.547 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820874.3779 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715826562.9853 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715826603.8445 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715832708.5013 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715833816.9851 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715835888.8168 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715835905.0987 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715836234.5315 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715839726.894 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715841738.4038 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715843051.3302 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715843989.692 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715846570.8419 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715846650.1388 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715846799.2673 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715846927.6472 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715853531.166 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715857620.2786 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715861672.622 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715861701.6151 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715861730.9837 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715861754.8566 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715862161.5608 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715862199.6862 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715862245.3838 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715862324.7552 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715862384.4427 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715862439.5804 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715863670.6729 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715870697.9021 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715870731.6924 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715870863.7421 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715872892.3643 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715872916.3874 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715872953.4692 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715873064.3259 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715873088.041 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715873104.4435 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715873134.2543 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715873148.3964 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715873169.9692 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715873197.2215 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715873236.7125 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715873285.2547 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715876292.9941 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715878952.7967 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715878980.8882 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715879032.671 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715879067.558 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715883196.3069 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715883230.7648 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715883261.9915 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715883386.8596 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715883519.2743 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715883550.3625 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715883570.8938 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715883595.7926 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715883618.2657 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715883698.0336 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715883719.668 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715883769.1867 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715894377.4203 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715899227.8629 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715899665.3102 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715899810.0588 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715900652.8154 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715901624.0299 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715901635.5566 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715901711.4071 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715901749.7598 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715903564.6366 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715903657.7628 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715903975.2818 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715911393.0297 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715912969.5823 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715912988.5329 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715913035.5767 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913241.7837 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913454.2601 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715913474.1488 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913477.4885 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715913548.6289 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913651.5759 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715913654.291 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913667.5474 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715913739.8234 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715913764.4926 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715913782.4954 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913817.5374 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715913839.5048 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715913940.0061 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715914029.2744 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715914090.12 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715914105.3485 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715915511.0047 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715915577.8154 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715916243.5859 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715916272.4239 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715916313.1847 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715916368.8797 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715916411.5706 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715916448.7485 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715916533.6162 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715916547.7962 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715916587.2836 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715916613.8797 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715916644.9071 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715916683.1819 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715916699.0407 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715916727.3045 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715918196.9319 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715924700.595 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715924915.8223 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715924954.0836 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715924980.164 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715925133.5358 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715925168.653 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715925219.2785 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715925219.98 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715925264.902 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715925315.7153 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715925919.7776 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715926420.4915 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715926538.8144 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715929365.0268 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929417.4956 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929429.846 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715929450.8124 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715929492.6738 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715929531.0454 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715929554.8185 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715929567.0075 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929584.971 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715929617.1082 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929657.2837 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929679.9609 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929707.3509 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715929781.1131 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929849.6364 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715929867.4377 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715929907.5512 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715929948.5812 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715930083.8166 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715930369.0071 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715948152.0414 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715954193.2505 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715960109.8087 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715960218.1069 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715960238.662 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715960280.3729 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715969029.6444 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715972816.0645 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715972884.2583 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715977022.0855 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715977282.5472 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716005809.1647 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716024927.1115 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716024976.7221 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716025010.7673 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716027377.3351 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716027899.644 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716028822.8275 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716028857.7321 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716036421.4086 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716040333.7351 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716043972.3967 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716043995.1703 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716044508.3229 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716045340.1223 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716045370.1669 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716045434.8063 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716045536.284 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716045782.3404 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716046661.0575 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716061878.1074 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716063691.5292 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716063728.9507 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716064036.8859 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716064897.7154 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716064982.9829 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716074832.2246 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716087920.9207 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716087962.0076 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716088282.1445 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716088319.6002 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716088361.4397 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716092533.9981 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716092684.4695 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716100809.6333 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716100904.7495 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716100967.3084 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716101014.3749 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716101026.1623 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716101284.4392 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716101388.6109 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716101424.8563 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1716101640.0847 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716101663.5449 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1716101720.3834 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716101763.5754 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716101779.0549 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716101812.8171 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716101829.1619 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716101843.8492 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716101870.408 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1716101897.469 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716101922.0127 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716101958.4491 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716101980.4881 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716102012.3581 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716102033.0066 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716102061.565 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1716102078.6577 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716102104.1158 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716102163.2523 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716102338.3014 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1716102352.7855 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716102377.8361 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716102397.944 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1716102458.7278 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716102472.2144 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716102830.9668 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1716102848.2679 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716106991.3653 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716112644.092 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716112688.5957 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716113925.8512 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716116154.8458 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716123312.2626 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716124481.7688 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716129939.4625 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716130077.5552 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716133934.791 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716133959.4134 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716133982.7909 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716134112.955 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716134184.1117 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716134215.2692 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716134246.6302 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716134272.2078 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716136785.8861 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716136830.2645 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716136888.0281 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716136912.3226 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716137509.6219 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716137550.792 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716137584.016 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716137614.0349 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716137663.882 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716137708.8654 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716137736.4075 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716137761.6991 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1716137815.2529 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716137886.7381 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716138040.3932 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716140714.0428 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716209337.3046 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716209412.7298 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716209448.1323 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716209508.6504 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716209613.4906 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716209642.7198 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716209709.6202 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716209774.4706 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716209852.8582 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716209947.3287 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716209967.6822 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716210044.0883 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716210150.5688 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716210205.0335 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716210268.9147 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716211526.4507 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716213446.8546 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716213461.9489 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1716213474.537 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716213492.0301 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716213521.5562 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716213540.262 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716213551.8733 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1716213557.4906 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716219013.0278 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716220209.0681 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716220249.3189 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716220285.5053 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716227591.1168 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716227622.0114 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716227674.7391 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716227710.2023 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716227875.4029 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716227977.9929 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716228007.518 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716228104.844 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716228130.5321 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716230101.821 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716230984.9301 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716232636.2301 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716232746.3131 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716232993.2428 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716233055.3833 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716235984.1893 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716239320.9605 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716242440.4726 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716242516.4926 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716242590.6103 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716242629.6643 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716242692.6624 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716246215.0477 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716248360.3883 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716249928.3303 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716249950.1619 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716249976.5037 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716250002.3525 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716250043.473 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716250064.5423 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716250098.6574 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716250169.1921 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716250175.1057 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716250192.053 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716250223.5527 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716250346.0641 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716252598.1249 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716252635.5485 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716263746.8692 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716270546.4614 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716270581.7833 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716271101.4508 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716271351.0622 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716274671.7892 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716278257.8069 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716278320.6515 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716278455.3143 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716279222.1691 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716279246.192 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716279794.6865 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716280412.4078 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716280463.3691 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716282215.371 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716282249.1998 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716282537.2467 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716282635.1246 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716282720.9449 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716282757.3202 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716283450.3375 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716283609.525 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716283779.8628 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716283801.3005 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716283935.4598 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716284013.3675 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716284180.1311 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716284192.186 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716284470.2778 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716284564.193 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716285325.0236 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716285475.3857 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716285519.9145 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716286409.4293 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716286967.8756 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716286983.4028 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716287142.413 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716287185.2534 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716287217.0099 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716287247.2868 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716287271.5544 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716287340.0533 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716287550.0246 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716287573.6398 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716287628.6541 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716287651.6393 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716287665.6163 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716287678.808 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716287767.435 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716287779.2194 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716288009.4382 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716289208.9321 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716289237.4451 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716289351.113 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716289390.8858 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716289393.7964 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716289414.7975 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716289423.2899 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716289429.1105 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716300925.2643 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716301040.4664 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716301250.7099 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716301308.9557 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716301961.2777 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716308935.4231 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716317363.8031 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716317407.5124 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716317505.7057 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716319832.5599 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716321763.8236 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716325414.0255 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716325749.7214 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716325771.5615 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716326192.6196 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716326243.3131 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716326299.6314 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716326346.6605 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716326432.8943 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716326479.3558 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716326504.9509 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716326723.2613 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716326765.4157 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716326806.8553 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716328651.4073 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716340833.9646 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716340851.5576 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716342516.6062 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716342980.4385 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716392751.259 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716392854.8424 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716392927.7613 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716394547.5836 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716394567.8834 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716394675.2074 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716395232.2063 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716395392.7448 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716395429.4755 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716395464.4116 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716395617.1491 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716395671.3185 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716395722.6354 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716395762.024 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716395800.2075 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716395893.3131 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716395908.2446 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716395930.8155 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716396096.1888 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716410843.4073 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716410959.2736 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716411007.9506 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716411029.2438 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716431755.4427 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716431811.1067 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.13.208", - "anony": true, - "tstamp": 1716455911.4834 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.13.208", - "anony": true, - "tstamp": 1716455955.7955 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.38.210", - "anony": true, - "tstamp": 1716463103.3942 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.38.210", - "anony": true, - "tstamp": 1716464669.7571 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.38.210", - "anony": true, - "tstamp": 1716464883.9242 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716465092.5554 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.38.210", - "anony": true, - "tstamp": 1716465101.4217 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.13.208", - "anony": true, - "tstamp": 1716465158.8835 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.13.208", - "anony": true, - "tstamp": 1716465320.7672 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.47.232", - "anony": true, - "tstamp": 1716466221.9614 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716470442.2975 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.43.115", - "anony": false, - "tstamp": 1716473602.4544 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.43.115", - "anony": false, - "tstamp": 1716473616.0917 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": false, - "tstamp": 1716473629.427 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716473646.5102 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": false, - "tstamp": 1716474064.3945 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716481830.2832 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716482066.6894 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716482101.8167 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716482665.9327 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716483084.7205 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716483130.6731 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716486908.7502 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716490430.3014 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716491961.101 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716492130.1621 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716492165.0747 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716493052.5738 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716494811.879 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716494814.0355 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716494907.8652 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716495025.0063 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716496626.411 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716496705.3455 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716497278.1725 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716498525.386 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716508618.2377 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716508647.6412 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716508773.0947 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716509848.6189 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716511130.78 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716512505.6737 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716521987.1249 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716534865.3098 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716535184.4481 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716539015.3065 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716539889.7886 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716540536.1365 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716540946.9096 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.39.221", - "anony": true, - "tstamp": 1716542403.1488 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.39.221", - "anony": true, - "tstamp": 1716543831.0194 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716553156.4165 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716553180.6047 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716553208.1102 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716555742.6319 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716564155.6044 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716569758.9203 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716573314.1735 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716588711.6463 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716589282.8245 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716595399.6343 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716596153.0762 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631962.3438 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716637883.7082 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716637940.3706 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716638087.8967 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716648496.2293 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716650144.5433 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716650252.1683 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716654002.8058 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716657661.8542 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716672582.8741 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716675304.6869 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716675360.5552 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716696765.27 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716699503.5692 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716705406.3076 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716708229.2765 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716708400.6323 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716708425.3973 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716708463.7409 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716712383.2781 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716714698.5936 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716714723.8527 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716714742.496 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716714758.5844 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716714791.7059 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716714813.7628 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716718013.9851 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716719923.7897 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716719954.4298 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732002.5621 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716735265.1561 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716737955.5742 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716749082.5893 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716749104.301 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716749183.3056 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716749405.6595 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1716751911.6964 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716775345.3085 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716776806.2262 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716776883.0635 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716776943.7594 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716779918.8509 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716780527.3148 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716780918.544 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716780951.8598 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716781241.076 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716781759.6094 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716782158.4573 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716782417.8883 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716782420.5452 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716782443.0163 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716782459.9191 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716782484.1275 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716782499.7234 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716782519.0233 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716782537.0836 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716782553.9857 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716782569.153 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716782604.0051 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716782640.804 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716782995.4422 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783031.5075 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783089.4325 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716783090.8889 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716783109.7954 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716783138.0445 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783168.9557 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783358.7145 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1716783462.483 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716783564.225 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716784775.2026 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786037.8729 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786448.0434 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716787891.5755 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788134.0343 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788285.3057 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716789329.1919 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716795652.1604 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716795779.9806 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716795814.0196 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716795851.1701 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716796006.4588 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716796314.0423 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716797932.5341 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716798084.7317 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716798121.6615 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800856.1807 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811377.2082 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811412.4609 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811455.261 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716815094.1935 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716815234.9665 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716815654.9788 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716815707.9688 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716815854.6739 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816541.9961 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816625.048 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716818286.1937 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716820699.6007 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1716822550.5508 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716822601.7824 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1716822684.0205 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716824222.9857 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716824902.917 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716825475.2657 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716827655.7005 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716833085.2146 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716837768.4182 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716838033.7689 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716840571.8782 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716842021.1183 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716842045.0031 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716842062.0558 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716844269.6437 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716844294.3593 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716846730.6152 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716846754.4305 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716846777.0478 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716846795.5401 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716846812.5139 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716846831.5816 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": false, - "tstamp": 1716846856.7092 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716851477.2888 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716852722.4343 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716862066.5604 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716888658.6323 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716888692.3451 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716888743.3788 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716888808.7382 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716889722.4243 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716892310.907 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716893044.8237 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716894726.3896 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716904032.8719 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716904166.7957 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716904274.6297 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716904375.3197 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716904458.3328 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716905236.8052 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716905301.5056 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716906155.4111 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716909502.2672 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716911861.7486 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716931696.2858 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716932953.6361 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716947335.746 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716947886.9102 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716953959.3614 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716962065.228 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716964704.6913 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716967018.8935 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716967137.2381 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716968234.2824 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716972370.304 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716972445.8559 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.224.134.163", - "anony": false, - "tstamp": 1716978291.5449 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.224.145.182", - "anony": false, - "tstamp": 1716978391.0694 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.224.134.163", - "anony": false, - "tstamp": 1716978459.451 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716978633.6451 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716979976.972 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716986223.0166 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716992486.8153 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716994682.8218 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716999872.9257 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1717001549.1047 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717001729.4563 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1717001735.3323 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717001782.8941 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717003358.7832 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717010981.625 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717013817.4431 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1717014277.5883 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717014302.0624 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1717014914.6947 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717015933.2442 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717016519.7356 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717017276.6056 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717017851.527 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.38.210", - "anony": true, - "tstamp": 1717017860.1111 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.38.210", - "anony": false, - "tstamp": 1717017872.0034 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.38.210", - "anony": false, - "tstamp": 1717017935.2154 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": false, - "tstamp": 1717017941.7814 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": false, - "tstamp": 1717017948.1028 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1717017959.1872 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": false, - "tstamp": 1717017979.7996 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": false, - "tstamp": 1717018191.8622 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1717018286.0525 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1717018313.4129 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717018348.5161 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": false, - "tstamp": 1717018553.2268 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": false, - "tstamp": 1717018904.2229 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1717019423.0673 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1717019625.8676 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": false, - "tstamp": 1717020042.7893 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1717022382.7846 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717026392.4268 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717028996.6914 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717029028.6429 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717029147.6903 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717034072.4772 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717034784.6738 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717034906.7231 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717035277.1028 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717039169.9336 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717041246.8155 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717041313.7921 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717041347.0832 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717041370.4367 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717041403.224 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717041426.0327 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717041449.1936 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717041783.2293 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717041956.0851 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717041973.3929 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717041996.6703 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717042011.7634 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717042030.855 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717042064.0653 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717042093.7447 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717048228.5381 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717050239.468 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717055363.8892 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_169.254.167.109", - "anony": true, - "tstamp": 1717057996.957 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_169.254.167.109", - "anony": false, - "tstamp": 1717058393.8863 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717059628.7188 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.18.96", - "anony": false, - "tstamp": 1717059941.285 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717060176.1474 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1717061165.5506 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1717062327.4566 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1717062735.7907 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.18.96", - "anony": false, - "tstamp": 1717062740.0522 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717063191.4116 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717064695.9339 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717064701.3938 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.18.96", - "anony": true, - "tstamp": 1717064718.3586 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717066853.1829 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.40.190", - "anony": false, - "tstamp": 1717067940.0805 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.18.96", - "anony": true, - "tstamp": 1717070139.0899 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717086962.2323 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717087011.4287 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717109403.0798 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717109414.6058 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717116391.6647 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717121019.628 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717124509.4472 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717124607.4219 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717125050.6768 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1717125191.2457 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717131509.2451 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717131570.9166 - }, - { - "model_a": "StableCascade", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1717131858.5618 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717136145.6721 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717136227.7391 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717136272.166 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717136394.6709 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717136742.0386 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717136793.147 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717140076.4215 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717140178.5392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717140242.7879 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717140839.1061 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717140880.6277 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": false, - "tstamp": 1717141161.2541 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1717141745.0938 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1717141938.0758 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1717142609.0649 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717151536.315 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.40.190", - "anony": false, - "tstamp": 1717152058.869 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717164331.9793 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.1.6", - "anony": true, - "tstamp": 1717169978.3953 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717170137.2406 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717190706.1382 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717198702.857 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717198761.8213 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.1.6", - "anony": true, - "tstamp": 1717198804.2276 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717203953.7152 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717204130.5796 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717204984.8114 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717205217.6838 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717205335.9525 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717205415.8924 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.4.148", - "anony": true, - "tstamp": 1717205573.0721 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717207208.4106 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717207257.2095 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717208622.6549 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717215046.7825 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717215091.3188 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717217028.1261 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717217073.8639 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.4.148", - "anony": true, - "tstamp": 1717217141.0125 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717217168.9916 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717217873.6499 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.4.148", - "anony": true, - "tstamp": 1717219369.5122 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717229421.7017 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.4.148", - "anony": true, - "tstamp": 1717229489.292 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717229545.1574 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717233179.7122 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717233630.8484 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717233894.7297 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717234031.2367 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.190", - "anony": false, - "tstamp": 1717238823.2575 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717239794.7673 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717239958.872 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717242974.1799 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717245353.6545 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717245382.5915 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717246252.0134 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717246869.0473 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717246949.2563 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717247297.9808 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717249122.8163 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717249988.4092 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717250472.5934 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717250514.3108 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717250536.2274 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717252537.7395 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717252836.1201 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717259658.011 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717263308.222 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717264286.6556 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717267347.2935 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717267584.6441 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717268431.3837 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717268842.1304 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717277146.2585 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717279735.0982 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717279783.5652 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717280265.0726 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717282264.3718 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717345937.8651 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717345942.1509 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717369313.4581 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717374558.2723 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717374641.2959 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717374859.9707 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717383238.8689 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717388455.1374 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717388973.1388 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717396439.3094 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717408724.2551 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717416639.709 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717417137.7068 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717417171.477 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717417252.3536 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717417311.6227 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717417811.3357 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717418000.5048 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717418158.9019 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717420551.0747 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717421721.9856 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717424468.4513 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717426775.1592 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717427456.4893 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717428471.4698 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717428527.135 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717428578.6202 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717428661.075 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717428707.443 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717429952.5282 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717431917.0308 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717432931.0588 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717437880.4763 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717437963.6539 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717438221.0259 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717438415.9655 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717438614.3067 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717440231.5793 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717440380.7838 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717440566.4689 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717440730.3619 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717441033.757 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717441300.9653 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717442262.7797 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717443411.2151 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717443698.2215 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717448278.6997 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717456603.2007 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717467121.2449 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717467269.3413 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717467347.471 - } -] \ No newline at end of file diff --git a/arena_elo/results/20240603/clean_battle_video_generation.json b/arena_elo/results/20240603/clean_battle_video_generation.json deleted file mode 100644 index 91d6f9b11d68da7e098f804c099d64b9cc4ba984..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240603/clean_battle_video_generation.json +++ /dev/null @@ -1,12682 +0,0 @@ -[ - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1713914099.33 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713914343.6891 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713916642.7912 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713986344.8741 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1713987118.6274 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714139169.2392 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714139249.1969 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714139381.873 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714364059.9109 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1714364795.1269 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714443594.816 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714445557.5459 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1714485010.7122 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714485698.1572 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714491486.3968 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714568747.0042 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714575776.0633 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714575875.3994 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714576499.4057 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714614291.4601 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714656445.8616 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714667465.6678 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714757575.6272 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714856044.8046 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714912222.8148 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714912353.9054 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714916128.9484 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714918845.2225 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714961792.1218 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714962568.0734 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714986675.9255 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715022520.8699 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715024874.9777 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715082170.9107 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715108567.1368 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715201418.1949 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715225335.6492 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715244587.7341 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715352822.1424 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715398861.6427 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715410800.5657 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715410993.9665 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715610160.6825 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715610373.469 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715689072.7345 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715696812.6326 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715737104.8239 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715739395.0891 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715810233.6444 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715849800.9966 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716114686.5453 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716116392.5838 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716193582.8722 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716193785.0048 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716193846.233 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716194009.3835 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716300077.5395 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.43.115", - "anony": true, - "tstamp": 1716478201.6693 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716533638.3067 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_127.0.0.1", - "anony": false, - "tstamp": 1716682913.5891 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716689388.5783 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716689390.9317 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716689418.3899 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716689430.8661 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716689430.9662 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716689446.5199 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716689504.5594 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716689507.2126 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716689516.3395 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716689560.415 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716689571.2045 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716689589.1987 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716689600.479 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716689642.8219 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716689687.8719 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716689693.1346 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1716689821.5032 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716689833.2282 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716690476.4186 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693206.0818 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693274.919 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693286.0411 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693303.5784 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693311.5433 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693329.6356 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693383.5826 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693456.8226 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693467.3462 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693479.5757 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693495.1122 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693502.3247 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693528.2392 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693546.0765 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693563.0683 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693569.8376 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693581.0672 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693588.2851 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693595.2501 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693663.4243 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693679.0583 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693692.5858 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693708.4221 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693719.3968 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693725.4583 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693738.9399 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693745.5583 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693767.9991 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693792.955 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693803.7279 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693816.5054 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693825.2771 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693836.955 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693850.7326 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716694070.4027 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694148.1807 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716694244.2485 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694254.1959 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694276.2905 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716694375.6866 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716694382.1969 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694793.14 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694811.1394 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716694821.4174 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716694834.8498 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716694841.7147 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716694851.8849 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716694860.9592 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716694883.3566 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694902.9993 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694914.4785 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694928.7985 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716694942.7223 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728514.2605 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728525.0445 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728537.4321 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728552.3184 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728565.4115 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728611.9244 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728619.8963 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728626.8621 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728642.2282 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728660.8799 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728671.1783 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728681.5129 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728695.6521 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728707.1868 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728715.3574 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728729.9899 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728739.4646 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728751.7418 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728760.5694 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728772.9474 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728792.5959 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728825.1225 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728832.0962 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728839.4279 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728875.7372 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728884.1135 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728898.2525 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728909.7356 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728924.0212 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728932.2482 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728943.0756 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728951.8516 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728964.0778 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728971.495 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728980.7203 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728994.9574 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716729003.1242 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716729013.9565 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716729024.7427 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729034.6162 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729041.2307 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729054.9108 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729082.4481 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716729093.5738 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729104.4016 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729113.9293 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729128.024 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716729143.4289 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716729151.6014 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716729165.8412 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716729174.0802 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716729190.7693 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729561.7946 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716729589.111 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716730437.4978 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716730444.2174 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716731578.7678 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716731600.4666 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716731607.3314 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716731621.0702 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716731652.0853 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716731680.1969 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716731887.8933 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732002.7625 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732014.9893 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732033.1907 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732042.32 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732051.0423 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732064.3207 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732075.7564 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732092.1437 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732107.1689 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732121.5507 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732130.5345 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732144.7139 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732153.1545 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732245.8887 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732253.5049 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732260.9776 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732271.1059 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732289.7469 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732300.1222 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732442.4675 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732643.9778 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732653.5527 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732667.2377 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732690.9928 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732701.2197 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732769.1058 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732774.627 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732781.8561 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732792.5768 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732805.8172 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732815.2381 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732822.3066 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732832.5342 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732854.9452 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732865.7185 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732873.0369 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732879.1067 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732894.6925 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732906.9749 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732913.3386 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732921.5656 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732932.2613 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732947.9995 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716733033.155 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733215.9535 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733225.6737 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716733232.9894 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733245.779 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733261.359 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733274.7997 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733284.8279 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716733292.3492 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716733303.8831 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733316.3709 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733323.541 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733333.7191 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716733339.0328 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716733353.1237 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733359.5427 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733371.482 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733409.29 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733435.707 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733443.4772 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733504.7486 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733513.4209 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733524.354 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733530.1208 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733537.6908 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733546.1677 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733558.2467 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733565.4605 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716754494.225 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716754529.3204 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716754556.8827 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716754573.37 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716754581.3319 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716754589.7121 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716754610.3186 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716754622.516 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716756205.9019 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756217.6395 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756225.3579 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756245.6466 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756258.525 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756267.7569 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756278.3797 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756292.9729 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756303.6146 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756321.7636 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756328.3263 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716756337.0448 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716756355.6901 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716756369.1608 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756377.9305 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756405.9503 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756413.5746 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756420.392 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716756430.3441 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756598.971 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756811.4034 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756829.7662 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756837.7688 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716756844.6412 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756862.2925 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756871.8602 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756883.2346 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716763810.601 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763820.7817 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763830.0099 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763836.2701 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763852.5743 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716763861.9464 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716763876.0254 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716763884.9467 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716763895.1884 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763906.9292 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763916.2051 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716763933.7037 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763954.4778 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763963.4971 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716763974.9914 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716763982.078 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716763987.4028 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774336.4201 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716774366.2114 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774373.7343 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774401.5247 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774408.764 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716774416.5343 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774426.6483 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716774436.7505 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716774446.0586 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716774452.7416 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774466.5087 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716774473.4742 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774481.1066 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716774490.1334 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716774496.2078 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716774502.5006 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774513.1922 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716774519.3337 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716774546.8848 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716774553.0012 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716774569.2238 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716774581.1122 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716774586.7425 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716774595.3967 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716780707.8678 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716781161.3809 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716781177.0776 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716781187.7966 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716781235.6047 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716781242.9314 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716781254.7071 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716781288.1888 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716781297.0117 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716781305.1896 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716781380.1677 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716781558.8588 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716781966.5022 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783665.6346 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785927.5738 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785946.8276 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785956.3086 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785965.6368 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785983.4545 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786004.6173 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786012.1915 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786025.9796 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786038.5735 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786048.2498 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786056.7792 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786067.3793 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786076.8691 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786091.7183 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786106.6309 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786119.376 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786128.4563 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786145.1683 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786161.6566 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786201.0773 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786209.4966 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786225.3 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786233.4253 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786241.45 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786249.4851 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786263.8719 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786272.8991 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786280.5688 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786288.0837 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786295.9574 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786310.5953 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786320.6713 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786327.6937 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786345.2973 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786361.1416 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786369.7626 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786384.806 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786396.1855 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786405.8102 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786413.8802 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786450.7539 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788441.1026 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788453.8448 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716788462.4158 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788473.1466 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788486.9898 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788500.5707 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788522.2662 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788529.4816 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788541.2168 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716788551.7418 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788557.1033 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788565.8238 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788580.9064 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716788591.4322 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788600.6571 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788614.3978 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788620.7168 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788626.6775 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788634.496 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716788650.9444 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788657.5528 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716788664.566 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788670.029 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716789701.2259 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716792046.6171 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716792090.6776 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716792117.5541 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716792144.8815 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716792164.2891 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716792176.5638 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716792198.4702 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716792228.5999 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716792257.5373 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716792271.5787 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716792345.5517 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716792372.1701 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716798217.9315 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716798246.555 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716798267.3135 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716798307.1051 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716798333.9472 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716798359.6181 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800430.6763 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800444.8671 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800463.8158 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800470.7888 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800480.9658 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800487.682 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800509.3502 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800516.7738 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800548.7825 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800574.8734 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800581.7424 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800591.5717 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800605.265 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800615.6372 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800624.6681 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800632.546 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800641.9148 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800653.6588 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800662.638 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800675.8846 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800681.6565 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800688.0967 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800695.4712 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800702.7395 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800711.7179 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800718.9888 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800725.6079 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800731.7275 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800740.9093 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800747.5238 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800758.3079 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800772.5587 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800786.4015 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800793.1772 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800800.048 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800805.4083 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800819.3653 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800836.4647 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800844.9468 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800851.1076 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800865.0564 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800873.5031 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800881.426 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800888.8952 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800896.8697 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800905.5457 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800915.4743 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800922.2894 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800929.8593 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800939.6859 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800945.6081 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800955.2893 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800967.0227 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800985.5176 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800992.7352 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800999.7547 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716801010.8857 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716801020.4579 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716801028.3834 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716801036.1073 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716801043.9818 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716801054.918 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716801061.0383 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716801067.9615 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716801093.7934 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716801102.824 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716801110.4941 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716801357.4044 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716802258.9248 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716802277.2785 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716802289.6084 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716802308.1591 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716802325.3582 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716802348.8219 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716802375.4431 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716802396.6924 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716802417.0479 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716802440.657 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716802452.992 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716804546.8109 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716804560.9392 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716804572.0261 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716804609.8288 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716804621.2126 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716804634.4051 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716804648.2446 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716804654.6584 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716804662.0841 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716804678.7051 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716804762.81 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716804815.1467 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716804828.1257 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716804843.0147 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716804975.1614 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805101.6412 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805125.1997 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805133.7299 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805151.027 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805158.1471 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805165.6788 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805174.2573 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805181.7877 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805190.2597 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805204.9966 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805212.6216 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805221.4549 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805232.7863 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805313.8437 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805325.1273 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805332.292 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805359.2195 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805367.371 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805377.814 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805386.782 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805404.1209 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805417.2687 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805423.5857 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805431.9147 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805441.492 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805449.2165 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805457.6224 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805463.1912 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805474.9718 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805482.2909 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805487.9021 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805494.2662 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805501.837 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805510.508 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805518.6324 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805525.5473 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805544.3909 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805552.0575 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805558.2739 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805564.1439 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805571.2122 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805579.1375 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805585.3538 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805594.1732 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805602.5497 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805614.0387 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805622.659 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805629.4247 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805636.4978 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805643.3155 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805651.8835 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805660.0046 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805666.4722 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805672.087 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805680.0119 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805686.5804 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805694.5555 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805703.9818 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805711.3069 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805721.6865 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805727.8528 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805736.4364 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805743.8122 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805750.2783 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805757.0462 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805763.9699 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805771.9439 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805778.1596 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805786.0285 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805793.2534 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805798.9227 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805808.3068 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805821.8583 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805839.7119 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805849.7822 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805857.2086 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805865.0813 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805873.7026 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805880.1754 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805887.5002 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805898.5851 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805907.207 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805913.6738 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805919.5473 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805926.0123 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805936.2907 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805943.3089 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716810647.7996 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716810767.6778 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716810826.6156 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716810864.4818 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716810900.0894 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716810921.257 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716810949.0213 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716810965.664 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716810988.9326 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811001.9174 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716811024.4386 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811035.9259 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716811058.5425 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716811074.3937 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811095.0043 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811114.558 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811157.5772 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716811180.1051 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716811346.2167 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811363.3576 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811377.2071 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811404.884 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811528.5755 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811545.2272 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716811581.4292 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811609.1021 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811631.9737 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811653.2303 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811678.608 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716811693.5999 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811720.8197 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811746.659 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716811761.1 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811778.6006 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716811787.9252 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716811806.8256 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811828.2237 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811848.5441 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811872.1595 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811901.6987 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811918.2 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716811932.245 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716811947.2854 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811966.6966 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811983.2023 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812015.9888 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812030.9774 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812051.728 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812067.7291 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812088.1948 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812102.3806 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812123.2896 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812139.1472 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812170.5498 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812192.2699 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812214.0685 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812237.5965 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812262.6235 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812290.4589 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812311.7735 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812323.9663 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812344.0154 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812361.5742 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812372.8081 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812386.6604 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812409.1288 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812418.0558 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812428.889 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812440.6235 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812460.1354 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812483.1639 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812498.9136 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812513.6577 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812524.1375 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812535.9746 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812547.665 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812555.6472 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812565.3306 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812575.97 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812590.8677 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812612.2889 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812624.5777 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812649.097 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812661.3318 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812691.9328 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812707.5304 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812722.3136 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812741.6653 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812760.8219 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812772.796 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812799.1808 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812814.2832 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812830.7859 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812844.0682 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812854.8496 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812863.9262 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812884.0891 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812902.0645 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812921.0403 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812934.2248 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812958.6412 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812982.3069 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812991.3995 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716813008.7657 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813018.7489 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716813618.7164 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813632.3075 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813648.7558 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813671.7233 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716813698.1674 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716813715.7735 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716813726.5932 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813738.6714 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716813747.2492 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716813767.5156 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716813787.5776 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716813804.4335 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813812.3843 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716813826.2772 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716813838.4177 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813854.4582 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813871.899 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716813883.9808 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716813893.2639 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716813907.4565 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716813922.9029 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813936.1375 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716813948.4724 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716813956.9029 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716813964.8758 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716813985.235 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814004.2321 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814014.3081 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814025.5933 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814042.4418 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814051.6142 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814074.9335 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814088.0682 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814099.4537 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814110.2829 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814117.4053 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814124.7313 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814136.6245 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814149.1818 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814158.2055 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814168.2388 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814181.7311 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814192.2712 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814202.9029 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814213.7299 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814223.8057 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814232.1412 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814239.2618 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814254.6616 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814271.2523 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814299.6371 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814312.3883 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814319.5568 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814334.818 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814347.5098 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814360.0003 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814372.9848 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814382.3319 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814389.5585 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814400.2431 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814408.7192 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814421.9339 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814436.4344 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814450.026 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814461.6183 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814472.512 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814484.0088 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814495.6957 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814519.6197 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814528.8081 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814539.691 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814550.1705 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814564.1662 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814572.6421 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814583.6689 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814598.5159 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814609.8028 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814619.5919 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814631.5327 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814648.7281 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814659.3149 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814680.1373 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814704.6159 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814713.39 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814725.5232 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814744.5305 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814755.0712 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814771.0791 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814783.3717 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814792.0423 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814803.8904 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814811.475 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814839.9094 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814849.1271 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814857.6044 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814871.3031 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814888.3485 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814897.878 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814907.4115 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814915.0837 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814924.1636 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814932.6321 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814940.9566 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814948.7863 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814968.0915 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814994.1657 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716815015.8201 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716815024.6949 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816099.4363 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816105.6967 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816118.5359 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816149.1207 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816172.1002 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816184.8358 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816194.5624 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816210.2718 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816227.4275 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816247.5376 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816262.3852 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816295.3375 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816307.3189 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816333.3001 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716816518.8779 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816568.8736 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816585.4378 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816592.9699 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816605.8065 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816623.4437 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816637.1861 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816672.9665 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816686.8076 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716816697.8926 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816706.8142 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816731.4381 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816740.0096 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816752.7379 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816762.2629 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716816776.0949 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816791.4496 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816799.9698 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816806.4869 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816813.395 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816838.8134 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816850.0931 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816857.6166 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816874.9081 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816885.0343 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716816896.9631 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716816914.0762 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816922.3005 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816936.3908 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816952.5782 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816965.4737 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816975.3518 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716816987.3314 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816998.0597 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817007.4428 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817014.3671 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817021.1406 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817031.3233 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817040.9988 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817047.7657 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817062.6591 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817071.0892 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817079.1626 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817088.792 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817095.9591 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817110.5496 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817120.4861 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817128.1212 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817136.6422 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817144.3143 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817152.4352 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817161.9622 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817177.1074 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817189.9467 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817198.023 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817208.2992 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817221.7848 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817230.062 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817236.2275 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817245.3594 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817251.1819 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817256.4007 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817272.0483 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817288.1447 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817296.0145 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817303.3895 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817311.3103 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817328.5117 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817337.8401 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817349.5234 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817357.7468 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817366.4197 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817378.2982 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817398.1152 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817411.0505 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817418.9737 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817433.5134 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817439.282 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817445.3501 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817454.4227 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817461.8922 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817473.7247 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817483.5046 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817490.071 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817497.482 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817505.4488 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817517.0342 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817526.0125 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817536.885 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817544.6967 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817554.6787 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716845528.4968 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845543.5775 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845610.4135 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845625.0502 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716845639.4286 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845693.0182 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716845718.0466 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716845734.4895 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716845755.294 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845769.7927 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716845816.9371 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716845828.573 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716845861.4523 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845873.847 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845908.5838 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845933.8837 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845948.6427 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716845982.277 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716846032.7577 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716846040.2247 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716846099.9227 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716846143.9332 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716846163.6735 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716846245.2648 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716846257.942 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716846302.5935 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716846342.1787 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716846362.9187 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716846386.3667 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716846413.3894 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716848046.5925 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716848058.7766 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716848067.902 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716849805.475 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716849813.4457 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716849818.3104 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716849824.5826 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716849834.2592 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716849836.9182 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716849839.7812 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716849850.9067 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716849877.0663 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716849877.1173 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716849885.1697 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716849893.3278 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716849946.2119 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716849980.4883 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716849993.2669 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716850007.4503 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716850037.0695 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716850054.3761 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850066.0545 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850091.7678 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850115.1746 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850132.3725 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716850144.1539 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716850161.2285 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850173.8573 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716850197.1758 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716850224.5489 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716850247.405 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850277.7798 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850310.4463 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850327.8684 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850328.226 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850340.8632 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716850354.4171 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850375.9832 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850409.3402 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716850417.2617 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850506.1736 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716850517.7481 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716850529.1711 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716850562.7076 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716850573.6848 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716850630.8546 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850653.065 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850681.8793 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716860595.707 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716860621.5356 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716860641.0232 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716860697.9926 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716860710.5707 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716860726.1111 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716860772.244 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716860790.2405 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716860804.6284 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716860869.2903 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716860936.3092 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716860952.3518 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716860965.3844 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716860983.8146 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861070.0866 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861079.6593 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861093.0971 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861110.8861 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716861182.2741 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861199.7588 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716861262.141 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861366.9074 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861376.2768 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861486.5303 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861550.2568 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716861563.9964 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716861576.7932 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861635.7395 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861644.366 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861651.5365 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861665.1318 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861675.3107 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861709.0037 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861764.0077 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861774.1637 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861787.6144 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861801.9107 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861857.8365 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861867.8133 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861876.2803 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716861888.9613 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716861899.5978 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861917.9472 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861929.1847 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861994.2271 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716862003.32 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716862014.0612 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716862066.3091 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716862084.806 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716862135.48 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716862146.7019 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716862199.7374 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716862287.5989 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716862301.6865 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716864840.105 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716864852.4483 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716888876.5448 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716888906.7365 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716888932.705 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716888960.4334 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716889044.3971 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716889066.6535 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716904183.7537 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716934721.4333 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716934728.955 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716934735.2822 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716934746.4556 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716934759.1338 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716934771.7263 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716934780.1541 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716934789.6805 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716934796.1425 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716934802.8066 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716934809.9162 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716934822.2928 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716935497.9165 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716935510.2413 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716935529.5027 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716935537.7802 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716940935.4529 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716941011.7947 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716946253.3412 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716946273.1958 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716946533.0187 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": false, - "tstamp": 1716956917.4978 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716968515.1585 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716968528.9845 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716968546.9361 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716968565.0784 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716968584.3193 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716968599.2518 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716968609.074 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716992753.2264 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1716995984.4733 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716999875.783 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717016085.6093 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1717033329.1692 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717036604.3263 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717036611.3029 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717036623.7361 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717036633.3907 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717036661.4617 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717036670.7383 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717036693.0343 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717036733.5432 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717036802.0871 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717036825.904 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717036872.3776 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717036889.2216 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717036941.3062 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717036970.3339 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717036991.3064 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717037015.2592 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717037045.0924 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717042182.8927 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717042213.7032 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717042241.8638 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717042270.6661 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717042303.518 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_169.254.167.109", - "anony": false, - "tstamp": 1717059009.4576 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1717059223.905 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.18.96", - "anony": true, - "tstamp": 1717064772.7161 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717072973.3188 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122196.5828 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122216.5437 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122226.125 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122239.2602 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122306.5361 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122318.0661 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717122326.6431 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122340.9779 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122348.0443 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122362.0381 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122379.7169 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122390.6881 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122397.0059 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122409.0363 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717122418.0605 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717122433.1851 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122473.1813 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122522.8944 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717122555.2268 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122568.912 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122580.3431 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122586.264 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122596.6965 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122603.4157 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717122609.2263 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122618.4501 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122634.5481 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122640.2657 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122651.6476 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122711.0439 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122716.86 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122725.6842 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717122731.3486 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122742.1792 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122771.6489 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717122777.9609 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122789.9392 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122798.9204 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122806.4923 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122813.4702 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122818.3889 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717122825.6083 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122831.6287 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122844.4115 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122862.9223 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122879.0582 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717122889.5903 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122895.6641 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122909.8967 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122915.6074 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122925.1277 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122931.2448 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122937.2045 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122943.0215 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717122948.8846 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122953.7973 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717123008.1803 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1717123076.2074 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1717123101.8817 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717124794.7362 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717153274.9711 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717207929.8821 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717217534.3179 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717231204.8928 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717265385.3362 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717285203.6269 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": false, - "tstamp": 1717293468.582 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": false, - "tstamp": 1717293491.0083 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293504.5815 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293517.7461 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293527.5597 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293536.1345 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717293546.7518 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717293554.0351 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293568.4703 - }, - { - "model_a": "VideoCrafter2", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293580.161 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293591.5149 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293602.8639 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717293616.4035 - }, - { - "model_a": "T2VTurbo", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717293623.5221 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293628.89 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717293635.1638 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293641.9995 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293647.9768 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293658.6194 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293666.2514 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717293671.5182 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717293680.9968 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293686.4655 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293697.9061 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293707.1435 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293719.0796 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293740.639 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293744.6538 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293756.298 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717293762.671 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717293769.1937 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717293775.9663 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717293782.7841 - }, - { - "model_a": "T2VTurbo", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717293783.2738 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293791.6535 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717293798.9666 - }, - { - "model_a": "T2VTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717293806.4462 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717293811.6641 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717293826.6726 - }, - { - "model_a": "LaVie", - "model_b": "T2VTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717293828.377 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293835.7519 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293841.7666 - }, - { - "model_a": "T2VTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293848.3812 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293855.3997 - }, - { - "model_a": "VideoCrafter2", - "model_b": "T2VTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293857.3097 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293872.4616 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293901.5198 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717293932.4272 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717293953.9142 - }, - { - "model_a": "T2VTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293984.306 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294009.905 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294030.5896 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294056.7294 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294075.7122 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294090.8974 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717294101.2133 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717294117.938 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717294150.2901 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717294174.1211 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717294185.8416 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717294202.8671 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294220.1908 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717294236.012 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717294251.8078 - }, - { - "model_a": "T2VTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717294269.6838 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294286.4136 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294312.2032 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717294326.2786 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717294346.6054 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294361.8835 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717294374.2527 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717294392.4334 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294404.4511 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717294435.7496 - }, - { - "model_a": "T2VTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294453.0766 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294470.3027 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294493.5437 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294510.6692 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717294525.3896 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294538.5569 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294565.9504 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294582.533 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717294597.1071 - }, - { - "model_a": "T2VTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294615.7967 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294631.1305 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294644.5529 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294654.225 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717294668.6136 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717294682.9829 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294700.8663 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294717.4464 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294732.9285 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294748.3004 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294766.0902 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717294784.2806 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294796.1612 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717294824.43 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294851.174 - }, - { - "model_a": "T2VTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717294866.7995 - }, - { - "model_a": "ModelScope", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717294877.1216 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294890.1942 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294921.5086 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717294934.4353 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717294950.2096 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294957.4234 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294969.0 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717294986.4772 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717295008.1658 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295019.438 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295038.928 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295052.3222 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717295070.2534 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717295082.1467 - }, - { - "model_a": "T2VTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295101.6011 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717295116.9783 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717295126.899 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717295142.3389 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717295154.0226 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717295169.8551 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717295185.5925 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717295197.1667 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295210.8272 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717295218.0937 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295237.2382 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295249.9143 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295258.4514 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295297.0381 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295309.6869 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295320.7567 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717295333.2544 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717295349.6526 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295360.2828 - }, - { - "model_a": "T2VTurbo", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717295370.8103 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295385.1488 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717295392.7601 - }, - { - "model_a": "T2VTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717295408.8097 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717295422.4892 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295436.9749 - }, - { - "model_a": "LaVie", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717295449.8035 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717295467.5485 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717345483.6603 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717370074.6497 - }, - { - "model_a": "AnimateDiff", - "model_b": "T2VTurbo", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717370084.7673 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717370194.9243 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717370216.817 - }, - { - "model_a": "ModelScope", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717370244.8292 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717370280.0046 - }, - { - "model_a": "LaVie", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717370335.9096 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717370378.0295 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717370403.7198 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717370524.989 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717382632.7404 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717382690.0394 - }, - { - "model_a": "T2VTurbo", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717382706.7656 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717382721.0954 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717382736.734 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717382750.8089 - }, - { - "model_a": "T2VTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717382766.9879 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717382787.9614 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717382802.845 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717382818.3336 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717382828.5655 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717382840.4562 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717382861.5383 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717382873.4499 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717382885.608 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717382919.6506 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717382938.1959 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717382949.4728 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717382959.1016 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717382977.7887 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717382990.1243 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717383019.3902 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717383027.7149 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717383036.784 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717383054.6641 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717383069.297 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717383085.7207 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717383108.3566 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717383127.1905 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717383136.9608 - }, - { - "model_a": "T2VTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717383157.7444 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717383172.9848 - }, - { - "model_a": "T2VTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717383186.876 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717383199.2563 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717383206.08 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717383222.6056 - }, - { - "model_a": "VideoCrafter2", - "model_b": "T2VTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717383288.1336 - }, - { - "model_a": "T2VTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717383436.1722 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717383476.654 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717383685.03 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717383767.1808 - }, - { - "model_a": "AnimateDiff", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717383808.2937 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717383873.2164 - }, - { - "model_a": "AnimateDiff", - "model_b": "T2VTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717383892.2518 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717383919.7514 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717384233.7717 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717384245.7924 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717384284.8262 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717384304.7566 - }, - { - "model_a": "T2VTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717384316.9358 - }, - { - "model_a": "VideoCrafter2", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717384332.8135 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717384354.8192 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717384365.5649 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717384384.1025 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717384402.4396 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717384409.6503 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717384430.1763 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717384462.5696 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717384501.835 - }, - { - "model_a": "T2VTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717384523.0528 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717384570.486 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717384586.6213 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717384598.3813 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717384609.9773 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717384622.757 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717384634.6369 - }, - { - "model_a": "LaVie", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717384642.2532 - }, - { - "model_a": "T2VTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717384665.1984 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717384677.0334 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717384685.0477 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717384693.5141 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717384731.537 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717384839.5816 - }, - { - "model_a": "T2VTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717384852.5086 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717384861.2819 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717384907.1512 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717384944.3791 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717384966.6886 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717385836.8448 - }, - { - "model_a": "ModelScope", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717385845.3108 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717385854.4791 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717385860.6864 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717385875.0645 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717385887.7842 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717385895.0467 - }, - { - "model_a": "T2VTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717385900.8565 - }, - { - "model_a": "VideoCrafter2", - "model_b": "T2VTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717385907.8711 - }, - { - "model_a": "LaVie", - "model_b": "T2VTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717385922.69 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717385938.4718 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717385944.6309 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717385951.4902 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717385956.3479 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717385963.5179 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717385969.5786 - }, - { - "model_a": "VideoCrafter2", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717385991.075 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717385998.3397 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717386004.2514 - }, - { - "model_a": "T2VTurbo", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717386013.6816 - }, - { - "model_a": "AnimateDiff", - "model_b": "T2VTurbo", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717386021.2986 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717386029.1634 - }, - { - "model_a": "LaVie", - "model_b": "T2VTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717386037.0274 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717386047.242 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717386062.3655 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717386069.5814 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717386081.2557 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717386087.8163 - }, - { - "model_a": "T2VTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717386095.029 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717386103.7391 - }, - { - "model_a": "ModelScope", - "model_b": "T2VTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717388539.6475 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717388573.7415 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717388587.9557 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717388599.8821 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717388617.4315 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717388625.7017 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717388634.9244 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717388643.5519 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717388652.6889 - }, - { - "model_a": "T2VTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717388662.9722 - }, - { - "model_a": "T2VTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717388668.6899 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717388676.4154 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717388683.641 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717388702.5417 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717388715.0821 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717388723.6508 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717388729.8124 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717388737.6324 - }, - { - "model_a": "T2VTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717388768.8429 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717388786.5494 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717388797.8806 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717418901.679 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717418918.2184 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": false, - "tstamp": 1717439167.8704 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717439586.4464 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717439628.5032 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717439672.1109 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717439708.6385 - }, - { - "model_a": "T2VTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717439720.6663 - }, - { - "model_a": "T2VTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717439737.753 - }, - { - "model_a": "AnimateDiff", - "model_b": "T2VTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717439774.2745 - }, - { - "model_a": "T2VTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717439785.9023 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717439841.3272 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717439858.1328 - }, - { - "model_a": "LaVie", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717439883.5031 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717439908.5202 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717439948.6917 - }, - { - "model_a": "T2VTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717440028.9782 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717440530.7674 - }, - { - "model_a": "T2VTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717440565.7623 - }, - { - "model_a": "AnimateDiff", - "model_b": "T2VTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717440600.8103 - }, - { - "model_a": "ModelScope", - "model_b": "T2VTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717440641.0155 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717441265.7697 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717441285.8722 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717441309.5001 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717441325.2605 - }, - { - "model_a": "ModelScope", - "model_b": "T2VTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717441349.0509 - }, - { - "model_a": "T2VTurbo", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717441378.2766 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717441395.5798 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717441413.7788 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717441452.9548 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717441474.9552 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717441493.3447 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717441521.5939 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717441531.3786 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717441551.0739 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717441596.3937 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717441620.7707 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717441638.0974 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717441688.9321 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717441705.9245 - }, - { - "model_a": "ModelScope", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717441832.5812 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717441855.6322 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717441871.7347 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717441889.81 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717441910.2308 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717441929.6053 - }, - { - "model_a": "T2VTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717441944.9706 - }, - { - "model_a": "VideoCrafter2", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717441992.1921 - }, - { - "model_a": "T2VTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717442013.4608 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717442032.6318 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717442073.0611 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717442093.6884 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717442112.0356 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717442128.339 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717442210.6254 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717442226.1506 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717442243.2215 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717442259.5702 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717442288.1744 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717442313.1712 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717442328.7833 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717442374.6118 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717442399.9031 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717442420.0213 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717442444.1576 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717442458.0459 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717442534.5328 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717442564.84 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717442581.6032 - }, - { - "model_a": "LaVie", - "model_b": "T2VTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717442618.7339 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717442646.1372 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717442673.2333 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717442690.0393 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717442771.0084 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717443712.2317 - }, - { - "model_a": "LaVie", - "model_b": "T2VTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717443723.9663 - }, - { - "model_a": "T2VTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717443731.1608 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717443741.5344 - }, - { - "model_a": "VideoCrafter2", - "model_b": "T2VTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717443749.5447 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717443761.1002 - }, - { - "model_a": "AnimateDiff", - "model_b": "T2VTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717443775.2438 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717443789.1799 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717446342.5531 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717446349.1923 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717446357.2591 - }, - { - "model_a": "ModelScope", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717446366.6449 - }, - { - "model_a": "ModelScope", - "model_b": "T2VTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717446377.6616 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717446386.75 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717446406.8292 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717446414.646 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717446428.5735 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717446438.2954 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717446447.4602 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717446458.6253 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717446467.3416 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717446477.3062 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717446488.0957 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717446496.1204 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717446513.068 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717456368.838 - } -] \ No newline at end of file diff --git a/arena_elo/results/20240603/elo_results_t2i_generation.pkl b/arena_elo/results/20240603/elo_results_t2i_generation.pkl deleted file mode 100644 index c6023fe17360e133fa4c96c7ff19edb53bd2d98a..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240603/elo_results_t2i_generation.pkl +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e24e79933f7dbfa90c057b16106ac9a4efb70ff687d730ff68805b714959c055 -size 68024 diff --git a/arena_elo/results/20240603/elo_results_video_generation.pkl b/arena_elo/results/20240603/elo_results_video_generation.pkl deleted file mode 100644 index 8b005529bef75835c61313d4d2690fce0142e9db..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240603/elo_results_video_generation.pkl +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ff677e8a3e8cec3044c42a4e1e446f1e5d7dce2dd030cf6591ce67f170b9575 -size 59813 diff --git a/arena_elo/results/20240603/t2i_generation_leaderboard.csv b/arena_elo/results/20240603/t2i_generation_leaderboard.csv deleted file mode 100644 index 7177e92dc0bb71d2c7dd3b2255f56a4fc85e7582..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240603/t2i_generation_leaderboard.csv +++ /dev/null @@ -1,12 +0,0 @@ -key,Model,Arena Elo rating (anony),Arena Elo rating (full),License,Organization,Link -PlayGround V2.5,PlayGround V2.5,1150.9236783072356,1152.8270562870603,Playground v2.5 Community License,Playground,https://huggingface.co/playgroundai/playground-v2.5-1024px-aesthetic -PlayGround V2,PlayGround V2,1099.3722301794674,1098.4927344382563,Playground v2 Community License,Playground,https://huggingface.co/playgroundai/playground-v2-1024px-aesthetic -StableCascade,StableCascade,1057.8145054746785,1062.0807742646384,stable-cascade-nc-community (other),Stability AI,https://huggingface.co/stabilityai/stable-cascade -SDXLLightning,SDXLLightning,1054.925796791606,1058.47085232431,openrail++,ByteDance,https://huggingface.co/ByteDance/SDXL-Lightning -PixArtAlpha,PixArtAlpha,1050.709814282498,1038.7117042307157,openrail++,PixArt-alpha,https://huggingface.co/PixArt-alpha/PixArt-XL-2-1024-MS -PixArtSigma,PixArtSigma,1050.6508411660755,1049.9100767020473,openrail++,PixArt-alpha,https://fal.ai/models/fal-ai/pixart-sigma -SDXL,SDXL,1001.1015362975594,999.8030228510299,openrail++,Stability AI,https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0 -SDXLTurbo,SDXLTurbo,933.3765197696492,931.5432117258549,sai-nc-community (other),Stability AI,https://huggingface.co/stabilityai/sdxl-turbo -LCM(v1.5/XL),LCM(v1.5/XL),932.2872599705127,925.6985998588355,openrail++,Latent Consistency,https://fal.ai/models/fal-ai/fast-lcm-diffusion/api -OpenJourney,OpenJourney,852.4763921046748,847.2007917303567,creativeml-openrail-m,PromptHero,https://huggingface.co/prompthero/openjourney -LCM,LCM,816.3614256560404,829.5982133026529,MIT License,Tsinghua University,https://huggingface.co/SimianLuo/LCM_Dreamshaper_v7 diff --git a/arena_elo/results/20240603/video_generation_leaderboard.csv b/arena_elo/results/20240603/video_generation_leaderboard.csv deleted file mode 100644 index ba99ef6e7c99b310f0f811fb53ad7bf96e53ddfe..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240603/video_generation_leaderboard.csv +++ /dev/null @@ -1,9 +0,0 @@ -key,Model,Arena Elo rating (anony),Arena Elo rating (full),License,Organization,Link -T2VTurbo,T2VTurbo,1113.2289800121919,1110.848994484043,cc-by-nc-4.0,"University of California, Santa Barbara",https://huggingface.co/jiachenli-ucsb/T2V-Turbo-VC2 -StableVideoDiffusion,StableVideoDiffusion,1104.5585443964503,1108.3187585539656,stable-video-diffusion-nc-community,Stability AI,https://fal.ai/models/fal-ai/fast-svd/text-to-video/api -VideoCrafter2,VideoCrafter2,1077.4020854880887,1078.1338759842122,Apache 2.0,Tencent AI Lab,https://ailab-cvc.github.io/videocrafter2/ -AnimateDiff,AnimateDiff,1075.0105328010263,1072.9780503118743,creativeml-openrail-m,"The Chinese University of Hong Kong, Shanghai AI Lab, Stanford University",https://fal.ai/models/fast-animatediff-t2v -LaVie,LaVie,996.4439363199807,996.4108324890976,Apache 2.0,Shanghai AI Lab,https://github.com/Vchitect/LaVie -OpenSora,OpenSora,915.8655076423616,915.4829893518606,Apache 2.0,HPC-AI Tech,https://github.com/hpcaitech/Open-Sora -ModelScope,ModelScope,866.3294497159768,866.0542140966072,cc-by-nc-4.0,Alibaba Group,https://arxiv.org/abs/2308.06571 -AnimateDiffTurbo,AnimateDiffTurbo,851.1609636239237,851.772284728338,creativeml-openrail-m,"The Chinese University of Hong Kong, Shanghai AI Lab, Stanford University",https://fal.ai/models/fast-animatediff-t2v-turbo diff --git a/arena_elo/results/20240604/clean_battle_t2i_generation.json b/arena_elo/results/20240604/clean_battle_t2i_generation.json deleted file mode 100644 index 6bd3dc6cf21d48709b11781f9f16e11603c9a875..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240604/clean_battle_t2i_generation.json +++ /dev/null @@ -1,42922 +0,0 @@ -[ - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707700514.3167 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707701110.2369 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707707434.9832 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707707467.1955 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707715202.5963 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707743517.6731 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707748092.0895 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707766084.3648 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707767434.9053 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707768049.9814 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707771506.9525 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707771618.8687 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707775417.8407 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707797986.5458 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707798121.0587 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707798585.0672 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707802112.022 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707802188.2116 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707802195.8893 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707803608.5079 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707803788.5758 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707803904.6801 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707803981.9232 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804176.6944 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804270.7927 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804297.8869 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804318.2703 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804334.1219 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804349.6842 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804364.5668 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804402.5063 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804439.225 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804479.6379 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804525.4779 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804569.4346 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805195.1868 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805385.1199 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707805544.5954 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805719.6055 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805892.4114 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806065.7944 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806165.7019 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806263.1867 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806323.9389 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806366.3154 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806417.7003 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806450.0813 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806488.8729 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806686.917 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707807465.0362 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707807624.1859 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808070.8364 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808165.8424 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808223.4083 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808242.8483 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808305.2596 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808365.8652 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808516.9725 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808592.0266 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707808776.6806 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707809207.6029 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707809528.5104 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707810829.8424 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707810888.7795 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707811836.4507 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812355.1994 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812463.5112 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812564.4237 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812633.8829 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812692.7422 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812731.7789 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812790.8552 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813196.5863 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813385.0823 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813688.5409 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813789.2976 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813801.8046 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813968.2954 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814081.937 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814113.8281 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814208.3473 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814576.4902 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814587.9823 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814630.8904 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707814638.1626 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814678.0675 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815069.0454 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815265.8876 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815309.9341 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815471.0053 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815496.1672 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815515.1383 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815597.8351 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707816139.8542 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707816453.2139 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707816524.6134 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707816642.8445 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707817578.7496 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818116.1249 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818116.4886 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818164.7455 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818248.2875 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818875.2918 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707819636.4627 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707820183.6769 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707820223.2706 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707821064.6519 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707821537.8837 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707821734.9105 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707821913.7658 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707822028.5932 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707822757.6234 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707824160.6135 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707824465.7056 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707824555.3203 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825315.02 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825427.9915 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825465.0846 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825513.2124 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825892.4661 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825936.2938 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707826004.6453 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707826621.1118 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707826696.6391 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707827607.6358 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707828504.1443 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707828598.2702 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707828650.1074 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829422.0774 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829424.1119 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829545.1677 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829558.9178 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829575.4002 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707829605.377 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829655.401 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829671.9346 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829764.2277 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707830051.739 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707831907.61 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707832672.6529 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833021.7755 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833211.1736 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833330.5156 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833567.2266 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833793.1294 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834070.3689 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834184.5449 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834553.1154 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834593.0783 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834668.474 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834707.0272 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834747.5192 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834769.6714 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834838.9968 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834939.7331 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835013.9187 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835059.1088 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707835084.9734 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835143.1459 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835157.8035 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835271.8395 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835326.7352 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835390.8923 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835525.9638 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835615.8358 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835679.3932 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835717.0721 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835853.3267 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835989.8838 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707836084.5509 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836132.9464 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836135.0599 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836237.3436 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836314.9641 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836695.3278 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707837085.8896 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707839155.8114 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707840267.3024 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707840932.8884 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707841426.0637 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707841877.0338 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707841965.2778 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707842944.8061 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707843000.9465 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707843932.2112 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707844717.8943 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707845169.7825 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707846883.7945 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847300.2803 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847465.1349 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847529.7859 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847805.9735 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847846.2293 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707848073.1447 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707848814.4383 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707849117.1598 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707850807.7058 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707850898.7895 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707851643.0572 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707852226.5775 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707852250.3298 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707852649.075 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707852658.3925 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854112.6589 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854223.7006 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854439.3584 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854467.9121 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854493.356 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707854644.0324 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854745.2094 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707854859.0911 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855029.8798 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855287.8118 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707855365.8721 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855592.3744 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855617.8623 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855662.3148 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707855663.1059 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707855706.2598 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855818.7279 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707857642.2074 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707857681.8972 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707858601.4616 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707859063.3978 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707859131.0729 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707859155.9948 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707859314.8579 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707861187.3856 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707861468.4384 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707861681.2523 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707861762.884 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863154.0782 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863220.9442 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863276.7531 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707863359.6247 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863562.8628 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863623.6038 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707864470.9299 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707865527.8262 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707865559.346 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707866156.3368 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707866211.1115 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707867088.7165 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707867880.8468 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707869812.1567 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707870348.7079 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707870392.0767 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707870526.6392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707870575.054 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707870639.4277 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871185.0523 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871233.4711 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871275.0108 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871354.9701 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871603.5439 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707871663.4536 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707871686.2102 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871840.7281 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871909.9365 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707872099.4329 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707872920.9285 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707872977.5665 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707874406.8176 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707875417.714 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707875703.986 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707875827.46 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707876432.1059 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707876829.205 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707877060.6713 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707878629.8346 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707878669.1334 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707878754.5179 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707879902.0051 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707881075.7184 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707881126.4996 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707882647.3191 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707882792.5618 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883779.6594 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707884893.6044 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707884977.6614 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707885031.1868 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707885083.3686 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707885959.1288 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707886120.659 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707886453.0044 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707887924.3075 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707888115.6326 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707888163.9161 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707888250.1088 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707888730.6572 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707888918.6905 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707889251.9249 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707889339.3417 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889511.4789 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889669.429 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889749.9811 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889822.2849 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707889889.5842 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889977.4531 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707890036.0378 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707890352.6404 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707890503.3537 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707890577.6157 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707891026.6919 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707891203.8892 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707891238.0325 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707891817.495 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707891838.6998 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707891867.0386 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707892517.4853 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707892603.8426 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707892776.7545 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707892856.4175 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707893005.224 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707893730.3778 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707893776.5582 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707893845.3551 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707893914.9762 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707894034.0264 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707894096.279 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707895246.3966 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707895682.8333 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707896516.4099 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897405.8243 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897594.363 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897777.4843 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897851.2186 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897859.3775 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897981.0235 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707898245.577 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707898288.3873 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707898690.7825 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707899153.9213 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707899254.7719 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707899600.5993 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707899708.2314 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707900399.2522 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707901463.2114 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707901625.6262 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707901724.895 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707901805.2825 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707901851.0289 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707901919.5957 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707902655.3889 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707903934.1831 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707903976.2698 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707904071.9685 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707904602.7143 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707904819.7667 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905092.372 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905159.5688 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905200.2306 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905205.8817 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905273.4656 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905352.1535 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905388.8247 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707905403.3113 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906463.3872 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906506.8365 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906531.5441 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906549.5815 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906674.4723 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906696.9843 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707906720.9523 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906789.0782 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707906831.6404 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906871.5136 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707906901.3599 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907016.8681 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907048.7211 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907133.1481 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907147.7204 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707907185.1271 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907223.9358 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707907247.2444 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707907276.8843 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907327.1575 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907427.1745 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907625.4958 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907746.2735 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907788.1814 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907918.7149 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907958.4932 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908048.9348 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908051.4076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908075.9936 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908311.8685 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908325.8212 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908458.9354 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707908563.0142 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908632.1933 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908900.8127 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908931.366 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707909339.6597 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707909562.0429 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707909679.8987 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707909685.0761 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707909778.3151 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707909998.5448 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910050.1127 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910100.9659 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910410.3087 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910587.4802 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910637.0556 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910755.6916 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910801.7684 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910811.2485 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910887.2329 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910896.9534 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707910900.8951 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707910905.4941 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910924.6707 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910982.6954 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910991.9937 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911029.3976 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911127.9317 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707911174.7956 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911218.698 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911276.8502 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911291.0875 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911316.0308 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911331.0514 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911344.5667 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707911518.1543 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911665.1089 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911758.3748 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912074.1765 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707912129.4306 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912176.8019 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912185.9448 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707912248.7648 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707912356.6732 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912462.9377 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912567.5438 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912649.0507 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912679.8891 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912837.4157 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912852.8909 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912910.5681 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912946.5205 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912959.2604 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912999.2068 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707913018.0211 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913032.8311 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707913060.4585 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913061.8856 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913099.4482 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913118.919 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913119.8888 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913178.1121 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707913182.7231 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913186.2456 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913203.1502 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913208.3418 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913251.3096 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913271.6578 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707913275.4802 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913313.9229 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913357.2293 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913389.2412 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913395.0962 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913408.1319 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913445.1243 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913472.8458 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913677.7619 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707914794.6501 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707914855.5524 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707914897.5771 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915023.9768 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915466.0448 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915532.6739 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915587.6978 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915672.2025 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915730.2925 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915777.2634 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915810.9608 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915839.1494 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915861.4564 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707915905.9859 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915915.5039 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707915916.0541 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915951.6873 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915960.4007 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707915970.9477 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916012.5482 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916044.5465 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916065.8303 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916099.7404 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916119.8235 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916170.2499 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916184.2409 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916200.7999 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916218.6752 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916256.2347 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916277.5221 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916309.6548 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916346.9444 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916350.0651 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916386.9622 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916390.033 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916390.6858 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916446.0376 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916450.6489 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916469.5215 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916470.5667 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916505.2343 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916518.4975 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916624.0147 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916696.0474 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916735.8473 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916747.4191 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916792.382 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916810.7745 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916813.1735 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916887.1351 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916898.5144 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916982.3532 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917000.8087 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917036.4298 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917058.6626 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917060.2105 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917073.6256 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917085.2154 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917155.4275 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917191.3453 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917205.0975 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917235.0206 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917258.3194 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917342.1145 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917372.6977 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917385.7986 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917423.7412 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917424.2131 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917498.4327 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917531.0262 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917548.0715 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917596.2616 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917600.5537 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917655.0935 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917673.9615 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917719.7166 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917729.4175 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917759.6363 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917804.9582 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917865.5889 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917969.5961 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918011.8903 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918085.0867 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918131.4236 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918160.0215 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918163.8283 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918194.5629 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918221.8827 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918235.3786 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707918264.5256 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918277.8947 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918323.7305 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918332.564 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707918379.8486 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918434.8289 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918734.8183 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919027.1236 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919054.4345 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919144.3406 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919147.9338 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919230.7308 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919296.9083 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919393.1404 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919478.9496 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919493.7021 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919536.9567 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919564.2367 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919583.6984 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919740.9197 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919883.6543 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920419.1473 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920434.6966 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920509.1715 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920594.0594 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920645.8842 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707921077.823 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707921096.5352 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707921127.6203 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707921159.3097 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707921981.7617 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707922061.6904 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707922132.6713 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707922634.743 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707923032.4667 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707923073.1547 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707923142.4485 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707923251.1361 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707923992.1768 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924165.4497 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924275.8604 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924316.0433 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924413.8304 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924458.3192 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707924738.1432 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925003.1457 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707925076.2295 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925129.2682 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925550.0104 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925615.8461 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707925642.6322 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925766.1992 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707926618.0896 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707926694.5902 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707926790.021 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927050.9478 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927126.2106 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927208.069 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927393.043 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927453.8706 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927496.8595 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927535.7321 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927615.331 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927633.9045 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927650.8896 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927672.6334 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927740.0537 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927758.1402 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927810.2906 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927846.7507 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927893.3725 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927952.7473 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707928190.3431 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707928802.3991 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707929496.0313 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707929599.8263 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707930561.6607 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707931092.8987 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707931225.8171 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707931268.194 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707931887.2924 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707931888.75 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707932190.2759 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933068.2769 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933172.4871 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933217.1406 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933237.3513 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933268.7009 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933292.91 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933297.9225 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933369.0276 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933413.8632 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933431.0668 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933447.92 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933592.8238 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933643.523 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933686.1231 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933768.1406 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933803.0941 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933844.2358 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933880.1095 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933884.089 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933934.1742 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934023.9856 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934049.1471 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934128.2119 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934170.6913 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934267.1023 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934319.3214 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934374.2844 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934382.4736 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934500.6694 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934566.6378 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934598.3878 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934605.1143 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934647.2204 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934695.2706 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934736.906 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934850.4166 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707936241.0814 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707936291.0266 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707936385.9089 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938013.3449 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938180.4804 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938613.6437 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938841.3997 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938951.4817 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707939017.3308 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939045.2476 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939335.1893 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707939380.646 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939541.333 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939641.082 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707939724.1214 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939841.1799 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707939863.0875 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939899.5396 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939936.0293 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940089.2411 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707940185.0653 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940242.5355 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940300.4272 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940343.6813 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940414.8563 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707940439.7377 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707941105.2771 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707941135.1485 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941160.7901 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707941193.6775 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941217.7381 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941324.3807 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941402.8543 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941443.2223 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707941964.3088 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707942036.4955 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707942103.4557 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707942169.7327 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707942264.2183 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707942300.6322 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707942371.5746 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707942571.6778 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707942630.0493 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707943172.7209 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707944152.0658 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707944615.6625 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707945506.1476 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707948092.1905 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949089.686 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707949135.1425 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949281.598 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949303.603 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949494.8498 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707949543.3071 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949599.1029 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707949657.3906 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950176.7606 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950429.6834 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950620.6165 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950881.5139 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950909.097 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950952.0049 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951018.3882 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951081.6152 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951110.0858 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951224.8171 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951884.901 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951962.3044 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707953806.744 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707954087.9998 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707955217.9239 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707955441.7822 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707955865.4022 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707956100.154 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707956171.0881 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707956489.8228 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707956816.0064 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707956983.108 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707957228.6115 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707957427.2669 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707957439.2736 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707957488.8019 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707957695.3719 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707957899.2597 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707958825.5013 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959005.2791 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959072.8789 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959117.3202 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959283.7537 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959517.4248 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959519.9556 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959602.5617 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959668.3561 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959749.5751 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959822.3033 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959889.7336 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959970.3128 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959992.4392 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960066.9854 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960107.1791 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960257.2383 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707960280.0116 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960476.5261 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960552.5788 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960670.3518 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960774.498 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707961245.9252 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707961439.0165 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707961551.5716 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707961628.4485 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707961785.4298 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707961956.6665 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962044.6912 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962086.5075 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962154.8799 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962229.5275 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962306.3355 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962403.6811 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962522.5521 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707962603.7058 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962763.9479 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962856.1898 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962892.813 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707964125.4049 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707964169.0741 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707966705.091 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707966724.1749 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707966916.7014 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707967815.2925 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707968982.8117 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707969103.548 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969221.8545 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969259.4015 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969450.7528 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707969665.3351 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969670.5846 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969748.656 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969796.55 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969932.4526 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970385.7193 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970425.3208 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970472.9276 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970503.8312 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970525.255 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972274.9415 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972395.9 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972462.121 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972465.6562 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972546.5605 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972581.2215 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707974383.3476 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707974441.018 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707974600.5679 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707976631.6841 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707979936.4233 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707980270.8804 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707980272.3898 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707981908.5595 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707981954.3946 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707983689.7292 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707984025.2664 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707985171.0128 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707985495.8015 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707985600.1919 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707986326.9305 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707987318.5669 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707989144.9396 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707989216.3561 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707989423.3999 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707989478.1056 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707989604.5316 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990265.1551 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707990333.7524 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990374.8158 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707990391.696 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990445.4444 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990756.83 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990757.2978 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707990932.9713 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707991096.1999 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707991162.0321 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707992030.5292 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707992073.6867 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707992136.65 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707992209.4205 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707992310.9014 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707995128.8881 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707996569.4656 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707996881.5308 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707996925.6111 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707996970.7215 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707997020.0792 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707997022.6461 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707998799.4084 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707999877.7348 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708000822.1476 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708002809.7539 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708003720.8431 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708003807.5267 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708003850.4119 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708003907.1458 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708005395.3762 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708005524.2485 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708005643.0993 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708005691.4589 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708006921.3169 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007031.2278 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007084.9317 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007169.3253 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708007215.3003 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007254.5339 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007292.3956 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007326.5783 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007411.6694 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007479.5755 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007559.7187 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007640.8531 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007824.5635 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007911.4417 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708008022.0812 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708008304.3283 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708008493.171 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708008606.502 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009363.8241 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009519.9965 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009605.0407 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009855.0076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009925.4483 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708010303.5563 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708010563.9384 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708010909.8944 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708012564.8519 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708012593.424 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708012630.3344 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708012755.1099 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708012807.9212 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708014058.736 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708014155.9281 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708014995.8236 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708015893.8303 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708016214.6399 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016573.8328 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016674.2569 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016711.8716 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708016843.4831 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016913.4118 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708016917.5447 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016967.5059 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708017618.3768 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708017680.9518 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708017789.0711 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708017830.1909 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708017879.2762 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708018045.6918 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708018332.9514 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708018608.3155 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708018705.3157 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019436.3054 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019484.8673 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019600.7404 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019667.5597 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708019734.1978 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019952.4912 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708020007.0338 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708021280.5687 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708021364.4024 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708021396.0419 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708022277.8721 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708023219.4536 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708023736.4653 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708024331.3717 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708026562.9225 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708026693.4445 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708026800.3382 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708026862.5577 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708026938.8916 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708027019.5145 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708027078.7138 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708031098.3078 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708031341.1596 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708031374.8991 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708031417.0021 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708031538.3038 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708032188.7187 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708032342.5879 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708032420.9835 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708033022.7451 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708034090.3644 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708034113.0241 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708034291.5548 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708035819.7005 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708035875.1149 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708035917.9152 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708036289.7746 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708036362.6679 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708036453.317 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708036977.7648 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708037049.0098 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708037080.6835 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708037169.8772 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708037232.9368 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708037738.6347 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708037896.7138 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708037988.3194 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708038099.5572 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708038288.3241 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708038557.0852 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708039031.0195 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708039662.0893 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708042353.4358 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708044416.6951 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708044460.7379 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708044470.7821 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708044507.4909 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708044547.7829 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708044559.2364 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708046510.2161 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708046662.7907 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708046769.7022 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708046780.3516 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708047415.4947 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708048614.887 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708049331.8461 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708049392.378 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708049423.8199 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708049512.7601 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708049575.1588 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708050251.9377 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708050293.4472 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708050308.4985 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708050462.3975 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708050490.8809 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708050498.2108 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708051255.8866 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708053435.384 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708053546.2222 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708053599.0177 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708053966.9856 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708056214.2996 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708057229.1437 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708057322.8692 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708059311.1176 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708059391.5785 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708066612.8351 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708067096.0004 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708067136.5425 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708067232.3091 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708067415.799 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708067574.9226 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708067747.8749 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708068176.8901 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708068914.1969 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708068962.9907 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708069003.5298 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708069143.4702 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708069166.9656 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708069330.803 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708069568.027 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708069851.9453 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708070022.0949 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708072187.4975 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708073481.1461 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708073651.7052 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708073653.0893 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708073709.293 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708073728.9009 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708073806.5067 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708073960.942 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708074154.2882 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708074396.1484 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708074610.5856 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708074679.1138 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708075062.671 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708077280.5931 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708077322.0512 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708078267.7004 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708078294.7229 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708080014.8626 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708080718.6937 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708081723.1128 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708081849.7331 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708082357.1385 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708082676.9847 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084071.5593 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708084233.6032 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084272.1678 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708084306.2933 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084329.5404 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084422.5459 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084448.0676 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708084545.8871 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708085031.092 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708086036.0558 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708087431.6381 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708087504.3381 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708087677.8589 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708088182.024 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708088281.2235 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708088922.5211 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708090426.5116 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708091236.8975 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708091413.819 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708091496.0926 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708091866.6917 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708092044.7034 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708092811.4154 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708093457.1153 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708093518.1758 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708093822.1669 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708093946.8994 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708094792.9638 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708094833.2447 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708094914.4639 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708094981.2979 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708094985.2131 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095768.8978 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095886.5269 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708095900.0872 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095914.3337 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095954.1028 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095974.1364 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096033.0511 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096038.555 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096097.7387 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096182.5309 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096237.6472 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096327.0022 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097240.8207 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097419.7711 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097509.882 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097525.0774 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708097568.222 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097736.7028 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708098813.7485 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708098896.0644 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708100906.6197 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708100958.2986 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708101945.2317 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708103712.9627 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708104808.4396 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708104877.5801 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708104941.7841 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708105042.3432 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708105225.2412 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708105482.9868 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708105534.6317 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708106090.0451 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708106299.9794 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708106918.9237 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708106957.868 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107205.7853 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107337.0744 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107438.9079 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107810.5795 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107903.9406 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708108004.4948 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708108073.6932 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708108224.9075 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708108273.6716 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708108622.5794 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109377.927 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708109574.2361 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109787.5966 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109820.4291 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109964.8059 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109969.4701 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110086.0938 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110359.8645 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110478.6266 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110516.5118 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110722.0719 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110894.43 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111110.5333 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111157.5813 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111208.8895 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111209.35 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111276.261 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111345.4691 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111377.3504 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111412.456 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111425.0459 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111522.5294 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111544.3402 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111584.5444 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111635.4562 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111740.1655 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111831.8014 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111843.4166 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111871.713 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111945.6409 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112033.1376 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112061.7656 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112206.2574 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112206.7184 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112236.3926 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112257.9906 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112349.9469 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112428.7129 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112455.5679 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112666.5624 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112709.1203 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112756.4458 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708112810.0617 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112852.042 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112870.2931 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112919.3083 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113007.7759 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113097.3553 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113376.2534 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113377.609 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113429.7074 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113468.8579 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708113719.0232 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708113774.9737 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708113856.5251 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115064.8115 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115072.4056 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708115116.4138 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708115163.8253 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115274.4666 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115365.4239 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115700.4346 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708115781.6682 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708116986.3445 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117034.5467 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117316.253 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117391.8395 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117414.9773 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117719.1624 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117879.0764 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708118080.6109 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708118373.9448 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708120703.142 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708120778.5357 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708120816.2409 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708121482.9907 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708122033.6099 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708122072.9567 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708122197.6695 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708122265.2623 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708122285.9708 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708122851.3515 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708122975.753 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708123295.3367 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708123837.8162 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708123912.9557 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708124121.4218 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708124189.9424 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708124224.6943 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708124257.7295 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708125488.1034 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708125496.9753 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708126434.3092 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708126483.5169 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708126533.5348 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708127737.1941 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708127774.1258 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708128506.8302 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708128599.9542 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708130890.3452 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132065.7242 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708132126.7234 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708132196.5208 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132467.7891 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132626.6819 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132722.3279 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132794.4495 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708133220.6622 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708133379.774 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708133706.5342 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708133791.5656 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708134194.5586 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708135690.3016 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708135773.4307 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137137.0176 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137200.7484 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708137255.2448 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137646.0651 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137694.589 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137764.5412 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137828.0466 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708138110.5944 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140073.0293 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140088.8806 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708140139.0831 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140145.8505 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708140173.3316 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140179.8027 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140210.5382 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140213.5953 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140260.8624 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708140316.1129 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140360.1673 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140813.5111 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708141183.215 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708141891.6501 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708141971.4729 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708142581.4854 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708142676.2195 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708143073.5683 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708144618.1496 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708144678.6238 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708144779.724 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708144873.941 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708145293.1434 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708146014.328 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708146068.0118 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708146433.888 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708146806.7443 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708147115.7163 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708147988.779 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708148079.6994 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708148249.8614 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708148339.2037 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708149049.8244 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708149487.2149 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708149800.2536 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708151672.2439 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708151699.6482 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708151728.7431 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708151750.0684 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708151795.5923 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708152611.4998 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708155969.2393 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708156027.0017 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708156082.7118 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708156965.8117 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708157931.6349 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708160490.8999 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708160967.0389 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161072.7771 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161164.9265 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161175.3145 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161250.7839 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161344.4487 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161395.1099 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161470.5154 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161493.8058 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161578.5919 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161685.3502 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161744.4562 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161830.4571 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708162423.7927 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708162788.7029 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708162927.1516 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708163762.7364 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708164361.7048 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708165929.3793 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708167159.6451 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708167322.5777 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708168120.0766 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708168339.0175 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708168390.2853 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708169256.1304 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708169315.3648 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708171191.8854 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708171290.2203 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708172121.6343 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708172173.8632 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708173393.5117 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708173733.9815 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708175751.6607 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708175862.4882 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708175892.3837 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708175956.3045 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708176181.9258 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708176239.4311 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708176299.6426 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708177136.3304 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708177743.2047 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708178223.6546 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708178687.4497 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708178759.5559 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708179173.7792 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708180805.5876 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708180857.4361 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708180910.5907 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708180954.3089 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708181131.326 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708181486.732 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708181661.368 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708182592.0714 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708182880.7531 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708182981.589 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708183018.8662 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708183057.7031 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708183136.0475 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708184715.4283 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708184823.9236 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708186992.1392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708187497.8336 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187571.9101 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187616.6648 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187693.4713 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187798.4201 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187878.106 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708188023.1779 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708188113.7851 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189180.9089 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189255.4699 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189289.4887 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189294.5574 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708190594.3693 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708190776.3361 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708191033.4194 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708191440.1808 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708191548.789 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708191711.7215 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708191961.5556 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708192669.4533 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708194178.0538 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708194330.5225 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708194796.3463 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708195490.5541 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708195588.4757 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708196360.2703 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708196373.5338 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197127.813 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197187.7383 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197269.4851 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197462.4622 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197646.0736 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197698.7769 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708199505.5575 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199563.83 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199606.1485 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199658.9069 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708199730.0171 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199779.1095 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199862.3877 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708199947.113 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708200509.7514 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708200639.7706 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708202963.0247 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708204846.6768 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708205029.1505 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708205117.065 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708205616.8439 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708205694.4186 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708205790.1749 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708207080.3918 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708207112.5804 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708207764.321 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708207946.3367 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208000.0355 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208060.3709 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208088.2458 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208157.9119 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208636.4282 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208659.4342 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208739.3584 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208758.6543 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208830.2121 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708208916.3004 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208982.1274 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708209035.5367 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708209086.2585 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708209403.9427 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708209595.737 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212075.3529 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212142.3537 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212362.1027 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212455.3279 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708212522.8349 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212592.8628 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708213525.5828 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708214674.8215 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708216260.4941 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708216295.9763 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708216484.3449 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708216792.5555 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708216881.4459 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708217654.5956 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708217824.3497 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708218049.1273 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708218228.7928 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708220709.2834 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708220749.2794 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708223966.7437 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708224912.2474 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708224994.7921 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708225070.353 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708225127.6709 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708225156.7352 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708225247.4943 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708225331.5296 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708226049.8169 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708227409.6176 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708229720.0179 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708231959.8788 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708233641.0849 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708233936.715 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708233960.532 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708234167.2376 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708234442.478 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708234578.5545 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708234685.9085 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708235094.6835 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708235600.3159 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708235648.6368 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708235692.6976 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708235735.0741 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708235992.4909 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708236964.0669 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708237052.6045 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708237167.5794 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708237665.8684 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708238029.9722 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708238144.4689 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708239433.5071 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708241005.1807 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708242233.7412 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708246818.2547 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708248272.2769 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708249187.0495 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708255788.2223 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708256870.3964 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708257722.1518 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708257863.252 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708258111.6728 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708258123.808 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708258129.0788 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708258363.1549 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708258382.1352 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708258483.7652 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708259385.1642 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708259466.6425 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708259566.9631 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708259653.5893 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708259991.7081 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260002.2506 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260576.1787 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708260579.7168 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260586.0516 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260680.3084 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708260765.3981 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260777.7795 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708261136.1138 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708261293.3588 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708261386.4392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708261654.5818 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708261771.1698 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708261997.0189 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262073.3028 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262213.5624 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262642.1204 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708262672.6433 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708262723.9227 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708262780.1344 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708262878.5661 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262928.1139 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262979.526 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708263334.0474 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708264529.2548 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708266597.9844 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708268215.4201 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708268272.7549 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708269208.6405 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708269271.4767 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708269482.187 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708270156.857 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708273878.1751 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708273957.6425 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708273959.5278 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708274006.6101 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708274254.2376 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708274333.8459 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708276828.19 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708276873.5007 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708276982.3282 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277043.704 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277104.4539 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277111.757 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277154.2405 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277196.5891 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277519.9543 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708277585.2747 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277668.2427 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708277717.2005 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708277910.5217 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708278923.5015 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708280351.4132 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708281043.2273 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708281084.6966 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708281510.9501 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708283522.8397 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708283900.5962 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708283967.9701 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284003.6521 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284136.7046 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284173.3872 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284209.801 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284295.3183 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284352.2413 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284512.1361 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284569.9599 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284661.0038 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284707.1979 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284747.5545 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284786.262 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284811.6143 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284826.019 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284857.6008 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284877.3336 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284925.4894 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284926.2498 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284992.4334 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285144.8357 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285172.7899 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285176.3318 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285226.2026 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285230.0245 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285251.6899 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285277.3227 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285351.5329 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285369.7405 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285466.8213 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285478.6473 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285494.7509 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285514.4219 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285583.0465 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285621.2876 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285638.268 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285673.0919 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285723.5382 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285755.0262 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285765.2709 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285798.6103 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285873.7166 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285886.7408 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285936.4984 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285965.3547 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285998.8217 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286081.7405 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286160.5468 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286162.5817 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286250.7938 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708286292.2898 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286439.8234 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286460.8979 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286477.823 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708286650.052 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286696.2777 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708286747.041 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286760.1765 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286859.6768 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286949.4869 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708287041.6803 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708287126.6675 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708289643.0085 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708289717.8364 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708291591.2884 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708293645.4802 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708294589.7471 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708294771.0958 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708294981.7821 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295057.7197 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708295107.3454 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295148.3313 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295175.4591 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295193.707 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295233.6539 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708295255.9021 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708295306.5686 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708295429.4082 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295605.2575 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295726.1388 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708296763.2981 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708296795.1968 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708297030.3083 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708297141.8407 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708297219.7788 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708298646.8166 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708298730.4007 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708301552.892 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708302116.1866 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708302551.0717 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708302935.5025 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708303060.2346 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708303167.2704 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708303258.4105 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708305857.2171 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708307457.8442 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708308363.8651 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708308438.1661 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708308583.4457 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708308636.5225 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708308829.5762 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708308945.8548 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708309014.2343 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708309032.1446 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708309151.5775 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708310360.2759 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708310571.8526 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708311567.845 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708311755.6812 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708314853.3803 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708314870.1826 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708314884.0823 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708314941.4671 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708315717.633 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708316127.7112 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708316196.8172 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708316226.831 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708316227.9537 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708318466.2588 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708318513.611 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708318577.6952 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708318616.5885 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708318640.7817 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708318722.1609 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708319454.2198 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708320502.3499 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708320585.8314 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708320654.104 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708320684.8391 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708322869.549 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323041.2456 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323210.5873 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323288.0819 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323333.5338 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708323377.5511 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708323431.6197 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323716.2928 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708323755.1567 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323838.289 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708327110.1467 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708327390.9441 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708327450.7489 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708328064.4083 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708328263.1336 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708328734.1267 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708329699.3768 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708331022.0087 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708331540.0262 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708332107.916 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708332677.6709 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708333159.8028 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708333335.0557 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708333400.5451 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708333467.247 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708333489.0349 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708333701.2765 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708334015.77 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708334850.6207 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708334958.8985 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708335125.8436 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708335165.8328 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335208.1935 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335273.3737 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335402.0143 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708335458.0508 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335460.4383 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335533.0273 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335581.083 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335659.5869 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335728.3178 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335803.1856 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708336711.4729 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708338640.8676 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708340756.0458 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708341055.5629 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708341135.6561 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708341986.5639 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708343169.6965 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708345769.1576 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708346061.0247 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708347115.2369 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708347182.9832 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708348038.7305 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349081.3707 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349189.5958 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349255.2076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349287.9766 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349358.4824 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349404.6008 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349500.5487 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349773.133 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349872.8135 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349884.4717 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708350052.1819 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708350259.1582 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708350308.4317 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708350993.0178 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708351802.6755 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708352325.9342 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708352762.4444 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708352866.3974 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708355316.778 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708357756.8134 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708358284.9161 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708359803.1839 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708360975.5432 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708361025.6043 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708361597.214 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362143.1035 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362200.1762 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362267.112 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708362321.7929 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362370.8256 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362446.1154 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708362574.2275 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363013.8443 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363016.4916 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363042.619 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363092.5128 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363095.9158 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363152.3709 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363170.2848 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363219.3472 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363306.8638 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363332.1521 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363523.4473 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363526.6666 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363625.042 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363659.907 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708364061.3263 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708364375.1475 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708364410.5308 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708364482.603 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708365744.2785 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708365822.8718 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366468.6777 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366591.1468 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366695.2628 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366837.1298 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366877.2988 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366940.2037 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366962.4288 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366995.3779 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708367035.3155 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708367058.6757 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708367130.4575 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708367231.3857 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708367238.0157 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708367259.9364 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708367339.3387 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708368110.8263 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708368402.4106 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708368500.8949 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708368579.9913 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708368687.6498 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708368748.6354 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369054.0756 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369061.195 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708369118.2079 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369294.7455 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369452.4548 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369454.8254 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369798.4616 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369858.9204 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369877.1961 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708369894.9433 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708369920.4755 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369965.6359 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708369978.8324 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370114.6649 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708370120.2894 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370153.8069 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370170.713 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708370245.9486 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370303.1676 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370354.7904 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708370497.8506 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708370970.2967 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708371066.168 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708371146.421 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708373035.0333 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708373167.6195 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708373210.4827 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708373244.5799 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708374902.2794 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708374922.9563 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708374968.333 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708374996.5417 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376393.6379 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376469.3833 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376483.4817 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376505.4904 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708376637.2712 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376708.5498 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377012.9002 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377190.6497 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708377263.2326 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377322.8283 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708377454.1211 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377606.6482 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708377662.2339 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377663.376 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377693.3625 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377738.9321 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377775.4047 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708378024.9113 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708378497.6187 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708378782.0179 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708379896.9003 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708380005.1271 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708380741.2885 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708380780.5281 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708380851.263 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708380886.2402 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708381057.915 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708381157.7374 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708381275.5886 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708381514.3737 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708382116.3649 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708382187.8641 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708382522.1443 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708382577.2131 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708382783.891 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708383266.8923 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708383679.3259 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708383801.1579 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708383883.8896 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386412.9605 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386451.5744 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386529.7209 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386816.5677 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386859.69 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708386920.0501 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708389382.6804 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708389630.5809 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708389746.0535 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708390389.7957 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708391662.7332 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708391729.0193 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708391797.465 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708393837.6056 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708394242.3448 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708396973.3268 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708399516.8585 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708399552.8241 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708400928.202 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708401658.6915 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708401742.0246 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708403423.4615 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708403475.7234 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708410140.4031 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708411004.3163 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708415907.1785 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708424217.9809 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708427413.7601 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708427460.3247 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708427621.2687 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708431548.7218 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708432400.6284 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708432944.6184 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708433403.8433 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435106.2485 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435761.4821 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435832.4099 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435933.896 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435982.8254 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708436057.4199 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708436072.4144 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708437217.6666 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708438008.9308 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708438706.2634 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708438934.2953 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708439287.7758 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708439923.647 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708439999.0908 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440087.5812 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708440211.1574 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440263.5249 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440529.2866 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440540.146 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440570.9386 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708440581.3383 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708446302.1591 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708446447.9611 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708446534.9081 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708446691.7238 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708447090.3047 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708447134.701 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708448397.3825 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708448453.7822 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708449150.989 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708449822.1865 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451071.1047 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708451109.781 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451168.6771 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451354.7294 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451443.1307 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451555.2492 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451614.3335 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451660.6139 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708455689.99 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708456610.6148 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708456635.0806 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708456656.3759 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708460422.3079 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460453.2486 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460518.2144 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460530.1115 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460576.3036 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708460682.5018 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460773.542 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708462007.7336 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708467464.9803 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708467629.6663 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708467757.5904 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708469305.5619 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708469369.8344 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708469454.158 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708492727.0962 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708494073.3912 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708500510.1275 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708501238.3762 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708501978.5955 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708502049.0364 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708502446.1358 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708502476.4325 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708502569.5244 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708503285.9456 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708506880.0731 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708506891.3308 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708507015.7228 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708510308.1235 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708510390.7787 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708510567.3504 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708510796.9968 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708512654.8254 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708512714.6641 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708512873.8208 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708521501.0101 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523002.6543 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523166.2856 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523213.0339 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523354.0239 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523408.5461 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708525578.5096 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527186.4533 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527288.0522 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527405.0852 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527544.7905 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527683.6686 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708528060.1154 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708528109.8846 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708528149.3915 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708531058.1268 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708533349.9998 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708533693.5785 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708536698.5217 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708536778.4891 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708542820.3399 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708543759.1964 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708543935.9475 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544051.0766 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544286.8761 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544324.9262 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544362.0311 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544398.7937 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544483.1499 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544736.5525 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708545686.099 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708546049.1243 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708546336.8445 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708546394.5597 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708546583.8932 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708546736.4465 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708550692.9455 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555299.2304 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555322.3069 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555332.8536 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555369.7927 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555375.0179 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555390.7722 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555407.6585 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555455.7676 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555540.3183 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555622.3113 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555680.0043 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555741.5983 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555754.4756 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555766.3914 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555808.6812 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555844.313 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555879.5878 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555929.4494 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708556236.0645 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708556276.7634 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557228.1222 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557348.9605 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557445.204 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557683.2385 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557844.1544 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558239.2106 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558281.3799 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558378.4497 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558468.1559 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558517.9511 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558639.338 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708558665.5547 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708558672.1173 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708558769.4421 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558830.2085 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559222.9563 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559260.1947 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559342.9245 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559432.6408 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559502.3018 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559557.7802 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559641.5331 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559766.8528 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559840.0761 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559855.5324 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559906.3197 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708560207.2608 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708560245.9443 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708560287.0314 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708560321.3302 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708560710.8907 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708560883.2244 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708561160.9518 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708561218.3612 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708561273.2749 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708561401.4796 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708561482.1339 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708561777.9194 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708562012.8101 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708562102.8617 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708562470.6537 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563249.3474 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708563649.9979 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563681.985 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563779.2774 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563900.7433 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563967.4606 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708563975.8202 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708564065.7244 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708564113.2155 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708564129.8582 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708564180.8513 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708565581.949 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708565663.7241 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708565927.8306 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708565940.4723 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708566178.8762 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708566214.2443 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708566288.2316 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708566370.2229 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708566456.7985 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708567167.531 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708567321.5811 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567369.3163 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567410.3654 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708567486.4537 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567515.1841 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567576.7993 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567610.3707 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708575342.9572 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708575377.5081 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708575432.492 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708575509.9167 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708576126.6557 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708576274.3877 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708576787.3784 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708576834.0015 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708576837.6574 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708582281.6752 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708582458.315 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708582577.2366 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708582649.752 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708582871.3593 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708585499.3239 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708585829.1424 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708585834.6547 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708585879.3489 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708591996.2861 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708594442.1268 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708595941.2272 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708597079.3539 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708597142.0053 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708598512.7724 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708598687.005 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708598747.3634 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708598843.9071 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708598997.1236 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599034.0614 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599127.5535 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708599428.0948 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599524.2169 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599650.251 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599744.7816 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599864.6591 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599943.8829 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708604213.5458 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708604306.7872 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708608110.2911 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708608204.3376 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708608255.591 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708608348.9939 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708608607.0221 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708608720.9098 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708610706.6685 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708611742.5666 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708611814.9398 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708611900.228 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612032.8531 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612158.8009 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612236.9362 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612401.5952 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612735.9478 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708613064.4983 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708613104.1133 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708613169.1664 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708615318.9111 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708616953.0218 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708617001.895 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708618754.3837 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708619921.9768 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708626676.6687 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708627035.4957 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708627565.106 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708627690.5477 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708627949.906 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708628193.6998 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708628430.806 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708628434.1998 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708628526.3597 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708630514.9041 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708630693.305 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708630785.4482 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708631112.7006 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708631193.1744 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708632812.9748 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708632842.611 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708632893.8915 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708632937.6854 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708633090.4497 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708633127.4506 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708633730.2183 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708633836.6691 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708634773.8 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708636469.631 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708636569.5302 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708636710.2099 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637202.6082 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637241.9801 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637279.3201 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637329.1681 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637393.7878 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637419.3971 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637422.4796 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637462.3202 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637507.1802 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637524.3502 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637572.4317 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637643.1675 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637733.8037 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637769.9441 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637797.4111 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637917.018 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637965.4844 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708638623.1293 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708638676.9759 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708638731.559 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708639391.3383 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708639460.3853 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708640818.2411 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708640965.1792 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708641143.0325 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708641185.0079 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641259.4363 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641302.2163 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641316.1147 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708641360.4213 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641425.8818 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641502.2228 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641591.6468 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708641655.3866 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708642061.8969 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708645597.9689 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645656.8622 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645673.275 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708645677.5233 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645768.7837 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645804.4571 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645872.5776 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645912.7732 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708650499.9208 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708650714.4005 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708651146.6805 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708652044.7348 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708652192.5887 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708652337.841 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708652521.8235 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708652972.699 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708652996.7585 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708653030.241 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708653043.247 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708653089.7241 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708653147.5538 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708653737.2963 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708655365.0573 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708655409.7099 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708655472.1869 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708657264.2491 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708657337.81 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708657418.3128 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708658175.2229 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708658543.8191 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708658640.1331 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708663371.6458 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708663453.5715 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708663589.2427 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708663675.876 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708663739.4053 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708667931.5671 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708668238.0914 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708668281.3665 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708671319.3641 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708678619.135 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708685618.145 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708685868.7815 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708702523.1323 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708702567.6954 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708703817.6915 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708703865.1439 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708704209.9375 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708706236.3181 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708706421.7442 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708707082.2419 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708707390.1182 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708712954.7437 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708713016.602 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708713063.5799 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708713125.041 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708721418.2078 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708721557.2308 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708724108.2892 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708724196.5633 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708724487.9269 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708724775.433 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729071.2721 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729146.1269 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729188.625 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729268.3783 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729323.5689 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708730964.1093 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708732530.4706 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708751838.0707 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708754634.0829 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708767180.5174 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708770643.2408 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708772688.3741 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708772772.6842 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708774783.9226 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708776536.7927 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708785232.0712 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708785317.6933 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708786356.9968 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708786424.4017 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708786470.2183 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708786492.2535 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708786518.9756 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708799029.591 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708799169.7856 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708799227.4232 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708799238.8801 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708799299.8139 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708811419.8218 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708812784.1763 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708813255.8502 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708816627.7963 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708820536.9722 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708820622.9847 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708820703.2928 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708820759.0888 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708820879.2733 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708820939.5628 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821057.9919 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821203.9242 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821248.8688 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821351.1475 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821390.2767 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821487.5262 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821542.0999 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708837351.1642 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708841796.7056 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708841864.7866 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708841901.0472 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708841969.1219 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708851378.3505 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708851457.7966 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708851805.3758 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708856918.7634 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708860611.2238 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708860683.5123 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708863308.6302 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708867017.2247 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708870503.9182 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708873858.7489 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708873935.9567 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708874475.3014 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708874690.6548 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708874787.329 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708874862.1536 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708884744.9657 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708885428.2142 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708885478.2985 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708887948.3273 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708887999.3935 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708892360.4282 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708892427.6544 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708892762.8291 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708896541.4918 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708896807.8952 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708896948.9719 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708897092.1669 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708897308.972 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708898247.6453 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708898385.0309 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708898940.2221 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708899033.6767 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708899094.7597 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708899313.7174 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900243.5928 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900290.4192 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900534.433 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900739.4792 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900896.3162 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900944.7057 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708901004.3369 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708901140.536 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708901205.185 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708901271.5599 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708906087.535 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708911897.204 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708911980.4889 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708912886.2501 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708917371.546 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708918006.5331 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708918341.2565 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708934158.0566 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708934213.6115 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708945203.3736 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708945250.8863 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708951588.5425 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708951746.5383 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708954742.8616 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708954794.4373 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708959195.6566 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708965914.5915 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708967351.2939 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708969026.9917 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708971206.1694 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708974139.0298 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708974235.2685 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708974452.0594 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708976582.5165 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708976737.6685 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708982645.1325 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709002044.4007 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709005486.5175 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709005615.5125 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709006741.3904 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709152906.1957 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709154393.3068 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709176032.7818 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709185913.6196 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709185957.4018 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709197368.2076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709204174.7904 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709204344.1084 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709204921.5492 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205034.8418 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205145.9696 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205313.1432 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709205580.8501 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205682.8523 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709244758.4784 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709244846.0526 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709244997.4419 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709249601.8221 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709263244.1379 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709283350.3688 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709289571.7738 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709297911.1159 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709297959.7696 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709298035.8417 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709298108.311 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709312905.7852 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709314599.2746 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709319323.9604 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709332589.0245 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709332693.3157 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709332728.5736 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709360609.8041 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709360704.3674 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709360859.8437 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709360898.1113 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709380729.8517 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709380771.4927 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709406624.4226 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709406663.8202 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709406844.2813 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408166.9963 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408597.3412 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408745.2213 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408792.1084 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408909.6471 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709454010.1992 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709456343.29 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709456385.9611 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709467315.4335 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709467670.6771 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709467750.3028 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709467966.3537 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709468070.1882 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709469208.2004 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709470017.6644 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709475236.0353 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709475291.8491 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709475476.199 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709475722.0689 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709476032.8267 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709498390.6569 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709509977.9598 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709510049.9853 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709510101.3471 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709510227.8423 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709510277.2673 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709520634.865 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709521124.9432 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525184.1908 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525363.6295 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525367.4932 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525370.7078 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525371.6054 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709555268.3065 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709555305.8368 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709555365.0629 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709564374.8853 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709564432.9644 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709564508.6477 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709589824.2655 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709607356.55 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709623465.2236 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709637691.8234 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709638050.0782 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709660615.1416 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709660663.1131 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709660705.2524 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709660733.8564 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709666192.9176 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709666371.1496 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709667147.0548 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709681074.0258 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709684215.0404 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709686057.3149 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709686413.5508 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709686525.0986 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697419.1813 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697537.6767 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697625.1537 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697699.2202 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697765.8153 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709701798.7454 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709701867.411 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709703479.7157 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709711606.343 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709711638.9151 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709718263.3968 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709732897.13 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709733146.7189 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709733510.0735 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709733769.0895 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709733984.7209 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709734276.7335 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709734760.1438 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709735046.8892 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709735466.4504 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709743122.0982 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709743199.6366 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709743246.5093 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709744128.3507 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709746441.6565 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709749688.2868 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709749778.8454 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709749831.73 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709750119.0678 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709750177.8679 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709750244.615 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709750390.4456 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709763296.6888 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709763580.1285 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709769083.3294 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709775829.9537 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709776059.1373 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709776195.9153 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709819184.8748 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709819269.7237 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709819464.1394 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709825753.9546 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709826170.6984 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709826303.9404 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709828324.8867 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709828490.8482 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709829347.4525 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709839146.1522 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709859623.8718 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709859805.6945 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709864587.3482 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709869897.94 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709877174.2776 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709877337.4518 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709883867.1277 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709885686.9342 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709889359.5441 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709889475.977 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709889535.5765 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709889619.8086 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709889769.3391 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709889839.6835 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709890143.5601 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709890209.245 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709890369.2681 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709890424.7787 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709910236.0856 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709910443.9066 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709910547.8262 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709910740.3527 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709919646.0226 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709920156.3159 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709920390.0754 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709920607.9947 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709922803.3572 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709922906.1296 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709923262.572 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709964908.1586 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709974796.627 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709974971.5334 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709975174.0559 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709975174.3889 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710039402.3242 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710040062.0696 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710040249.9879 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710040828.1192 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710047131.9231 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710053223.0868 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710053275.1341 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710053339.6443 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710056747.2458 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710056801.1827 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710092028.3776 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710092042.857 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710095633.351 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710095728.1838 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710095809.1074 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710133298.1898 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710134605.6608 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710134733.9032 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710134924.906 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710135718.3156 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710135946.8901 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710136172.0059 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710136347.7712 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710141762.4496 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710141884.3104 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710143269.0113 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710143349.9151 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710146067.3226 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710149580.2395 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710149683.0864 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710150402.497 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710155810.1144 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710170851.7463 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710170947.8453 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710183041.0198 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710185895.446 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710185991.3572 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710193653.549 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710193699.7254 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710193775.4664 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710227601.3057 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710227644.8264 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710228964.504 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710234107.5663 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710234441.145 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710235559.4811 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710235601.0918 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710235666.9547 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710235779.4616 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710235831.2066 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710236066.3334 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710258072.3625 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710267141.2016 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710267192.7152 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710299345.3984 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710311614.7093 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710311959.6796 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710312107.8196 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710312252.8641 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710315638.7234 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710315781.4197 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710316067.3684 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710316169.37 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710317054.0896 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710352047.7971 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710357739.239 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710375197.7291 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710375295.4702 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710375360.6871 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710403111.6764 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710467949.9341 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710483611.0859 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710483659.0327 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710483698.7609 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710517630.2735 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710651486.824 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710693247.298 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710741951.037 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710787410.5558 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710855464.5304 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710861169.7223 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710861237.7484 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710861352.9168 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710871773.5615 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710873305.8459 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878428.772 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878482.5145 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878522.7132 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878554.7388 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878834.1916 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878863.369 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879020.847 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879192.9312 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879426.9459 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879475.339 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879571.0386 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879768.9257 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879802.4914 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879892.1429 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879980.7785 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710880083.0513 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710883916.3294 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710884059.8404 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710884154.0868 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710958939.3192 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710959012.838 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710961159.5411 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710963885.2225 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710963903.3836 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710963953.0057 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710964184.4185 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710972180.6999 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710972340.7372 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710984394.0364 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710984466.3564 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711005711.7078 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711005767.6394 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711020883.8198 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711132439.4155 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711169085.4247 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711169118.983 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711169219.3454 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711169290.371 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711179020.3289 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179069.262 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179117.4887 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179210.767 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179326.5357 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179488.0867 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711394455.3868 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711448873.73 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711466110.333 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711466161.826 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711466197.557 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711466270.7813 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713914007.8161 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713918131.7246 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1713918242.116 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1713923648.8079 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713941780.1126 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1713975355.9977 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713975417.3198 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713975519.1134 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1713994624.6926 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713996707.7409 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713996724.8193 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1713996851.5175 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713997079.6919 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713997989.1639 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713998341.5178 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714003948.5339 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714004015.3252 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714015722.0525 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714015905.9327 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714015991.2795 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714022860.1988 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714022940.2751 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714039204.0616 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714056222.6429 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714069036.9392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714077090.6418 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714079314.9516 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714080557.6324 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714082535.3634 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714092393.3461 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714105615.9292 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714109429.0978 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714112663.5067 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714112726.876 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714121337.2281 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714142263.0679 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714147142.6929 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714151444.896 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714152676.2693 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714152940.5945 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714153103.9839 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714161396.0428 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714164994.8175 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714170022.6482 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714170075.5554 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714170206.8613 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714170252.7601 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714170349.4928 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714170454.3968 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714182820.6056 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714184788.7588 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714184966.5047 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714186945.0332 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714187280.7526 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714191697.0268 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714209787.2864 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714209879.8847 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714209952.1929 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714210702.2068 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714212487.8392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714212568.1969 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714212857.6503 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1714213081.0783 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1714213249.366 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714230197.5982 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714230234.8804 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714239876.7003 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714240459.7535 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714240698.3402 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714240774.9968 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714240914.1284 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714247380.0934 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714248164.7722 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714248201.752 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714248234.1032 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714248279.4627 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714256848.7445 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714257691.8348 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714257911.1565 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714309816.7026 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714326534.518 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714326579.9154 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714326637.2841 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714326730.3008 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714326782.3921 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714326847.2357 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714326897.045 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714328510.4194 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714328634.6068 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714334953.0739 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714335092.3619 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714335431.0245 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714346970.2896 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714369227.932 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714369310.8615 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714369917.2709 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714369976.4842 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714372310.4571 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714372446.3505 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714379143.8696 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714379213.3239 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714379265.8321 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714379317.8013 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714379356.2773 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714379455.9178 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714386460.8846 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714386613.7646 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714386755.5909 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714386866.2585 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714391744.7035 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714403252.7092 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714406035.1101 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714438972.8668 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714441509.4284 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714447593.8501 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714447922.2692 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714448408.1343 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714482875.2202 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714483168.4359 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714483549.307 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714484821.9016 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714484922.3074 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714485272.0273 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714485352.7047 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714485416.3394 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714485491.7762 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714488682.9594 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714490834.8428 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714495175.1904 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714495637.6136 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714495645.4511 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714496723.9678 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714496820.3085 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714502763.3275 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714502841.1042 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714503172.9918 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714503806.0085 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714504469.1026 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714504500.4997 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714506749.3618 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714513194.0175 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714525269.4607 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714526357.9782 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714526477.9201 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714526540.531 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714526601.0655 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714526662.6829 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714526712.5187 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714526785.8454 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714526920.1126 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714527084.7551 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714527121.2096 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714527328.7284 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714527401.5963 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714530543.6934 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714531872.9059 - }, - { - "model_a": "LCM", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714533061.9134 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714549283.9448 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714562041.0407 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714563338.1383 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714568441.1815 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714569966.6842 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714570322.1081 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714571701.0307 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714576378.8046 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714576446.094 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714576532.638 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714576679.4471 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714576769.1653 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714576824.9807 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714576938.1807 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714577006.5219 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714577057.6898 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714577128.2946 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714577727.8597 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714578747.7724 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714579589.2206 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714579846.2417 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714581212.6776 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714587799.689 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714588572.9436 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714589779.9269 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714591108.6439 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714591543.0262 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714591623.1416 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714593850.1499 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714593943.3196 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714594628.9269 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714594743.1239 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714595283.1825 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714597497.923 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1714597529.0346 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714597965.5242 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714598027.9119 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714598064.6463 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714598118.6371 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714598192.9803 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714609418.3422 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714609489.294 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714615266.9304 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714615292.9702 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714615431.8814 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714616014.2777 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714616748.784 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714616966.3144 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714617048.1732 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714619554.8734 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714619583.6576 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714619899.8672 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714620041.7951 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714620209.3544 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714620255.3801 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714620297.602 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714620455.0897 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714620471.3887 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714620498.1223 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714620564.2259 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714620792.5256 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714622433.5969 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714622629.3706 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714624203.9485 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714624416.1669 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714624452.0408 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714624751.0239 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714624811.7454 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714624841.1584 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714624927.923 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714624929.0833 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714624970.3575 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714625006.8605 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714625105.9879 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714625165.1569 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714625203.6289 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714625325.2074 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714625370.3592 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714625439.0679 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714625582.3416 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714626535.2775 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714626855.4053 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714626916.0031 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714627108.599 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714627469.0604 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714627535.2162 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714630962.9322 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631222.5783 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631261.9674 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631269.0642 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714631304.8833 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631343.8599 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714631373.2604 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631379.3709 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631406.6345 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631460.8018 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631565.7606 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631619.8325 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714631657.5961 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714631685.449 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631735.0461 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714631798.8645 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631851.3442 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631887.0953 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714631929.4421 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631960.594 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714631996.7092 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714632090.87 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714632134.5755 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714633320.2991 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714633482.4024 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714640882.6728 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714642986.0995 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714643045.5943 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714643082.8136 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714643161.1256 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714643178.8986 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714643195.0168 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714643210.9338 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714643228.58 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714643244.839 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714643263.6358 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714643301.9301 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714643318.5429 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714643337.3762 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714643374.3585 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714643393.2465 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714643417.4894 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714643440.8602 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714643455.7901 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714649503.3748 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714649610.8215 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714650576.7331 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1714650593.7024 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714650810.8664 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714651167.0887 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714651204.0701 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714651570.3037 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714651595.6518 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714651643.6577 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1714651680.7509 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714656886.193 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714657321.8975 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714657405.4107 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714657491.6943 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714657563.7544 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714658033.5865 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714659839.0561 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714661481.3367 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714661500.0441 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714667652.5445 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714670744.2049 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714671562.3433 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714671606.5636 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714674306.9355 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714676006.8661 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714676092.7433 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714680300.0205 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714680341.0065 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714680554.4306 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714680585.1911 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714681910.5952 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714682370.9088 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714685282.7201 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714688746.1146 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714688792.1686 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714688835.6515 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714688905.2632 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714688943.3143 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714688967.8818 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714689004.962 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714689037.7917 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714689083.6141 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714689109.3646 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714699772.736 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714700080.0171 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714700291.2492 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714700462.2345 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714700604.7006 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714700789.9804 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714700982.9415 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714701009.8985 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714701244.0061 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714701500.7099 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714706289.0149 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714706317.9058 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714706341.5125 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714706373.5934 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714706395.3227 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714706415.4541 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714706442.2498 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714706461.0018 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714707001.5911 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714707023.5647 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714707047.7975 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714713270.3394 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714724818.3997 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714734400.8476 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714734465.3614 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714734569.7019 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714734654.3442 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714734803.1343 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714734968.5647 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714748485.752 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714749539.5718 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714749970.8581 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714752731.3689 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714757378.2777 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714759724.7319 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714760022.0442 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714760095.394 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714760146.4815 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714761348.6174 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714761400.3166 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714768127.0057 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714768332.4376 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714768360.265 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714768456.157 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714768460.7201 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714768584.2746 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714768705.391 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714768789.8144 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714769148.3723 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714769811.0755 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714771409.57 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714771623.5408 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714772270.9216 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714772363.8846 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714773445.9213 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714783788.5028 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714789277.4105 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714791635.6375 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714791703.9386 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714793478.8906 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714793516.1383 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714816321.6618 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714816353.336 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714816387.937 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714816454.4134 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714821081.9862 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714826009.0121 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714836291.2723 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714836319.9202 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714836356.4831 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714836384.9568 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714836456.2511 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714836502.7587 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714836697.9308 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714836801.5488 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714836819.06 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714836847.1787 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714840939.9973 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714840966.5773 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714840994.8323 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714841032.0221 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714844940.4181 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714844957.7696 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714844976.5665 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845001.8285 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845019.4407 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845032.4797 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714845049.3217 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845073.803 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714845129.7334 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845151.5118 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845163.188 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845190.9757 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714845211.3025 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845224.1933 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845237.175 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714845249.1656 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845270.0839 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845289.1748 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845304.6206 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845322.728 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845346.9463 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845360.9795 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845381.6875 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714845454.9069 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845463.9326 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845484.1915 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845493.9662 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845526.8156 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714845537.0831 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845558.2291 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845583.0605 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714845648.1802 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845801.6983 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845825.3725 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845866.6028 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845879.6467 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845896.6448 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714851495.7019 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714855675.1836 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714855743.4464 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714855800.4946 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714855883.6928 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714855928.4784 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714855960.1283 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714856074.9316 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714856249.6582 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714857683.069 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714857745.6261 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1714857750.9434 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714857816.8831 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714858009.6203 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714858346.3558 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714858379.5024 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714858860.7581 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714859303.9419 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714859331.1343 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714861379.4162 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714862250.8904 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714879027.0753 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714879064.6145 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714879136.3501 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714879166.635 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714885297.2707 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714887283.4435 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714896191.5559 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714896283.3643 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714901842.7876 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714901915.4188 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714908380.1114 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714916073.5383 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714917623.4324 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714919897.1549 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714921434.8363 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714922754.8813 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714922831.6494 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714922930.7366 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714924993.665 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714925101.5301 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714925229.5996 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714925389.0678 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714925457.4322 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714925529.8983 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714925666.7773 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714925757.8461 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714925945.9328 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714926036.7193 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714926136.4551 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714931262.225 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714931291.2995 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714931348.0493 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714931389.3777 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714939348.7581 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714942450.2188 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714943719.0964 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714943798.9906 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714943846.1201 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944117.9857 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944181.5685 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714944190.4431 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944256.128 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944277.2965 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714944291.7974 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944312.2761 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944329.2231 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714944380.1348 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714944394.3367 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714944413.8638 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714944428.8637 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714957477.7795 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714957664.0191 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714957743.4932 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714957774.4846 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714957823.7313 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714969445.3812 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714969476.9561 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714969494.3961 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714975508.662 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714975631.0816 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714975671.1859 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714975731.8573 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714981477.9182 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714981720.8531 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714981775.3404 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714981808.9565 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714984715.9114 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714985914.5152 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714986066.0806 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714986216.8728 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714986306.1947 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714986376.4982 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714989208.3777 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714989248.5875 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714989819.0972 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714989847.7502 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714995425.2992 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714995448.7647 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714995482.6481 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714995517.9459 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714995598.7764 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714995622.1322 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714997128.3204 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714999315.9865 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715000156.668 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715003687.3227 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715005634.4101 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715008027.9237 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715008220.12 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715008338.7667 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715008528.0193 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715008560.758 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715008626.0331 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715008768.0717 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715009164.4372 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715011098.7307 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715011477.047 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715012038.5653 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715012110.2215 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715012132.6383 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715012409.0239 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715015333.7998 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715015501.211 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715017292.0144 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715017296.8295 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715018460.9145 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715018632.2066 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715018803.375 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715019225.3407 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715019462.1131 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715019802.153 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715019907.2521 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715020065.0156 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715020154.4329 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715021356.9755 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715021529.0535 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715021929.2364 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715021941.4732 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715021957.2665 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715021977.374 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715021998.1985 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715022011.4633 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715022038.313 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715022292.5538 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715022423.4927 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715024554.3716 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715032383.9143 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715032424.7447 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715032525.4621 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715032553.8807 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715034247.9019 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715034370.6536 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715035859.5219 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715035919.4799 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715036001.5027 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715036181.5765 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715039687.2011 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715040461.6314 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715041888.5659 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715042097.2393 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715043684.6186 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715043729.7419 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715044419.69 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715046057.634 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715046141.0795 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715046267.3231 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715052976.1222 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715053014.6343 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715053906.7556 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715053967.3424 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715055659.8708 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715061669.9858 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715063382.9466 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715064854.7455 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715067798.0909 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715075931.4757 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715075995.7843 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715076051.3948 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715076120.5569 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715076158.7022 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715076247.8444 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715076271.3714 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715076443.3502 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715076515.8829 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715076596.1856 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715076652.1088 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715076690.1705 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715076745.2118 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715077074.6434 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715077245.8069 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715077262.5999 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715077301.2446 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715077325.4673 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715077356.4944 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715077381.1639 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715077400.87 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715077412.1989 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715077426.3836 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715077446.8475 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715077467.8656 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715077481.7513 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715077512.9835 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715077556.4551 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715077627.358 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715082846.4884 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715082974.7401 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715083505.9148 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715084102.5454 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715084136.6653 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715084172.1244 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715084217.559 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715084268.0881 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715084344.8168 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715084385.6042 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715084634.0612 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715084678.0431 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715088191.2067 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715088225.5567 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715088287.0801 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715089041.0651 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715089114.0005 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715090925.831 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715094300.1045 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715096979.6616 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715102524.9755 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715103264.6167 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715108604.4116 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715108644.2865 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715108745.3343 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715109229.1632 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715109297.5496 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715109376.7434 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715109432.9573 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715109493.1861 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715110227.8222 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715110271.8156 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110329.5161 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110363.0739 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715110394.1117 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1715110437.7906 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715110587.7518 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715110588.6536 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715110656.8518 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110828.4153 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715110858.8573 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110882.8365 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110910.2006 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110958.358 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715111053.2734 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715111140.0209 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715111188.2552 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715111214.6346 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715111246.7931 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715111273.5189 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715111348.5563 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715111413.3707 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715111438.4729 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715111464.8113 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715118668.6032 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715118687.3129 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715118727.6518 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715118748.4589 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715118816.8802 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715118843.9637 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715118876.7561 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715118913.0065 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715120168.9814 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715120215.1132 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715120249.0948 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715120298.7987 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715120366.9169 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715179187.4528 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715192298.1843 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715192393.9427 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715195946.899 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715198606.6174 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715200984.0469 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715201096.4403 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715201179.1093 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715201267.8775 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715201718.2331 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715202571.3392 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715207226.5413 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715207484.1546 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715207536.9802 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715207620.9787 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715207699.6307 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715208469.7193 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715215064.2208 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715216049.4491 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715234211.3663 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715234328.5891 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715239430.5621 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715243868.6295 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715244241.3044 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715244558.273 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715246203.5448 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715246766.1834 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715248803.359 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715250151.3399 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715250174.2859 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715250209.1457 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715255562.9587 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715255607.1614 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715255662.1513 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715255805.7255 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715255848.3385 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715255903.5686 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715256028.3307 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715256087.6353 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715256120.0212 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715256235.433 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715256303.3042 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256320.1086 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715256341.3287 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256394.9544 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715256426.1838 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715256442.628 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256495.0433 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256515.9042 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256612.2087 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256636.3789 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715256663.2995 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715256689.5726 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715256729.0218 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715256845.2289 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715257007.5027 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715257166.0516 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715257200.4456 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715257215.3823 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715257326.7155 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715257356.4325 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715257638.2431 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715257699.707 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715257739.3739 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715257780.2792 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715257957.6205 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715258056.7318 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715258093.8906 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715258144.4655 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715258483.1514 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715258503.8004 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715258565.4821 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715258595.7971 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715258635.5213 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715258691.1935 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715258764.873 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715258936.1894 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715258994.9227 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715259051.189 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715259072.5223 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259113.9431 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259131.2458 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715259172.7727 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715259212.7736 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259492.2271 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259543.7047 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259610.1198 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259627.5644 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715259640.495 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715259701.4844 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259723.058 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715259762.96 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715259803.218 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715259881.236 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715259989.1663 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715260057.4769 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715260117.3458 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260230.1733 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715260282.4439 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260328.5412 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715260349.3944 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260382.1398 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260442.606 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260481.1292 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260514.9799 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260554.6099 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260599.5403 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260599.9917 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260612.3444 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260637.1369 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260666.4785 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260797.6363 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715260970.0095 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715263893.6453 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715264861.7542 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715264922.4486 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715264971.3985 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715264997.7186 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715269818.8282 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715269899.1691 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715270094.2855 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715270143.2689 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1715270193.4508 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715271220.138 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715271255.7782 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715280678.7882 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715280745.1316 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715280767.2367 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715280824.3612 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715283624.6873 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715283771.9899 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715283832.1093 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715283904.4875 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715283975.894 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715289173.8135 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715291072.6088 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715293959.6611 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715297226.1416 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715301246.3501 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715307496.6586 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715307658.3323 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715307702.6279 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715307752.0515 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715307782.3509 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715307800.3472 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715307824.9746 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715311324.1332 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715312455.5893 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715321145.649 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715321277.3237 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715327322.223 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715327350.1615 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715327423.5657 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715327458.0922 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715327624.4824 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715329636.2156 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715329681.0432 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715329740.4518 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715329796.7315 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715329913.4518 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715329970.8219 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715330010.4717 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715330055.7455 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715330092.6017 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715330140.7292 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715330184.6534 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715333482.0455 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715334142.5931 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715334164.9491 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715337395.7907 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715337511.2509 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715338012.7242 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715338049.9744 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715342186.1942 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715348407.4474 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715348444.9063 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715348460.7018 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715349704.8905 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715349743.8126 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715349781.9289 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715349808.6611 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715352511.3183 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715353266.6712 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715353759.7287 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715354286.5972 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715369867.0276 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715373507.3127 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715375602.5913 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715381692.1857 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715385627.8243 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715385668.566 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715385861.8339 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715385910.8569 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715385973.3168 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715385992.5668 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715386102.6516 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715386146.9156 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715386278.6084 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715386300.6511 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715386332.2285 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715386387.625 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715386408.7312 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715386438.6606 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715386459.8269 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715386482.1368 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715389666.0729 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715397519.9742 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715398256.9052 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715398303.687 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715398343.7819 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715398359.4717 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715398398.6135 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715398431.3592 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715405398.644 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715405460.6692 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715405488.1404 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715405523.4582 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715405592.995 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715407001.4723 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715407052.1558 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715407102.6965 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715407121.4426 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715408435.5071 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410162.7026 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715410237.8023 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410316.1611 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410361.2625 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410434.0467 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410461.4697 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410554.4581 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715414751.2748 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715414877.5649 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715414946.6036 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715426874.879 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715426958.7873 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715427567.4463 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715433451.3249 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715433563.6229 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715433632.339 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715433695.6008 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715433774.0535 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715433851.8631 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715433896.4202 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715433912.915 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715433986.55 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715434064.6045 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715434110.7683 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715434207.8245 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715434239.5902 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715434702.9671 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715434813.9772 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715434923.6108 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715445309.7756 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715447806.7031 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715455573.9043 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715464162.4446 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715464217.9734 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715464836.5956 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715478360.043 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715483811.0921 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715483833.3595 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715483901.9427 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715501155.9579 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715501572.3162 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715501769.6926 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715501823.7506 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715501843.0687 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715504372.552 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715504645.5579 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715504799.6279 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715504917.9909 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715504991.8379 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715505030.8366 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715505102.3427 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715505159.0976 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715505273.321 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505335.8753 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715505391.6178 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505472.5006 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505561.6787 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505621.572 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715505678.2622 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505751.0201 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715505814.8461 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505886.3264 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505976.4305 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715506091.8967 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715506191.1829 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715506253.3266 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715506316.8875 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506363.7645 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506428.4684 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715506482.095 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506548.2237 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715506605.9731 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506671.8971 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506735.8368 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715506805.2882 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506896.7326 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715506939.4213 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715507004.6222 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507068.7409 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715507126.7222 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507187.5667 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507238.7865 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507298.3444 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507336.2381 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507376.8809 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715507424.3389 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715507480.5378 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715507529.7884 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715507580.5302 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715507633.4101 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507697.6976 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715507748.005 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507785.2979 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715507832.5017 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507882.0959 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715507938.4281 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507986.3397 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715508025.4909 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715508596.1504 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715508819.8245 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715508860.6235 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715512725.6261 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715513049.8363 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715513462.1973 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715513499.0171 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715513543.4817 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715517934.7894 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715517982.3497 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715518044.4289 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715518070.8159 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715518087.1668 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715518101.7937 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715518233.8117 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715519760.5756 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715519900.3195 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715522347.2456 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715529147.0937 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715529174.8074 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715530512.1388 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715530547.9455 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715530635.089 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715530714.582 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715530966.3605 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715531011.2687 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715535948.8615 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715535994.2185 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715536006.5145 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715536056.5174 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715540608.439 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715540668.0693 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715540691.8784 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715540718.2742 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715544756.1942 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715544778.4407 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715544894.2269 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715544960.7509 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715548274.8397 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715548294.1061 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715548300.6242 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715550359.0308 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715550403.1731 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715550430.5087 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715550507.2465 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715556033.5312 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715556063.1215 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715556141.5487 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715556182.4021 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715556248.2706 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715556294.4954 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715557736.1568 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715557824.1917 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715557916.0035 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715562556.2316 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715562610.8163 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715562638.7736 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715562661.9948 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715562687.4578 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715562732.9275 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715568734.6978 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715568766.9301 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715569459.785 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715569879.0308 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715569939.3429 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715570478.9989 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715570518.1415 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1715570567.0057 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1715570612.4722 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715570645.2329 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1715570688.9077 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715570854.7795 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715575605.8643 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715575948.9645 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715576064.1342 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715576106.2468 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715576227.6686 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715576454.7912 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715578457.2811 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715582610.2263 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715582710.2425 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715582923.497 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715586674.4565 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715587268.2966 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715587315.8551 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715587447.1256 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715588699.642 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715588747.9002 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715588768.9951 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715588953.3795 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715588977.4247 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715589086.613 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715589105.5043 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715589121.5389 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715589137.0817 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715589155.9265 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715589185.4421 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715590609.5811 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715591050.2465 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715591124.4712 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715591175.4243 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715591304.7838 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715591343.321 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715595118.0355 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715595264.4727 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715596169.2755 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715596245.7251 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715596298.8145 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715596510.9151 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715596889.3985 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715604775.881 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715607268.2975 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715607845.0531 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715607875.1886 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715607896.3063 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715607907.3053 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715609542.513 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715609603.9724 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715609725.5118 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715609806.3255 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715609879.2783 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715609938.662 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715609988.4664 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715610011.9289 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715610056.2075 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715610086.9944 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715610128.0027 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715610160.2297 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715626259.5155 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715626316.2277 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715626362.7831 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715626514.9638 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715626578.3164 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715626646.4891 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715626738.9521 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715626760.7536 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715627190.575 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715627560.0476 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715627634.4326 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715627720.6617 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715627790.3477 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715627811.3067 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715628711.5839 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715628730.7564 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715628760.4033 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715629350.7992 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715629634.3138 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715629743.0214 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715629771.8713 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715629802.2118 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715629837.1242 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715629842.3411 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715629879.3585 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715629880.4603 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715629944.9785 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715630027.1455 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715630100.0636 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715630101.6678 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715630132.5182 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715630152.8798 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715630169.3216 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715630440.4928 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715630950.8345 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631072.8898 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715631131.835 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631220.4634 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631267.9233 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631285.724 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631308.7093 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631330.4596 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631418.9373 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715631474.7397 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631549.0504 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631560.6138 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631574.059 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631588.6777 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631600.2192 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631635.0579 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631645.5325 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631658.7672 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631675.2634 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631716.9795 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631765.8044 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715631795.5084 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631839.0158 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631854.1148 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631869.3083 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631884.7597 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631904.8756 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631937.9237 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631952.7703 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631982.5382 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632002.5002 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632019.0886 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715632056.4297 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632078.9071 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632100.4706 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632119.9303 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632133.1354 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715632156.0675 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632205.6436 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632227.039 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632245.3583 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632259.1458 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632259.548 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632294.1124 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715632295.1637 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715632308.2085 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632614.2904 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632687.9328 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632735.2315 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632779.0684 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632794.3672 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632817.191 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632839.1091 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632863.1892 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715632877.6274 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715632905.0193 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632929.4288 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632953.0127 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632978.85 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715633003.3879 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715633138.1665 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715633164.5981 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715633210.4173 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715633227.2731 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715633258.4186 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715633315.2438 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715633520.2234 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715633905.8551 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715634223.4612 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715634600.3185 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715634931.8593 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715634970.9805 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715635064.6405 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715635088.6077 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715635113.7799 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715635409.1381 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715635415.7586 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715635456.2167 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715635497.5932 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715635556.3009 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715635722.068 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715635754.5537 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715635777.2021 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715636320.6167 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715637590.0237 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715638033.6861 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715638688.094 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715638705.4091 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715638723.6793 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715638741.5972 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1715638765.8168 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1715638801.4903 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715639560.5786 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715639602.0201 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715639648.8662 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715639706.422 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715639819.1451 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715639940.3868 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715639960.3475 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715640001.4121 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715640098.0525 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715640337.8705 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715640392.0848 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715640445.9726 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715640469.3732 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715640477.3475 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715640493.5113 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715640562.3311 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715640578.1198 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715640592.8728 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715640764.9243 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641052.5041 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641257.7136 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715641279.2614 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641302.3811 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715641321.4886 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641339.6818 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715641357.4266 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715641376.9425 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715641410.444 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715641442.5154 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641456.2598 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641495.9314 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715641527.5583 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641551.3556 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641588.8546 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641603.435 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641631.096 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641667.7929 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715641691.7163 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641711.2567 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641722.2319 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641749.6905 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641771.8403 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715641788.389 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641813.26 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641888.1795 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641907.4439 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641960.0761 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715641984.3372 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715642001.6784 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715642018.8284 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715642032.4162 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715642070.4076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715642084.8514 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715642108.9736 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715642124.1679 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715642139.4073 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715642159.6643 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715642216.1899 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715642234.6287 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715642258.9057 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715642272.164 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715642294.1783 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715642321.2084 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715642347.8346 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715642369.1198 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715642394.4943 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715642446.3777 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715642517.7799 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715643009.9765 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715643629.3904 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715646343.3307 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715646422.6525 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715646502.575 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715646525.7573 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715646580.6937 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715646625.6955 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715646765.4862 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715646979.9774 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715647603.7335 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715647673.5221 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715647719.0251 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715647783.5052 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715647806.4518 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715647856.3221 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715647879.1789 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715647882.4873 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715647894.6206 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715647930.2673 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715647941.2474 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715647967.128 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715647973.2911 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715647989.9255 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715647995.2918 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715648014.7225 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648040.5804 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648068.1237 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715648082.97 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648171.6969 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648197.0506 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648203.8329 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648205.9948 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648224.062 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648242.6639 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648245.9232 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648290.6372 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648300.5734 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648323.4421 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715648333.172 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715648334.425 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648344.276 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715648355.6097 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648369.0486 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715648376.6725 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648380.9343 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715648396.6345 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648412.897 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648426.7397 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648459.2997 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715648499.1202 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648533.2237 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648571.9891 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715648599.2257 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715648652.562 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648684.2485 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648719.831 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648752.5013 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648775.0478 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648805.2205 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648837.1883 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715648852.8803 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648875.2262 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715649200.5327 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715649240.2392 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715649948.8106 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715650049.2967 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715650124.3848 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715650152.58 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715650224.0572 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715650257.8532 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715650321.9949 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715650387.8979 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715650427.5456 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715650470.7554 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715650515.0057 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715650525.3414 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715650550.1627 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715650605.4746 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715652184.3154 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715652208.8769 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715652235.8641 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715652379.6496 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715652432.8124 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715652539.012 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715653965.9717 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715654470.1972 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715654493.8888 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715654508.8773 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715656408.3689 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715656819.0954 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715657123.7234 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715657508.1666 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715657531.1836 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715657541.1706 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715657553.4074 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715657562.2334 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715657776.1514 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715657825.2322 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715657930.4391 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715658042.5835 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715658131.1457 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715659967.4762 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715660953.9461 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715660985.1237 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715661097.2605 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715661148.9346 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661175.1053 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715661544.4592 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661588.8338 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661640.5955 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715661675.7755 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661778.9555 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715661831.7873 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661846.1834 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715661879.9838 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715661882.641 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661906.8515 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715661957.5554 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715662143.2977 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715662172.8726 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715662823.8091 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715664545.3047 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715668236.2092 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715668318.9269 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715668776.0324 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715670090.9625 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715670150.1172 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715670167.3075 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715670187.1492 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715670203.7494 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715670212.3749 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715671609.0636 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715672815.6266 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715672903.2615 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715672954.5547 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715673035.7081 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715673051.3865 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715673083.8769 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715674645.4789 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715674714.0568 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715674795.7064 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715677914.199 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715677990.6732 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715678023.864 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715680671.7878 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715680684.2017 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715680708.0141 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715680721.1172 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715680756.6421 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715680774.3491 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715680798.7423 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715680815.0593 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715681211.2488 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715681242.0659 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715685637.6338 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715686261.4116 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715687357.824 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715687402.3453 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715689015.5469 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715689970.3975 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715690013.3277 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715690053.1575 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715690084.5814 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715690100.3947 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715691355.2566 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715692036.4606 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715696573.886 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715696985.2415 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715697070.2139 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715697745.2526 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715697888.4159 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715697950.1773 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715697965.8898 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715697974.5647 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715698003.0249 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715698043.4828 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715698634.8079 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715698673.8923 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715699050.3814 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715700361.1782 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715700470.8423 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715700632.2481 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715700735.9129 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715701867.2876 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715702055.2621 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715702149.7918 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715702176.0147 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715702213.1421 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715702257.7544 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715702294.1319 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715702319.7668 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715702343.5329 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715702383.6095 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715702421.8657 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715702488.6635 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715704679.9164 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715704744.5669 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715704809.2652 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715704832.3783 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715710596.3249 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715710732.1723 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715710946.1944 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715711094.3364 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715711416.0792 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715711624.746 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715711708.3608 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715713498.1462 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715714694.1925 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715714732.4367 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715714769.5878 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715714802.7484 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715714853.1436 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715714886.3133 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715714926.6286 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715714991.7571 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715715029.2598 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715715072.8058 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715715098.2911 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715720414.1433 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715720441.5688 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715720506.5514 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715736841.9224 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715736904.7417 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715736922.9946 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715745935.9609 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715746011.8732 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715746056.3536 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715746105.3639 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715746144.0276 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715746179.3533 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715746191.891 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715746211.3033 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715746225.2422 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715746246.3345 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715746275.9185 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715746320.8538 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715752128.2836 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715753569.2056 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715753597.7252 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715753614.2285 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715753635.4495 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715753659.8055 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715753684.1663 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715753707.2331 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715753724.3104 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715753747.3861 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715753781.8403 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715764730.2969 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715764763.9283 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715764798.1806 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715764827.007 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715764857.4414 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715767887.4006 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715769987.8576 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715770039.9446 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715775719.0294 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715775769.6894 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715775799.2783 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715775842.189 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715777592.7405 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715777627.9318 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715784315.8966 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715784523.0311 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715788137.1626 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715790483.4433 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715806130.6418 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715807505.7281 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715807533.5192 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715807582.7843 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715807654.393 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715808278.5452 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715809534.3259 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715809760.1488 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715809795.2392 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715809852.0377 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715809906.8223 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715809965.5266 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715809991.1422 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715810007.1303 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715810049.9176 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715810163.7299 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715811335.9503 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715811391.9803 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715811743.4601 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715811821.5187 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715812940.2633 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715812963.3663 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715813449.7613 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715813757.0457 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715813810.298 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715813865.9303 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715813942.3258 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715814281.3599 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815128.3488 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815217.0949 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815270.4299 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815370.4623 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815467.3029 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715815602.0594 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715815648.2789 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715815686.0728 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715815736.5004 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715817402.5989 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715817805.2055 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715818376.2417 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715819161.9366 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715819491.1656 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715819543.6757 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715819586.5946 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715819615.5232 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715819645.9821 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715819670.3462 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715819888.2828 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715819918.3499 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715819929.0339 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715819955.0618 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715819965.8997 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715819976.402 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820093.4966 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820108.3077 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820114.9281 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820121.7485 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820127.866 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820134.2909 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820139.8646 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820145.0877 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820154.8417 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820159.7185 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1715820164.5588 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820181.9884 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820186.5589 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820211.0087 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820839.0777 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820856.6731 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820860.5842 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820864.547 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820874.3779 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715826562.9853 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715826603.8445 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715832708.5013 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715833816.9851 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715835888.8168 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715835905.0987 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715836234.5315 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715839726.894 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715841738.4038 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715843051.3302 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715843989.692 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715846570.8419 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715846650.1388 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715846799.2673 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715846927.6472 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715853531.166 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715857620.2786 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715861672.622 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715861701.6151 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715861730.9837 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715861754.8566 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715862161.5608 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715862199.6862 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715862245.3838 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715862324.7552 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715862384.4427 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715862439.5804 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715863670.6729 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715870697.9021 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715870731.6924 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715870863.7421 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715872892.3643 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715872916.3874 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715872953.4692 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715873064.3259 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715873088.041 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715873104.4435 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715873134.2543 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715873148.3964 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715873169.9692 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715873197.2215 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715873236.7125 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715873285.2547 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715876292.9941 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715878952.7967 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715878980.8882 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715879032.671 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715879067.558 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715883196.3069 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715883230.7648 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715883261.9915 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715883386.8596 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715883519.2743 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715883550.3625 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715883570.8938 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715883595.7926 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715883618.2657 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715883698.0336 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715883719.668 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715883769.1867 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715894377.4203 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715899227.8629 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715899665.3102 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715899810.0588 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715900652.8154 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715901624.0299 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715901635.5566 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715901711.4071 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715901749.7598 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715903564.6366 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715903657.7628 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715903975.2818 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715911393.0297 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715912969.5823 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715912988.5329 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715913035.5767 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913241.7837 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913454.2601 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715913474.1488 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913477.4885 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715913548.6289 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913651.5759 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715913654.291 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913667.5474 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715913739.8234 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715913764.4926 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715913782.4954 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913817.5374 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715913839.5048 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715913940.0061 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715914029.2744 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715914090.12 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715914105.3485 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715915511.0047 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715915577.8154 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715916243.5859 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715916272.4239 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715916313.1847 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715916368.8797 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715916411.5706 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715916448.7485 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715916533.6162 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715916547.7962 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715916587.2836 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715916613.8797 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715916644.9071 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715916683.1819 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715916699.0407 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715916727.3045 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715918196.9319 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715924700.595 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715924915.8223 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715924954.0836 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715924980.164 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715925133.5358 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715925168.653 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715925219.2785 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715925219.98 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715925264.902 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715925315.7153 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715925919.7776 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715926420.4915 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715926538.8144 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715929365.0268 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929417.4956 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929429.846 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715929450.8124 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715929492.6738 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715929531.0454 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715929554.8185 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715929567.0075 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929584.971 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715929617.1082 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929657.2837 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929679.9609 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929707.3509 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715929781.1131 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929849.6364 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715929867.4377 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715929907.5512 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715929948.5812 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715930083.8166 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715930369.0071 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715948152.0414 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715954193.2505 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715960109.8087 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715960218.1069 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715960238.662 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715960280.3729 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715969029.6444 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715972816.0645 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715972884.2583 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715977022.0855 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715977282.5472 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716005809.1647 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716024927.1115 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716024976.7221 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716025010.7673 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716027377.3351 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716027899.644 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716028822.8275 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716028857.7321 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716036421.4086 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716040333.7351 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716043972.3967 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716043995.1703 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716044508.3229 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716045340.1223 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716045370.1669 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716045434.8063 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716045536.284 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716045782.3404 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716046661.0575 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716061878.1074 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716063691.5292 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716063728.9507 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716064036.8859 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716064897.7154 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716064982.9829 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716074832.2246 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716087920.9207 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716087962.0076 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716088282.1445 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716088319.6002 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716088361.4397 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716092533.9981 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716092684.4695 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716100809.6333 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716100904.7495 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716100967.3084 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716101014.3749 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716101026.1623 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716101284.4392 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716101388.6109 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716101424.8563 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1716101640.0847 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716101663.5449 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1716101720.3834 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716101763.5754 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716101779.0549 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716101812.8171 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716101829.1619 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716101843.8492 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716101870.408 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1716101897.469 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716101922.0127 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716101958.4491 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716101980.4881 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716102012.3581 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716102033.0066 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716102061.565 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1716102078.6577 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716102104.1158 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716102163.2523 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716102338.3014 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1716102352.7855 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716102377.8361 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716102397.944 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1716102458.7278 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716102472.2144 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716102830.9668 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1716102848.2679 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716106991.3653 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716112644.092 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716112688.5957 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716113925.8512 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716116154.8458 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716123312.2626 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716124481.7688 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716129939.4625 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716130077.5552 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716133934.791 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716133959.4134 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716133982.7909 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716134112.955 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716134184.1117 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716134215.2692 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716134246.6302 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716134272.2078 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716136785.8861 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716136830.2645 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716136888.0281 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716136912.3226 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716137509.6219 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716137550.792 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716137584.016 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716137614.0349 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716137663.882 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716137708.8654 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716137736.4075 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716137761.6991 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1716137815.2529 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716137886.7381 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716138040.3932 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716140714.0428 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716209337.3046 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716209412.7298 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716209448.1323 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716209508.6504 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716209613.4906 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716209642.7198 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716209709.6202 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716209774.4706 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716209852.8582 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716209947.3287 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716209967.6822 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716210044.0883 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716210150.5688 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716210205.0335 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716210268.9147 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716211526.4507 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716213446.8546 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716213461.9489 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1716213474.537 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716213492.0301 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716213521.5562 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716213540.262 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716213551.8733 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1716213557.4906 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716219013.0278 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716220209.0681 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716220249.3189 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716220285.5053 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716227591.1168 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716227622.0114 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716227674.7391 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716227710.2023 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716227875.4029 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716227977.9929 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716228007.518 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716228104.844 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716228130.5321 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716230101.821 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716230984.9301 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716232636.2301 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716232746.3131 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716232993.2428 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716233055.3833 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716235984.1893 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716239320.9605 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716242440.4726 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716242516.4926 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716242590.6103 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716242629.6643 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716242692.6624 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716246215.0477 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716248360.3883 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716249928.3303 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716249950.1619 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716249976.5037 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716250002.3525 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716250043.473 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716250064.5423 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716250098.6574 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716250169.1921 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716250175.1057 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716250192.053 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716250223.5527 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716250346.0641 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716252598.1249 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716252635.5485 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716263746.8692 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716270546.4614 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716270581.7833 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716271101.4508 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716271351.0622 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716274671.7892 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716278257.8069 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716278320.6515 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716278455.3143 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716279222.1691 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716279246.192 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716279794.6865 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716280412.4078 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716280463.3691 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716282215.371 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716282249.1998 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716282537.2467 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716282635.1246 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716282720.9449 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716282757.3202 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716283450.3375 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716283609.525 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716283779.8628 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716283801.3005 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716283935.4598 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716284013.3675 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716284180.1311 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716284192.186 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716284470.2778 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716284564.193 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716285325.0236 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716285475.3857 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716285519.9145 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716286409.4293 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716286967.8756 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716286983.4028 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716287142.413 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716287185.2534 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716287217.0099 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716287247.2868 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716287271.5544 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716287340.0533 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716287550.0246 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716287573.6398 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716287628.6541 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716287651.6393 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716287665.6163 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716287678.808 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716287767.435 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716287779.2194 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716288009.4382 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716289208.9321 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716289237.4451 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716289351.113 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716289390.8858 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716289393.7964 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716289414.7975 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716289423.2899 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716289429.1105 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716300925.2643 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716301040.4664 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716301250.7099 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716301308.9557 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716301961.2777 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716308935.4231 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716317363.8031 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716317407.5124 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716317505.7057 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716319832.5599 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716321763.8236 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716325414.0255 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716325749.7214 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716325771.5615 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716326192.6196 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716326243.3131 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716326299.6314 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716326346.6605 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716326432.8943 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716326479.3558 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716326504.9509 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716326723.2613 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716326765.4157 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716326806.8553 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716328651.4073 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716340833.9646 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716340851.5576 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716342516.6062 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716342980.4385 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716392751.259 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716392854.8424 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716392927.7613 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716394547.5836 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716394567.8834 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716394675.2074 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716395232.2063 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716395392.7448 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716395429.4755 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716395464.4116 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716395617.1491 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716395671.3185 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716395722.6354 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716395762.024 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716395800.2075 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716395893.3131 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716395908.2446 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716395930.8155 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716396096.1888 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716410843.4073 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716410959.2736 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716411007.9506 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716411029.2438 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716431755.4427 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716431811.1067 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.13.208", - "anony": true, - "tstamp": 1716455911.4834 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.13.208", - "anony": true, - "tstamp": 1716455955.7955 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.38.210", - "anony": true, - "tstamp": 1716463103.3942 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.38.210", - "anony": true, - "tstamp": 1716464669.7571 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.38.210", - "anony": true, - "tstamp": 1716464883.9242 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716465092.5554 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.38.210", - "anony": true, - "tstamp": 1716465101.4217 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.13.208", - "anony": true, - "tstamp": 1716465158.8835 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.13.208", - "anony": true, - "tstamp": 1716465320.7672 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.47.232", - "anony": true, - "tstamp": 1716466221.9614 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716470442.2975 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.43.115", - "anony": false, - "tstamp": 1716473602.4544 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.43.115", - "anony": false, - "tstamp": 1716473616.0917 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": false, - "tstamp": 1716473629.427 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716473646.5102 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": false, - "tstamp": 1716474064.3945 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716481830.2832 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716482066.6894 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716482101.8167 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716482665.9327 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716483084.7205 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716483130.6731 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716486908.7502 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716490430.3014 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716491961.101 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716492130.1621 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716492165.0747 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716493052.5738 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716494811.879 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716494814.0355 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716494907.8652 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716495025.0063 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716496626.411 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716496705.3455 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716497278.1725 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716498525.386 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716508618.2377 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716508647.6412 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716508773.0947 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716509848.6189 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716511130.78 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716512505.6737 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716521987.1249 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716534865.3098 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716535184.4481 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716539015.3065 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716539889.7886 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716540536.1365 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716540946.9096 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.39.221", - "anony": true, - "tstamp": 1716542403.1488 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.39.221", - "anony": true, - "tstamp": 1716543831.0194 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716553156.4165 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716553180.6047 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716553208.1102 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716555742.6319 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716564155.6044 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716569758.9203 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716573314.1735 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716588711.6463 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716589282.8245 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716595399.6343 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716596153.0762 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631962.3438 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716637883.7082 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716637940.3706 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716638087.8967 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716648496.2293 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716650144.5433 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716650252.1683 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716654002.8058 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716657661.8542 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716672582.8741 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716675304.6869 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716675360.5552 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716696765.27 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716699503.5692 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716705406.3076 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716708229.2765 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716708400.6323 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716708425.3973 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716708463.7409 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716712383.2781 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716714698.5936 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716714723.8527 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716714742.496 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716714758.5844 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716714791.7059 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716714813.7628 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716718013.9851 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716719923.7897 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716719954.4298 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732002.5621 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716735265.1561 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716737955.5742 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716749082.5893 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716749104.301 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716749183.3056 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716749405.6595 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1716751911.6964 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716775345.3085 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716776806.2262 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716776883.0635 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716776943.7594 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716779918.8509 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716780527.3148 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716780918.544 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716780951.8598 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716781241.076 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716781759.6094 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716782158.4573 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716782417.8883 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716782420.5452 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716782443.0163 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716782459.9191 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716782484.1275 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716782499.7234 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716782519.0233 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716782537.0836 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716782553.9857 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716782569.153 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716782604.0051 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716782640.804 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716782995.4422 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783031.5075 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783089.4325 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716783090.8889 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716783109.7954 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716783138.0445 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783168.9557 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783358.7145 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1716783462.483 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716783564.225 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716784775.2026 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786037.8729 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786448.0434 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716787891.5755 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788134.0343 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788285.3057 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716789329.1919 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716795652.1604 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716795779.9806 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716795814.0196 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716795851.1701 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716796006.4588 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716796314.0423 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716797932.5341 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716798084.7317 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716798121.6615 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800856.1807 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811377.2082 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811412.4609 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811455.261 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716815094.1935 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716815234.9665 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716815654.9788 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716815707.9688 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716815854.6739 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816541.9961 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816625.048 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716818286.1937 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716820699.6007 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1716822550.5508 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716822601.7824 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1716822684.0205 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716824222.9857 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716824902.917 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716825475.2657 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716827655.7005 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716833085.2146 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716837768.4182 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716838033.7689 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716840571.8782 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716842021.1183 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716842045.0031 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716842062.0558 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716844269.6437 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716844294.3593 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716846730.6152 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716846754.4305 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716846777.0478 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716846795.5401 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716846812.5139 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716846831.5816 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": false, - "tstamp": 1716846856.7092 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716851477.2888 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716852722.4343 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716862066.5604 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716888658.6323 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716888692.3451 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716888743.3788 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716888808.7382 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716889722.4243 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716892310.907 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716893044.8237 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716894726.3896 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716904032.8719 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716904166.7957 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716904274.6297 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716904375.3197 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716904458.3328 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716905236.8052 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716905301.5056 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716906155.4111 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716909502.2672 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716911861.7486 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716931696.2858 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716932953.6361 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716947335.746 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716947886.9102 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716953959.3614 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716962065.228 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716964704.6913 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716967018.8935 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716967137.2381 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716968234.2824 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716972370.304 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716972445.8559 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.224.134.163", - "anony": false, - "tstamp": 1716978291.5449 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.224.145.182", - "anony": false, - "tstamp": 1716978391.0694 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.224.134.163", - "anony": false, - "tstamp": 1716978459.451 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716978633.6451 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716979976.972 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716986223.0166 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716992486.8153 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716994682.8218 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716999872.9257 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1717001549.1047 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717001729.4563 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1717001735.3323 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717001782.8941 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717003358.7832 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717010981.625 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717013817.4431 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1717014277.5883 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717014302.0624 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1717014914.6947 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717015933.2442 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717016519.7356 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717017276.6056 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717017851.527 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.38.210", - "anony": true, - "tstamp": 1717017860.1111 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.38.210", - "anony": false, - "tstamp": 1717017872.0034 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.38.210", - "anony": false, - "tstamp": 1717017935.2154 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": false, - "tstamp": 1717017941.7814 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": false, - "tstamp": 1717017948.1028 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1717017959.1872 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": false, - "tstamp": 1717017979.7996 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": false, - "tstamp": 1717018191.8622 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1717018286.0525 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1717018313.4129 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717018348.5161 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": false, - "tstamp": 1717018553.2268 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": false, - "tstamp": 1717018904.2229 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1717019423.0673 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1717019625.8676 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": false, - "tstamp": 1717020042.7893 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1717022382.7846 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717026392.4268 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717028996.6914 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717029028.6429 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717029147.6903 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717034072.4772 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717034784.6738 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717034906.7231 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717035277.1028 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717039169.9336 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717041246.8155 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717041313.7921 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717041347.0832 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717041370.4367 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717041403.224 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717041426.0327 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717041449.1936 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717041783.2293 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717041956.0851 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717041973.3929 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717041996.6703 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717042011.7634 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717042030.855 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717042064.0653 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717042093.7447 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717048228.5381 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717050239.468 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717055363.8892 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_169.254.167.109", - "anony": true, - "tstamp": 1717057996.957 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_169.254.167.109", - "anony": false, - "tstamp": 1717058393.8863 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717059628.7188 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.18.96", - "anony": false, - "tstamp": 1717059941.285 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717060176.1474 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1717061165.5506 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1717062327.4566 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1717062735.7907 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.18.96", - "anony": false, - "tstamp": 1717062740.0522 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717063191.4116 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717064695.9339 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717064701.3938 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.18.96", - "anony": true, - "tstamp": 1717064718.3586 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717066853.1829 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.40.190", - "anony": false, - "tstamp": 1717067940.0805 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.18.96", - "anony": true, - "tstamp": 1717070139.0899 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717086962.2323 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717087011.4287 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717109403.0798 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717109414.6058 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717116391.6647 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717121019.628 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717124509.4472 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717124607.4219 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717125050.6768 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1717125191.2457 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717131509.2451 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717131570.9166 - }, - { - "model_a": "StableCascade", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1717131858.5618 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717136145.6721 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717136227.7391 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717136272.166 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717136394.6709 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717136742.0386 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717136793.147 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717140076.4215 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717140178.5392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717140242.7879 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717140839.1061 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717140880.6277 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": false, - "tstamp": 1717141161.2541 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1717141745.0938 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1717141938.0758 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1717142609.0649 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717151536.315 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.40.190", - "anony": false, - "tstamp": 1717152058.869 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717164331.9793 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.1.6", - "anony": true, - "tstamp": 1717169978.3953 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717170137.2406 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717190706.1382 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717198702.857 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717198761.8213 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.1.6", - "anony": true, - "tstamp": 1717198804.2276 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717203953.7152 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717204130.5796 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717204984.8114 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717205217.6838 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717205335.9525 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717205415.8924 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.4.148", - "anony": true, - "tstamp": 1717205573.0721 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717207208.4106 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717207257.2095 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717208622.6549 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717215046.7825 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717215091.3188 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717217028.1261 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717217073.8639 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.4.148", - "anony": true, - "tstamp": 1717217141.0125 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717217168.9916 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717217873.6499 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.4.148", - "anony": true, - "tstamp": 1717219369.5122 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717229421.7017 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.4.148", - "anony": true, - "tstamp": 1717229489.292 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717229545.1574 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717233179.7122 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717233630.8484 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717233894.7297 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717234031.2367 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.190", - "anony": false, - "tstamp": 1717238823.2575 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717239794.7673 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717239958.872 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717242974.1799 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717245353.6545 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717245382.5915 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717246252.0134 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717246869.0473 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717246949.2563 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717247297.9808 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717249122.8163 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717249988.4092 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717250472.5934 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717250514.3108 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717250536.2274 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717252537.7395 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717252836.1201 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717259658.011 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717263308.222 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717264286.6556 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717267347.2935 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717267584.6441 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717268431.3837 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717268842.1304 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717277146.2585 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717279735.0982 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717279783.5652 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717280265.0726 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717282264.3718 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717345937.8651 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717345942.1509 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717369313.4581 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717374558.2723 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717374641.2959 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717374859.9707 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717383238.8689 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717388455.1374 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717388973.1388 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717396439.3094 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717408724.2551 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717416639.709 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717417137.7068 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717417171.477 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717417252.3536 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717417311.6227 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717417811.3357 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717418000.5048 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717418158.9019 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717420551.0747 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717421721.9856 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717424468.4513 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717426775.1592 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717427456.4893 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717428471.4698 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717428527.135 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717428578.6202 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717428661.075 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717428707.443 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717429952.5282 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717431917.0308 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717432931.0588 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717437880.4763 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717437963.6539 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717438221.0259 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717438415.9655 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717438614.3067 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717440231.5793 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717440380.7838 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717440566.4689 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717440730.3619 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717441033.757 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717441300.9653 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717442262.7797 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717443411.2151 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717443698.2215 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717448278.6997 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717456603.2007 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717467121.2449 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717467269.3413 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717467347.471 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717468246.5885 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717468248.0915 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717470962.1418 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717471126.9684 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717471200.5346 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717472067.981 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717472088.0134 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717472151.7325 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717472171.7106 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717474666.2386 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717474856.782 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717478015.3925 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717478962.1394 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717479804.5535 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717479838.2699 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717481969.8279 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717482995.6164 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717483780.6857 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": false, - "tstamp": 1717484055.4055 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717484962.4309 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717484997.0476 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717487564.4387 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717487659.9063 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717489213.559 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717489735.9379 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717493278.938 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717495193.3012 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717496234.3044 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717508929.7326 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717527666.3999 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": false, - "tstamp": 1717527778.4003 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": false, - "tstamp": 1717527798.7106 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717531460.9222 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717531521.6228 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717531911.8773 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717538676.5622 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717539355.8965 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717539473.2644 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717539549.597 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717545309.6677 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717545413.4993 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717551442.6857 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1717551677.9232 - } -] \ No newline at end of file diff --git a/arena_elo/results/20240604/clean_battle_video_generation.json b/arena_elo/results/20240604/clean_battle_video_generation.json deleted file mode 100644 index 311d9f665faa2b356309154c634cec5d5c0bc1da..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240604/clean_battle_video_generation.json +++ /dev/null @@ -1,12706 +0,0 @@ -[ - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1713914099.33 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713914343.6891 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713916642.7912 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713986344.8741 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1713987118.6274 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714139169.2392 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714139249.1969 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714139381.873 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714364059.9109 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1714364795.1269 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714443594.816 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714445557.5459 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1714485010.7122 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714485698.1572 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714491486.3968 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714568747.0042 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714575776.0633 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714575875.3994 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714576499.4057 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714614291.4601 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714656445.8616 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714667465.6678 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714757575.6272 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714856044.8046 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714912222.8148 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714912353.9054 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714916128.9484 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714918845.2225 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714961792.1218 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714962568.0734 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714986675.9255 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715022520.8699 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715024874.9777 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715082170.9107 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715108567.1368 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715201418.1949 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715225335.6492 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715244587.7341 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715352822.1424 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715398861.6427 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715410800.5657 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715410993.9665 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715610160.6825 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715610373.469 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715689072.7345 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715696812.6326 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715737104.8239 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715739395.0891 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715810233.6444 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715849800.9966 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716114686.5453 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716116392.5838 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716193582.8722 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716193785.0048 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716193846.233 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716194009.3835 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716300077.5395 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.43.115", - "anony": true, - "tstamp": 1716478201.6693 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716533638.3067 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_127.0.0.1", - "anony": false, - "tstamp": 1716682913.5891 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716689388.5783 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716689390.9317 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716689418.3899 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716689430.8661 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716689430.9662 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716689446.5199 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716689504.5594 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716689507.2126 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716689516.3395 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716689560.415 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716689571.2045 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716689589.1987 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716689600.479 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716689642.8219 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716689687.8719 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716689693.1346 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1716689821.5032 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716689833.2282 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716690476.4186 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693206.0818 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693274.919 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693286.0411 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693303.5784 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693311.5433 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693329.6356 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693383.5826 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693456.8226 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693467.3462 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693479.5757 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693495.1122 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693502.3247 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693528.2392 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693546.0765 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693563.0683 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693569.8376 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693581.0672 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693588.2851 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693595.2501 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693663.4243 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693679.0583 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693692.5858 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693708.4221 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693719.3968 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693725.4583 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693738.9399 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693745.5583 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693767.9991 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693792.955 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693803.7279 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693816.5054 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693825.2771 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693836.955 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693850.7326 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716694070.4027 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694148.1807 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716694244.2485 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694254.1959 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694276.2905 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716694375.6866 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716694382.1969 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694793.14 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694811.1394 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716694821.4174 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716694834.8498 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716694841.7147 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716694851.8849 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716694860.9592 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716694883.3566 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694902.9993 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694914.4785 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694928.7985 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716694942.7223 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728514.2605 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728525.0445 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728537.4321 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728552.3184 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728565.4115 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728611.9244 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728619.8963 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728626.8621 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728642.2282 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728660.8799 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728671.1783 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728681.5129 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728695.6521 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728707.1868 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728715.3574 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728729.9899 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728739.4646 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728751.7418 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728760.5694 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728772.9474 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728792.5959 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728825.1225 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728832.0962 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728839.4279 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728875.7372 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728884.1135 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728898.2525 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728909.7356 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728924.0212 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728932.2482 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728943.0756 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728951.8516 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728964.0778 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728971.495 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728980.7203 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728994.9574 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716729003.1242 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716729013.9565 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716729024.7427 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729034.6162 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729041.2307 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729054.9108 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729082.4481 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716729093.5738 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729104.4016 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729113.9293 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729128.024 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716729143.4289 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716729151.6014 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716729165.8412 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716729174.0802 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716729190.7693 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729561.7946 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716729589.111 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716730437.4978 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716730444.2174 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716731578.7678 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716731600.4666 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716731607.3314 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716731621.0702 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716731652.0853 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716731680.1969 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716731887.8933 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732002.7625 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732014.9893 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732033.1907 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732042.32 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732051.0423 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732064.3207 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732075.7564 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732092.1437 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732107.1689 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732121.5507 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732130.5345 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732144.7139 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732153.1545 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732245.8887 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732253.5049 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732260.9776 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732271.1059 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732289.7469 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732300.1222 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732442.4675 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732643.9778 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732653.5527 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732667.2377 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732690.9928 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732701.2197 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732769.1058 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732774.627 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732781.8561 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732792.5768 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732805.8172 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732815.2381 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732822.3066 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732832.5342 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732854.9452 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732865.7185 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732873.0369 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732879.1067 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732894.6925 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732906.9749 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732913.3386 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732921.5656 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732932.2613 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732947.9995 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716733033.155 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733215.9535 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733225.6737 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716733232.9894 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733245.779 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733261.359 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733274.7997 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733284.8279 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716733292.3492 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716733303.8831 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733316.3709 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733323.541 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733333.7191 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716733339.0328 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716733353.1237 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733359.5427 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733371.482 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733409.29 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733435.707 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733443.4772 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733504.7486 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733513.4209 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733524.354 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733530.1208 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733537.6908 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733546.1677 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733558.2467 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733565.4605 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716754494.225 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716754529.3204 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716754556.8827 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716754573.37 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716754581.3319 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716754589.7121 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716754610.3186 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716754622.516 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716756205.9019 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756217.6395 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756225.3579 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756245.6466 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756258.525 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756267.7569 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756278.3797 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756292.9729 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756303.6146 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756321.7636 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756328.3263 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716756337.0448 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716756355.6901 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716756369.1608 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756377.9305 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756405.9503 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756413.5746 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756420.392 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716756430.3441 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756598.971 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756811.4034 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756829.7662 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756837.7688 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716756844.6412 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756862.2925 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756871.8602 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756883.2346 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716763810.601 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763820.7817 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763830.0099 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763836.2701 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763852.5743 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716763861.9464 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716763876.0254 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716763884.9467 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716763895.1884 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763906.9292 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763916.2051 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716763933.7037 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763954.4778 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763963.4971 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716763974.9914 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716763982.078 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716763987.4028 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774336.4201 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716774366.2114 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774373.7343 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774401.5247 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774408.764 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716774416.5343 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774426.6483 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716774436.7505 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716774446.0586 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716774452.7416 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774466.5087 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716774473.4742 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774481.1066 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716774490.1334 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716774496.2078 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716774502.5006 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774513.1922 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716774519.3337 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716774546.8848 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716774553.0012 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716774569.2238 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716774581.1122 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716774586.7425 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716774595.3967 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716780707.8678 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716781161.3809 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716781177.0776 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716781187.7966 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716781235.6047 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716781242.9314 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716781254.7071 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716781288.1888 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716781297.0117 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716781305.1896 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716781380.1677 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716781558.8588 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716781966.5022 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783665.6346 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785927.5738 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785946.8276 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785956.3086 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785965.6368 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785983.4545 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786004.6173 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786012.1915 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786025.9796 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786038.5735 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786048.2498 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786056.7792 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786067.3793 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786076.8691 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786091.7183 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786106.6309 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786119.376 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786128.4563 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786145.1683 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786161.6566 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786201.0773 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786209.4966 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786225.3 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786233.4253 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786241.45 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786249.4851 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786263.8719 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786272.8991 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786280.5688 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786288.0837 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786295.9574 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786310.5953 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786320.6713 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786327.6937 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786345.2973 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786361.1416 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786369.7626 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786384.806 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786396.1855 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786405.8102 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786413.8802 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786450.7539 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788441.1026 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788453.8448 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716788462.4158 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788473.1466 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788486.9898 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788500.5707 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788522.2662 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788529.4816 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788541.2168 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716788551.7418 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788557.1033 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788565.8238 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788580.9064 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716788591.4322 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788600.6571 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788614.3978 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788620.7168 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788626.6775 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788634.496 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716788650.9444 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788657.5528 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716788664.566 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788670.029 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716789701.2259 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716792046.6171 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716792090.6776 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716792117.5541 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716792144.8815 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716792164.2891 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716792176.5638 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716792198.4702 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716792228.5999 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716792257.5373 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716792271.5787 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716792345.5517 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716792372.1701 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716798217.9315 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716798246.555 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716798267.3135 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716798307.1051 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716798333.9472 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716798359.6181 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800430.6763 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800444.8671 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800463.8158 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800470.7888 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800480.9658 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800487.682 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800509.3502 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800516.7738 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800548.7825 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800574.8734 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800581.7424 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800591.5717 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800605.265 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800615.6372 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800624.6681 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800632.546 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800641.9148 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800653.6588 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800662.638 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800675.8846 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800681.6565 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800688.0967 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800695.4712 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800702.7395 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800711.7179 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800718.9888 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800725.6079 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800731.7275 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800740.9093 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800747.5238 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800758.3079 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800772.5587 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800786.4015 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800793.1772 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800800.048 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800805.4083 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800819.3653 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800836.4647 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800844.9468 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800851.1076 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800865.0564 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800873.5031 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800881.426 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800888.8952 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800896.8697 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800905.5457 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800915.4743 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800922.2894 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800929.8593 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800939.6859 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800945.6081 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800955.2893 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800967.0227 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800985.5176 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800992.7352 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800999.7547 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716801010.8857 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716801020.4579 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716801028.3834 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716801036.1073 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716801043.9818 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716801054.918 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716801061.0383 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716801067.9615 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716801093.7934 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716801102.824 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716801110.4941 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716801357.4044 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716802258.9248 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716802277.2785 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716802289.6084 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716802308.1591 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716802325.3582 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716802348.8219 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716802375.4431 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716802396.6924 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716802417.0479 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716802440.657 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716802452.992 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716804546.8109 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716804560.9392 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716804572.0261 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716804609.8288 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716804621.2126 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716804634.4051 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716804648.2446 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716804654.6584 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716804662.0841 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716804678.7051 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716804762.81 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716804815.1467 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716804828.1257 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716804843.0147 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716804975.1614 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805101.6412 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805125.1997 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805133.7299 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805151.027 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805158.1471 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805165.6788 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805174.2573 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805181.7877 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805190.2597 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805204.9966 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805212.6216 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805221.4549 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805232.7863 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805313.8437 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805325.1273 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805332.292 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805359.2195 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805367.371 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805377.814 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805386.782 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805404.1209 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805417.2687 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805423.5857 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805431.9147 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805441.492 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805449.2165 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805457.6224 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805463.1912 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805474.9718 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805482.2909 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805487.9021 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805494.2662 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805501.837 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805510.508 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805518.6324 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805525.5473 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805544.3909 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805552.0575 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805558.2739 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805564.1439 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805571.2122 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805579.1375 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805585.3538 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805594.1732 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805602.5497 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805614.0387 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805622.659 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805629.4247 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805636.4978 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805643.3155 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805651.8835 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805660.0046 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805666.4722 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805672.087 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805680.0119 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805686.5804 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805694.5555 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805703.9818 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805711.3069 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805721.6865 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805727.8528 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805736.4364 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805743.8122 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805750.2783 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805757.0462 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805763.9699 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805771.9439 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805778.1596 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805786.0285 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805793.2534 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805798.9227 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805808.3068 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805821.8583 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805839.7119 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805849.7822 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805857.2086 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805865.0813 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805873.7026 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805880.1754 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805887.5002 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805898.5851 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805907.207 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805913.6738 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805919.5473 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805926.0123 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805936.2907 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805943.3089 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716810647.7996 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716810767.6778 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716810826.6156 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716810864.4818 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716810900.0894 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716810921.257 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716810949.0213 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716810965.664 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716810988.9326 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811001.9174 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716811024.4386 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811035.9259 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716811058.5425 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716811074.3937 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811095.0043 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811114.558 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811157.5772 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716811180.1051 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716811346.2167 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811363.3576 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811377.2071 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811404.884 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811528.5755 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811545.2272 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716811581.4292 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811609.1021 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811631.9737 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811653.2303 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811678.608 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716811693.5999 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811720.8197 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811746.659 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716811761.1 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811778.6006 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716811787.9252 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716811806.8256 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811828.2237 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811848.5441 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811872.1595 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811901.6987 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811918.2 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716811932.245 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716811947.2854 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811966.6966 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811983.2023 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812015.9888 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812030.9774 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812051.728 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812067.7291 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812088.1948 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812102.3806 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812123.2896 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812139.1472 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812170.5498 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812192.2699 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812214.0685 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812237.5965 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812262.6235 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812290.4589 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812311.7735 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812323.9663 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812344.0154 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812361.5742 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812372.8081 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812386.6604 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812409.1288 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812418.0558 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812428.889 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812440.6235 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812460.1354 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812483.1639 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812498.9136 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812513.6577 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812524.1375 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812535.9746 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812547.665 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812555.6472 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812565.3306 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812575.97 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812590.8677 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812612.2889 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812624.5777 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812649.097 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812661.3318 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812691.9328 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812707.5304 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812722.3136 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812741.6653 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812760.8219 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812772.796 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812799.1808 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812814.2832 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812830.7859 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812844.0682 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812854.8496 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812863.9262 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812884.0891 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812902.0645 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812921.0403 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812934.2248 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812958.6412 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812982.3069 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812991.3995 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716813008.7657 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813018.7489 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716813618.7164 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813632.3075 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813648.7558 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813671.7233 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716813698.1674 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716813715.7735 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716813726.5932 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813738.6714 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716813747.2492 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716813767.5156 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716813787.5776 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716813804.4335 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813812.3843 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716813826.2772 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716813838.4177 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813854.4582 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813871.899 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716813883.9808 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716813893.2639 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716813907.4565 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716813922.9029 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813936.1375 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716813948.4724 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716813956.9029 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716813964.8758 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716813985.235 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814004.2321 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814014.3081 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814025.5933 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814042.4418 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814051.6142 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814074.9335 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814088.0682 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814099.4537 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814110.2829 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814117.4053 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814124.7313 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814136.6245 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814149.1818 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814158.2055 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814168.2388 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814181.7311 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814192.2712 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814202.9029 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814213.7299 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814223.8057 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814232.1412 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814239.2618 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814254.6616 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814271.2523 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814299.6371 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814312.3883 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814319.5568 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814334.818 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814347.5098 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814360.0003 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814372.9848 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814382.3319 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814389.5585 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814400.2431 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814408.7192 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814421.9339 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814436.4344 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814450.026 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814461.6183 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814472.512 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814484.0088 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814495.6957 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814519.6197 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814528.8081 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814539.691 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814550.1705 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814564.1662 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814572.6421 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814583.6689 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814598.5159 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814609.8028 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814619.5919 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814631.5327 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814648.7281 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814659.3149 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814680.1373 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814704.6159 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814713.39 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814725.5232 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814744.5305 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814755.0712 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814771.0791 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814783.3717 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814792.0423 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814803.8904 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814811.475 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814839.9094 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814849.1271 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814857.6044 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814871.3031 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814888.3485 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814897.878 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814907.4115 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814915.0837 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814924.1636 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814932.6321 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814940.9566 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814948.7863 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814968.0915 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814994.1657 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716815015.8201 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716815024.6949 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816099.4363 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816105.6967 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816118.5359 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816149.1207 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816172.1002 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816184.8358 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816194.5624 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816210.2718 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816227.4275 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816247.5376 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816262.3852 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816295.3375 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816307.3189 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816333.3001 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716816518.8779 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816568.8736 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816585.4378 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816592.9699 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816605.8065 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816623.4437 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816637.1861 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816672.9665 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816686.8076 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716816697.8926 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816706.8142 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816731.4381 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816740.0096 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816752.7379 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816762.2629 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716816776.0949 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816791.4496 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816799.9698 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816806.4869 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816813.395 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816838.8134 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816850.0931 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816857.6166 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816874.9081 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816885.0343 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716816896.9631 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716816914.0762 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816922.3005 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816936.3908 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816952.5782 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816965.4737 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816975.3518 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716816987.3314 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816998.0597 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817007.4428 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817014.3671 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817021.1406 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817031.3233 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817040.9988 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817047.7657 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817062.6591 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817071.0892 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817079.1626 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817088.792 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817095.9591 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817110.5496 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817120.4861 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817128.1212 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817136.6422 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817144.3143 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817152.4352 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817161.9622 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817177.1074 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817189.9467 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817198.023 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817208.2992 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817221.7848 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817230.062 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817236.2275 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817245.3594 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817251.1819 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817256.4007 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817272.0483 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817288.1447 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817296.0145 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817303.3895 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817311.3103 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817328.5117 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817337.8401 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817349.5234 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817357.7468 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817366.4197 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817378.2982 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817398.1152 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817411.0505 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817418.9737 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817433.5134 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817439.282 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817445.3501 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817454.4227 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817461.8922 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817473.7247 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817483.5046 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817490.071 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817497.482 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817505.4488 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817517.0342 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817526.0125 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817536.885 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817544.6967 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817554.6787 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716845528.4968 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845543.5775 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845610.4135 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845625.0502 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716845639.4286 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845693.0182 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716845718.0466 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716845734.4895 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716845755.294 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845769.7927 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716845816.9371 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716845828.573 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716845861.4523 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845873.847 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845908.5838 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845933.8837 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845948.6427 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716845982.277 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716846032.7577 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716846040.2247 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716846099.9227 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716846143.9332 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716846163.6735 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716846245.2648 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716846257.942 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716846302.5935 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716846342.1787 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716846362.9187 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716846386.3667 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716846413.3894 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716848046.5925 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716848058.7766 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716848067.902 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716849805.475 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716849813.4457 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716849818.3104 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716849824.5826 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716849834.2592 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716849836.9182 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716849839.7812 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716849850.9067 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716849877.0663 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716849877.1173 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716849885.1697 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716849893.3278 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716849946.2119 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716849980.4883 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716849993.2669 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716850007.4503 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716850037.0695 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716850054.3761 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850066.0545 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850091.7678 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850115.1746 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850132.3725 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716850144.1539 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716850161.2285 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850173.8573 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716850197.1758 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716850224.5489 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716850247.405 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850277.7798 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850310.4463 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850327.8684 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850328.226 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850340.8632 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716850354.4171 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850375.9832 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850409.3402 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716850417.2617 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850506.1736 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716850517.7481 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716850529.1711 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716850562.7076 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716850573.6848 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716850630.8546 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850653.065 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850681.8793 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716860595.707 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716860621.5356 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716860641.0232 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716860697.9926 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716860710.5707 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716860726.1111 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716860772.244 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716860790.2405 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716860804.6284 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716860869.2903 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716860936.3092 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716860952.3518 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716860965.3844 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716860983.8146 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861070.0866 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861079.6593 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861093.0971 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861110.8861 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716861182.2741 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861199.7588 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716861262.141 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861366.9074 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861376.2768 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861486.5303 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861550.2568 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716861563.9964 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716861576.7932 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861635.7395 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861644.366 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861651.5365 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861665.1318 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861675.3107 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861709.0037 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861764.0077 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861774.1637 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861787.6144 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861801.9107 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861857.8365 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861867.8133 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861876.2803 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716861888.9613 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716861899.5978 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861917.9472 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861929.1847 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861994.2271 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716862003.32 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716862014.0612 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716862066.3091 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716862084.806 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716862135.48 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716862146.7019 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716862199.7374 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716862287.5989 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716862301.6865 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716864840.105 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716864852.4483 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716888876.5448 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716888906.7365 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716888932.705 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716888960.4334 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716889044.3971 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716889066.6535 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716904183.7537 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716934721.4333 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716934728.955 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716934735.2822 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716934746.4556 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716934759.1338 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716934771.7263 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716934780.1541 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716934789.6805 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716934796.1425 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716934802.8066 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716934809.9162 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716934822.2928 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716935497.9165 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716935510.2413 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716935529.5027 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716935537.7802 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716940935.4529 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716941011.7947 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716946253.3412 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716946273.1958 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716946533.0187 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": false, - "tstamp": 1716956917.4978 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716968515.1585 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716968528.9845 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716968546.9361 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716968565.0784 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716968584.3193 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716968599.2518 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716968609.074 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716992753.2264 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1716995984.4733 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716999875.783 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717016085.6093 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1717033329.1692 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717036604.3263 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717036611.3029 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717036623.7361 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717036633.3907 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717036661.4617 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717036670.7383 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717036693.0343 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717036733.5432 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717036802.0871 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717036825.904 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717036872.3776 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717036889.2216 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717036941.3062 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717036970.3339 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717036991.3064 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717037015.2592 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717037045.0924 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717042182.8927 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717042213.7032 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717042241.8638 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717042270.6661 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717042303.518 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_169.254.167.109", - "anony": false, - "tstamp": 1717059009.4576 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1717059223.905 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.18.96", - "anony": true, - "tstamp": 1717064772.7161 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717072973.3188 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122196.5828 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122216.5437 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122226.125 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122239.2602 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122306.5361 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122318.0661 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717122326.6431 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122340.9779 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122348.0443 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122362.0381 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122379.7169 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122390.6881 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122397.0059 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122409.0363 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717122418.0605 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717122433.1851 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122473.1813 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122522.8944 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717122555.2268 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122568.912 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122580.3431 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122586.264 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122596.6965 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122603.4157 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717122609.2263 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122618.4501 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122634.5481 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122640.2657 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122651.6476 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122711.0439 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122716.86 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122725.6842 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717122731.3486 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122742.1792 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122771.6489 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717122777.9609 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122789.9392 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122798.9204 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122806.4923 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122813.4702 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122818.3889 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717122825.6083 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122831.6287 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122844.4115 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122862.9223 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122879.0582 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717122889.5903 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122895.6641 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122909.8967 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122915.6074 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122925.1277 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122931.2448 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122937.2045 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122943.0215 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717122948.8846 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122953.7973 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717123008.1803 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1717123076.2074 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1717123101.8817 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717124794.7362 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717153274.9711 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717207929.8821 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717217534.3179 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717231204.8928 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717265385.3362 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717285203.6269 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": false, - "tstamp": 1717293468.582 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": false, - "tstamp": 1717293491.0083 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293504.5815 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293517.7461 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293527.5597 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293536.1345 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717293546.7518 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717293554.0351 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293568.4703 - }, - { - "model_a": "VideoCrafter2", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293580.161 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293591.5149 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293602.8639 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717293616.4035 - }, - { - "model_a": "T2VTurbo", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717293623.5221 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293628.89 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717293635.1638 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293641.9995 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293647.9768 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293658.6194 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293666.2514 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717293671.5182 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717293680.9968 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293686.4655 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293697.9061 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293707.1435 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293719.0796 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293740.639 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293744.6538 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293756.298 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717293762.671 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717293769.1937 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717293775.9663 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717293782.7841 - }, - { - "model_a": "T2VTurbo", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717293783.2738 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293791.6535 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717293798.9666 - }, - { - "model_a": "T2VTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717293806.4462 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717293811.6641 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717293826.6726 - }, - { - "model_a": "LaVie", - "model_b": "T2VTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717293828.377 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293835.7519 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293841.7666 - }, - { - "model_a": "T2VTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293848.3812 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293855.3997 - }, - { - "model_a": "VideoCrafter2", - "model_b": "T2VTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293857.3097 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293872.4616 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293901.5198 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717293932.4272 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717293953.9142 - }, - { - "model_a": "T2VTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293984.306 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294009.905 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294030.5896 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294056.7294 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294075.7122 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294090.8974 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717294101.2133 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717294117.938 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717294150.2901 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717294174.1211 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717294185.8416 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717294202.8671 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294220.1908 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717294236.012 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717294251.8078 - }, - { - "model_a": "T2VTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717294269.6838 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294286.4136 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294312.2032 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717294326.2786 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717294346.6054 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294361.8835 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717294374.2527 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717294392.4334 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294404.4511 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717294435.7496 - }, - { - "model_a": "T2VTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294453.0766 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294470.3027 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294493.5437 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294510.6692 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717294525.3896 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294538.5569 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294565.9504 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294582.533 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717294597.1071 - }, - { - "model_a": "T2VTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294615.7967 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294631.1305 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294644.5529 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294654.225 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717294668.6136 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717294682.9829 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294700.8663 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294717.4464 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294732.9285 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294748.3004 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294766.0902 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717294784.2806 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294796.1612 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717294824.43 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294851.174 - }, - { - "model_a": "T2VTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717294866.7995 - }, - { - "model_a": "ModelScope", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717294877.1216 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294890.1942 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294921.5086 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717294934.4353 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717294950.2096 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294957.4234 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294969.0 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717294986.4772 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717295008.1658 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295019.438 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295038.928 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295052.3222 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717295070.2534 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717295082.1467 - }, - { - "model_a": "T2VTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295101.6011 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717295116.9783 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717295126.899 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717295142.3389 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717295154.0226 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717295169.8551 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717295185.5925 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717295197.1667 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295210.8272 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717295218.0937 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295237.2382 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295249.9143 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295258.4514 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295297.0381 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295309.6869 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295320.7567 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717295333.2544 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717295349.6526 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295360.2828 - }, - { - "model_a": "T2VTurbo", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717295370.8103 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295385.1488 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717295392.7601 - }, - { - "model_a": "T2VTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717295408.8097 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717295422.4892 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295436.9749 - }, - { - "model_a": "LaVie", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717295449.8035 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717295467.5485 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717345483.6603 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717370074.6497 - }, - { - "model_a": "AnimateDiff", - "model_b": "T2VTurbo", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717370084.7673 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717370194.9243 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717370216.817 - }, - { - "model_a": "ModelScope", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717370244.8292 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717370280.0046 - }, - { - "model_a": "LaVie", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717370335.9096 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717370378.0295 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717370403.7198 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717370524.989 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717382632.7404 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717382690.0394 - }, - { - "model_a": "T2VTurbo", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717382706.7656 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717382721.0954 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717382736.734 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717382750.8089 - }, - { - "model_a": "T2VTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717382766.9879 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717382787.9614 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717382802.845 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717382818.3336 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717382828.5655 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717382840.4562 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717382861.5383 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717382873.4499 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717382885.608 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717382919.6506 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717382938.1959 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717382949.4728 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717382959.1016 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717382977.7887 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717382990.1243 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717383019.3902 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717383027.7149 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717383036.784 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717383054.6641 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717383069.297 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717383085.7207 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717383108.3566 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717383127.1905 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717383136.9608 - }, - { - "model_a": "T2VTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717383157.7444 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717383172.9848 - }, - { - "model_a": "T2VTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717383186.876 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717383199.2563 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717383206.08 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717383222.6056 - }, - { - "model_a": "VideoCrafter2", - "model_b": "T2VTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717383288.1336 - }, - { - "model_a": "T2VTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717383436.1722 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717383476.654 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717383685.03 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717383767.1808 - }, - { - "model_a": "AnimateDiff", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717383808.2937 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717383873.2164 - }, - { - "model_a": "AnimateDiff", - "model_b": "T2VTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717383892.2518 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717383919.7514 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717384233.7717 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717384245.7924 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717384284.8262 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717384304.7566 - }, - { - "model_a": "T2VTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717384316.9358 - }, - { - "model_a": "VideoCrafter2", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717384332.8135 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717384354.8192 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717384365.5649 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717384384.1025 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717384402.4396 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717384409.6503 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717384430.1763 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717384462.5696 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717384501.835 - }, - { - "model_a": "T2VTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717384523.0528 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717384570.486 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717384586.6213 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717384598.3813 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717384609.9773 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717384622.757 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717384634.6369 - }, - { - "model_a": "LaVie", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717384642.2532 - }, - { - "model_a": "T2VTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717384665.1984 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717384677.0334 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717384685.0477 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717384693.5141 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717384731.537 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717384839.5816 - }, - { - "model_a": "T2VTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717384852.5086 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717384861.2819 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717384907.1512 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717384944.3791 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717384966.6886 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717385836.8448 - }, - { - "model_a": "ModelScope", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717385845.3108 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717385854.4791 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717385860.6864 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717385875.0645 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717385887.7842 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717385895.0467 - }, - { - "model_a": "T2VTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717385900.8565 - }, - { - "model_a": "VideoCrafter2", - "model_b": "T2VTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717385907.8711 - }, - { - "model_a": "LaVie", - "model_b": "T2VTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717385922.69 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717385938.4718 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717385944.6309 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717385951.4902 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717385956.3479 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717385963.5179 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717385969.5786 - }, - { - "model_a": "VideoCrafter2", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717385991.075 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717385998.3397 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717386004.2514 - }, - { - "model_a": "T2VTurbo", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717386013.6816 - }, - { - "model_a": "AnimateDiff", - "model_b": "T2VTurbo", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717386021.2986 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717386029.1634 - }, - { - "model_a": "LaVie", - "model_b": "T2VTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717386037.0274 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717386047.242 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717386062.3655 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717386069.5814 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717386081.2557 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717386087.8163 - }, - { - "model_a": "T2VTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717386095.029 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717386103.7391 - }, - { - "model_a": "ModelScope", - "model_b": "T2VTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717388539.6475 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717388573.7415 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717388587.9557 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717388599.8821 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717388617.4315 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717388625.7017 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717388634.9244 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717388643.5519 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717388652.6889 - }, - { - "model_a": "T2VTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717388662.9722 - }, - { - "model_a": "T2VTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717388668.6899 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717388676.4154 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717388683.641 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717388702.5417 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717388715.0821 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717388723.6508 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717388729.8124 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717388737.6324 - }, - { - "model_a": "T2VTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717388768.8429 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717388786.5494 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717388797.8806 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717418901.679 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717418918.2184 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": false, - "tstamp": 1717439167.8704 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717439586.4464 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717439628.5032 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717439672.1109 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717439708.6385 - }, - { - "model_a": "T2VTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717439720.6663 - }, - { - "model_a": "T2VTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717439737.753 - }, - { - "model_a": "AnimateDiff", - "model_b": "T2VTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717439774.2745 - }, - { - "model_a": "T2VTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717439785.9023 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717439841.3272 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717439858.1328 - }, - { - "model_a": "LaVie", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717439883.5031 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717439908.5202 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717439948.6917 - }, - { - "model_a": "T2VTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717440028.9782 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717440530.7674 - }, - { - "model_a": "T2VTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717440565.7623 - }, - { - "model_a": "AnimateDiff", - "model_b": "T2VTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717440600.8103 - }, - { - "model_a": "ModelScope", - "model_b": "T2VTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717440641.0155 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717441265.7697 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717441285.8722 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717441309.5001 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717441325.2605 - }, - { - "model_a": "ModelScope", - "model_b": "T2VTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717441349.0509 - }, - { - "model_a": "T2VTurbo", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717441378.2766 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717441395.5798 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717441413.7788 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717441452.9548 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717441474.9552 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717441493.3447 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717441521.5939 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717441531.3786 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717441551.0739 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717441596.3937 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717441620.7707 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717441638.0974 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717441688.9321 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717441705.9245 - }, - { - "model_a": "ModelScope", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717441832.5812 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717441855.6322 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717441871.7347 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717441889.81 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717441910.2308 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717441929.6053 - }, - { - "model_a": "T2VTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717441944.9706 - }, - { - "model_a": "VideoCrafter2", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717441992.1921 - }, - { - "model_a": "T2VTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717442013.4608 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717442032.6318 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717442073.0611 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717442093.6884 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717442112.0356 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717442128.339 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717442210.6254 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717442226.1506 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717442243.2215 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717442259.5702 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717442288.1744 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717442313.1712 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717442328.7833 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717442374.6118 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717442399.9031 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717442420.0213 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717442444.1576 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717442458.0459 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717442534.5328 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717442564.84 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717442581.6032 - }, - { - "model_a": "LaVie", - "model_b": "T2VTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717442618.7339 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717442646.1372 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717442673.2333 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717442690.0393 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717442771.0084 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717443712.2317 - }, - { - "model_a": "LaVie", - "model_b": "T2VTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717443723.9663 - }, - { - "model_a": "T2VTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717443731.1608 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717443741.5344 - }, - { - "model_a": "VideoCrafter2", - "model_b": "T2VTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717443749.5447 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717443761.1002 - }, - { - "model_a": "AnimateDiff", - "model_b": "T2VTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717443775.2438 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717443789.1799 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717446342.5531 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717446349.1923 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717446357.2591 - }, - { - "model_a": "ModelScope", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717446366.6449 - }, - { - "model_a": "ModelScope", - "model_b": "T2VTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717446377.6616 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717446386.75 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717446406.8292 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717446414.646 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717446428.5735 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717446438.2954 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717446447.4602 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717446458.6253 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717446467.3416 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717446477.3062 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717446488.0957 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717446496.1204 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717446513.068 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717456368.838 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717474162.1715 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717474328.054 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": false, - "tstamp": 1717527861.4216 - } -] \ No newline at end of file diff --git a/arena_elo/results/20240604/elo_results_t2i_generation.pkl b/arena_elo/results/20240604/elo_results_t2i_generation.pkl deleted file mode 100644 index 70401706571f2c373c5df15116b6ae4fd80ddf43..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240604/elo_results_t2i_generation.pkl +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7be5eb1f9434a7c8dcf82d1a530c1d4dc4bddfd6e9c1bec3c3bb215e50730a1d -size 68116 diff --git a/arena_elo/results/20240604/elo_results_video_generation.pkl b/arena_elo/results/20240604/elo_results_video_generation.pkl deleted file mode 100644 index 8bf523ab07f7edbac52d77ffbccfa11998b77fe7..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240604/elo_results_video_generation.pkl +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b481ad17c28dd03dc7acd1d8236ba71b175cbde4b56d06dd926f35199cfb3831 -size 59905 diff --git a/arena_elo/results/20240604/t2i_generation_leaderboard.csv b/arena_elo/results/20240604/t2i_generation_leaderboard.csv deleted file mode 100644 index 4da3c69267233625ac249684050257875a0ca260..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240604/t2i_generation_leaderboard.csv +++ /dev/null @@ -1,12 +0,0 @@ -key,Model,Arena Elo rating (anony),Arena Elo rating (full),License,Organization,Link -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 -PlayGround V2,PlayGround V2,1100.5075625388747,1099.5250045486985,Playground v2 Community License,Playground,https://huggingface.co/playgroundai/playground-v2-1024px-aesthetic -StableCascade,StableCascade,1056.8118945188705,1061.158875402848,stable-cascade-nc-community (other),Stability AI,https://huggingface.co/stabilityai/stable-cascade -SDXLLightning,SDXLLightning,1052.955324722208,1057.1909595688794,openrail++,ByteDance,https://huggingface.co/ByteDance/SDXL-Lightning -PixArtAlpha,PixArtAlpha,1052.0540338691276,1039.997644106329,openrail++,PixArt-alpha,https://huggingface.co/PixArt-alpha/PixArt-XL-2-1024-MS -PixArtSigma,PixArtSigma,1049.6632192574068,1048.9760349558715,openrail++,PixArt-alpha,https://fal.ai/models/fal-ai/pixart-sigma -SDXL,SDXL,1000.780478259573,999.5071927081885,openrail++,Stability AI,https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0 -SDXLTurbo,SDXLTurbo,934.7256708634909,932.7451965887616,sai-nc-community (other),Stability AI,https://huggingface.co/stabilityai/sdxl-turbo -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 -OpenJourney,OpenJourney,853.254716577876,847.9703536184193,creativeml-openrail-m,PromptHero,https://huggingface.co/prompthero/openjourney -LCM,LCM,817.0909829889843,830.305656465181,MIT License,Tsinghua University,https://huggingface.co/SimianLuo/LCM_Dreamshaper_v7 diff --git a/arena_elo/results/20240604/video_generation_leaderboard.csv b/arena_elo/results/20240604/video_generation_leaderboard.csv deleted file mode 100644 index b303fc445f7116d76831ce9846c3d98ea5c2038a..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240604/video_generation_leaderboard.csv +++ /dev/null @@ -1,9 +0,0 @@ -key,Model,Arena Elo rating (anony),Arena Elo rating (full),License,Organization,Link -T2VTurbo,T2VTurbo,1113.2821829958448,1110.8655597157353,cc-by-nc-4.0,"University of California, Santa Barbara",https://huggingface.co/jiachenli-ucsb/T2V-Turbo-VC2 -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 -VideoCrafter2,VideoCrafter2,1077.4392824412053,1078.1740387487607,Apache 2.0,Tencent AI Lab,https://ailab-cvc.github.io/videocrafter2/ -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 -LaVie,LaVie,996.8941901730471,997.0145848472475,Apache 2.0,Shanghai AI Lab,https://github.com/Vchitect/LaVie -OpenSora,OpenSora,915.7943281372358,915.4210764184477,Apache 2.0,HPC-AI Tech,https://github.com/hpcaitech/Open-Sora -ModelScope,ModelScope,865.78354370958,865.5157482199218,cc-by-nc-4.0,Alibaba Group,https://arxiv.org/abs/2308.06571 -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 diff --git a/arena_elo/results/20240605/clean_battle_image_editing.json b/arena_elo/results/20240605/clean_battle_image_editing.json deleted file mode 100644 index 03742a2704954b2c27af718caa1c8d93df6475a2..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240605/clean_battle_image_editing.json +++ /dev/null @@ -1,9034 +0,0 @@ -[ - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707712630.872 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707712699.668 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707712896.0427 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707712929.7061 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707713147.0445 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707713198.9284 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707713210.1306 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707713747.5115 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707715613.7226 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707765708.2644 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707765861.2742 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707765975.0206 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707768866.9065 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707771673.2989 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707784377.6617 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707784466.8915 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707784983.9581 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707785277.16 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707795299.0619 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707795798.752 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707796435.7996 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707797278.7369 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707797279.6004 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805086.9739 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805220.3253 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805332.6322 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805476.0509 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818374.3438 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834631.9088 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834954.0147 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835366.544 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835643.6178 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835789.25 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836852.671 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707836952.6082 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707837020.7148 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707837226.2259 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707838166.1449 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707838405.0013 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707839133.3126 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707839484.6824 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707850104.2499 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707851384.7689 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707851936.9466 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707852836.3291 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707852878.673 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707853008.1359 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707856807.6229 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707863740.3507 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707866312.1118 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883083.3533 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883181.1397 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883187.9173 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883507.587 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883939.6125 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707892689.4407 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908988.749 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912639.2701 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917685.9574 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919429.336 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707932651.9192 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707932749.3107 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933208.5797 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707945335.6341 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708031168.6838 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708038931.5388 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708057382.78 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708093689.8237 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708093910.4683 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708095090.8232 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708095305.4665 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140553.1694 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708145512.3656 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708145724.4127 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708146846.5098 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189738.4864 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708235874.9246 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708257619.7115 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708341265.7655 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708350183.3086 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708399707.1681 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708441502.4707 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708441716.8195 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708546759.2009 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708546805.4892 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708547082.7124 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708547166.9685 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708547293.7107 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708575046.0529 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708615466.9264 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708615516.3341 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205399.0098 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205767.8923 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709443700.05 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709702898.9291 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710091925.1861 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710517781.1525 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710517859.2942 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710535672.9791 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714359818.6646 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714363016.9972 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714715956.3416 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714759928.3804 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715246275.0118 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715247590.2235 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715406266.2562 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715406354.5284 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715406371.8227 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715406418.5066 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1715406449.9401 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715406466.5778 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715620708.6361 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715621013.5373 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715661224.0507 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661259.6143 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661288.6018 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715661310.3621 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715718742.1258 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715718773.1054 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715718785.2832 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715718804.143 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715718826.0248 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715718869.0041 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715718904.9307 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715718933.1272 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715718954.8497 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715718966.8633 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719000.6673 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719019.5495 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719035.903 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719046.925 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719059.6291 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715719076.6727 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719086.7836 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719109.8071 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719122.8237 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715719134.1345 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715719153.4359 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715719160.5285 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715719171.4473 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719184.6227 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719210.0429 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719219.6447 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719237.7036 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719249.4321 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719257.5877 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719273.7637 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715719288.4629 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719299.1712 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719306.5928 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715719356.0694 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719368.0491 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719379.185 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719389.0771 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715719397.7162 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719406.4165 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719429.1002 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719435.4694 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719454.4526 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715719470.154 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719482.3114 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719499.9643 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719513.7317 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715719527.69 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719542.751 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715719560.9912 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719575.3291 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715719581.9552 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719591.9907 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719601.8819 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719612.1837 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719620.469 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719627.34 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719632.694 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719652.2038 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719661.8855 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719677.2949 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719687.3022 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719699.47 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719706.2375 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715719717.3564 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719722.5542 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719728.5417 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719737.2385 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715815138.5243 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715815152.0033 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715815169.0475 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715815187.1917 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815197.5233 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815209.8285 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815228.6736 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815236.3935 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715815265.9705 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715815278.5019 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715815294.5978 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715815325.4468 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715913098.6617 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716541099.5281 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716604696.0584 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716604715.0998 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716604747.7838 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716604763.4297 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716604782.4706 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716604802.0201 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716604811.6914 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716604825.8294 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716604840.2501 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716604877.822 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716604889.6984 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716604900.9223 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716604924.2766 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716604973.5794 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605034.895 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605062.8663 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605094.132 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605107.7767 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605140.0956 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605160.9401 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605168.0546 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605180.0919 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605190.4643 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605203.491 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605212.2599 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605237.2731 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605272.7429 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605289.9933 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605364.041 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605374.0614 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605393.5416 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605435.4312 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605443.9063 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605459.0496 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605473.3953 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605489.2814 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605504.7184 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605514.6453 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605529.8279 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605536.3404 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605543.2047 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605555.7948 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605601.5404 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605617.6268 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716605767.6135 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605777.2385 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605786.114 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605797.1427 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605809.6831 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605815.6526 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605835.1453 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605851.8386 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605858.451 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605866.4186 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605876.5431 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605891.073 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605900.0983 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605911.731 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716605928.9167 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605935.6882 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605946.6158 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605963.4158 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605972.2306 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605977.6398 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605987.465 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605996.3853 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606007.8113 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606016.5768 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606025.5488 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606039.5413 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606046.7561 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606054.0681 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606077.4586 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606088.2332 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606094.3957 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716606109.6773 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606119.4549 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716606125.8236 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606173.3143 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606195.2603 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606212.8981 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606219.0605 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606276.8289 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606288.2044 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606301.084 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606308.3969 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606433.9409 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606445.3091 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606477.3758 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606493.8176 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716606508.3021 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606516.8283 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606522.0526 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716606532.5815 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716606539.6957 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606547.5616 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716606554.0222 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716606564.3506 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606571.9707 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606585.7455 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606658.4599 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606693.8678 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716606709.0046 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606714.772 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716606727.6123 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716606735.0284 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606736.1803 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716606750.7617 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606786.724 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716606795.6984 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606813.8378 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606821.1015 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716607198.5045 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716607313.6175 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716607335.621 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716607370.4447 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716607389.5909 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716607420.1556 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716607435.2448 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716607465.4746 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716607486.7762 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716607506.9187 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716607635.4724 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716607663.0868 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716607692.9044 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716607819.9864 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716607857.6216 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716607895.8098 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716607940.0025 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716608033.9248 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716608099.9552 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716608114.2412 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716608131.8764 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716608196.7546 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716608299.8432 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716608352.2537 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716608470.6085 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716608508.9979 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716608535.256 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716608566.826 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716608606.9532 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716608621.3425 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716608645.7473 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716612490.9409 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716612527.7806 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716612609.5129 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716612630.2038 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716612663.528 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716612720.848 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716612753.058 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716612767.6391 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716612818.0482 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716612834.8391 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716612983.5404 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716613207.8915 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716613226.5981 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716613269.8392 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716613291.7248 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716613309.4071 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716613349.4281 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716613367.9389 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716613477.8186 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716613526.575 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716613544.7169 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716613580.5038 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716613599.3925 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716613614.4265 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716613641.2903 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716624300.8537 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716624324.2507 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716624482.9731 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716624506.1195 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716624641.2863 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716624657.8231 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716624672.2087 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716624694.7044 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716624708.3765 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716624735.9337 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716624764.5497 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716624811.5006 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716624821.927 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716627512.45 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716627556.3932 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716627583.262 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716627601.5072 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716627630.3773 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716627645.3205 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716627654.1454 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716627664.0213 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716627696.4511 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716627737.1743 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716627760.0293 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716627806.4061 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716627823.411 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716627837.6457 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716627889.0123 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716627913.6212 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716627938.5274 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716627966.1975 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716627991.8079 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628039.5051 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716628049.0246 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628071.9832 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628102.5049 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628123.5594 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628139.9985 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716628202.7625 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628221.104 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716628235.6369 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628251.4878 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716628267.8306 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628349.2577 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628370.6073 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628387.7431 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628402.2801 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628427.6381 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716628441.3679 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628552.0395 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628575.0907 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628587.6707 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628613.9413 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628733.2486 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716628772.2221 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628791.3244 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628807.4081 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628821.1404 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716628836.985 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628861.8452 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628891.0125 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628902.487 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716628918.8331 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628951.6453 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628964.4758 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628982.7156 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628995.118 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716629006.1009 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716629122.6311 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716629131.5469 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716629155.007 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716629223.4708 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716629240.7598 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716629252.7463 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716629269.2787 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716629285.113 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716629309.7244 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716629327.7166 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716629348.9576 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716629379.5769 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716629387.8439 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716629394.9593 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716630816.1122 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716630830.5477 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716630859.8113 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716630885.4225 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716630924.4544 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716630945.9567 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716630954.8739 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716630968.5578 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716630975.9243 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716630992.0216 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631006.7525 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631016.2736 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631043.2819 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631060.2613 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631073.9389 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631096.5981 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631112.1769 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631124.7037 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631145.1105 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631153.7837 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631163.1188 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631172.0382 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631183.3196 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631202.0102 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631210.0823 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631235.8828 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631312.1531 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631329.399 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631346.5938 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631361.6892 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631371.3178 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631382.9464 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631401.9484 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631417.3884 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631448.8928 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631488.7331 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631507.9737 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631517.4479 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631531.9308 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631553.6769 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631570.6625 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631580.1846 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631598.3167 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631619.3618 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631630.5917 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631664.6107 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631674.7839 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631684.5079 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631699.6647 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631707.7887 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631719.8237 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631731.3032 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631769.5139 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631801.296 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631813.1815 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631828.467 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631836.0902 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631848.4219 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631861.4561 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631875.5465 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631890.5883 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716638896.4123 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716638917.0964 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716638929.8315 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716638951.6381 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716638962.8244 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716638988.3276 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716639003.4669 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716639020.3111 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716639037.6966 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716639055.943 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716645468.6656 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716645603.2374 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716646164.612 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716646283.3472 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716646367.4252 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716646552.7164 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716646593.4385 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716646674.2926 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716646705.5886 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716646764.3246 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716646790.3248 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716646908.2416 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716646917.0648 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716646962.0953 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716646983.9078 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647000.6985 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647018.3633 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647028.6519 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647069.2087 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647081.4386 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647094.6684 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647107.594 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647137.1078 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647149.0847 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647164.5651 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647193.8495 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647207.3299 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647225.9565 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647237.3443 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647247.7742 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647259.7063 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647277.9556 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647293.7004 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647309.7046 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647329.3152 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647368.3156 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647388.6718 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647399.0991 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647408.8236 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647423.0791 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647429.2995 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647462.174 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647475.9573 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647484.0343 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647492.1555 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647504.6877 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647517.8133 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647524.0753 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647535.0545 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647545.384 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647554.8101 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647571.0596 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647578.6755 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647587.3561 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647603.0765 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647612.2839 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647623.6549 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647638.9469 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647653.8856 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716667796.1672 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716667816.6491 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716667838.2985 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716667860.5556 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716667884.9599 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716667901.3108 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716667924.6361 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716667944.9242 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716668287.7166 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716668327.9491 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716668343.2883 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716697472.7914 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716697504.4035 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716697573.1098 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716697624.325 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716697744.7634 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716697956.3807 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716698033.0577 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716698245.4344 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716698327.003 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716698371.6 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716698415.9121 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716698532.8953 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716698558.7503 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716698579.6523 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716698675.3115 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716698771.0441 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716698816.1336 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716698852.9314 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716698895.188 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716698933.0638 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716698970.2659 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716699036.1158 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716725103.4194 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725120.8321 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725177.518 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725206.1811 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725232.3641 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725265.4435 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725273.1522 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725286.6907 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716725336.5373 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725356.592 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725380.8564 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725393.6974 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725408.9409 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725423.1308 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725432.9063 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725448.4239 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725469.283 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725486.8823 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716725498.6122 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725513.3688 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725555.9442 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725563.9122 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725573.8446 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716725588.1728 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725599.5479 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725691.6935 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725704.7868 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716725717.6671 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716725733.9649 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725749.405 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725765.4507 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725779.885 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725788.5182 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716725801.1148 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725812.947 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725822.4764 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716725843.3425 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716725858.0287 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725864.898 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725883.5483 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725899.1615 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725916.7568 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725929.6466 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725960.9953 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725969.5173 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725978.2458 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725988.7294 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725997.7098 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726052.9235 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726062.2163 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726079.1784 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726089.0051 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726100.9303 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726106.9981 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726181.5152 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726194.4541 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726210.8484 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726222.7297 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726232.6604 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726241.3459 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726250.2725 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726259.2974 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726270.4228 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726283.5017 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726288.9639 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726301.2998 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726311.6449 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726322.2733 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726331.7043 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726342.534 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726352.3007 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726360.8671 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726375.4623 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726442.4983 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726479.6581 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726489.4382 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726497.8571 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726650.7564 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726666.148 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726685.0972 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726700.6411 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726720.8035 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726850.0132 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726860.3356 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726869.5719 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726878.9527 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726893.8929 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726905.2733 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726912.4957 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726921.1703 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726931.0016 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726945.6522 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726954.269 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726966.1476 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726976.7288 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726985.7507 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726994.7678 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727000.3326 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727007.0475 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727084.248 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727094.5719 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727103.1498 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727110.5311 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727117.0022 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727130.1414 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727140.3192 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727152.0947 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727159.4137 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727168.834 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727181.0654 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727187.9869 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727194.7647 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727210.4056 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727217.6723 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727225.234 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727240.5225 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727280.6958 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727291.9284 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727313.3798 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727329.2167 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727342.9492 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727352.7768 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727361.2992 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727370.3721 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727385.0504 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727394.9735 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727403.6456 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727411.1677 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727421.2407 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727434.2823 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727442.6072 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727452.7373 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727460.2099 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727467.3859 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727475.6552 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727483.3718 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727504.8113 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727512.3856 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727521.954 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727546.9149 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727553.7833 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727565.8214 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727580.3035 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727595.4295 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727627.0124 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727642.3164 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727651.8417 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727766.9252 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727783.5783 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727791.2986 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727800.8717 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727807.8322 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727814.7437 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727833.5955 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727840.6222 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727848.448 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727853.6167 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727875.6262 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727962.6967 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727969.5155 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727980.2147 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727991.5302 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727998.7991 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728003.9723 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728009.5917 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728021.0284 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728027.6106 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728036.1964 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728043.0191 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728048.4259 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728057.0579 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728069.9569 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728075.4683 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728083.4866 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728098.2752 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728109.9985 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728120.1675 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728128.2855 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728135.1512 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728139.9626 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728152.3502 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728160.6171 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728175.5073 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728182.7262 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728188.0396 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728193.1535 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728204.5769 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728214.5113 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728232.5306 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728238.5444 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728247.7701 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728261.0162 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728267.0339 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728273.0023 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728280.8717 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728286.5857 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728293.647 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728305.528 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728312.3004 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728321.2286 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728328.2916 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728798.2101 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728810.132 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728821.5646 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716745620.8532 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716745652.6839 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716745700.088 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716745855.4743 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716745897.8491 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716745953.0266 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716745973.8221 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716746017.6491 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716746205.3685 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716746244.2996 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716746264.2568 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716746280.753 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716747213.2132 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716747256.9527 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716747300.2075 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716747339.5826 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716747369.3644 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716747398.616 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716747448.3494 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716747552.803 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716747584.6276 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716747606.2848 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716747649.6574 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716747682.3376 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716747722.6405 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716747797.5494 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716747869.0399 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716747891.4571 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716747920.2327 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716747939.584 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716749646.7843 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716749696.354 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716749730.2495 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716749776.2764 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716749888.4603 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716749914.5802 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716749940.5542 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716749970.5263 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716750008.2537 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716750043.8712 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716750065.3746 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716750112.0539 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716750157.4182 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716750199.2141 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716750245.6854 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716750276.6703 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716750290.0386 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716750349.4492 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716750770.827 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716750833.5807 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716750884.3672 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716750909.7914 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716750937.9258 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716750946.6655 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751002.0069 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716751046.5212 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716751061.8143 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716751286.7161 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716751312.3299 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716751333.1833 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716751352.0314 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716751398.6861 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716751409.0689 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751438.6903 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751449.6622 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751493.5744 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716751520.7481 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751537.404 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716751571.7975 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751597.6236 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751674.3896 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751897.9933 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751919.4483 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716751963.2601 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751980.0005 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716752027.9047 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716752069.4363 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716752091.6392 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716752112.3889 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716752185.2672 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716752208.324 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716752232.3811 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716752258.8471 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716752273.9366 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716752289.3346 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716752318.912 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716752341.673 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716752369.1086 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716752420.3603 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716752443.7085 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716752473.0068 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716770800.2033 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716770833.503 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716770921.4936 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716770961.0228 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716770978.5851 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716771033.0563 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716771066.8997 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716771084.1461 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716771390.7352 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716771435.5882 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716771460.8085 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716771501.3232 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716771529.5106 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716771569.7391 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716771623.3557 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716771639.5937 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716771692.6055 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716771726.0409 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716771740.3794 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716771761.0267 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716771786.9587 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716771832.6608 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716771864.9875 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716771988.4943 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772015.8433 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716772047.2998 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772072.6244 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716772110.219 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716772148.5693 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716772175.5359 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772220.595 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772248.9167 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716772264.4062 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716772290.9725 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772311.6721 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716772346.2647 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716772364.5651 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716772417.134 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772447.3156 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772475.9282 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716772504.7128 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772534.6455 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772558.7136 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716772618.9677 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772637.6682 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716778193.4021 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716778255.1581 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716778281.1296 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716778297.5692 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716778319.2647 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716778336.0106 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716778363.1849 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716778407.3813 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716778438.3131 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716778457.8029 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716778478.8008 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716778524.6186 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716778543.2156 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716778581.0017 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716778595.846 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716778607.4723 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716778704.4312 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716778784.114 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716778801.3088 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716778816.989 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716778835.9736 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716778850.5585 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716778885.4462 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716778968.7207 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716778982.5946 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716779003.2926 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716779035.6513 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716779097.9753 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716779110.0009 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716779164.9744 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716779245.6599 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716779296.482 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716779322.9584 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716779479.8991 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716779640.4905 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716779656.9219 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716779665.4907 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716779751.7009 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716779988.3009 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716780075.7086 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716780472.9575 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716780485.9866 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716780534.8805 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716780704.5129 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716780809.5332 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716781707.8162 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716781778.9452 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716781789.3343 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716781802.7098 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716781835.6565 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716781850.9427 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716782287.4771 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716782307.5565 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716782937.7169 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783011.9293 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783055.2146 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783156.9271 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716783193.0253 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716783208.4454 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716783218.1332 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716784739.8189 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716784748.8183 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716784757.1946 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716784765.8243 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716784775.4521 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716784787.5963 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716784801.2159 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716784807.5815 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716784816.2664 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716784821.9924 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716784839.6517 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716784847.4338 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716784854.3106 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785024.4047 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785046.8706 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785053.8933 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785060.513 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785067.5828 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785075.749 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785087.6916 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785096.0125 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785108.6982 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785116.5259 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785127.3601 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785132.0745 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785139.7482 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785144.0578 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785151.4275 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785158.947 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785167.5445 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785175.8666 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785183.1868 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785192.5624 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785200.1835 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785206.9135 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785212.8835 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785218.6964 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785224.6635 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785234.6452 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785256.9071 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785266.7337 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785278.6704 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785291.4158 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785300.1498 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785305.2199 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785313.2209 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785317.5344 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785324.3491 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785333.0287 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785340.8999 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785349.0648 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785356.5829 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785363.3454 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785368.7598 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785384.7571 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785389.6236 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785396.3496 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785402.7159 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785415.2479 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785423.4729 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785430.0946 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785437.6661 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785443.3382 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785449.2573 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785454.8719 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785461.1412 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785466.0021 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785472.821 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785484.5529 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785494.9277 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785505.7098 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785512.5814 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785520.1532 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785531.8845 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785538.5559 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785545.434 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785551.657 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785561.7403 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785568.9193 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785578.0577 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785583.0768 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785590.6469 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785599.7238 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785607.651 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785620.092 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785625.6658 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785636.7949 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785643.572 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785649.2373 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785655.7093 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785661.2337 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716791578.2263 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716848213.9411 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716848236.6724 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716848256.6296 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716848276.9927 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716848291.9049 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716848303.7966 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716848321.8917 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716933000.7532 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716996806.4746 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716997108.8591 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717033419.5582 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717033466.5538 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717033496.9304 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717124938.8257 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.4.148", - "anony": false, - "tstamp": 1717223388.7242 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717229294.5639 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717347216.3245 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.30.231", - "anony": false, - "tstamp": 1717622911.4653 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": false, - "tstamp": 1717622985.8944 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": false, - "tstamp": 1717622995.9644 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.6.152", - "anony": false, - "tstamp": 1717623012.647 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.6.152", - "anony": false, - "tstamp": 1717623034.3926 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": false, - "tstamp": 1717623046.22 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": false, - "tstamp": 1717623063.5052 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.6.152", - "anony": false, - "tstamp": 1717623074.1392 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.6.152", - "anony": false, - "tstamp": 1717623082.3616 - } -] \ No newline at end of file diff --git a/arena_elo/results/20240605/clean_battle_t2i_generation.json b/arena_elo/results/20240605/clean_battle_t2i_generation.json deleted file mode 100644 index a482769bdd85b15345cd40e4cd0e3423caed09c4..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240605/clean_battle_t2i_generation.json +++ /dev/null @@ -1,43106 +0,0 @@ -[ - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707700514.3167 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707701110.2369 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707707434.9832 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707707467.1955 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707715202.5963 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707743517.6731 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707748092.0895 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707766084.3648 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707767434.9053 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707768049.9814 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707771506.9525 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707771618.8687 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707775417.8407 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707797986.5458 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707798121.0587 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707798585.0672 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707802112.022 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707802188.2116 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707802195.8893 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707803608.5079 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707803788.5758 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707803904.6801 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707803981.9232 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804176.6944 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804270.7927 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804297.8869 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804318.2703 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804334.1219 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804349.6842 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804364.5668 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804402.5063 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804439.225 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804479.6379 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804525.4779 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804569.4346 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805195.1868 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805385.1199 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707805544.5954 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805719.6055 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805892.4114 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806065.7944 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806165.7019 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806263.1867 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806323.9389 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806366.3154 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806417.7003 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806450.0813 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806488.8729 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806686.917 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707807465.0362 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707807624.1859 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808070.8364 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808165.8424 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808223.4083 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808242.8483 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808305.2596 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808365.8652 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808516.9725 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808592.0266 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707808776.6806 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707809207.6029 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707809528.5104 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707810829.8424 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707810888.7795 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707811836.4507 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812355.1994 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812463.5112 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812564.4237 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812633.8829 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812692.7422 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812731.7789 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812790.8552 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813196.5863 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813385.0823 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813688.5409 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813789.2976 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813801.8046 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813968.2954 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814081.937 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814113.8281 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814208.3473 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814576.4902 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814587.9823 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814630.8904 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707814638.1626 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814678.0675 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815069.0454 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815265.8876 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815309.9341 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815471.0053 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815496.1672 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815515.1383 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815597.8351 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707816139.8542 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707816453.2139 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707816524.6134 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707816642.8445 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707817578.7496 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818116.1249 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818116.4886 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818164.7455 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818248.2875 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818875.2918 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707819636.4627 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707820183.6769 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707820223.2706 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707821064.6519 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707821537.8837 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707821734.9105 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707821913.7658 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707822028.5932 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707822757.6234 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707824160.6135 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707824465.7056 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707824555.3203 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825315.02 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825427.9915 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825465.0846 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825513.2124 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825892.4661 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825936.2938 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707826004.6453 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707826621.1118 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707826696.6391 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707827607.6358 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707828504.1443 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707828598.2702 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707828650.1074 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829422.0774 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829424.1119 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829545.1677 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829558.9178 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829575.4002 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707829605.377 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829655.401 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829671.9346 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829764.2277 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707830051.739 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707831907.61 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707832672.6529 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833021.7755 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833211.1736 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833330.5156 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833567.2266 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833793.1294 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834070.3689 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834184.5449 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834553.1154 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834593.0783 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834668.474 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834707.0272 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834747.5192 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834769.6714 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834838.9968 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834939.7331 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835013.9187 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835059.1088 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707835084.9734 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835143.1459 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835157.8035 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835271.8395 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835326.7352 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835390.8923 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835525.9638 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835615.8358 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835679.3932 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835717.0721 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835853.3267 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835989.8838 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707836084.5509 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836132.9464 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836135.0599 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836237.3436 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836314.9641 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836695.3278 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707837085.8896 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707839155.8114 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707840267.3024 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707840932.8884 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707841426.0637 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707841877.0338 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707841965.2778 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707842944.8061 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707843000.9465 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707843932.2112 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707844717.8943 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707845169.7825 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707846883.7945 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847300.2803 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847465.1349 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847529.7859 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847805.9735 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847846.2293 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707848073.1447 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707848814.4383 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707849117.1598 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707850807.7058 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707850898.7895 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707851643.0572 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707852226.5775 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707852250.3298 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707852649.075 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707852658.3925 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854112.6589 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854223.7006 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854439.3584 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854467.9121 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854493.356 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707854644.0324 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854745.2094 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707854859.0911 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855029.8798 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855287.8118 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707855365.8721 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855592.3744 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855617.8623 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855662.3148 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707855663.1059 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707855706.2598 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855818.7279 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707857642.2074 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707857681.8972 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707858601.4616 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707859063.3978 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707859131.0729 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707859155.9948 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707859314.8579 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707861187.3856 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707861468.4384 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707861681.2523 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707861762.884 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863154.0782 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863220.9442 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863276.7531 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707863359.6247 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863562.8628 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863623.6038 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707864470.9299 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707865527.8262 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707865559.346 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707866156.3368 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707866211.1115 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707867088.7165 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707867880.8468 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707869812.1567 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707870348.7079 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707870392.0767 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707870526.6392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707870575.054 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707870639.4277 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871185.0523 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871233.4711 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871275.0108 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871354.9701 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871603.5439 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707871663.4536 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707871686.2102 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871840.7281 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871909.9365 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707872099.4329 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707872920.9285 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707872977.5665 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707874406.8176 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707875417.714 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707875703.986 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707875827.46 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707876432.1059 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707876829.205 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707877060.6713 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707878629.8346 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707878669.1334 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707878754.5179 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707879902.0051 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707881075.7184 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707881126.4996 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707882647.3191 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707882792.5618 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883779.6594 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707884893.6044 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707884977.6614 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707885031.1868 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707885083.3686 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707885959.1288 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707886120.659 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707886453.0044 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707887924.3075 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707888115.6326 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707888163.9161 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707888250.1088 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707888730.6572 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707888918.6905 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707889251.9249 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707889339.3417 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889511.4789 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889669.429 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889749.9811 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889822.2849 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707889889.5842 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889977.4531 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707890036.0378 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707890352.6404 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707890503.3537 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707890577.6157 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707891026.6919 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707891203.8892 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707891238.0325 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707891817.495 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707891838.6998 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707891867.0386 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707892517.4853 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707892603.8426 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707892776.7545 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707892856.4175 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707893005.224 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707893730.3778 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707893776.5582 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707893845.3551 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707893914.9762 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707894034.0264 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707894096.279 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707895246.3966 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707895682.8333 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707896516.4099 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897405.8243 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897594.363 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897777.4843 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897851.2186 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897859.3775 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897981.0235 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707898245.577 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707898288.3873 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707898690.7825 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707899153.9213 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707899254.7719 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707899600.5993 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707899708.2314 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707900399.2522 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707901463.2114 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707901625.6262 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707901724.895 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707901805.2825 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707901851.0289 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707901919.5957 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707902655.3889 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707903934.1831 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707903976.2698 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707904071.9685 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707904602.7143 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707904819.7667 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905092.372 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905159.5688 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905200.2306 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905205.8817 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905273.4656 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905352.1535 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905388.8247 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707905403.3113 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906463.3872 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906506.8365 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906531.5441 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906549.5815 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906674.4723 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906696.9843 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707906720.9523 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906789.0782 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707906831.6404 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906871.5136 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707906901.3599 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907016.8681 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907048.7211 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907133.1481 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907147.7204 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707907185.1271 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907223.9358 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707907247.2444 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707907276.8843 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907327.1575 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907427.1745 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907625.4958 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907746.2735 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907788.1814 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907918.7149 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907958.4932 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908048.9348 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908051.4076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908075.9936 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908311.8685 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908325.8212 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908458.9354 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707908563.0142 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908632.1933 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908900.8127 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908931.366 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707909339.6597 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707909562.0429 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707909679.8987 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707909685.0761 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707909778.3151 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707909998.5448 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910050.1127 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910100.9659 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910410.3087 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910587.4802 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910637.0556 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910755.6916 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910801.7684 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910811.2485 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910887.2329 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910896.9534 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707910900.8951 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707910905.4941 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910924.6707 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910982.6954 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910991.9937 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911029.3976 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911127.9317 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707911174.7956 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911218.698 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911276.8502 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911291.0875 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911316.0308 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911331.0514 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911344.5667 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707911518.1543 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911665.1089 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911758.3748 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912074.1765 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707912129.4306 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912176.8019 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912185.9448 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707912248.7648 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707912356.6732 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912462.9377 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912567.5438 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912649.0507 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912679.8891 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912837.4157 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912852.8909 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912910.5681 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912946.5205 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912959.2604 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912999.2068 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707913018.0211 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913032.8311 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707913060.4585 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913061.8856 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913099.4482 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913118.919 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913119.8888 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913178.1121 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707913182.7231 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913186.2456 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913203.1502 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913208.3418 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913251.3096 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913271.6578 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707913275.4802 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913313.9229 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913357.2293 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913389.2412 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913395.0962 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913408.1319 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913445.1243 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913472.8458 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913677.7619 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707914794.6501 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707914855.5524 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707914897.5771 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915023.9768 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915466.0448 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915532.6739 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915587.6978 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915672.2025 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915730.2925 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915777.2634 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915810.9608 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915839.1494 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915861.4564 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707915905.9859 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915915.5039 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707915916.0541 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915951.6873 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915960.4007 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707915970.9477 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916012.5482 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916044.5465 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916065.8303 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916099.7404 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916119.8235 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916170.2499 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916184.2409 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916200.7999 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916218.6752 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916256.2347 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916277.5221 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916309.6548 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916346.9444 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916350.0651 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916386.9622 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916390.033 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916390.6858 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916446.0376 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916450.6489 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916469.5215 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916470.5667 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916505.2343 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916518.4975 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916624.0147 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916696.0474 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916735.8473 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916747.4191 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916792.382 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916810.7745 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916813.1735 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916887.1351 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916898.5144 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916982.3532 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917000.8087 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917036.4298 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917058.6626 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917060.2105 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917073.6256 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917085.2154 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917155.4275 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917191.3453 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917205.0975 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917235.0206 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917258.3194 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917342.1145 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917372.6977 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917385.7986 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917423.7412 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917424.2131 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917498.4327 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917531.0262 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917548.0715 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917596.2616 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917600.5537 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917655.0935 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917673.9615 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917719.7166 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917729.4175 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917759.6363 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917804.9582 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917865.5889 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917969.5961 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918011.8903 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918085.0867 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918131.4236 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918160.0215 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918163.8283 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918194.5629 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918221.8827 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918235.3786 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707918264.5256 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918277.8947 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918323.7305 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918332.564 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707918379.8486 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918434.8289 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918734.8183 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919027.1236 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919054.4345 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919144.3406 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919147.9338 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919230.7308 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919296.9083 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919393.1404 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919478.9496 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919493.7021 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919536.9567 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919564.2367 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919583.6984 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919740.9197 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919883.6543 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920419.1473 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920434.6966 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920509.1715 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920594.0594 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920645.8842 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707921077.823 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707921096.5352 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707921127.6203 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707921159.3097 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707921981.7617 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707922061.6904 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707922132.6713 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707922634.743 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707923032.4667 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707923073.1547 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707923142.4485 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707923251.1361 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707923992.1768 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924165.4497 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924275.8604 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924316.0433 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924413.8304 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924458.3192 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707924738.1432 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925003.1457 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707925076.2295 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925129.2682 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925550.0104 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925615.8461 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707925642.6322 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925766.1992 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707926618.0896 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707926694.5902 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707926790.021 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927050.9478 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927126.2106 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927208.069 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927393.043 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927453.8706 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927496.8595 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927535.7321 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927615.331 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927633.9045 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927650.8896 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927672.6334 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927740.0537 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927758.1402 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927810.2906 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927846.7507 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927893.3725 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927952.7473 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707928190.3431 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707928802.3991 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707929496.0313 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707929599.8263 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707930561.6607 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707931092.8987 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707931225.8171 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707931268.194 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707931887.2924 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707931888.75 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707932190.2759 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933068.2769 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933172.4871 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933217.1406 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933237.3513 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933268.7009 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933292.91 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933297.9225 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933369.0276 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933413.8632 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933431.0668 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933447.92 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933592.8238 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933643.523 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933686.1231 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933768.1406 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933803.0941 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933844.2358 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933880.1095 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933884.089 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933934.1742 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934023.9856 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934049.1471 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934128.2119 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934170.6913 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934267.1023 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934319.3214 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934374.2844 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934382.4736 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934500.6694 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934566.6378 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934598.3878 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934605.1143 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934647.2204 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934695.2706 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934736.906 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934850.4166 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707936241.0814 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707936291.0266 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707936385.9089 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938013.3449 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938180.4804 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938613.6437 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938841.3997 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938951.4817 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707939017.3308 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939045.2476 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939335.1893 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707939380.646 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939541.333 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939641.082 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707939724.1214 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939841.1799 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707939863.0875 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939899.5396 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939936.0293 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940089.2411 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707940185.0653 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940242.5355 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940300.4272 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940343.6813 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940414.8563 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707940439.7377 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707941105.2771 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707941135.1485 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941160.7901 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707941193.6775 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941217.7381 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941324.3807 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941402.8543 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941443.2223 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707941964.3088 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707942036.4955 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707942103.4557 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707942169.7327 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707942264.2183 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707942300.6322 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707942371.5746 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707942571.6778 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707942630.0493 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707943172.7209 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707944152.0658 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707944615.6625 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707945506.1476 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707948092.1905 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949089.686 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707949135.1425 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949281.598 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949303.603 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949494.8498 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707949543.3071 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949599.1029 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707949657.3906 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950176.7606 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950429.6834 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950620.6165 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950881.5139 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950909.097 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950952.0049 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951018.3882 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951081.6152 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951110.0858 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951224.8171 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951884.901 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951962.3044 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707953806.744 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707954087.9998 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707955217.9239 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707955441.7822 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707955865.4022 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707956100.154 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707956171.0881 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707956489.8228 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707956816.0064 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707956983.108 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707957228.6115 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707957427.2669 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707957439.2736 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707957488.8019 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707957695.3719 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707957899.2597 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707958825.5013 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959005.2791 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959072.8789 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959117.3202 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959283.7537 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959517.4248 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959519.9556 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959602.5617 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959668.3561 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959749.5751 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959822.3033 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959889.7336 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959970.3128 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959992.4392 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960066.9854 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960107.1791 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960257.2383 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707960280.0116 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960476.5261 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960552.5788 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960670.3518 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960774.498 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707961245.9252 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707961439.0165 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707961551.5716 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707961628.4485 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707961785.4298 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707961956.6665 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962044.6912 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962086.5075 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962154.8799 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962229.5275 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962306.3355 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962403.6811 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962522.5521 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707962603.7058 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962763.9479 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962856.1898 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962892.813 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707964125.4049 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707964169.0741 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707966705.091 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707966724.1749 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707966916.7014 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707967815.2925 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707968982.8117 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707969103.548 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969221.8545 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969259.4015 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969450.7528 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707969665.3351 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969670.5846 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969748.656 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969796.55 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969932.4526 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970385.7193 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970425.3208 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970472.9276 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970503.8312 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970525.255 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972274.9415 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972395.9 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972462.121 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972465.6562 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972546.5605 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972581.2215 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707974383.3476 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707974441.018 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707974600.5679 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707976631.6841 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707979936.4233 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707980270.8804 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707980272.3898 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707981908.5595 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707981954.3946 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707983689.7292 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707984025.2664 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707985171.0128 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707985495.8015 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707985600.1919 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707986326.9305 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707987318.5669 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707989144.9396 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707989216.3561 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707989423.3999 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707989478.1056 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707989604.5316 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990265.1551 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707990333.7524 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990374.8158 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707990391.696 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990445.4444 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990756.83 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990757.2978 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707990932.9713 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707991096.1999 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707991162.0321 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707992030.5292 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707992073.6867 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707992136.65 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707992209.4205 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707992310.9014 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707995128.8881 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707996569.4656 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707996881.5308 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707996925.6111 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707996970.7215 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707997020.0792 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707997022.6461 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707998799.4084 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707999877.7348 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708000822.1476 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708002809.7539 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708003720.8431 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708003807.5267 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708003850.4119 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708003907.1458 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708005395.3762 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708005524.2485 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708005643.0993 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708005691.4589 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708006921.3169 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007031.2278 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007084.9317 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007169.3253 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708007215.3003 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007254.5339 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007292.3956 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007326.5783 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007411.6694 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007479.5755 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007559.7187 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007640.8531 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007824.5635 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007911.4417 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708008022.0812 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708008304.3283 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708008493.171 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708008606.502 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009363.8241 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009519.9965 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009605.0407 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009855.0076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009925.4483 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708010303.5563 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708010563.9384 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708010909.8944 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708012564.8519 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708012593.424 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708012630.3344 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708012755.1099 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708012807.9212 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708014058.736 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708014155.9281 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708014995.8236 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708015893.8303 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708016214.6399 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016573.8328 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016674.2569 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016711.8716 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708016843.4831 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016913.4118 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708016917.5447 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016967.5059 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708017618.3768 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708017680.9518 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708017789.0711 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708017830.1909 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708017879.2762 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708018045.6918 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708018332.9514 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708018608.3155 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708018705.3157 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019436.3054 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019484.8673 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019600.7404 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019667.5597 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708019734.1978 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019952.4912 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708020007.0338 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708021280.5687 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708021364.4024 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708021396.0419 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708022277.8721 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708023219.4536 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708023736.4653 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708024331.3717 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708026562.9225 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708026693.4445 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708026800.3382 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708026862.5577 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708026938.8916 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708027019.5145 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708027078.7138 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708031098.3078 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708031341.1596 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708031374.8991 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708031417.0021 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708031538.3038 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708032188.7187 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708032342.5879 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708032420.9835 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708033022.7451 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708034090.3644 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708034113.0241 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708034291.5548 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708035819.7005 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708035875.1149 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708035917.9152 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708036289.7746 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708036362.6679 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708036453.317 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708036977.7648 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708037049.0098 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708037080.6835 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708037169.8772 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708037232.9368 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708037738.6347 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708037896.7138 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708037988.3194 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708038099.5572 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708038288.3241 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708038557.0852 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708039031.0195 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708039662.0893 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708042353.4358 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708044416.6951 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708044460.7379 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708044470.7821 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708044507.4909 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708044547.7829 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708044559.2364 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708046510.2161 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708046662.7907 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708046769.7022 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708046780.3516 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708047415.4947 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708048614.887 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708049331.8461 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708049392.378 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708049423.8199 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708049512.7601 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708049575.1588 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708050251.9377 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708050293.4472 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708050308.4985 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708050462.3975 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708050490.8809 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708050498.2108 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708051255.8866 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708053435.384 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708053546.2222 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708053599.0177 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708053966.9856 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708056214.2996 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708057229.1437 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708057322.8692 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708059311.1176 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708059391.5785 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708066612.8351 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708067096.0004 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708067136.5425 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708067232.3091 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708067415.799 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708067574.9226 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708067747.8749 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708068176.8901 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708068914.1969 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708068962.9907 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708069003.5298 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708069143.4702 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708069166.9656 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708069330.803 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708069568.027 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708069851.9453 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708070022.0949 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708072187.4975 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708073481.1461 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708073651.7052 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708073653.0893 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708073709.293 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708073728.9009 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708073806.5067 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708073960.942 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708074154.2882 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708074396.1484 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708074610.5856 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708074679.1138 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708075062.671 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708077280.5931 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708077322.0512 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708078267.7004 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708078294.7229 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708080014.8626 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708080718.6937 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708081723.1128 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708081849.7331 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708082357.1385 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708082676.9847 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084071.5593 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708084233.6032 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084272.1678 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708084306.2933 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084329.5404 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084422.5459 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084448.0676 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708084545.8871 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708085031.092 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708086036.0558 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708087431.6381 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708087504.3381 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708087677.8589 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708088182.024 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708088281.2235 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708088922.5211 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708090426.5116 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708091236.8975 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708091413.819 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708091496.0926 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708091866.6917 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708092044.7034 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708092811.4154 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708093457.1153 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708093518.1758 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708093822.1669 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708093946.8994 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708094792.9638 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708094833.2447 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708094914.4639 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708094981.2979 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708094985.2131 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095768.8978 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095886.5269 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708095900.0872 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095914.3337 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095954.1028 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095974.1364 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096033.0511 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096038.555 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096097.7387 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096182.5309 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096237.6472 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096327.0022 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097240.8207 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097419.7711 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097509.882 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097525.0774 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708097568.222 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097736.7028 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708098813.7485 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708098896.0644 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708100906.6197 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708100958.2986 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708101945.2317 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708103712.9627 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708104808.4396 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708104877.5801 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708104941.7841 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708105042.3432 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708105225.2412 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708105482.9868 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708105534.6317 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708106090.0451 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708106299.9794 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708106918.9237 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708106957.868 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107205.7853 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107337.0744 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107438.9079 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107810.5795 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107903.9406 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708108004.4948 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708108073.6932 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708108224.9075 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708108273.6716 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708108622.5794 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109377.927 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708109574.2361 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109787.5966 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109820.4291 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109964.8059 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109969.4701 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110086.0938 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110359.8645 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110478.6266 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110516.5118 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110722.0719 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110894.43 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111110.5333 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111157.5813 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111208.8895 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111209.35 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111276.261 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111345.4691 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111377.3504 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111412.456 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111425.0459 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111522.5294 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111544.3402 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111584.5444 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111635.4562 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111740.1655 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111831.8014 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111843.4166 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111871.713 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111945.6409 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112033.1376 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112061.7656 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112206.2574 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112206.7184 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112236.3926 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112257.9906 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112349.9469 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112428.7129 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112455.5679 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112666.5624 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112709.1203 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112756.4458 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708112810.0617 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112852.042 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112870.2931 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112919.3083 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113007.7759 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113097.3553 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113376.2534 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113377.609 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113429.7074 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113468.8579 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708113719.0232 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708113774.9737 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708113856.5251 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115064.8115 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115072.4056 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708115116.4138 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708115163.8253 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115274.4666 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115365.4239 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115700.4346 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708115781.6682 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708116986.3445 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117034.5467 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117316.253 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117391.8395 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117414.9773 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117719.1624 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117879.0764 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708118080.6109 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708118373.9448 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708120703.142 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708120778.5357 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708120816.2409 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708121482.9907 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708122033.6099 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708122072.9567 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708122197.6695 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708122265.2623 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708122285.9708 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708122851.3515 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708122975.753 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708123295.3367 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708123837.8162 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708123912.9557 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708124121.4218 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708124189.9424 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708124224.6943 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708124257.7295 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708125488.1034 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708125496.9753 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708126434.3092 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708126483.5169 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708126533.5348 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708127737.1941 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708127774.1258 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708128506.8302 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708128599.9542 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708130890.3452 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132065.7242 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708132126.7234 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708132196.5208 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132467.7891 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132626.6819 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132722.3279 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132794.4495 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708133220.6622 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708133379.774 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708133706.5342 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708133791.5656 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708134194.5586 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708135690.3016 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708135773.4307 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137137.0176 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137200.7484 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708137255.2448 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137646.0651 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137694.589 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137764.5412 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137828.0466 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708138110.5944 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140073.0293 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140088.8806 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708140139.0831 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140145.8505 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708140173.3316 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140179.8027 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140210.5382 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140213.5953 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140260.8624 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708140316.1129 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140360.1673 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140813.5111 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708141183.215 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708141891.6501 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708141971.4729 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708142581.4854 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708142676.2195 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708143073.5683 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708144618.1496 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708144678.6238 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708144779.724 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708144873.941 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708145293.1434 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708146014.328 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708146068.0118 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708146433.888 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708146806.7443 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708147115.7163 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708147988.779 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708148079.6994 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708148249.8614 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708148339.2037 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708149049.8244 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708149487.2149 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708149800.2536 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708151672.2439 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708151699.6482 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708151728.7431 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708151750.0684 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708151795.5923 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708152611.4998 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708155969.2393 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708156027.0017 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708156082.7118 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708156965.8117 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708157931.6349 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708160490.8999 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708160967.0389 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161072.7771 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161164.9265 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161175.3145 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161250.7839 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161344.4487 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161395.1099 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161470.5154 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161493.8058 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161578.5919 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161685.3502 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161744.4562 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161830.4571 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708162423.7927 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708162788.7029 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708162927.1516 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708163762.7364 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708164361.7048 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708165929.3793 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708167159.6451 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708167322.5777 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708168120.0766 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708168339.0175 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708168390.2853 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708169256.1304 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708169315.3648 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708171191.8854 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708171290.2203 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708172121.6343 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708172173.8632 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708173393.5117 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708173733.9815 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708175751.6607 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708175862.4882 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708175892.3837 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708175956.3045 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708176181.9258 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708176239.4311 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708176299.6426 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708177136.3304 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708177743.2047 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708178223.6546 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708178687.4497 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708178759.5559 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708179173.7792 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708180805.5876 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708180857.4361 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708180910.5907 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708180954.3089 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708181131.326 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708181486.732 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708181661.368 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708182592.0714 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708182880.7531 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708182981.589 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708183018.8662 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708183057.7031 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708183136.0475 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708184715.4283 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708184823.9236 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708186992.1392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708187497.8336 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187571.9101 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187616.6648 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187693.4713 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187798.4201 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187878.106 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708188023.1779 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708188113.7851 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189180.9089 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189255.4699 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189289.4887 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189294.5574 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708190594.3693 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708190776.3361 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708191033.4194 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708191440.1808 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708191548.789 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708191711.7215 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708191961.5556 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708192669.4533 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708194178.0538 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708194330.5225 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708194796.3463 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708195490.5541 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708195588.4757 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708196360.2703 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708196373.5338 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197127.813 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197187.7383 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197269.4851 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197462.4622 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197646.0736 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197698.7769 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708199505.5575 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199563.83 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199606.1485 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199658.9069 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708199730.0171 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199779.1095 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199862.3877 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708199947.113 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708200509.7514 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708200639.7706 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708202963.0247 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708204846.6768 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708205029.1505 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708205117.065 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708205616.8439 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708205694.4186 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708205790.1749 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708207080.3918 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708207112.5804 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708207764.321 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708207946.3367 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208000.0355 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208060.3709 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208088.2458 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208157.9119 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208636.4282 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208659.4342 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208739.3584 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208758.6543 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208830.2121 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708208916.3004 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208982.1274 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708209035.5367 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708209086.2585 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708209403.9427 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708209595.737 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212075.3529 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212142.3537 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212362.1027 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212455.3279 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708212522.8349 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212592.8628 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708213525.5828 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708214674.8215 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708216260.4941 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708216295.9763 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708216484.3449 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708216792.5555 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708216881.4459 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708217654.5956 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708217824.3497 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708218049.1273 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708218228.7928 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708220709.2834 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708220749.2794 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708223966.7437 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708224912.2474 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708224994.7921 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708225070.353 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708225127.6709 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708225156.7352 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708225247.4943 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708225331.5296 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708226049.8169 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708227409.6176 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708229720.0179 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708231959.8788 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708233641.0849 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708233936.715 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708233960.532 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708234167.2376 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708234442.478 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708234578.5545 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708234685.9085 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708235094.6835 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708235600.3159 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708235648.6368 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708235692.6976 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708235735.0741 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708235992.4909 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708236964.0669 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708237052.6045 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708237167.5794 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708237665.8684 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708238029.9722 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708238144.4689 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708239433.5071 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708241005.1807 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708242233.7412 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708246818.2547 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708248272.2769 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708249187.0495 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708255788.2223 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708256870.3964 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708257722.1518 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708257863.252 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708258111.6728 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708258123.808 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708258129.0788 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708258363.1549 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708258382.1352 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708258483.7652 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708259385.1642 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708259466.6425 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708259566.9631 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708259653.5893 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708259991.7081 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260002.2506 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260576.1787 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708260579.7168 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260586.0516 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260680.3084 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708260765.3981 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260777.7795 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708261136.1138 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708261293.3588 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708261386.4392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708261654.5818 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708261771.1698 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708261997.0189 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262073.3028 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262213.5624 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262642.1204 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708262672.6433 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708262723.9227 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708262780.1344 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708262878.5661 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262928.1139 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262979.526 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708263334.0474 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708264529.2548 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708266597.9844 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708268215.4201 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708268272.7549 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708269208.6405 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708269271.4767 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708269482.187 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708270156.857 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708273878.1751 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708273957.6425 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708273959.5278 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708274006.6101 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708274254.2376 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708274333.8459 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708276828.19 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708276873.5007 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708276982.3282 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277043.704 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277104.4539 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277111.757 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277154.2405 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277196.5891 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277519.9543 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708277585.2747 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277668.2427 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708277717.2005 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708277910.5217 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708278923.5015 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708280351.4132 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708281043.2273 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708281084.6966 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708281510.9501 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708283522.8397 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708283900.5962 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708283967.9701 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284003.6521 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284136.7046 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284173.3872 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284209.801 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284295.3183 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284352.2413 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284512.1361 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284569.9599 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284661.0038 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284707.1979 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284747.5545 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284786.262 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284811.6143 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284826.019 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284857.6008 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284877.3336 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284925.4894 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284926.2498 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284992.4334 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285144.8357 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285172.7899 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285176.3318 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285226.2026 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285230.0245 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285251.6899 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285277.3227 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285351.5329 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285369.7405 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285466.8213 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285478.6473 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285494.7509 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285514.4219 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285583.0465 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285621.2876 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285638.268 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285673.0919 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285723.5382 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285755.0262 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285765.2709 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285798.6103 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285873.7166 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285886.7408 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285936.4984 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285965.3547 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285998.8217 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286081.7405 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286160.5468 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286162.5817 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286250.7938 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708286292.2898 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286439.8234 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286460.8979 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286477.823 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708286650.052 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286696.2777 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708286747.041 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286760.1765 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286859.6768 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286949.4869 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708287041.6803 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708287126.6675 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708289643.0085 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708289717.8364 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708291591.2884 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708293645.4802 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708294589.7471 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708294771.0958 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708294981.7821 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295057.7197 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708295107.3454 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295148.3313 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295175.4591 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295193.707 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295233.6539 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708295255.9021 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708295306.5686 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708295429.4082 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295605.2575 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295726.1388 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708296763.2981 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708296795.1968 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708297030.3083 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708297141.8407 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708297219.7788 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708298646.8166 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708298730.4007 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708301552.892 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708302116.1866 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708302551.0717 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708302935.5025 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708303060.2346 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708303167.2704 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708303258.4105 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708305857.2171 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708307457.8442 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708308363.8651 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708308438.1661 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708308583.4457 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708308636.5225 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708308829.5762 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708308945.8548 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708309014.2343 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708309032.1446 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708309151.5775 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708310360.2759 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708310571.8526 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708311567.845 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708311755.6812 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708314853.3803 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708314870.1826 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708314884.0823 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708314941.4671 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708315717.633 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708316127.7112 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708316196.8172 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708316226.831 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708316227.9537 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708318466.2588 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708318513.611 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708318577.6952 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708318616.5885 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708318640.7817 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708318722.1609 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708319454.2198 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708320502.3499 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708320585.8314 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708320654.104 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708320684.8391 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708322869.549 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323041.2456 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323210.5873 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323288.0819 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323333.5338 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708323377.5511 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708323431.6197 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323716.2928 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708323755.1567 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323838.289 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708327110.1467 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708327390.9441 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708327450.7489 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708328064.4083 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708328263.1336 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708328734.1267 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708329699.3768 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708331022.0087 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708331540.0262 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708332107.916 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708332677.6709 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708333159.8028 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708333335.0557 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708333400.5451 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708333467.247 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708333489.0349 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708333701.2765 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708334015.77 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708334850.6207 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708334958.8985 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708335125.8436 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708335165.8328 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335208.1935 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335273.3737 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335402.0143 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708335458.0508 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335460.4383 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335533.0273 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335581.083 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335659.5869 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335728.3178 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335803.1856 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708336711.4729 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708338640.8676 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708340756.0458 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708341055.5629 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708341135.6561 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708341986.5639 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708343169.6965 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708345769.1576 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708346061.0247 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708347115.2369 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708347182.9832 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708348038.7305 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349081.3707 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349189.5958 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349255.2076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349287.9766 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349358.4824 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349404.6008 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349500.5487 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349773.133 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349872.8135 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349884.4717 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708350052.1819 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708350259.1582 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708350308.4317 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708350993.0178 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708351802.6755 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708352325.9342 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708352762.4444 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708352866.3974 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708355316.778 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708357756.8134 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708358284.9161 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708359803.1839 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708360975.5432 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708361025.6043 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708361597.214 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362143.1035 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362200.1762 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362267.112 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708362321.7929 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362370.8256 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362446.1154 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708362574.2275 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363013.8443 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363016.4916 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363042.619 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363092.5128 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363095.9158 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363152.3709 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363170.2848 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363219.3472 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363306.8638 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363332.1521 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363523.4473 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363526.6666 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363625.042 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363659.907 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708364061.3263 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708364375.1475 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708364410.5308 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708364482.603 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708365744.2785 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708365822.8718 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366468.6777 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366591.1468 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366695.2628 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366837.1298 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366877.2988 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366940.2037 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366962.4288 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366995.3779 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708367035.3155 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708367058.6757 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708367130.4575 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708367231.3857 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708367238.0157 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708367259.9364 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708367339.3387 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708368110.8263 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708368402.4106 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708368500.8949 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708368579.9913 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708368687.6498 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708368748.6354 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369054.0756 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369061.195 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708369118.2079 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369294.7455 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369452.4548 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369454.8254 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369798.4616 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369858.9204 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369877.1961 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708369894.9433 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708369920.4755 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369965.6359 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708369978.8324 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370114.6649 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708370120.2894 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370153.8069 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370170.713 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708370245.9486 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370303.1676 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370354.7904 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708370497.8506 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708370970.2967 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708371066.168 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708371146.421 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708373035.0333 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708373167.6195 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708373210.4827 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708373244.5799 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708374902.2794 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708374922.9563 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708374968.333 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708374996.5417 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376393.6379 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376469.3833 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376483.4817 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376505.4904 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708376637.2712 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376708.5498 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377012.9002 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377190.6497 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708377263.2326 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377322.8283 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708377454.1211 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377606.6482 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708377662.2339 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377663.376 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377693.3625 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377738.9321 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377775.4047 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708378024.9113 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708378497.6187 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708378782.0179 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708379896.9003 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708380005.1271 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708380741.2885 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708380780.5281 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708380851.263 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708380886.2402 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708381057.915 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708381157.7374 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708381275.5886 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708381514.3737 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708382116.3649 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708382187.8641 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708382522.1443 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708382577.2131 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708382783.891 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708383266.8923 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708383679.3259 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708383801.1579 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708383883.8896 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386412.9605 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386451.5744 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386529.7209 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386816.5677 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386859.69 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708386920.0501 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708389382.6804 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708389630.5809 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708389746.0535 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708390389.7957 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708391662.7332 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708391729.0193 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708391797.465 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708393837.6056 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708394242.3448 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708396973.3268 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708399516.8585 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708399552.8241 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708400928.202 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708401658.6915 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708401742.0246 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708403423.4615 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708403475.7234 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708410140.4031 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708411004.3163 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708415907.1785 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708424217.9809 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708427413.7601 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708427460.3247 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708427621.2687 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708431548.7218 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708432400.6284 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708432944.6184 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708433403.8433 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435106.2485 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435761.4821 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435832.4099 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435933.896 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435982.8254 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708436057.4199 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708436072.4144 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708437217.6666 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708438008.9308 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708438706.2634 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708438934.2953 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708439287.7758 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708439923.647 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708439999.0908 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440087.5812 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708440211.1574 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440263.5249 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440529.2866 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440540.146 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440570.9386 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708440581.3383 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708446302.1591 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708446447.9611 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708446534.9081 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708446691.7238 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708447090.3047 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708447134.701 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708448397.3825 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708448453.7822 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708449150.989 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708449822.1865 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451071.1047 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708451109.781 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451168.6771 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451354.7294 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451443.1307 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451555.2492 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451614.3335 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451660.6139 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708455689.99 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708456610.6148 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708456635.0806 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708456656.3759 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708460422.3079 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460453.2486 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460518.2144 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460530.1115 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460576.3036 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708460682.5018 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460773.542 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708462007.7336 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708467464.9803 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708467629.6663 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708467757.5904 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708469305.5619 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708469369.8344 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708469454.158 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708492727.0962 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708494073.3912 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708500510.1275 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708501238.3762 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708501978.5955 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708502049.0364 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708502446.1358 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708502476.4325 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708502569.5244 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708503285.9456 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708506880.0731 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708506891.3308 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708507015.7228 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708510308.1235 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708510390.7787 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708510567.3504 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708510796.9968 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708512654.8254 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708512714.6641 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708512873.8208 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708521501.0101 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523002.6543 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523166.2856 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523213.0339 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523354.0239 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523408.5461 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708525578.5096 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527186.4533 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527288.0522 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527405.0852 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527544.7905 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527683.6686 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708528060.1154 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708528109.8846 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708528149.3915 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708531058.1268 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708533349.9998 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708533693.5785 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708536698.5217 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708536778.4891 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708542820.3399 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708543759.1964 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708543935.9475 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544051.0766 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544286.8761 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544324.9262 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544362.0311 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544398.7937 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544483.1499 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544736.5525 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708545686.099 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708546049.1243 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708546336.8445 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708546394.5597 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708546583.8932 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708546736.4465 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708550692.9455 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555299.2304 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555322.3069 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555332.8536 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555369.7927 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555375.0179 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555390.7722 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555407.6585 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555455.7676 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555540.3183 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555622.3113 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555680.0043 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555741.5983 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555754.4756 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555766.3914 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555808.6812 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555844.313 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555879.5878 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555929.4494 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708556236.0645 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708556276.7634 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557228.1222 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557348.9605 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557445.204 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557683.2385 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557844.1544 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558239.2106 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558281.3799 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558378.4497 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558468.1559 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558517.9511 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558639.338 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708558665.5547 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708558672.1173 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708558769.4421 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558830.2085 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559222.9563 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559260.1947 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559342.9245 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559432.6408 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559502.3018 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559557.7802 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559641.5331 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559766.8528 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559840.0761 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559855.5324 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559906.3197 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708560207.2608 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708560245.9443 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708560287.0314 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708560321.3302 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708560710.8907 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708560883.2244 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708561160.9518 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708561218.3612 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708561273.2749 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708561401.4796 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708561482.1339 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708561777.9194 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708562012.8101 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708562102.8617 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708562470.6537 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563249.3474 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708563649.9979 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563681.985 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563779.2774 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563900.7433 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563967.4606 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708563975.8202 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708564065.7244 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708564113.2155 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708564129.8582 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708564180.8513 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708565581.949 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708565663.7241 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708565927.8306 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708565940.4723 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708566178.8762 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708566214.2443 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708566288.2316 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708566370.2229 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708566456.7985 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708567167.531 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708567321.5811 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567369.3163 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567410.3654 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708567486.4537 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567515.1841 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567576.7993 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567610.3707 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708575342.9572 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708575377.5081 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708575432.492 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708575509.9167 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708576126.6557 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708576274.3877 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708576787.3784 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708576834.0015 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708576837.6574 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708582281.6752 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708582458.315 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708582577.2366 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708582649.752 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708582871.3593 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708585499.3239 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708585829.1424 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708585834.6547 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708585879.3489 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708591996.2861 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708594442.1268 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708595941.2272 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708597079.3539 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708597142.0053 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708598512.7724 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708598687.005 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708598747.3634 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708598843.9071 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708598997.1236 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599034.0614 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599127.5535 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708599428.0948 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599524.2169 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599650.251 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599744.7816 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599864.6591 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599943.8829 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708604213.5458 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708604306.7872 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708608110.2911 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708608204.3376 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708608255.591 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708608348.9939 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708608607.0221 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708608720.9098 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708610706.6685 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708611742.5666 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708611814.9398 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708611900.228 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612032.8531 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612158.8009 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612236.9362 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612401.5952 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612735.9478 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708613064.4983 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708613104.1133 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708613169.1664 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708615318.9111 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708616953.0218 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708617001.895 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708618754.3837 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708619921.9768 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708626676.6687 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708627035.4957 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708627565.106 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708627690.5477 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708627949.906 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708628193.6998 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708628430.806 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708628434.1998 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708628526.3597 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708630514.9041 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708630693.305 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708630785.4482 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708631112.7006 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708631193.1744 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708632812.9748 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708632842.611 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708632893.8915 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708632937.6854 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708633090.4497 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708633127.4506 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708633730.2183 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708633836.6691 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708634773.8 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708636469.631 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708636569.5302 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708636710.2099 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637202.6082 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637241.9801 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637279.3201 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637329.1681 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637393.7878 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637419.3971 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637422.4796 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637462.3202 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637507.1802 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637524.3502 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637572.4317 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637643.1675 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637733.8037 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637769.9441 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637797.4111 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637917.018 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637965.4844 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708638623.1293 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708638676.9759 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708638731.559 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708639391.3383 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708639460.3853 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708640818.2411 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708640965.1792 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708641143.0325 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708641185.0079 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641259.4363 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641302.2163 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641316.1147 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708641360.4213 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641425.8818 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641502.2228 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641591.6468 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708641655.3866 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708642061.8969 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708645597.9689 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645656.8622 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645673.275 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708645677.5233 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645768.7837 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645804.4571 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645872.5776 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645912.7732 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708650499.9208 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708650714.4005 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708651146.6805 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708652044.7348 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708652192.5887 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708652337.841 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708652521.8235 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708652972.699 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708652996.7585 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708653030.241 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708653043.247 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708653089.7241 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708653147.5538 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708653737.2963 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708655365.0573 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708655409.7099 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708655472.1869 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708657264.2491 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708657337.81 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708657418.3128 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708658175.2229 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708658543.8191 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708658640.1331 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708663371.6458 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708663453.5715 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708663589.2427 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708663675.876 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708663739.4053 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708667931.5671 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708668238.0914 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708668281.3665 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708671319.3641 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708678619.135 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708685618.145 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708685868.7815 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708702523.1323 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708702567.6954 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708703817.6915 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708703865.1439 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708704209.9375 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708706236.3181 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708706421.7442 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708707082.2419 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708707390.1182 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708712954.7437 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708713016.602 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708713063.5799 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708713125.041 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708721418.2078 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708721557.2308 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708724108.2892 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708724196.5633 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708724487.9269 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708724775.433 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729071.2721 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729146.1269 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729188.625 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729268.3783 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729323.5689 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708730964.1093 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708732530.4706 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708751838.0707 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708754634.0829 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708767180.5174 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708770643.2408 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708772688.3741 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708772772.6842 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708774783.9226 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708776536.7927 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708785232.0712 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708785317.6933 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708786356.9968 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708786424.4017 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708786470.2183 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708786492.2535 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708786518.9756 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708799029.591 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708799169.7856 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708799227.4232 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708799238.8801 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708799299.8139 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708811419.8218 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708812784.1763 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708813255.8502 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708816627.7963 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708820536.9722 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708820622.9847 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708820703.2928 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708820759.0888 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708820879.2733 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708820939.5628 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821057.9919 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821203.9242 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821248.8688 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821351.1475 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821390.2767 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821487.5262 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821542.0999 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708837351.1642 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708841796.7056 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708841864.7866 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708841901.0472 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708841969.1219 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708851378.3505 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708851457.7966 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708851805.3758 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708856918.7634 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708860611.2238 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708860683.5123 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708863308.6302 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708867017.2247 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708870503.9182 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708873858.7489 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708873935.9567 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708874475.3014 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708874690.6548 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708874787.329 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708874862.1536 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708884744.9657 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708885428.2142 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708885478.2985 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708887948.3273 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708887999.3935 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708892360.4282 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708892427.6544 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708892762.8291 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708896541.4918 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708896807.8952 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708896948.9719 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708897092.1669 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708897308.972 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708898247.6453 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708898385.0309 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708898940.2221 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708899033.6767 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708899094.7597 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708899313.7174 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900243.5928 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900290.4192 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900534.433 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900739.4792 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900896.3162 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900944.7057 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708901004.3369 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708901140.536 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708901205.185 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708901271.5599 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708906087.535 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708911897.204 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708911980.4889 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708912886.2501 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708917371.546 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708918006.5331 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708918341.2565 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708934158.0566 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708934213.6115 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708945203.3736 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708945250.8863 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708951588.5425 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708951746.5383 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708954742.8616 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708954794.4373 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708959195.6566 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708965914.5915 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708967351.2939 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708969026.9917 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708971206.1694 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708974139.0298 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708974235.2685 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708974452.0594 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708976582.5165 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708976737.6685 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708982645.1325 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709002044.4007 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709005486.5175 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709005615.5125 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709006741.3904 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709152906.1957 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709154393.3068 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709176032.7818 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709185913.6196 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709185957.4018 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709197368.2076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709204174.7904 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709204344.1084 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709204921.5492 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205034.8418 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205145.9696 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205313.1432 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709205580.8501 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205682.8523 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709244758.4784 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709244846.0526 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709244997.4419 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709249601.8221 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709263244.1379 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709283350.3688 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709289571.7738 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709297911.1159 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709297959.7696 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709298035.8417 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709298108.311 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709312905.7852 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709314599.2746 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709319323.9604 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709332589.0245 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709332693.3157 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709332728.5736 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709360609.8041 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709360704.3674 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709360859.8437 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709360898.1113 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709380729.8517 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709380771.4927 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709406624.4226 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709406663.8202 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709406844.2813 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408166.9963 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408597.3412 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408745.2213 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408792.1084 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408909.6471 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709454010.1992 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709456343.29 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709456385.9611 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709467315.4335 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709467670.6771 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709467750.3028 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709467966.3537 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709468070.1882 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709469208.2004 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709470017.6644 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709475236.0353 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709475291.8491 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709475476.199 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709475722.0689 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709476032.8267 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709498390.6569 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709509977.9598 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709510049.9853 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709510101.3471 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709510227.8423 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709510277.2673 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709520634.865 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709521124.9432 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525184.1908 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525363.6295 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525367.4932 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525370.7078 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525371.6054 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709555268.3065 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709555305.8368 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709555365.0629 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709564374.8853 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709564432.9644 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709564508.6477 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709589824.2655 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709607356.55 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709623465.2236 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709637691.8234 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709638050.0782 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709660615.1416 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709660663.1131 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709660705.2524 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709660733.8564 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709666192.9176 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709666371.1496 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709667147.0548 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709681074.0258 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709684215.0404 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709686057.3149 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709686413.5508 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709686525.0986 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697419.1813 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697537.6767 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697625.1537 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697699.2202 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697765.8153 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709701798.7454 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709701867.411 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709703479.7157 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709711606.343 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709711638.9151 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709718263.3968 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709732897.13 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709733146.7189 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709733510.0735 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709733769.0895 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709733984.7209 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709734276.7335 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709734760.1438 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709735046.8892 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709735466.4504 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709743122.0982 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709743199.6366 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709743246.5093 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709744128.3507 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709746441.6565 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709749688.2868 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709749778.8454 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709749831.73 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709750119.0678 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709750177.8679 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709750244.615 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709750390.4456 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709763296.6888 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709763580.1285 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709769083.3294 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709775829.9537 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709776059.1373 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709776195.9153 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709819184.8748 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709819269.7237 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709819464.1394 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709825753.9546 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709826170.6984 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709826303.9404 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709828324.8867 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709828490.8482 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709829347.4525 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709839146.1522 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709859623.8718 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709859805.6945 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709864587.3482 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709869897.94 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709877174.2776 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709877337.4518 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709883867.1277 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709885686.9342 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709889359.5441 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709889475.977 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709889535.5765 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709889619.8086 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709889769.3391 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709889839.6835 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709890143.5601 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709890209.245 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709890369.2681 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709890424.7787 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709910236.0856 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709910443.9066 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709910547.8262 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709910740.3527 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709919646.0226 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709920156.3159 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709920390.0754 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709920607.9947 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709922803.3572 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709922906.1296 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709923262.572 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709964908.1586 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709974796.627 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709974971.5334 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709975174.0559 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709975174.3889 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710039402.3242 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710040062.0696 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710040249.9879 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710040828.1192 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710047131.9231 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710053223.0868 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710053275.1341 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710053339.6443 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710056747.2458 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710056801.1827 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710092028.3776 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710092042.857 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710095633.351 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710095728.1838 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710095809.1074 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710133298.1898 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710134605.6608 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710134733.9032 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710134924.906 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710135718.3156 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710135946.8901 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710136172.0059 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710136347.7712 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710141762.4496 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710141884.3104 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710143269.0113 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710143349.9151 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710146067.3226 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710149580.2395 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710149683.0864 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710150402.497 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710155810.1144 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710170851.7463 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710170947.8453 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710183041.0198 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710185895.446 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710185991.3572 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710193653.549 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710193699.7254 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710193775.4664 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710227601.3057 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710227644.8264 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710228964.504 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710234107.5663 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710234441.145 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710235559.4811 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710235601.0918 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710235666.9547 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710235779.4616 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710235831.2066 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710236066.3334 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710258072.3625 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710267141.2016 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710267192.7152 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710299345.3984 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710311614.7093 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710311959.6796 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710312107.8196 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710312252.8641 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710315638.7234 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710315781.4197 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710316067.3684 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710316169.37 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710317054.0896 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710352047.7971 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710357739.239 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710375197.7291 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710375295.4702 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710375360.6871 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710403111.6764 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710467949.9341 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710483611.0859 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710483659.0327 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710483698.7609 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710517630.2735 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710651486.824 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710693247.298 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710741951.037 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710787410.5558 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710855464.5304 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710861169.7223 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710861237.7484 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710861352.9168 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710871773.5615 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710873305.8459 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878428.772 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878482.5145 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878522.7132 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878554.7388 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878834.1916 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878863.369 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879020.847 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879192.9312 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879426.9459 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879475.339 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879571.0386 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879768.9257 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879802.4914 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879892.1429 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879980.7785 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710880083.0513 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710883916.3294 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710884059.8404 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710884154.0868 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710958939.3192 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710959012.838 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710961159.5411 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710963885.2225 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710963903.3836 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710963953.0057 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710964184.4185 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710972180.6999 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710972340.7372 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710984394.0364 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710984466.3564 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711005711.7078 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711005767.6394 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711020883.8198 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711132439.4155 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711169085.4247 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711169118.983 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711169219.3454 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711169290.371 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711179020.3289 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179069.262 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179117.4887 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179210.767 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179326.5357 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179488.0867 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711394455.3868 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711448873.73 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711466110.333 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711466161.826 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711466197.557 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711466270.7813 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713914007.8161 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713918131.7246 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1713918242.116 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1713923648.8079 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713941780.1126 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1713975355.9977 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713975417.3198 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713975519.1134 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1713994624.6926 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713996707.7409 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713996724.8193 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1713996851.5175 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713997079.6919 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713997989.1639 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713998341.5178 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714003948.5339 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714004015.3252 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714015722.0525 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714015905.9327 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714015991.2795 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714022860.1988 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714022940.2751 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714039204.0616 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714056222.6429 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714069036.9392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714077090.6418 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714079314.9516 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714080557.6324 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714082535.3634 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714092393.3461 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714105615.9292 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714109429.0978 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714112663.5067 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714112726.876 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714121337.2281 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714142263.0679 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714147142.6929 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714151444.896 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714152676.2693 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714152940.5945 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714153103.9839 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714161396.0428 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714164994.8175 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714170022.6482 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714170075.5554 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714170206.8613 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714170252.7601 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714170349.4928 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714170454.3968 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714182820.6056 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714184788.7588 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714184966.5047 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714186945.0332 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714187280.7526 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714191697.0268 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714209787.2864 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714209879.8847 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714209952.1929 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714210702.2068 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714212487.8392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714212568.1969 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714212857.6503 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1714213081.0783 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1714213249.366 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714230197.5982 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714230234.8804 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714239876.7003 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714240459.7535 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714240698.3402 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714240774.9968 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714240914.1284 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714247380.0934 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714248164.7722 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714248201.752 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714248234.1032 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714248279.4627 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714256848.7445 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714257691.8348 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714257911.1565 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714309816.7026 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714326534.518 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714326579.9154 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714326637.2841 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714326730.3008 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714326782.3921 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714326847.2357 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714326897.045 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714328510.4194 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714328634.6068 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714334953.0739 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714335092.3619 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714335431.0245 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714346970.2896 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714369227.932 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714369310.8615 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714369917.2709 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714369976.4842 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714372310.4571 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714372446.3505 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714379143.8696 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714379213.3239 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714379265.8321 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714379317.8013 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714379356.2773 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714379455.9178 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714386460.8846 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714386613.7646 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714386755.5909 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714386866.2585 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714391744.7035 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714403252.7092 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714406035.1101 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714438972.8668 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714441509.4284 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714447593.8501 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714447922.2692 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714448408.1343 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714482875.2202 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714483168.4359 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714483549.307 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714484821.9016 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714484922.3074 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714485272.0273 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714485352.7047 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714485416.3394 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714485491.7762 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714488682.9594 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714490834.8428 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714495175.1904 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714495637.6136 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714495645.4511 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714496723.9678 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714496820.3085 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714502763.3275 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714502841.1042 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714503172.9918 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714503806.0085 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714504469.1026 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714504500.4997 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714506749.3618 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714513194.0175 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714525269.4607 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714526357.9782 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714526477.9201 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714526540.531 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714526601.0655 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714526662.6829 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714526712.5187 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714526785.8454 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714526920.1126 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714527084.7551 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714527121.2096 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714527328.7284 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714527401.5963 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714530543.6934 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714531872.9059 - }, - { - "model_a": "LCM", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714533061.9134 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714549283.9448 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714562041.0407 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714563338.1383 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714568441.1815 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714569966.6842 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714570322.1081 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714571701.0307 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714576378.8046 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714576446.094 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714576532.638 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714576679.4471 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714576769.1653 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714576824.9807 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714576938.1807 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714577006.5219 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714577057.6898 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714577128.2946 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714577727.8597 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714578747.7724 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714579589.2206 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714579846.2417 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714581212.6776 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714587799.689 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714588572.9436 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714589779.9269 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714591108.6439 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714591543.0262 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714591623.1416 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714593850.1499 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714593943.3196 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714594628.9269 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714594743.1239 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714595283.1825 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714597497.923 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1714597529.0346 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714597965.5242 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714598027.9119 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714598064.6463 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714598118.6371 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714598192.9803 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714609418.3422 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714609489.294 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714615266.9304 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714615292.9702 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714615431.8814 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714616014.2777 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714616748.784 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714616966.3144 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714617048.1732 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714619554.8734 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714619583.6576 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714619899.8672 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714620041.7951 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714620209.3544 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714620255.3801 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714620297.602 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714620455.0897 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714620471.3887 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714620498.1223 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714620564.2259 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714620792.5256 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714622433.5969 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714622629.3706 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714624203.9485 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714624416.1669 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714624452.0408 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714624751.0239 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714624811.7454 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714624841.1584 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714624927.923 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714624929.0833 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714624970.3575 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714625006.8605 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714625105.9879 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714625165.1569 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714625203.6289 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714625325.2074 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714625370.3592 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714625439.0679 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714625582.3416 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714626535.2775 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714626855.4053 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714626916.0031 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714627108.599 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714627469.0604 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714627535.2162 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714630962.9322 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631222.5783 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631261.9674 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631269.0642 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714631304.8833 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631343.8599 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714631373.2604 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631379.3709 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631406.6345 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631460.8018 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631565.7606 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631619.8325 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714631657.5961 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714631685.449 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631735.0461 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714631798.8645 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631851.3442 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631887.0953 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714631929.4421 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631960.594 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714631996.7092 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714632090.87 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714632134.5755 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714633320.2991 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714633482.4024 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714640882.6728 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714642986.0995 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714643045.5943 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714643082.8136 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714643161.1256 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714643178.8986 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714643195.0168 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714643210.9338 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714643228.58 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714643244.839 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714643263.6358 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714643301.9301 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714643318.5429 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714643337.3762 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714643374.3585 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714643393.2465 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714643417.4894 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714643440.8602 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714643455.7901 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714649503.3748 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714649610.8215 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714650576.7331 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1714650593.7024 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714650810.8664 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714651167.0887 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714651204.0701 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714651570.3037 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714651595.6518 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714651643.6577 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1714651680.7509 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714656886.193 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714657321.8975 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714657405.4107 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714657491.6943 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714657563.7544 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714658033.5865 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714659839.0561 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714661481.3367 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714661500.0441 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714667652.5445 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714670744.2049 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714671562.3433 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714671606.5636 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714674306.9355 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714676006.8661 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714676092.7433 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714680300.0205 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714680341.0065 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714680554.4306 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714680585.1911 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714681910.5952 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714682370.9088 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714685282.7201 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714688746.1146 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714688792.1686 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714688835.6515 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714688905.2632 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714688943.3143 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714688967.8818 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714689004.962 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714689037.7917 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714689083.6141 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714689109.3646 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714699772.736 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714700080.0171 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714700291.2492 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714700462.2345 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714700604.7006 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714700789.9804 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714700982.9415 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714701009.8985 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714701244.0061 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714701500.7099 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714706289.0149 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714706317.9058 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714706341.5125 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714706373.5934 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714706395.3227 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714706415.4541 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714706442.2498 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714706461.0018 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714707001.5911 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714707023.5647 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714707047.7975 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714713270.3394 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714724818.3997 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714734400.8476 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714734465.3614 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714734569.7019 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714734654.3442 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714734803.1343 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714734968.5647 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714748485.752 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714749539.5718 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714749970.8581 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714752731.3689 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714757378.2777 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714759724.7319 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714760022.0442 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714760095.394 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714760146.4815 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714761348.6174 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714761400.3166 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714768127.0057 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714768332.4376 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714768360.265 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714768456.157 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714768460.7201 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714768584.2746 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714768705.391 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714768789.8144 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714769148.3723 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714769811.0755 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714771409.57 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714771623.5408 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714772270.9216 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714772363.8846 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714773445.9213 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714783788.5028 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714789277.4105 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714791635.6375 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714791703.9386 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714793478.8906 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714793516.1383 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714816321.6618 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714816353.336 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714816387.937 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714816454.4134 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714821081.9862 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714826009.0121 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714836291.2723 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714836319.9202 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714836356.4831 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714836384.9568 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714836456.2511 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714836502.7587 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714836697.9308 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714836801.5488 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714836819.06 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714836847.1787 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714840939.9973 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714840966.5773 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714840994.8323 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714841032.0221 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714844940.4181 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714844957.7696 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714844976.5665 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845001.8285 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845019.4407 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845032.4797 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714845049.3217 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845073.803 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714845129.7334 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845151.5118 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845163.188 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845190.9757 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714845211.3025 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845224.1933 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845237.175 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714845249.1656 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845270.0839 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845289.1748 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845304.6206 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845322.728 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845346.9463 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845360.9795 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845381.6875 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714845454.9069 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845463.9326 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845484.1915 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845493.9662 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845526.8156 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714845537.0831 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845558.2291 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845583.0605 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714845648.1802 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845801.6983 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845825.3725 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845866.6028 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845879.6467 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845896.6448 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714851495.7019 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714855675.1836 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714855743.4464 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714855800.4946 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714855883.6928 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714855928.4784 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714855960.1283 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714856074.9316 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714856249.6582 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714857683.069 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714857745.6261 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1714857750.9434 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714857816.8831 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714858009.6203 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714858346.3558 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714858379.5024 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714858860.7581 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714859303.9419 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714859331.1343 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714861379.4162 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714862250.8904 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714879027.0753 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714879064.6145 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714879136.3501 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714879166.635 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714885297.2707 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714887283.4435 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714896191.5559 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714896283.3643 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714901842.7876 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714901915.4188 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714908380.1114 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714916073.5383 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714917623.4324 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714919897.1549 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714921434.8363 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714922754.8813 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714922831.6494 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714922930.7366 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714924993.665 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714925101.5301 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714925229.5996 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714925389.0678 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714925457.4322 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714925529.8983 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714925666.7773 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714925757.8461 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714925945.9328 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714926036.7193 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714926136.4551 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714931262.225 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714931291.2995 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714931348.0493 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714931389.3777 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714939348.7581 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714942450.2188 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714943719.0964 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714943798.9906 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714943846.1201 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944117.9857 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944181.5685 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714944190.4431 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944256.128 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944277.2965 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714944291.7974 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944312.2761 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944329.2231 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714944380.1348 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714944394.3367 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714944413.8638 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714944428.8637 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714957477.7795 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714957664.0191 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714957743.4932 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714957774.4846 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714957823.7313 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714969445.3812 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714969476.9561 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714969494.3961 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714975508.662 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714975631.0816 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714975671.1859 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714975731.8573 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714981477.9182 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714981720.8531 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714981775.3404 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714981808.9565 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714984715.9114 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714985914.5152 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714986066.0806 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714986216.8728 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714986306.1947 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714986376.4982 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714989208.3777 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714989248.5875 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714989819.0972 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714989847.7502 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714995425.2992 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714995448.7647 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714995482.6481 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714995517.9459 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714995598.7764 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714995622.1322 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714997128.3204 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714999315.9865 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715000156.668 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715003687.3227 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715005634.4101 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715008027.9237 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715008220.12 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715008338.7667 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715008528.0193 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715008560.758 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715008626.0331 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715008768.0717 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715009164.4372 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715011098.7307 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715011477.047 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715012038.5653 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715012110.2215 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715012132.6383 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715012409.0239 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715015333.7998 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715015501.211 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715017292.0144 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715017296.8295 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715018460.9145 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715018632.2066 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715018803.375 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715019225.3407 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715019462.1131 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715019802.153 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715019907.2521 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715020065.0156 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715020154.4329 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715021356.9755 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715021529.0535 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715021929.2364 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715021941.4732 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715021957.2665 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715021977.374 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715021998.1985 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715022011.4633 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715022038.313 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715022292.5538 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715022423.4927 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715024554.3716 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715032383.9143 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715032424.7447 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715032525.4621 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715032553.8807 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715034247.9019 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715034370.6536 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715035859.5219 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715035919.4799 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715036001.5027 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715036181.5765 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715039687.2011 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715040461.6314 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715041888.5659 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715042097.2393 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715043684.6186 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715043729.7419 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715044419.69 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715046057.634 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715046141.0795 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715046267.3231 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715052976.1222 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715053014.6343 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715053906.7556 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715053967.3424 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715055659.8708 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715061669.9858 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715063382.9466 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715064854.7455 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715067798.0909 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715075931.4757 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715075995.7843 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715076051.3948 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715076120.5569 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715076158.7022 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715076247.8444 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715076271.3714 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715076443.3502 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715076515.8829 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715076596.1856 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715076652.1088 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715076690.1705 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715076745.2118 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715077074.6434 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715077245.8069 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715077262.5999 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715077301.2446 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715077325.4673 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715077356.4944 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715077381.1639 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715077400.87 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715077412.1989 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715077426.3836 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715077446.8475 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715077467.8656 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715077481.7513 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715077512.9835 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715077556.4551 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715077627.358 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715082846.4884 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715082974.7401 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715083505.9148 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715084102.5454 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715084136.6653 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715084172.1244 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715084217.559 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715084268.0881 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715084344.8168 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715084385.6042 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715084634.0612 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715084678.0431 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715088191.2067 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715088225.5567 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715088287.0801 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715089041.0651 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715089114.0005 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715090925.831 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715094300.1045 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715096979.6616 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715102524.9755 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715103264.6167 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715108604.4116 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715108644.2865 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715108745.3343 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715109229.1632 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715109297.5496 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715109376.7434 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715109432.9573 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715109493.1861 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715110227.8222 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715110271.8156 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110329.5161 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110363.0739 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715110394.1117 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1715110437.7906 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715110587.7518 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715110588.6536 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715110656.8518 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110828.4153 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715110858.8573 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110882.8365 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110910.2006 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110958.358 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715111053.2734 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715111140.0209 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715111188.2552 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715111214.6346 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715111246.7931 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715111273.5189 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715111348.5563 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715111413.3707 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715111438.4729 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715111464.8113 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715118668.6032 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715118687.3129 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715118727.6518 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715118748.4589 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715118816.8802 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715118843.9637 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715118876.7561 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715118913.0065 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715120168.9814 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715120215.1132 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715120249.0948 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715120298.7987 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715120366.9169 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715179187.4528 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715192298.1843 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715192393.9427 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715195946.899 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715198606.6174 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715200984.0469 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715201096.4403 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715201179.1093 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715201267.8775 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715201718.2331 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715202571.3392 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715207226.5413 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715207484.1546 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715207536.9802 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715207620.9787 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715207699.6307 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715208469.7193 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715215064.2208 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715216049.4491 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715234211.3663 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715234328.5891 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715239430.5621 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715243868.6295 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715244241.3044 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715244558.273 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715246203.5448 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715246766.1834 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715248803.359 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715250151.3399 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715250174.2859 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715250209.1457 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715255562.9587 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715255607.1614 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715255662.1513 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715255805.7255 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715255848.3385 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715255903.5686 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715256028.3307 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715256087.6353 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715256120.0212 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715256235.433 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715256303.3042 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256320.1086 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715256341.3287 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256394.9544 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715256426.1838 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715256442.628 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256495.0433 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256515.9042 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256612.2087 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256636.3789 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715256663.2995 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715256689.5726 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715256729.0218 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715256845.2289 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715257007.5027 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715257166.0516 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715257200.4456 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715257215.3823 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715257326.7155 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715257356.4325 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715257638.2431 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715257699.707 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715257739.3739 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715257780.2792 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715257957.6205 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715258056.7318 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715258093.8906 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715258144.4655 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715258483.1514 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715258503.8004 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715258565.4821 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715258595.7971 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715258635.5213 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715258691.1935 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715258764.873 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715258936.1894 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715258994.9227 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715259051.189 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715259072.5223 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259113.9431 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259131.2458 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715259172.7727 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715259212.7736 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259492.2271 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259543.7047 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259610.1198 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259627.5644 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715259640.495 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715259701.4844 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259723.058 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715259762.96 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715259803.218 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715259881.236 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715259989.1663 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715260057.4769 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715260117.3458 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260230.1733 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715260282.4439 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260328.5412 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715260349.3944 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260382.1398 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260442.606 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260481.1292 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260514.9799 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260554.6099 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260599.5403 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260599.9917 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260612.3444 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260637.1369 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260666.4785 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260797.6363 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715260970.0095 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715263893.6453 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715264861.7542 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715264922.4486 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715264971.3985 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715264997.7186 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715269818.8282 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715269899.1691 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715270094.2855 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715270143.2689 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1715270193.4508 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715271220.138 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715271255.7782 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715280678.7882 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715280745.1316 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715280767.2367 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715280824.3612 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715283624.6873 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715283771.9899 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715283832.1093 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715283904.4875 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715283975.894 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715289173.8135 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715291072.6088 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715293959.6611 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715297226.1416 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715301246.3501 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715307496.6586 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715307658.3323 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715307702.6279 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715307752.0515 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715307782.3509 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715307800.3472 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715307824.9746 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715311324.1332 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715312455.5893 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715321145.649 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715321277.3237 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715327322.223 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715327350.1615 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715327423.5657 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715327458.0922 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715327624.4824 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715329636.2156 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715329681.0432 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715329740.4518 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715329796.7315 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715329913.4518 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715329970.8219 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715330010.4717 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715330055.7455 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715330092.6017 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715330140.7292 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715330184.6534 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715333482.0455 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715334142.5931 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715334164.9491 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715337395.7907 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715337511.2509 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715338012.7242 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715338049.9744 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715342186.1942 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715348407.4474 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715348444.9063 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715348460.7018 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715349704.8905 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715349743.8126 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715349781.9289 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715349808.6611 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715352511.3183 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715353266.6712 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715353759.7287 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715354286.5972 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715369867.0276 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715373507.3127 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715375602.5913 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715381692.1857 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715385627.8243 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715385668.566 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715385861.8339 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715385910.8569 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715385973.3168 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715385992.5668 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715386102.6516 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715386146.9156 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715386278.6084 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715386300.6511 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715386332.2285 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715386387.625 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715386408.7312 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715386438.6606 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715386459.8269 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715386482.1368 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715389666.0729 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715397519.9742 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715398256.9052 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715398303.687 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715398343.7819 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715398359.4717 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715398398.6135 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715398431.3592 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715405398.644 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715405460.6692 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715405488.1404 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715405523.4582 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715405592.995 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715407001.4723 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715407052.1558 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715407102.6965 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715407121.4426 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715408435.5071 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410162.7026 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715410237.8023 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410316.1611 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410361.2625 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410434.0467 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410461.4697 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410554.4581 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715414751.2748 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715414877.5649 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715414946.6036 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715426874.879 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715426958.7873 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715427567.4463 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715433451.3249 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715433563.6229 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715433632.339 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715433695.6008 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715433774.0535 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715433851.8631 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715433896.4202 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715433912.915 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715433986.55 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715434064.6045 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715434110.7683 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715434207.8245 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715434239.5902 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715434702.9671 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715434813.9772 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715434923.6108 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715445309.7756 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715447806.7031 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715455573.9043 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715464162.4446 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715464217.9734 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715464836.5956 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715478360.043 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715483811.0921 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715483833.3595 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715483901.9427 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715501155.9579 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715501572.3162 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715501769.6926 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715501823.7506 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715501843.0687 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715504372.552 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715504645.5579 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715504799.6279 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715504917.9909 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715504991.8379 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715505030.8366 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715505102.3427 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715505159.0976 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715505273.321 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505335.8753 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715505391.6178 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505472.5006 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505561.6787 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505621.572 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715505678.2622 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505751.0201 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715505814.8461 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505886.3264 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505976.4305 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715506091.8967 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715506191.1829 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715506253.3266 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715506316.8875 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506363.7645 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506428.4684 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715506482.095 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506548.2237 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715506605.9731 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506671.8971 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506735.8368 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715506805.2882 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506896.7326 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715506939.4213 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715507004.6222 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507068.7409 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715507126.7222 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507187.5667 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507238.7865 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507298.3444 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507336.2381 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507376.8809 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715507424.3389 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715507480.5378 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715507529.7884 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715507580.5302 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715507633.4101 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507697.6976 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715507748.005 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507785.2979 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715507832.5017 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507882.0959 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715507938.4281 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507986.3397 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715508025.4909 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715508596.1504 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715508819.8245 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715508860.6235 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715512725.6261 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715513049.8363 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715513462.1973 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715513499.0171 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715513543.4817 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715517934.7894 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715517982.3497 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715518044.4289 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715518070.8159 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715518087.1668 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715518101.7937 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715518233.8117 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715519760.5756 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715519900.3195 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715522347.2456 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715529147.0937 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715529174.8074 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715530512.1388 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715530547.9455 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715530635.089 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715530714.582 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715530966.3605 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715531011.2687 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715535948.8615 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715535994.2185 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715536006.5145 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715536056.5174 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715540608.439 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715540668.0693 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715540691.8784 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715540718.2742 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715544756.1942 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715544778.4407 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715544894.2269 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715544960.7509 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715548274.8397 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715548294.1061 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715548300.6242 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715550359.0308 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715550403.1731 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715550430.5087 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715550507.2465 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715556033.5312 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715556063.1215 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715556141.5487 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715556182.4021 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715556248.2706 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715556294.4954 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715557736.1568 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715557824.1917 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715557916.0035 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715562556.2316 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715562610.8163 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715562638.7736 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715562661.9948 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715562687.4578 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715562732.9275 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715568734.6978 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715568766.9301 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715569459.785 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715569879.0308 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715569939.3429 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715570478.9989 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715570518.1415 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1715570567.0057 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1715570612.4722 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715570645.2329 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1715570688.9077 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715570854.7795 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715575605.8643 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715575948.9645 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715576064.1342 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715576106.2468 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715576227.6686 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715576454.7912 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715578457.2811 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715582610.2263 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715582710.2425 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715582923.497 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715586674.4565 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715587268.2966 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715587315.8551 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715587447.1256 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715588699.642 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715588747.9002 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715588768.9951 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715588953.3795 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715588977.4247 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715589086.613 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715589105.5043 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715589121.5389 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715589137.0817 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715589155.9265 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715589185.4421 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715590609.5811 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715591050.2465 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715591124.4712 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715591175.4243 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715591304.7838 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715591343.321 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715595118.0355 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715595264.4727 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715596169.2755 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715596245.7251 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715596298.8145 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715596510.9151 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715596889.3985 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715604775.881 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715607268.2975 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715607845.0531 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715607875.1886 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715607896.3063 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715607907.3053 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715609542.513 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715609603.9724 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715609725.5118 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715609806.3255 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715609879.2783 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715609938.662 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715609988.4664 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715610011.9289 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715610056.2075 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715610086.9944 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715610128.0027 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715610160.2297 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715626259.5155 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715626316.2277 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715626362.7831 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715626514.9638 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715626578.3164 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715626646.4891 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715626738.9521 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715626760.7536 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715627190.575 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715627560.0476 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715627634.4326 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715627720.6617 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715627790.3477 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715627811.3067 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715628711.5839 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715628730.7564 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715628760.4033 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715629350.7992 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715629634.3138 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715629743.0214 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715629771.8713 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715629802.2118 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715629837.1242 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715629842.3411 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715629879.3585 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715629880.4603 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715629944.9785 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715630027.1455 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715630100.0636 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715630101.6678 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715630132.5182 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715630152.8798 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715630169.3216 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715630440.4928 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715630950.8345 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631072.8898 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715631131.835 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631220.4634 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631267.9233 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631285.724 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631308.7093 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631330.4596 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631418.9373 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715631474.7397 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631549.0504 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631560.6138 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631574.059 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631588.6777 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631600.2192 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631635.0579 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631645.5325 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631658.7672 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631675.2634 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631716.9795 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631765.8044 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715631795.5084 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631839.0158 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631854.1148 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631869.3083 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631884.7597 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631904.8756 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631937.9237 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631952.7703 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631982.5382 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632002.5002 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632019.0886 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715632056.4297 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632078.9071 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632100.4706 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632119.9303 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632133.1354 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715632156.0675 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632205.6436 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632227.039 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632245.3583 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632259.1458 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632259.548 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632294.1124 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715632295.1637 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715632308.2085 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632614.2904 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632687.9328 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632735.2315 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632779.0684 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632794.3672 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632817.191 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632839.1091 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632863.1892 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715632877.6274 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715632905.0193 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632929.4288 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632953.0127 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632978.85 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715633003.3879 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715633138.1665 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715633164.5981 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715633210.4173 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715633227.2731 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715633258.4186 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715633315.2438 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715633520.2234 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715633905.8551 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715634223.4612 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715634600.3185 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715634931.8593 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715634970.9805 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715635064.6405 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715635088.6077 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715635113.7799 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715635409.1381 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715635415.7586 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715635456.2167 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715635497.5932 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715635556.3009 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715635722.068 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715635754.5537 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715635777.2021 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715636320.6167 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715637590.0237 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715638033.6861 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715638688.094 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715638705.4091 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715638723.6793 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715638741.5972 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1715638765.8168 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1715638801.4903 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715639560.5786 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715639602.0201 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715639648.8662 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715639706.422 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715639819.1451 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715639940.3868 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715639960.3475 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715640001.4121 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715640098.0525 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715640337.8705 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715640392.0848 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715640445.9726 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715640469.3732 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715640477.3475 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715640493.5113 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715640562.3311 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715640578.1198 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715640592.8728 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715640764.9243 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641052.5041 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641257.7136 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715641279.2614 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641302.3811 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715641321.4886 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641339.6818 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715641357.4266 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715641376.9425 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715641410.444 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715641442.5154 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641456.2598 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641495.9314 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715641527.5583 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641551.3556 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641588.8546 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641603.435 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641631.096 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641667.7929 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715641691.7163 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641711.2567 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641722.2319 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641749.6905 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641771.8403 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715641788.389 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641813.26 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641888.1795 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641907.4439 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641960.0761 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715641984.3372 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715642001.6784 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715642018.8284 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715642032.4162 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715642070.4076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715642084.8514 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715642108.9736 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715642124.1679 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715642139.4073 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715642159.6643 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715642216.1899 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715642234.6287 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715642258.9057 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715642272.164 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715642294.1783 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715642321.2084 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715642347.8346 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715642369.1198 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715642394.4943 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715642446.3777 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715642517.7799 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715643009.9765 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715643629.3904 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715646343.3307 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715646422.6525 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715646502.575 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715646525.7573 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715646580.6937 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715646625.6955 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715646765.4862 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715646979.9774 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715647603.7335 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715647673.5221 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715647719.0251 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715647783.5052 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715647806.4518 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715647856.3221 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715647879.1789 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715647882.4873 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715647894.6206 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715647930.2673 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715647941.2474 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715647967.128 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715647973.2911 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715647989.9255 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715647995.2918 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715648014.7225 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648040.5804 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648068.1237 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715648082.97 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648171.6969 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648197.0506 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648203.8329 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648205.9948 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648224.062 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648242.6639 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648245.9232 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648290.6372 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648300.5734 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648323.4421 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715648333.172 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715648334.425 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648344.276 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715648355.6097 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648369.0486 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715648376.6725 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648380.9343 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715648396.6345 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648412.897 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648426.7397 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648459.2997 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715648499.1202 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648533.2237 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648571.9891 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715648599.2257 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715648652.562 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648684.2485 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648719.831 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648752.5013 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648775.0478 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648805.2205 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648837.1883 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715648852.8803 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648875.2262 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715649200.5327 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715649240.2392 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715649948.8106 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715650049.2967 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715650124.3848 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715650152.58 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715650224.0572 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715650257.8532 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715650321.9949 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715650387.8979 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715650427.5456 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715650470.7554 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715650515.0057 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715650525.3414 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715650550.1627 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715650605.4746 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715652184.3154 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715652208.8769 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715652235.8641 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715652379.6496 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715652432.8124 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715652539.012 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715653965.9717 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715654470.1972 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715654493.8888 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715654508.8773 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715656408.3689 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715656819.0954 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715657123.7234 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715657508.1666 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715657531.1836 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715657541.1706 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715657553.4074 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715657562.2334 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715657776.1514 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715657825.2322 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715657930.4391 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715658042.5835 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715658131.1457 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715659967.4762 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715660953.9461 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715660985.1237 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715661097.2605 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715661148.9346 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661175.1053 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715661544.4592 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661588.8338 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661640.5955 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715661675.7755 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661778.9555 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715661831.7873 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661846.1834 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715661879.9838 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715661882.641 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661906.8515 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715661957.5554 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715662143.2977 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715662172.8726 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715662823.8091 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715664545.3047 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715668236.2092 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715668318.9269 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715668776.0324 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715670090.9625 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715670150.1172 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715670167.3075 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715670187.1492 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715670203.7494 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715670212.3749 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715671609.0636 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715672815.6266 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715672903.2615 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715672954.5547 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715673035.7081 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715673051.3865 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715673083.8769 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715674645.4789 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715674714.0568 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715674795.7064 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715677914.199 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715677990.6732 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715678023.864 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715680671.7878 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715680684.2017 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715680708.0141 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715680721.1172 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715680756.6421 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715680774.3491 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715680798.7423 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715680815.0593 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715681211.2488 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715681242.0659 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715685637.6338 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715686261.4116 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715687357.824 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715687402.3453 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715689015.5469 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715689970.3975 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715690013.3277 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715690053.1575 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715690084.5814 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715690100.3947 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715691355.2566 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715692036.4606 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715696573.886 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715696985.2415 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715697070.2139 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715697745.2526 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715697888.4159 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715697950.1773 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715697965.8898 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715697974.5647 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715698003.0249 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715698043.4828 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715698634.8079 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715698673.8923 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715699050.3814 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715700361.1782 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715700470.8423 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715700632.2481 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715700735.9129 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715701867.2876 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715702055.2621 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715702149.7918 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715702176.0147 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715702213.1421 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715702257.7544 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715702294.1319 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715702319.7668 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715702343.5329 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715702383.6095 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715702421.8657 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715702488.6635 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715704679.9164 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715704744.5669 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715704809.2652 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715704832.3783 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715710596.3249 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715710732.1723 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715710946.1944 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715711094.3364 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715711416.0792 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715711624.746 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715711708.3608 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715713498.1462 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715714694.1925 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715714732.4367 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715714769.5878 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715714802.7484 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715714853.1436 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715714886.3133 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715714926.6286 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715714991.7571 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715715029.2598 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715715072.8058 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715715098.2911 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715720414.1433 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715720441.5688 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715720506.5514 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715736841.9224 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715736904.7417 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715736922.9946 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715745935.9609 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715746011.8732 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715746056.3536 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715746105.3639 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715746144.0276 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715746179.3533 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715746191.891 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715746211.3033 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715746225.2422 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715746246.3345 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715746275.9185 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715746320.8538 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715752128.2836 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715753569.2056 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715753597.7252 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715753614.2285 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715753635.4495 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715753659.8055 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715753684.1663 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715753707.2331 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715753724.3104 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715753747.3861 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715753781.8403 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715764730.2969 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715764763.9283 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715764798.1806 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715764827.007 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715764857.4414 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715767887.4006 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715769987.8576 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715770039.9446 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715775719.0294 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715775769.6894 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715775799.2783 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715775842.189 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715777592.7405 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715777627.9318 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715784315.8966 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715784523.0311 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715788137.1626 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715790483.4433 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715806130.6418 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715807505.7281 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715807533.5192 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715807582.7843 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715807654.393 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715808278.5452 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715809534.3259 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715809760.1488 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715809795.2392 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715809852.0377 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715809906.8223 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715809965.5266 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715809991.1422 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715810007.1303 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715810049.9176 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715810163.7299 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715811335.9503 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715811391.9803 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715811743.4601 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715811821.5187 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715812940.2633 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715812963.3663 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715813449.7613 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715813757.0457 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715813810.298 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715813865.9303 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715813942.3258 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715814281.3599 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815128.3488 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815217.0949 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815270.4299 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815370.4623 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815467.3029 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715815602.0594 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715815648.2789 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715815686.0728 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715815736.5004 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715817402.5989 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715817805.2055 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715818376.2417 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715819161.9366 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715819491.1656 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715819543.6757 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715819586.5946 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715819615.5232 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715819645.9821 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715819670.3462 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715819888.2828 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715819918.3499 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715819929.0339 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715819955.0618 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715819965.8997 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715819976.402 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820093.4966 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820108.3077 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820114.9281 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820121.7485 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820127.866 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820134.2909 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820139.8646 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820145.0877 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820154.8417 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820159.7185 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1715820164.5588 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820181.9884 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820186.5589 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820211.0087 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820839.0777 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820856.6731 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820860.5842 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820864.547 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820874.3779 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715826562.9853 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715826603.8445 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715832708.5013 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715833816.9851 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715835888.8168 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715835905.0987 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715836234.5315 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715839726.894 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715841738.4038 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715843051.3302 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715843989.692 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715846570.8419 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715846650.1388 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715846799.2673 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715846927.6472 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715853531.166 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715857620.2786 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715861672.622 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715861701.6151 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715861730.9837 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715861754.8566 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715862161.5608 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715862199.6862 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715862245.3838 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715862324.7552 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715862384.4427 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715862439.5804 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715863670.6729 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715870697.9021 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715870731.6924 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715870863.7421 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715872892.3643 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715872916.3874 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715872953.4692 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715873064.3259 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715873088.041 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715873104.4435 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715873134.2543 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715873148.3964 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715873169.9692 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715873197.2215 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715873236.7125 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715873285.2547 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715876292.9941 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715878952.7967 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715878980.8882 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715879032.671 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715879067.558 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715883196.3069 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715883230.7648 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715883261.9915 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715883386.8596 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715883519.2743 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715883550.3625 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715883570.8938 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715883595.7926 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715883618.2657 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715883698.0336 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715883719.668 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715883769.1867 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715894377.4203 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715899227.8629 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715899665.3102 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715899810.0588 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715900652.8154 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715901624.0299 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715901635.5566 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715901711.4071 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715901749.7598 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715903564.6366 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715903657.7628 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715903975.2818 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715911393.0297 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715912969.5823 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715912988.5329 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715913035.5767 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913241.7837 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913454.2601 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715913474.1488 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913477.4885 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715913548.6289 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913651.5759 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715913654.291 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913667.5474 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715913739.8234 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715913764.4926 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715913782.4954 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913817.5374 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715913839.5048 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715913940.0061 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715914029.2744 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715914090.12 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715914105.3485 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715915511.0047 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715915577.8154 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715916243.5859 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715916272.4239 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715916313.1847 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715916368.8797 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715916411.5706 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715916448.7485 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715916533.6162 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715916547.7962 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715916587.2836 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715916613.8797 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715916644.9071 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715916683.1819 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715916699.0407 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715916727.3045 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715918196.9319 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715924700.595 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715924915.8223 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715924954.0836 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715924980.164 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715925133.5358 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715925168.653 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715925219.2785 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715925219.98 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715925264.902 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715925315.7153 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715925919.7776 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715926420.4915 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715926538.8144 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715929365.0268 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929417.4956 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929429.846 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715929450.8124 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715929492.6738 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715929531.0454 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715929554.8185 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715929567.0075 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929584.971 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715929617.1082 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929657.2837 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929679.9609 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929707.3509 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715929781.1131 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929849.6364 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715929867.4377 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715929907.5512 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715929948.5812 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715930083.8166 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715930369.0071 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715948152.0414 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715954193.2505 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715960109.8087 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715960218.1069 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715960238.662 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715960280.3729 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715969029.6444 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715972816.0645 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715972884.2583 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715977022.0855 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715977282.5472 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716005809.1647 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716024927.1115 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716024976.7221 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716025010.7673 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716027377.3351 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716027899.644 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716028822.8275 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716028857.7321 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716036421.4086 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716040333.7351 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716043972.3967 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716043995.1703 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716044508.3229 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716045340.1223 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716045370.1669 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716045434.8063 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716045536.284 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716045782.3404 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716046661.0575 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716061878.1074 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716063691.5292 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716063728.9507 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716064036.8859 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716064897.7154 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716064982.9829 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716074832.2246 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716087920.9207 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716087962.0076 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716088282.1445 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716088319.6002 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716088361.4397 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716092533.9981 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716092684.4695 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716100809.6333 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716100904.7495 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716100967.3084 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716101014.3749 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716101026.1623 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716101284.4392 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716101388.6109 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716101424.8563 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1716101640.0847 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716101663.5449 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1716101720.3834 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716101763.5754 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716101779.0549 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716101812.8171 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716101829.1619 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716101843.8492 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716101870.408 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1716101897.469 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716101922.0127 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716101958.4491 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716101980.4881 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716102012.3581 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716102033.0066 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716102061.565 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1716102078.6577 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716102104.1158 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716102163.2523 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716102338.3014 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1716102352.7855 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716102377.8361 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716102397.944 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1716102458.7278 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716102472.2144 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716102830.9668 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1716102848.2679 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716106991.3653 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716112644.092 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716112688.5957 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716113925.8512 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716116154.8458 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716123312.2626 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716124481.7688 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716129939.4625 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716130077.5552 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716133934.791 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716133959.4134 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716133982.7909 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716134112.955 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716134184.1117 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716134215.2692 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716134246.6302 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716134272.2078 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716136785.8861 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716136830.2645 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716136888.0281 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716136912.3226 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716137509.6219 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716137550.792 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716137584.016 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716137614.0349 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716137663.882 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716137708.8654 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716137736.4075 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716137761.6991 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1716137815.2529 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716137886.7381 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716138040.3932 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716140714.0428 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716209337.3046 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716209412.7298 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716209448.1323 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716209508.6504 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716209613.4906 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716209642.7198 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716209709.6202 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716209774.4706 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716209852.8582 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716209947.3287 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716209967.6822 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716210044.0883 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716210150.5688 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716210205.0335 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716210268.9147 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716211526.4507 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716213446.8546 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716213461.9489 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1716213474.537 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716213492.0301 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716213521.5562 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716213540.262 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716213551.8733 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1716213557.4906 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716219013.0278 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716220209.0681 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716220249.3189 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716220285.5053 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716227591.1168 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716227622.0114 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716227674.7391 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716227710.2023 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716227875.4029 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716227977.9929 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716228007.518 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716228104.844 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716228130.5321 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716230101.821 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716230984.9301 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716232636.2301 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716232746.3131 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716232993.2428 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716233055.3833 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716235984.1893 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716239320.9605 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716242440.4726 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716242516.4926 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716242590.6103 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716242629.6643 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716242692.6624 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716246215.0477 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716248360.3883 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716249928.3303 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716249950.1619 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716249976.5037 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716250002.3525 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716250043.473 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716250064.5423 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716250098.6574 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716250169.1921 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716250175.1057 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716250192.053 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716250223.5527 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716250346.0641 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716252598.1249 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716252635.5485 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716263746.8692 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716270546.4614 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716270581.7833 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716271101.4508 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716271351.0622 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716274671.7892 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716278257.8069 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716278320.6515 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716278455.3143 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716279222.1691 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716279246.192 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716279794.6865 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716280412.4078 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716280463.3691 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716282215.371 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716282249.1998 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716282537.2467 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716282635.1246 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716282720.9449 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716282757.3202 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716283450.3375 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716283609.525 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716283779.8628 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716283801.3005 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716283935.4598 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716284013.3675 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716284180.1311 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716284192.186 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716284470.2778 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716284564.193 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716285325.0236 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716285475.3857 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716285519.9145 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716286409.4293 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716286967.8756 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716286983.4028 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716287142.413 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716287185.2534 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716287217.0099 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716287247.2868 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716287271.5544 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716287340.0533 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716287550.0246 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716287573.6398 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716287628.6541 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716287651.6393 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716287665.6163 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716287678.808 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716287767.435 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716287779.2194 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716288009.4382 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716289208.9321 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716289237.4451 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716289351.113 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716289390.8858 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716289393.7964 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716289414.7975 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716289423.2899 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716289429.1105 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716300925.2643 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716301040.4664 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716301250.7099 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716301308.9557 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716301961.2777 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716308935.4231 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716317363.8031 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716317407.5124 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716317505.7057 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716319832.5599 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716321763.8236 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716325414.0255 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716325749.7214 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716325771.5615 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716326192.6196 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716326243.3131 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716326299.6314 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716326346.6605 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716326432.8943 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716326479.3558 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716326504.9509 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716326723.2613 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716326765.4157 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716326806.8553 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716328651.4073 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716340833.9646 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716340851.5576 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716342516.6062 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716342980.4385 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716392751.259 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716392854.8424 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716392927.7613 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716394547.5836 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716394567.8834 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716394675.2074 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716395232.2063 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716395392.7448 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716395429.4755 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716395464.4116 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716395617.1491 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716395671.3185 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716395722.6354 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716395762.024 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716395800.2075 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716395893.3131 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716395908.2446 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716395930.8155 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716396096.1888 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716410843.4073 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716410959.2736 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716411007.9506 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716411029.2438 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716431755.4427 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716431811.1067 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.13.208", - "anony": true, - "tstamp": 1716455911.4834 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.13.208", - "anony": true, - "tstamp": 1716455955.7955 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.38.210", - "anony": true, - "tstamp": 1716463103.3942 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.38.210", - "anony": true, - "tstamp": 1716464669.7571 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.38.210", - "anony": true, - "tstamp": 1716464883.9242 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716465092.5554 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.38.210", - "anony": true, - "tstamp": 1716465101.4217 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.13.208", - "anony": true, - "tstamp": 1716465158.8835 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.13.208", - "anony": true, - "tstamp": 1716465320.7672 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.47.232", - "anony": true, - "tstamp": 1716466221.9614 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716470442.2975 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.43.115", - "anony": false, - "tstamp": 1716473602.4544 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.43.115", - "anony": false, - "tstamp": 1716473616.0917 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": false, - "tstamp": 1716473629.427 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716473646.5102 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": false, - "tstamp": 1716474064.3945 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716481830.2832 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716482066.6894 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716482101.8167 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716482665.9327 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716483084.7205 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716483130.6731 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716486908.7502 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716490430.3014 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716491961.101 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716492130.1621 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716492165.0747 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716493052.5738 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716494811.879 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716494814.0355 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716494907.8652 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716495025.0063 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716496626.411 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716496705.3455 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716497278.1725 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716498525.386 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716508618.2377 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716508647.6412 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716508773.0947 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716509848.6189 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716511130.78 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716512505.6737 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716521987.1249 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716534865.3098 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716535184.4481 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716539015.3065 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716539889.7886 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716540536.1365 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716540946.9096 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.39.221", - "anony": true, - "tstamp": 1716542403.1488 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.39.221", - "anony": true, - "tstamp": 1716543831.0194 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716553156.4165 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716553180.6047 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716553208.1102 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716555742.6319 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716564155.6044 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716569758.9203 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716573314.1735 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716588711.6463 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716589282.8245 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716595399.6343 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716596153.0762 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631962.3438 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716637883.7082 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716637940.3706 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716638087.8967 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716648496.2293 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716650144.5433 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716650252.1683 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716654002.8058 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716657661.8542 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716672582.8741 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716675304.6869 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716675360.5552 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716696765.27 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716699503.5692 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716705406.3076 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716708229.2765 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716708400.6323 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716708425.3973 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716708463.7409 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716712383.2781 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716714698.5936 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716714723.8527 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716714742.496 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716714758.5844 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716714791.7059 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716714813.7628 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716718013.9851 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716719923.7897 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716719954.4298 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732002.5621 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716735265.1561 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716737955.5742 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716749082.5893 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716749104.301 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716749183.3056 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716749405.6595 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1716751911.6964 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716775345.3085 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716776806.2262 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716776883.0635 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716776943.7594 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716779918.8509 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716780527.3148 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716780918.544 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716780951.8598 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716781241.076 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716781759.6094 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716782158.4573 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716782417.8883 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716782420.5452 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716782443.0163 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716782459.9191 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716782484.1275 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716782499.7234 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716782519.0233 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716782537.0836 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716782553.9857 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716782569.153 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716782604.0051 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716782640.804 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716782995.4422 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783031.5075 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783089.4325 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716783090.8889 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716783109.7954 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716783138.0445 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783168.9557 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783358.7145 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1716783462.483 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716783564.225 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716784775.2026 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786037.8729 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786448.0434 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716787891.5755 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788134.0343 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788285.3057 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716789329.1919 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716795652.1604 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716795779.9806 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716795814.0196 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716795851.1701 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716796006.4588 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716796314.0423 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716797932.5341 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716798084.7317 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716798121.6615 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800856.1807 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811377.2082 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811412.4609 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811455.261 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716815094.1935 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716815234.9665 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716815654.9788 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716815707.9688 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716815854.6739 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816541.9961 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816625.048 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716818286.1937 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716820699.6007 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1716822550.5508 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716822601.7824 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1716822684.0205 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716824222.9857 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716824902.917 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716825475.2657 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716827655.7005 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716833085.2146 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716837768.4182 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716838033.7689 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716840571.8782 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716842021.1183 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716842045.0031 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716842062.0558 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716844269.6437 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716844294.3593 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716846730.6152 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716846754.4305 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716846777.0478 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716846795.5401 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716846812.5139 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716846831.5816 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": false, - "tstamp": 1716846856.7092 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716851477.2888 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716852722.4343 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716862066.5604 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716888658.6323 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716888692.3451 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716888743.3788 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716888808.7382 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716889722.4243 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716892310.907 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716893044.8237 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716894726.3896 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716904032.8719 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716904166.7957 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716904274.6297 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716904375.3197 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716904458.3328 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716905236.8052 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716905301.5056 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716906155.4111 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716909502.2672 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716911861.7486 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716931696.2858 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716932953.6361 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716947335.746 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716947886.9102 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716953959.3614 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716962065.228 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716964704.6913 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716967018.8935 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716967137.2381 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716968234.2824 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716972370.304 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716972445.8559 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.224.134.163", - "anony": false, - "tstamp": 1716978291.5449 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.224.145.182", - "anony": false, - "tstamp": 1716978391.0694 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.224.134.163", - "anony": false, - "tstamp": 1716978459.451 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716978633.6451 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716979976.972 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716986223.0166 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716992486.8153 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716994682.8218 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716999872.9257 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1717001549.1047 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717001729.4563 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1717001735.3323 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717001782.8941 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717003358.7832 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717010981.625 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717013817.4431 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1717014277.5883 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717014302.0624 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1717014914.6947 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717015933.2442 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717016519.7356 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717017276.6056 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717017851.527 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.38.210", - "anony": true, - "tstamp": 1717017860.1111 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.38.210", - "anony": false, - "tstamp": 1717017872.0034 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.38.210", - "anony": false, - "tstamp": 1717017935.2154 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": false, - "tstamp": 1717017941.7814 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": false, - "tstamp": 1717017948.1028 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1717017959.1872 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": false, - "tstamp": 1717017979.7996 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": false, - "tstamp": 1717018191.8622 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1717018286.0525 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1717018313.4129 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717018348.5161 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": false, - "tstamp": 1717018553.2268 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": false, - "tstamp": 1717018904.2229 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1717019423.0673 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1717019625.8676 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": false, - "tstamp": 1717020042.7893 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1717022382.7846 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717026392.4268 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717028996.6914 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717029028.6429 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717029147.6903 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717034072.4772 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717034784.6738 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717034906.7231 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717035277.1028 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717039169.9336 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717041246.8155 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717041313.7921 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717041347.0832 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717041370.4367 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717041403.224 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717041426.0327 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717041449.1936 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717041783.2293 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717041956.0851 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717041973.3929 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717041996.6703 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717042011.7634 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717042030.855 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717042064.0653 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717042093.7447 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717048228.5381 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717050239.468 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717055363.8892 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_169.254.167.109", - "anony": true, - "tstamp": 1717057996.957 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_169.254.167.109", - "anony": false, - "tstamp": 1717058393.8863 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717059628.7188 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.18.96", - "anony": false, - "tstamp": 1717059941.285 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717060176.1474 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1717061165.5506 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1717062327.4566 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1717062735.7907 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.18.96", - "anony": false, - "tstamp": 1717062740.0522 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717063191.4116 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717064695.9339 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717064701.3938 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.18.96", - "anony": true, - "tstamp": 1717064718.3586 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717066853.1829 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.40.190", - "anony": false, - "tstamp": 1717067940.0805 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.18.96", - "anony": true, - "tstamp": 1717070139.0899 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717086962.2323 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717087011.4287 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717109403.0798 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717109414.6058 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717116391.6647 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717121019.628 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717124509.4472 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717124607.4219 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717125050.6768 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1717125191.2457 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717131509.2451 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717131570.9166 - }, - { - "model_a": "StableCascade", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1717131858.5618 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717136145.6721 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717136227.7391 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717136272.166 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717136394.6709 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717136742.0386 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717136793.147 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717140076.4215 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717140178.5392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717140242.7879 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717140839.1061 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717140880.6277 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": false, - "tstamp": 1717141161.2541 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1717141745.0938 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1717141938.0758 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1717142609.0649 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717151536.315 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.40.190", - "anony": false, - "tstamp": 1717152058.869 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717164331.9793 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.1.6", - "anony": true, - "tstamp": 1717169978.3953 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717170137.2406 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717190706.1382 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717198702.857 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717198761.8213 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.1.6", - "anony": true, - "tstamp": 1717198804.2276 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717203953.7152 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717204130.5796 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717204984.8114 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717205217.6838 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717205335.9525 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717205415.8924 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.4.148", - "anony": true, - "tstamp": 1717205573.0721 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717207208.4106 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717207257.2095 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717208622.6549 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717215046.7825 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717215091.3188 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717217028.1261 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717217073.8639 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.4.148", - "anony": true, - "tstamp": 1717217141.0125 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717217168.9916 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717217873.6499 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.4.148", - "anony": true, - "tstamp": 1717219369.5122 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717229421.7017 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.4.148", - "anony": true, - "tstamp": 1717229489.292 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717229545.1574 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717233179.7122 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717233630.8484 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717233894.7297 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717234031.2367 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.190", - "anony": false, - "tstamp": 1717238823.2575 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717239794.7673 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717239958.872 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717242974.1799 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717245353.6545 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717245382.5915 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717246252.0134 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717246869.0473 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717246949.2563 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717247297.9808 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717249122.8163 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717249988.4092 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717250472.5934 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717250514.3108 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717250536.2274 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717252537.7395 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717252836.1201 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717259658.011 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717263308.222 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717264286.6556 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717267347.2935 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717267584.6441 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717268431.3837 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717268842.1304 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717277146.2585 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717279735.0982 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717279783.5652 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717280265.0726 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717282264.3718 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717345937.8651 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717345942.1509 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717369313.4581 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717374558.2723 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717374641.2959 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717374859.9707 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717383238.8689 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717388455.1374 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717388973.1388 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717396439.3094 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717408724.2551 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717416639.709 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717417137.7068 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717417171.477 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717417252.3536 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717417311.6227 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717417811.3357 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717418000.5048 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717418158.9019 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717420551.0747 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717421721.9856 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717424468.4513 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717426775.1592 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717427456.4893 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717428471.4698 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717428527.135 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717428578.6202 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717428661.075 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717428707.443 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717429952.5282 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717431917.0308 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717432931.0588 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717437880.4763 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717437963.6539 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717438221.0259 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717438415.9655 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717438614.3067 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717440231.5793 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717440380.7838 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717440566.4689 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717440730.3619 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717441033.757 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717441300.9653 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717442262.7797 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717443411.2151 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717443698.2215 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717448278.6997 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717456603.2007 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717467121.2449 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717467269.3413 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717467347.471 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717468246.5885 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717468248.0915 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717470962.1418 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717471126.9684 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717471200.5346 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717472067.981 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717472088.0134 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717472151.7325 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717472171.7106 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717474666.2386 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717474856.782 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717478015.3925 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717478962.1394 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717479804.5535 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717479838.2699 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717481969.8279 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717482995.6164 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717483780.6857 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": false, - "tstamp": 1717484055.4055 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717484962.4309 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717484997.0476 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717487564.4387 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717487659.9063 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717489213.559 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717489735.9379 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717493278.938 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717495193.3012 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717496234.3044 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717508929.7326 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717527666.3999 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": false, - "tstamp": 1717527778.4003 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": false, - "tstamp": 1717527798.7106 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717531460.9222 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717531521.6228 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717531911.8773 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717538676.5622 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717539355.8965 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717539473.2644 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717539549.597 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717545309.6677 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717545413.4993 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717551442.6857 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1717551677.9232 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1717557466.9079 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717558022.4822 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717561935.9231 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1717569440.5886 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717569469.2755 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_169.254.84.46", - "anony": false, - "tstamp": 1717570305.6298 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": false, - "tstamp": 1717572517.3037 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.30.231", - "anony": false, - "tstamp": 1717572594.7841 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.30.231", - "anony": true, - "tstamp": 1717572629.2895 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": false, - "tstamp": 1717572774.2386 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_169.254.186.79", - "anony": false, - "tstamp": 1717578792.4501 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.205", - "anony": true, - "tstamp": 1717583033.4494 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.205", - "anony": false, - "tstamp": 1717583091.918 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.19.59", - "anony": false, - "tstamp": 1717583106.1139 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.205", - "anony": false, - "tstamp": 1717583117.7451 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.30.231", - "anony": false, - "tstamp": 1717583158.1277 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.30.231", - "anony": false, - "tstamp": 1717583178.7405 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.205", - "anony": true, - "tstamp": 1717583334.6031 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.30.231", - "anony": true, - "tstamp": 1717591136.5667 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.30.231", - "anony": true, - "tstamp": 1717591152.3716 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1717591162.3586 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1717619119.589 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717629531.0193 - } -] \ No newline at end of file diff --git a/arena_elo/results/20240605/clean_battle_video_generation.json b/arena_elo/results/20240605/clean_battle_video_generation.json deleted file mode 100644 index d35571eb02ca22c63eafe108f535499a98159b6c..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240605/clean_battle_video_generation.json +++ /dev/null @@ -1,12818 +0,0 @@ -[ - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1713914099.33 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713914343.6891 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713916642.7912 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713986344.8741 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1713987118.6274 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714139169.2392 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714139249.1969 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714139381.873 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714364059.9109 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1714364795.1269 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714443594.816 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714445557.5459 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1714485010.7122 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714485698.1572 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714491486.3968 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714568747.0042 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714575776.0633 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714575875.3994 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714576499.4057 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714614291.4601 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714656445.8616 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714667465.6678 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714757575.6272 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714856044.8046 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714912222.8148 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714912353.9054 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714916128.9484 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714918845.2225 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714961792.1218 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714962568.0734 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714986675.9255 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715022520.8699 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715024874.9777 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715082170.9107 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715108567.1368 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715201418.1949 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715225335.6492 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715244587.7341 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715352822.1424 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715398861.6427 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715410800.5657 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715410993.9665 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715610160.6825 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715610373.469 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715689072.7345 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715696812.6326 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715737104.8239 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715739395.0891 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715810233.6444 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715849800.9966 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716114686.5453 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716116392.5838 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716193582.8722 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716193785.0048 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716193846.233 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716194009.3835 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716300077.5395 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.43.115", - "anony": true, - "tstamp": 1716478201.6693 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716533638.3067 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_127.0.0.1", - "anony": false, - "tstamp": 1716682913.5891 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716689388.5783 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716689390.9317 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716689418.3899 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716689430.8661 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716689430.9662 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716689446.5199 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716689504.5594 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716689507.2126 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716689516.3395 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716689560.415 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716689571.2045 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716689589.1987 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716689600.479 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716689642.8219 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716689687.8719 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716689693.1346 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1716689821.5032 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716689833.2282 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716690476.4186 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693206.0818 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693274.919 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693286.0411 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693303.5784 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693311.5433 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693329.6356 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693383.5826 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693456.8226 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693467.3462 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693479.5757 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693495.1122 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693502.3247 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693528.2392 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693546.0765 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693563.0683 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693569.8376 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693581.0672 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693588.2851 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693595.2501 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693663.4243 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693679.0583 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693692.5858 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693708.4221 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693719.3968 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693725.4583 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693738.9399 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693745.5583 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693767.9991 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693792.955 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693803.7279 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693816.5054 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693825.2771 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693836.955 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693850.7326 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716694070.4027 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694148.1807 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716694244.2485 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694254.1959 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694276.2905 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716694375.6866 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716694382.1969 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694793.14 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694811.1394 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716694821.4174 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716694834.8498 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716694841.7147 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716694851.8849 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716694860.9592 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716694883.3566 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694902.9993 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694914.4785 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694928.7985 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716694942.7223 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728514.2605 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728525.0445 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728537.4321 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728552.3184 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728565.4115 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728611.9244 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728619.8963 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728626.8621 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728642.2282 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728660.8799 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728671.1783 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728681.5129 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728695.6521 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728707.1868 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728715.3574 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728729.9899 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728739.4646 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728751.7418 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728760.5694 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728772.9474 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728792.5959 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728825.1225 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728832.0962 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728839.4279 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728875.7372 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728884.1135 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728898.2525 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728909.7356 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728924.0212 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728932.2482 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728943.0756 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728951.8516 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728964.0778 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728971.495 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728980.7203 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728994.9574 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716729003.1242 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716729013.9565 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716729024.7427 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729034.6162 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729041.2307 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729054.9108 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729082.4481 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716729093.5738 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729104.4016 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729113.9293 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729128.024 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716729143.4289 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716729151.6014 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716729165.8412 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716729174.0802 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716729190.7693 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729561.7946 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716729589.111 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716730437.4978 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716730444.2174 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716731578.7678 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716731600.4666 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716731607.3314 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716731621.0702 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716731652.0853 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716731680.1969 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716731887.8933 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732002.7625 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732014.9893 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732033.1907 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732042.32 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732051.0423 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732064.3207 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732075.7564 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732092.1437 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732107.1689 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732121.5507 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732130.5345 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732144.7139 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732153.1545 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732245.8887 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732253.5049 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732260.9776 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732271.1059 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732289.7469 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732300.1222 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732442.4675 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732643.9778 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732653.5527 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732667.2377 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732690.9928 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732701.2197 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732769.1058 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732774.627 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732781.8561 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732792.5768 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732805.8172 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732815.2381 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732822.3066 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732832.5342 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732854.9452 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732865.7185 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732873.0369 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732879.1067 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732894.6925 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732906.9749 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732913.3386 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732921.5656 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732932.2613 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732947.9995 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716733033.155 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733215.9535 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733225.6737 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716733232.9894 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733245.779 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733261.359 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733274.7997 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733284.8279 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716733292.3492 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716733303.8831 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733316.3709 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733323.541 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733333.7191 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716733339.0328 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716733353.1237 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733359.5427 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733371.482 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733409.29 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733435.707 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733443.4772 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733504.7486 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733513.4209 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733524.354 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733530.1208 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733537.6908 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733546.1677 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733558.2467 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733565.4605 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716754494.225 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716754529.3204 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716754556.8827 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716754573.37 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716754581.3319 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716754589.7121 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716754610.3186 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716754622.516 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716756205.9019 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756217.6395 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756225.3579 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756245.6466 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756258.525 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756267.7569 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756278.3797 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756292.9729 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756303.6146 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756321.7636 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756328.3263 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716756337.0448 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716756355.6901 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716756369.1608 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756377.9305 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756405.9503 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756413.5746 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756420.392 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716756430.3441 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756598.971 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756811.4034 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756829.7662 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756837.7688 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716756844.6412 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756862.2925 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756871.8602 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756883.2346 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716763810.601 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763820.7817 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763830.0099 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763836.2701 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763852.5743 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716763861.9464 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716763876.0254 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716763884.9467 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716763895.1884 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763906.9292 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763916.2051 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716763933.7037 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763954.4778 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763963.4971 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716763974.9914 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716763982.078 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716763987.4028 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774336.4201 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716774366.2114 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774373.7343 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774401.5247 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774408.764 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716774416.5343 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774426.6483 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716774436.7505 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716774446.0586 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716774452.7416 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774466.5087 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716774473.4742 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774481.1066 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716774490.1334 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716774496.2078 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716774502.5006 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774513.1922 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716774519.3337 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716774546.8848 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716774553.0012 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716774569.2238 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716774581.1122 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716774586.7425 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716774595.3967 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716780707.8678 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716781161.3809 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716781177.0776 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716781187.7966 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716781235.6047 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716781242.9314 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716781254.7071 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716781288.1888 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716781297.0117 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716781305.1896 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716781380.1677 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716781558.8588 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716781966.5022 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783665.6346 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785927.5738 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785946.8276 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785956.3086 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785965.6368 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785983.4545 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786004.6173 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786012.1915 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786025.9796 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786038.5735 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786048.2498 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786056.7792 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786067.3793 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786076.8691 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786091.7183 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786106.6309 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786119.376 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786128.4563 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786145.1683 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786161.6566 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786201.0773 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786209.4966 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786225.3 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786233.4253 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786241.45 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786249.4851 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786263.8719 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786272.8991 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786280.5688 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786288.0837 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786295.9574 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786310.5953 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786320.6713 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786327.6937 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786345.2973 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786361.1416 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786369.7626 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786384.806 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786396.1855 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786405.8102 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786413.8802 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786450.7539 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788441.1026 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788453.8448 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716788462.4158 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788473.1466 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788486.9898 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788500.5707 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788522.2662 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788529.4816 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788541.2168 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716788551.7418 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788557.1033 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788565.8238 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788580.9064 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716788591.4322 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788600.6571 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788614.3978 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788620.7168 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788626.6775 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788634.496 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716788650.9444 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788657.5528 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716788664.566 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788670.029 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716789701.2259 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716792046.6171 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716792090.6776 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716792117.5541 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716792144.8815 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716792164.2891 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716792176.5638 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716792198.4702 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716792228.5999 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716792257.5373 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716792271.5787 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716792345.5517 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716792372.1701 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716798217.9315 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716798246.555 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716798267.3135 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716798307.1051 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716798333.9472 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716798359.6181 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800430.6763 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800444.8671 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800463.8158 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800470.7888 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800480.9658 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800487.682 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800509.3502 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800516.7738 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800548.7825 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800574.8734 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800581.7424 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800591.5717 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800605.265 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800615.6372 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800624.6681 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800632.546 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800641.9148 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800653.6588 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800662.638 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800675.8846 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800681.6565 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800688.0967 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800695.4712 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800702.7395 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800711.7179 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800718.9888 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800725.6079 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800731.7275 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800740.9093 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800747.5238 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800758.3079 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800772.5587 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800786.4015 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800793.1772 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800800.048 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800805.4083 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800819.3653 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800836.4647 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800844.9468 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800851.1076 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800865.0564 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800873.5031 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800881.426 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800888.8952 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800896.8697 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800905.5457 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800915.4743 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800922.2894 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800929.8593 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800939.6859 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800945.6081 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800955.2893 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800967.0227 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800985.5176 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800992.7352 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800999.7547 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716801010.8857 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716801020.4579 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716801028.3834 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716801036.1073 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716801043.9818 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716801054.918 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716801061.0383 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716801067.9615 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716801093.7934 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716801102.824 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716801110.4941 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716801357.4044 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716802258.9248 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716802277.2785 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716802289.6084 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716802308.1591 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716802325.3582 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716802348.8219 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716802375.4431 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716802396.6924 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716802417.0479 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716802440.657 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716802452.992 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716804546.8109 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716804560.9392 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716804572.0261 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716804609.8288 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716804621.2126 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716804634.4051 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716804648.2446 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716804654.6584 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716804662.0841 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716804678.7051 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716804762.81 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716804815.1467 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716804828.1257 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716804843.0147 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716804975.1614 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805101.6412 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805125.1997 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805133.7299 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805151.027 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805158.1471 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805165.6788 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805174.2573 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805181.7877 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805190.2597 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805204.9966 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805212.6216 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805221.4549 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805232.7863 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805313.8437 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805325.1273 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805332.292 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805359.2195 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805367.371 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805377.814 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805386.782 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805404.1209 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805417.2687 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805423.5857 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805431.9147 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805441.492 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805449.2165 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805457.6224 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805463.1912 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805474.9718 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805482.2909 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805487.9021 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805494.2662 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805501.837 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805510.508 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805518.6324 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805525.5473 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805544.3909 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805552.0575 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805558.2739 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805564.1439 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805571.2122 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805579.1375 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805585.3538 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805594.1732 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805602.5497 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805614.0387 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805622.659 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805629.4247 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805636.4978 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805643.3155 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805651.8835 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805660.0046 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805666.4722 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805672.087 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805680.0119 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805686.5804 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805694.5555 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805703.9818 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805711.3069 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805721.6865 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805727.8528 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805736.4364 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805743.8122 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805750.2783 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805757.0462 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805763.9699 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805771.9439 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805778.1596 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805786.0285 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805793.2534 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805798.9227 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805808.3068 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805821.8583 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805839.7119 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805849.7822 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805857.2086 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805865.0813 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805873.7026 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805880.1754 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805887.5002 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805898.5851 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805907.207 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805913.6738 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805919.5473 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805926.0123 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805936.2907 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805943.3089 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716810647.7996 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716810767.6778 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716810826.6156 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716810864.4818 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716810900.0894 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716810921.257 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716810949.0213 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716810965.664 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716810988.9326 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811001.9174 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716811024.4386 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811035.9259 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716811058.5425 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716811074.3937 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811095.0043 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811114.558 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811157.5772 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716811180.1051 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716811346.2167 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811363.3576 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811377.2071 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811404.884 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811528.5755 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811545.2272 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716811581.4292 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811609.1021 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811631.9737 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811653.2303 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811678.608 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716811693.5999 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811720.8197 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811746.659 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716811761.1 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811778.6006 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716811787.9252 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716811806.8256 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811828.2237 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811848.5441 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811872.1595 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811901.6987 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811918.2 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716811932.245 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716811947.2854 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811966.6966 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811983.2023 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812015.9888 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812030.9774 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812051.728 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812067.7291 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812088.1948 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812102.3806 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812123.2896 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812139.1472 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812170.5498 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812192.2699 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812214.0685 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812237.5965 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812262.6235 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812290.4589 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812311.7735 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812323.9663 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812344.0154 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812361.5742 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812372.8081 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812386.6604 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812409.1288 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812418.0558 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812428.889 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812440.6235 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812460.1354 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812483.1639 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812498.9136 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812513.6577 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812524.1375 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812535.9746 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812547.665 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812555.6472 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812565.3306 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812575.97 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812590.8677 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812612.2889 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812624.5777 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812649.097 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812661.3318 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812691.9328 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812707.5304 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812722.3136 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812741.6653 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812760.8219 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812772.796 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812799.1808 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812814.2832 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812830.7859 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812844.0682 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812854.8496 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812863.9262 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812884.0891 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812902.0645 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812921.0403 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812934.2248 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812958.6412 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812982.3069 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812991.3995 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716813008.7657 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813018.7489 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716813618.7164 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813632.3075 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813648.7558 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813671.7233 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716813698.1674 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716813715.7735 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716813726.5932 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813738.6714 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716813747.2492 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716813767.5156 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716813787.5776 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716813804.4335 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813812.3843 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716813826.2772 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716813838.4177 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813854.4582 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813871.899 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716813883.9808 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716813893.2639 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716813907.4565 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716813922.9029 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813936.1375 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716813948.4724 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716813956.9029 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716813964.8758 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716813985.235 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814004.2321 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814014.3081 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814025.5933 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814042.4418 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814051.6142 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814074.9335 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814088.0682 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814099.4537 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814110.2829 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814117.4053 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814124.7313 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814136.6245 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814149.1818 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814158.2055 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814168.2388 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814181.7311 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814192.2712 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814202.9029 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814213.7299 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814223.8057 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814232.1412 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814239.2618 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814254.6616 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814271.2523 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814299.6371 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814312.3883 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814319.5568 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814334.818 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814347.5098 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814360.0003 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814372.9848 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814382.3319 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814389.5585 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814400.2431 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814408.7192 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814421.9339 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814436.4344 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814450.026 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814461.6183 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814472.512 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814484.0088 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814495.6957 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814519.6197 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814528.8081 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814539.691 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814550.1705 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814564.1662 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814572.6421 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814583.6689 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814598.5159 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814609.8028 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814619.5919 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814631.5327 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814648.7281 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814659.3149 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814680.1373 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814704.6159 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814713.39 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814725.5232 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814744.5305 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814755.0712 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814771.0791 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814783.3717 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814792.0423 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814803.8904 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814811.475 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814839.9094 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814849.1271 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814857.6044 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814871.3031 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814888.3485 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814897.878 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814907.4115 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814915.0837 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814924.1636 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814932.6321 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814940.9566 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814948.7863 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814968.0915 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814994.1657 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716815015.8201 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716815024.6949 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816099.4363 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816105.6967 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816118.5359 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816149.1207 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816172.1002 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816184.8358 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816194.5624 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816210.2718 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816227.4275 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816247.5376 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816262.3852 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816295.3375 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816307.3189 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816333.3001 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716816518.8779 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816568.8736 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816585.4378 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816592.9699 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816605.8065 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816623.4437 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816637.1861 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816672.9665 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816686.8076 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716816697.8926 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816706.8142 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816731.4381 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816740.0096 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816752.7379 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816762.2629 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716816776.0949 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816791.4496 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816799.9698 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816806.4869 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816813.395 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816838.8134 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816850.0931 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816857.6166 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816874.9081 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816885.0343 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716816896.9631 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716816914.0762 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816922.3005 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816936.3908 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816952.5782 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816965.4737 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816975.3518 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716816987.3314 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816998.0597 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817007.4428 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817014.3671 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817021.1406 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817031.3233 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817040.9988 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817047.7657 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817062.6591 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817071.0892 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817079.1626 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817088.792 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817095.9591 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817110.5496 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817120.4861 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817128.1212 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817136.6422 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817144.3143 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817152.4352 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817161.9622 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817177.1074 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817189.9467 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817198.023 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817208.2992 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817221.7848 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817230.062 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817236.2275 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817245.3594 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817251.1819 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817256.4007 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817272.0483 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817288.1447 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817296.0145 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817303.3895 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817311.3103 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817328.5117 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817337.8401 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817349.5234 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817357.7468 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817366.4197 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817378.2982 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817398.1152 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817411.0505 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817418.9737 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817433.5134 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817439.282 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817445.3501 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817454.4227 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817461.8922 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817473.7247 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817483.5046 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817490.071 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817497.482 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817505.4488 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817517.0342 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817526.0125 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817536.885 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817544.6967 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817554.6787 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716845528.4968 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845543.5775 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845610.4135 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845625.0502 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716845639.4286 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845693.0182 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716845718.0466 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716845734.4895 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716845755.294 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845769.7927 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716845816.9371 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716845828.573 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716845861.4523 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845873.847 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845908.5838 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845933.8837 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845948.6427 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716845982.277 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716846032.7577 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716846040.2247 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716846099.9227 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716846143.9332 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716846163.6735 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716846245.2648 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716846257.942 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716846302.5935 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716846342.1787 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716846362.9187 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716846386.3667 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716846413.3894 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716848046.5925 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716848058.7766 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716848067.902 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716849805.475 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716849813.4457 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716849818.3104 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716849824.5826 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716849834.2592 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716849836.9182 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716849839.7812 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716849850.9067 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716849877.0663 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716849877.1173 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716849885.1697 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716849893.3278 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716849946.2119 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716849980.4883 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716849993.2669 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716850007.4503 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716850037.0695 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716850054.3761 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850066.0545 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850091.7678 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850115.1746 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850132.3725 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716850144.1539 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716850161.2285 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850173.8573 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716850197.1758 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716850224.5489 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716850247.405 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850277.7798 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850310.4463 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850327.8684 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850328.226 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850340.8632 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716850354.4171 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850375.9832 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850409.3402 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716850417.2617 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850506.1736 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716850517.7481 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716850529.1711 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716850562.7076 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716850573.6848 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716850630.8546 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850653.065 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850681.8793 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716860595.707 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716860621.5356 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716860641.0232 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716860697.9926 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716860710.5707 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716860726.1111 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716860772.244 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716860790.2405 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716860804.6284 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716860869.2903 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716860936.3092 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716860952.3518 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716860965.3844 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716860983.8146 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861070.0866 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861079.6593 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861093.0971 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861110.8861 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716861182.2741 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861199.7588 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716861262.141 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861366.9074 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861376.2768 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861486.5303 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861550.2568 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716861563.9964 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716861576.7932 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861635.7395 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861644.366 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861651.5365 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861665.1318 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861675.3107 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861709.0037 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861764.0077 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861774.1637 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861787.6144 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861801.9107 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861857.8365 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861867.8133 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861876.2803 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716861888.9613 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716861899.5978 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861917.9472 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861929.1847 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861994.2271 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716862003.32 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716862014.0612 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716862066.3091 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716862084.806 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716862135.48 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716862146.7019 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716862199.7374 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716862287.5989 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716862301.6865 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716864840.105 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716864852.4483 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716888876.5448 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716888906.7365 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716888932.705 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716888960.4334 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716889044.3971 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716889066.6535 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716904183.7537 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716934721.4333 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716934728.955 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716934735.2822 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716934746.4556 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716934759.1338 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716934771.7263 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716934780.1541 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716934789.6805 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716934796.1425 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716934802.8066 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716934809.9162 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716934822.2928 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716935497.9165 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716935510.2413 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716935529.5027 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716935537.7802 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716940935.4529 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716941011.7947 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716946253.3412 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716946273.1958 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716946533.0187 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": false, - "tstamp": 1716956917.4978 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716968515.1585 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716968528.9845 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716968546.9361 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716968565.0784 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716968584.3193 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716968599.2518 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716968609.074 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716992753.2264 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1716995984.4733 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716999875.783 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717016085.6093 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1717033329.1692 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717036604.3263 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717036611.3029 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717036623.7361 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717036633.3907 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717036661.4617 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717036670.7383 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717036693.0343 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717036733.5432 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717036802.0871 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717036825.904 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717036872.3776 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717036889.2216 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717036941.3062 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717036970.3339 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717036991.3064 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717037015.2592 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717037045.0924 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717042182.8927 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717042213.7032 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717042241.8638 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717042270.6661 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717042303.518 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_169.254.167.109", - "anony": false, - "tstamp": 1717059009.4576 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1717059223.905 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.18.96", - "anony": true, - "tstamp": 1717064772.7161 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717072973.3188 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122196.5828 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122216.5437 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122226.125 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122239.2602 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122306.5361 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122318.0661 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717122326.6431 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122340.9779 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122348.0443 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122362.0381 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122379.7169 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122390.6881 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122397.0059 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122409.0363 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717122418.0605 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717122433.1851 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122473.1813 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122522.8944 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717122555.2268 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122568.912 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122580.3431 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122586.264 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122596.6965 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122603.4157 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717122609.2263 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122618.4501 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122634.5481 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122640.2657 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122651.6476 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122711.0439 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122716.86 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122725.6842 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717122731.3486 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122742.1792 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122771.6489 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717122777.9609 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122789.9392 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122798.9204 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122806.4923 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122813.4702 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122818.3889 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717122825.6083 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122831.6287 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122844.4115 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122862.9223 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122879.0582 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717122889.5903 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122895.6641 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122909.8967 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122915.6074 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122925.1277 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122931.2448 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122937.2045 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122943.0215 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717122948.8846 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122953.7973 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717123008.1803 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1717123076.2074 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1717123101.8817 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717124794.7362 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717153274.9711 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717207929.8821 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717217534.3179 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717231204.8928 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717265385.3362 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717285203.6269 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": false, - "tstamp": 1717293468.582 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": false, - "tstamp": 1717293491.0083 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293504.5815 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293517.7461 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293527.5597 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293536.1345 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717293546.7518 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717293554.0351 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293568.4703 - }, - { - "model_a": "VideoCrafter2", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293580.161 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293591.5149 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293602.8639 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717293616.4035 - }, - { - "model_a": "T2VTurbo", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717293623.5221 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293628.89 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717293635.1638 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293641.9995 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293647.9768 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293658.6194 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293666.2514 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717293671.5182 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717293680.9968 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293686.4655 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293697.9061 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293707.1435 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293719.0796 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293740.639 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293744.6538 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293756.298 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717293762.671 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717293769.1937 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717293775.9663 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717293782.7841 - }, - { - "model_a": "T2VTurbo", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717293783.2738 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293791.6535 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717293798.9666 - }, - { - "model_a": "T2VTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717293806.4462 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717293811.6641 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717293826.6726 - }, - { - "model_a": "LaVie", - "model_b": "T2VTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717293828.377 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293835.7519 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293841.7666 - }, - { - "model_a": "T2VTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293848.3812 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293855.3997 - }, - { - "model_a": "VideoCrafter2", - "model_b": "T2VTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293857.3097 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293872.4616 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293901.5198 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717293932.4272 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717293953.9142 - }, - { - "model_a": "T2VTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293984.306 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294009.905 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294030.5896 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294056.7294 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294075.7122 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294090.8974 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717294101.2133 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717294117.938 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717294150.2901 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717294174.1211 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717294185.8416 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717294202.8671 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294220.1908 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717294236.012 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717294251.8078 - }, - { - "model_a": "T2VTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717294269.6838 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294286.4136 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294312.2032 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717294326.2786 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717294346.6054 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294361.8835 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717294374.2527 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717294392.4334 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294404.4511 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717294435.7496 - }, - { - "model_a": "T2VTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294453.0766 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294470.3027 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294493.5437 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294510.6692 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717294525.3896 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294538.5569 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294565.9504 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294582.533 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717294597.1071 - }, - { - "model_a": "T2VTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294615.7967 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294631.1305 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294644.5529 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294654.225 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717294668.6136 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717294682.9829 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294700.8663 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294717.4464 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294732.9285 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294748.3004 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294766.0902 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717294784.2806 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294796.1612 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717294824.43 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294851.174 - }, - { - "model_a": "T2VTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717294866.7995 - }, - { - "model_a": "ModelScope", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717294877.1216 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294890.1942 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294921.5086 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717294934.4353 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717294950.2096 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294957.4234 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294969.0 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717294986.4772 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717295008.1658 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295019.438 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295038.928 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295052.3222 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717295070.2534 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717295082.1467 - }, - { - "model_a": "T2VTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295101.6011 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717295116.9783 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717295126.899 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717295142.3389 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717295154.0226 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717295169.8551 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717295185.5925 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717295197.1667 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295210.8272 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717295218.0937 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295237.2382 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295249.9143 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295258.4514 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295297.0381 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295309.6869 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295320.7567 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717295333.2544 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717295349.6526 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295360.2828 - }, - { - "model_a": "T2VTurbo", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717295370.8103 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295385.1488 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717295392.7601 - }, - { - "model_a": "T2VTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717295408.8097 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717295422.4892 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295436.9749 - }, - { - "model_a": "LaVie", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717295449.8035 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717295467.5485 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717345483.6603 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717370074.6497 - }, - { - "model_a": "AnimateDiff", - "model_b": "T2VTurbo", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717370084.7673 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717370194.9243 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717370216.817 - }, - { - "model_a": "ModelScope", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717370244.8292 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717370280.0046 - }, - { - "model_a": "LaVie", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717370335.9096 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717370378.0295 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717370403.7198 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717370524.989 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717382632.7404 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717382690.0394 - }, - { - "model_a": "T2VTurbo", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717382706.7656 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717382721.0954 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717382736.734 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717382750.8089 - }, - { - "model_a": "T2VTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717382766.9879 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717382787.9614 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717382802.845 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717382818.3336 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717382828.5655 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717382840.4562 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717382861.5383 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717382873.4499 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717382885.608 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717382919.6506 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717382938.1959 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717382949.4728 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717382959.1016 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717382977.7887 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717382990.1243 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717383019.3902 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717383027.7149 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717383036.784 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717383054.6641 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717383069.297 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717383085.7207 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717383108.3566 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717383127.1905 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717383136.9608 - }, - { - "model_a": "T2VTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717383157.7444 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717383172.9848 - }, - { - "model_a": "T2VTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717383186.876 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717383199.2563 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717383206.08 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717383222.6056 - }, - { - "model_a": "VideoCrafter2", - "model_b": "T2VTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717383288.1336 - }, - { - "model_a": "T2VTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717383436.1722 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717383476.654 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717383685.03 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717383767.1808 - }, - { - "model_a": "AnimateDiff", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717383808.2937 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717383873.2164 - }, - { - "model_a": "AnimateDiff", - "model_b": "T2VTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717383892.2518 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717383919.7514 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717384233.7717 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717384245.7924 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717384284.8262 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717384304.7566 - }, - { - "model_a": "T2VTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717384316.9358 - }, - { - "model_a": "VideoCrafter2", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717384332.8135 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717384354.8192 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717384365.5649 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717384384.1025 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717384402.4396 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717384409.6503 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717384430.1763 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717384462.5696 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717384501.835 - }, - { - "model_a": "T2VTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717384523.0528 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717384570.486 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717384586.6213 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717384598.3813 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717384609.9773 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717384622.757 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717384634.6369 - }, - { - "model_a": "LaVie", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717384642.2532 - }, - { - "model_a": "T2VTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717384665.1984 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717384677.0334 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717384685.0477 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717384693.5141 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717384731.537 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717384839.5816 - }, - { - "model_a": "T2VTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717384852.5086 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717384861.2819 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717384907.1512 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717384944.3791 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717384966.6886 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717385836.8448 - }, - { - "model_a": "ModelScope", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717385845.3108 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717385854.4791 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717385860.6864 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717385875.0645 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717385887.7842 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717385895.0467 - }, - { - "model_a": "T2VTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717385900.8565 - }, - { - "model_a": "VideoCrafter2", - "model_b": "T2VTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717385907.8711 - }, - { - "model_a": "LaVie", - "model_b": "T2VTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717385922.69 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717385938.4718 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717385944.6309 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717385951.4902 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717385956.3479 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717385963.5179 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717385969.5786 - }, - { - "model_a": "VideoCrafter2", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717385991.075 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717385998.3397 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717386004.2514 - }, - { - "model_a": "T2VTurbo", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717386013.6816 - }, - { - "model_a": "AnimateDiff", - "model_b": "T2VTurbo", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717386021.2986 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717386029.1634 - }, - { - "model_a": "LaVie", - "model_b": "T2VTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717386037.0274 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717386047.242 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717386062.3655 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717386069.5814 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717386081.2557 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717386087.8163 - }, - { - "model_a": "T2VTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717386095.029 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717386103.7391 - }, - { - "model_a": "ModelScope", - "model_b": "T2VTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717388539.6475 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717388573.7415 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717388587.9557 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717388599.8821 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717388617.4315 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717388625.7017 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717388634.9244 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717388643.5519 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717388652.6889 - }, - { - "model_a": "T2VTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717388662.9722 - }, - { - "model_a": "T2VTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717388668.6899 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717388676.4154 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717388683.641 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717388702.5417 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717388715.0821 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717388723.6508 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717388729.8124 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717388737.6324 - }, - { - "model_a": "T2VTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717388768.8429 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717388786.5494 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717388797.8806 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717418901.679 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717418918.2184 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": false, - "tstamp": 1717439167.8704 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717439586.4464 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717439628.5032 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717439672.1109 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717439708.6385 - }, - { - "model_a": "T2VTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717439720.6663 - }, - { - "model_a": "T2VTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717439737.753 - }, - { - "model_a": "AnimateDiff", - "model_b": "T2VTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717439774.2745 - }, - { - "model_a": "T2VTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717439785.9023 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717439841.3272 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717439858.1328 - }, - { - "model_a": "LaVie", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717439883.5031 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717439908.5202 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717439948.6917 - }, - { - "model_a": "T2VTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717440028.9782 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717440530.7674 - }, - { - "model_a": "T2VTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717440565.7623 - }, - { - "model_a": "AnimateDiff", - "model_b": "T2VTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717440600.8103 - }, - { - "model_a": "ModelScope", - "model_b": "T2VTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717440641.0155 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717441265.7697 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717441285.8722 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717441309.5001 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717441325.2605 - }, - { - "model_a": "ModelScope", - "model_b": "T2VTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717441349.0509 - }, - { - "model_a": "T2VTurbo", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717441378.2766 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717441395.5798 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717441413.7788 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717441452.9548 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717441474.9552 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717441493.3447 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717441521.5939 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717441531.3786 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717441551.0739 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717441596.3937 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717441620.7707 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717441638.0974 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717441688.9321 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717441705.9245 - }, - { - "model_a": "ModelScope", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717441832.5812 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717441855.6322 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717441871.7347 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717441889.81 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717441910.2308 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717441929.6053 - }, - { - "model_a": "T2VTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717441944.9706 - }, - { - "model_a": "VideoCrafter2", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717441992.1921 - }, - { - "model_a": "T2VTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717442013.4608 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717442032.6318 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717442073.0611 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717442093.6884 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717442112.0356 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717442128.339 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717442210.6254 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717442226.1506 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717442243.2215 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717442259.5702 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717442288.1744 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717442313.1712 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717442328.7833 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717442374.6118 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717442399.9031 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717442420.0213 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717442444.1576 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717442458.0459 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717442534.5328 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717442564.84 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717442581.6032 - }, - { - "model_a": "LaVie", - "model_b": "T2VTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717442618.7339 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717442646.1372 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717442673.2333 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717442690.0393 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717442771.0084 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717443712.2317 - }, - { - "model_a": "LaVie", - "model_b": "T2VTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717443723.9663 - }, - { - "model_a": "T2VTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717443731.1608 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717443741.5344 - }, - { - "model_a": "VideoCrafter2", - "model_b": "T2VTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717443749.5447 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717443761.1002 - }, - { - "model_a": "AnimateDiff", - "model_b": "T2VTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717443775.2438 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717443789.1799 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717446342.5531 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717446349.1923 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717446357.2591 - }, - { - "model_a": "ModelScope", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717446366.6449 - }, - { - "model_a": "ModelScope", - "model_b": "T2VTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717446377.6616 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717446386.75 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717446406.8292 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717446414.646 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717446428.5735 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717446438.2954 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717446447.4602 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717446458.6253 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717446467.3416 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717446477.3062 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717446488.0957 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717446496.1204 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717446513.068 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717456368.838 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717474162.1715 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717474328.054 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": false, - "tstamp": 1717527861.4216 - }, - { - "model_a": "LaVie", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.205", - "anony": true, - "tstamp": 1717583389.7829 - }, - { - "model_a": "VideoCrafter2", - "model_b": "T2VTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717583550.3627 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717583574.8547 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717583650.3466 - }, - { - "model_a": "T2VTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.30.231", - "anony": true, - "tstamp": 1717583688.0364 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717583714.7331 - }, - { - "model_a": "LaVie", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.30.231", - "anony": true, - "tstamp": 1717583755.2307 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717583778.3619 - }, - { - "model_a": "T2VTurbo", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.2.205", - "anony": true, - "tstamp": 1717583802.8863 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.30.231", - "anony": true, - "tstamp": 1717583832.6804 - }, - { - "model_a": "LaVie", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717583888.5965 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1717583912.6705 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.30.231", - "anony": true, - "tstamp": 1717583967.926 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1717600694.3078 - } -] \ No newline at end of file diff --git a/arena_elo/results/20240605/elo_results_image_editing.pkl b/arena_elo/results/20240605/elo_results_image_editing.pkl deleted file mode 100644 index 56f60adb7f7d57d0a649bf612bde3e409078de31..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240605/elo_results_image_editing.pkl +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d399036e9c8820f0de8d75a502d79664fb39208b4f1313fbd7904444776891a -size 62454 diff --git a/arena_elo/results/20240605/elo_results_t2i_generation.pkl b/arena_elo/results/20240605/elo_results_t2i_generation.pkl deleted file mode 100644 index d1ab80a3f16dd2c4eb5ed5756cbde6b4214688f3..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240605/elo_results_t2i_generation.pkl +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:087fe327dbd4ab65eb4bbea49a98654b54e71fa0ad653f54190cea7bcc917ed6 -size 68115 diff --git a/arena_elo/results/20240605/elo_results_video_generation.pkl b/arena_elo/results/20240605/elo_results_video_generation.pkl deleted file mode 100644 index a9fcd2a35f2c697ee74052e95a0794bd5c1f433a..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240605/elo_results_video_generation.pkl +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc59a521a30af39418ca44a2e8abe210a24c091a817e319ac9a19865819330fe -size 59905 diff --git a/arena_elo/results/20240605/image_editing_leaderboard.csv b/arena_elo/results/20240605/image_editing_leaderboard.csv deleted file mode 100644 index 9403582db6fdb08c0c8e54a91ba05625924dd15a..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240605/image_editing_leaderboard.csv +++ /dev/null @@ -1,10 +0,0 @@ -key,Model,Arena Elo rating (anony),Arena Elo rating (full),License,Organization,Link -MagicBrush,MagicBrush,1111.287883287791,1115.4920223628246,CC-BY-4.0,"The Ohio State University, University of Waterloo",https://osu-nlp-group.github.io/MagicBrush -InfEdit,InfEdit,1079.0215496678925,1078.7425836837601,CC BY-NC-ND 4.0,"University of Michigan, University of California, Berkeley",https://huggingface.co/spaces/sled-umich/InfEdit -CosXLEdit,CosXLEdit,1065.6805346660533,1066.6576811167185,cosxl-nc-community,Stability AI,https://huggingface.co/spaces/multimodalart/cosxl -InstructPix2Pix,InstructPix2Pix,1032.7530333195389,1030.5892525970432,"Copyright 2023 Timothy Brooks, Aleksander Holynski, Alexei A. Efros","University of California, Berkeley",https://www.timothybrooks.com/instruct-pix2pix -PNP,PNP,998.4983696664473,1003.328498120622,-,Weizmann Institute of Science,https://github.com/MichalGeyer/plug-and-play -Prompt2prompt,Prompt2prompt,987.9337296502758,989.1241997635233,Apache-2.0,"Google, Tel Aviv University",https://prompt-to-prompt.github.io -CycleDiffusion,CycleDiffusion,938.9517299322257,932.9343115136126,X11,Carnegie Mellon University,https://github.com/ChenWu98/cycle-diffusion -SDEdit,SDEdit,928.5595445205557,926.8259267403399,MIT License,Stanford University,https://sde-image-editing.github.io -Pix2PixZero,Pix2PixZero,857.3136252892202,856.3055241015554,MIT License,"Carnegie Mellon University, Adobe Research",https://pix2pixzero.github.io diff --git a/arena_elo/results/20240605/t2i_generation_leaderboard.csv b/arena_elo/results/20240605/t2i_generation_leaderboard.csv deleted file mode 100644 index 413ccd1cd473f696ecf35bb2d28891d3fc12c121..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240605/t2i_generation_leaderboard.csv +++ /dev/null @@ -1,12 +0,0 @@ -key,Model,Arena Elo rating (anony),Arena Elo rating (full),License,Organization,Link -PlayGround V2.5,PlayGround V2.5,1151.4765748556717,1153.6593332791817,Playground v2.5 Community License,Playground,https://huggingface.co/playgroundai/playground-v2.5-1024px-aesthetic -PlayGround V2,PlayGround V2,1100.3037040843228,1099.2629295943668,Playground v2 Community License,Playground,https://huggingface.co/playgroundai/playground-v2-1024px-aesthetic -StableCascade,StableCascade,1057.3087770064067,1061.7664219410574,stable-cascade-nc-community (other),Stability AI,https://huggingface.co/stabilityai/stable-cascade -SDXLLightning,SDXLLightning,1052.18389910394,1056.4972274621996,openrail++,ByteDance,https://huggingface.co/ByteDance/SDXL-Lightning -PixArtAlpha,PixArtAlpha,1051.5563906642553,1039.507593874199,openrail++,PixArt-alpha,https://huggingface.co/PixArt-alpha/PixArt-XL-2-1024-MS -PixArtSigma,PixArtSigma,1049.8702445682718,1049.1941177240374,openrail++,PixArt-alpha,https://fal.ai/models/fal-ai/pixart-sigma -SDXL,SDXL,1000.4056267411033,998.804982828749,openrail++,Stability AI,https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0 -SDXLTurbo,SDXLTurbo,934.7707608687357,932.5634380637507,sai-nc-community (other),Stability AI,https://huggingface.co/stabilityai/sdxl-turbo -LCM(v1.5/XL),LCM(v1.5/XL),932.2617211496097,925.5957004497745,openrail++,Latent Consistency,https://fal.ai/models/fal-ai/fast-lcm-diffusion/api -OpenJourney,OpenJourney,853.0015060982882,847.4884318387889,creativeml-openrail-m,PromptHero,https://huggingface.co/prompthero/openjourney -LCM,LCM,816.8607948593981,829.9259097682236,MIT License,Tsinghua University,https://huggingface.co/SimianLuo/LCM_Dreamshaper_v7 diff --git a/arena_elo/results/20240605/video_generation_leaderboard.csv b/arena_elo/results/20240605/video_generation_leaderboard.csv deleted file mode 100644 index a73d821014ca2ba41b42807ec558ab472bed66c2..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240605/video_generation_leaderboard.csv +++ /dev/null @@ -1,9 +0,0 @@ -key,Model,Arena Elo rating (anony),Arena Elo rating (full),License,Organization,Link -T2VTurbo,T2VTurbo,1114.0976950076051,1111.996839823075,cc-by-nc-4.0,"University of California, Santa Barbara",https://huggingface.co/jiachenli-ucsb/T2V-Turbo-VC2 -StableVideoDiffusion,StableVideoDiffusion,1111.5916401252923,1115.2642690156,stable-video-diffusion-nc-community,Stability AI,https://fal.ai/models/fal-ai/fast-svd/text-to-video/api -VideoCrafter2,VideoCrafter2,1077.0075945696226,1077.7266263652966,Apache 2.0,Tencent AI Lab,https://ailab-cvc.github.io/videocrafter2/ -AnimateDiff,AnimateDiff,1073.1580940041636,1071.1675217333839,creativeml-openrail-m,"The Chinese University of Hong Kong, Shanghai AI Lab, Stanford University",https://fal.ai/models/fast-animatediff-t2v -LaVie,LaVie,995.5394165448754,995.6499275888945,Apache 2.0,Shanghai AI Lab,https://github.com/Vchitect/LaVie -OpenSora,OpenSora,914.4387176103126,914.0080243221488,Apache 2.0,HPC-AI Tech,https://github.com/hpcaitech/Open-Sora -ModelScope,ModelScope,864.3033408750659,863.9078826243627,cc-by-nc-4.0,Alibaba Group,https://arxiv.org/abs/2308.06571 -AnimateDiffTurbo,AnimateDiffTurbo,849.8635012630624,850.2789085272368,creativeml-openrail-m,"The Chinese University of Hong Kong, Shanghai AI Lab, Stanford University",https://fal.ai/models/fast-animatediff-t2v-turbo diff --git a/arena_elo/results/20240614/clean_battle_image_editing.json b/arena_elo/results/20240614/clean_battle_image_editing.json deleted file mode 100644 index 93220d6bd5028ff38736470cd3c94f61a822438e..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240614/clean_battle_image_editing.json +++ /dev/null @@ -1,9338 +0,0 @@ -[ - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707712630.872 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707712699.668 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707712896.0427 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707712929.7061 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707713147.0445 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707713198.9284 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707713210.1306 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707713747.5115 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707715613.7226 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707765708.2644 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707765861.2742 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707765975.0206 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707768866.9065 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707771673.2989 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707784377.6617 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707784466.8915 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707784983.9581 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707785277.16 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707795299.0619 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707795798.752 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707796435.7996 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707797278.7369 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707797279.6004 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805086.9739 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805220.3253 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805332.6322 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805476.0509 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818374.3438 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834631.9088 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834954.0147 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835366.544 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835643.6178 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835789.25 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836852.671 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707836952.6082 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707837020.7148 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707837226.2259 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707838166.1449 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707838405.0013 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707839133.3126 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707839484.6824 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707850104.2499 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707851384.7689 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707851936.9466 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707852836.3291 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707852878.673 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707853008.1359 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707856807.6229 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707863740.3507 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707866312.1118 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883083.3533 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883181.1397 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883187.9173 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883507.587 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883939.6125 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707892689.4407 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908988.749 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912639.2701 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917685.9574 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919429.336 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707932651.9192 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707932749.3107 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933208.5797 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707945335.6341 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708031168.6838 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708038931.5388 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708057382.78 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708093689.8237 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708093910.4683 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708095090.8232 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708095305.4665 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140553.1694 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708145512.3656 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708145724.4127 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708146846.5098 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189738.4864 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708235874.9246 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708257619.7115 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708341265.7655 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708350183.3086 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708399707.1681 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708441502.4707 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708441716.8195 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708546759.2009 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708546805.4892 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708547082.7124 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708547166.9685 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708547293.7107 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708575046.0529 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708615466.9264 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708615516.3341 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205399.0098 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205767.8923 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709443700.05 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709702898.9291 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710091925.1861 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710517781.1525 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710517859.2942 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710535672.9791 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714359818.6646 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714363016.9972 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714715956.3416 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714759928.3804 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715246275.0118 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715247590.2235 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715406266.2562 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715406354.5284 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715406371.8227 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715406418.5066 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1715406449.9401 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715406466.5778 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715620708.6361 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715621013.5373 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715661224.0507 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661259.6143 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661288.6018 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715661310.3621 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715718742.1258 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715718773.1054 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715718785.2832 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715718804.143 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715718826.0248 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715718869.0041 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715718904.9307 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715718933.1272 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715718954.8497 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715718966.8633 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719000.6673 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719019.5495 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719035.903 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719046.925 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719059.6291 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715719076.6727 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719086.7836 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719109.8071 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719122.8237 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715719134.1345 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715719153.4359 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715719160.5285 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715719171.4473 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719184.6227 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719210.0429 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719219.6447 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719237.7036 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719249.4321 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719257.5877 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719273.7637 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715719288.4629 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719299.1712 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719306.5928 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715719356.0694 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719368.0491 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719379.185 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719389.0771 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715719397.7162 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719406.4165 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719429.1002 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719435.4694 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719454.4526 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715719470.154 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719482.3114 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719499.9643 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719513.7317 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715719527.69 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719542.751 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715719560.9912 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719575.3291 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715719581.9552 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719591.9907 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719601.8819 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719612.1837 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719620.469 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719627.34 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719632.694 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719652.2038 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719661.8855 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719677.2949 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719687.3022 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719699.47 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719706.2375 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715719717.3564 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719722.5542 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719728.5417 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719737.2385 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715815138.5243 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715815152.0033 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715815169.0475 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715815187.1917 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815197.5233 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815209.8285 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815228.6736 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815236.3935 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715815265.9705 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715815278.5019 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715815294.5978 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715815325.4468 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715913098.6617 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716541099.5281 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716604696.0584 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716604715.0998 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716604747.7838 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716604763.4297 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716604782.4706 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716604802.0201 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716604811.6914 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716604825.8294 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716604840.2501 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716604877.822 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716604889.6984 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716604900.9223 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716604924.2766 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716604973.5794 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605034.895 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605062.8663 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605094.132 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605107.7767 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605140.0956 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605160.9401 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605168.0546 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605180.0919 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605190.4643 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605203.491 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605212.2599 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605237.2731 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605272.7429 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605289.9933 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605364.041 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605374.0614 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605393.5416 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605435.4312 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605443.9063 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605459.0496 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605473.3953 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605489.2814 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605504.7184 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605514.6453 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605529.8279 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605536.3404 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605543.2047 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605555.7948 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605601.5404 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605617.6268 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716605767.6135 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605777.2385 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605786.114 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605797.1427 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605809.6831 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605815.6526 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605835.1453 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605851.8386 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605858.451 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605866.4186 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605876.5431 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605891.073 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605900.0983 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605911.731 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716605928.9167 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605935.6882 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605946.6158 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605963.4158 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605972.2306 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605977.6398 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605987.465 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605996.3853 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606007.8113 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606016.5768 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606025.5488 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606039.5413 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606046.7561 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606054.0681 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606077.4586 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606088.2332 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606094.3957 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716606109.6773 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606119.4549 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716606125.8236 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606173.3143 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606195.2603 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606212.8981 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606219.0605 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606276.8289 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606288.2044 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606301.084 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606308.3969 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606433.9409 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606445.3091 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606477.3758 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606493.8176 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716606508.3021 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606516.8283 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606522.0526 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716606532.5815 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716606539.6957 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606547.5616 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716606554.0222 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716606564.3506 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606571.9707 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606585.7455 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606658.4599 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606693.8678 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716606709.0046 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606714.772 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716606727.6123 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716606735.0284 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606736.1803 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716606750.7617 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606786.724 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716606795.6984 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606813.8378 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606821.1015 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716607198.5045 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716607313.6175 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716607335.621 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716607370.4447 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716607389.5909 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716607420.1556 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716607435.2448 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716607465.4746 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716607486.7762 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716607506.9187 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716607635.4724 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716607663.0868 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716607692.9044 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716607819.9864 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716607857.6216 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716607895.8098 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716607940.0025 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716608033.9248 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716608099.9552 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716608114.2412 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716608131.8764 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716608196.7546 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716608299.8432 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716608352.2537 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716608470.6085 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716608508.9979 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716608535.256 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716608566.826 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716608606.9532 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716608621.3425 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716608645.7473 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716612490.9409 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716612527.7806 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716612609.5129 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716612630.2038 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716612663.528 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716612720.848 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716612753.058 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716612767.6391 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716612818.0482 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716612834.8391 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716612983.5404 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716613207.8915 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716613226.5981 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716613269.8392 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716613291.7248 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716613309.4071 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716613349.4281 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716613367.9389 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716613477.8186 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716613526.575 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716613544.7169 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716613580.5038 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716613599.3925 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716613614.4265 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716613641.2903 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716624300.8537 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716624324.2507 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716624482.9731 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716624506.1195 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716624641.2863 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716624657.8231 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716624672.2087 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716624694.7044 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716624708.3765 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716624735.9337 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716624764.5497 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716624811.5006 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716624821.927 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716627512.45 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716627556.3932 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716627583.262 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716627601.5072 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716627630.3773 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716627645.3205 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716627654.1454 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716627664.0213 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716627696.4511 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716627737.1743 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716627760.0293 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716627806.4061 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716627823.411 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716627837.6457 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716627889.0123 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716627913.6212 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716627938.5274 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716627966.1975 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716627991.8079 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628039.5051 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716628049.0246 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628071.9832 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628102.5049 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628123.5594 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628139.9985 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716628202.7625 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628221.104 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716628235.6369 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628251.4878 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716628267.8306 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628349.2577 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628370.6073 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628387.7431 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628402.2801 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628427.6381 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716628441.3679 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628552.0395 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628575.0907 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628587.6707 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628613.9413 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628733.2486 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716628772.2221 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628791.3244 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628807.4081 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628821.1404 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716628836.985 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628861.8452 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628891.0125 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628902.487 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716628918.8331 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628951.6453 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628964.4758 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628982.7156 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628995.118 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716629006.1009 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716629122.6311 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716629131.5469 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716629155.007 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716629223.4708 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716629240.7598 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716629252.7463 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716629269.2787 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716629285.113 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716629309.7244 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716629327.7166 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716629348.9576 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716629379.5769 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716629387.8439 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716629394.9593 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716630816.1122 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716630830.5477 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716630859.8113 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716630885.4225 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716630924.4544 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716630945.9567 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716630954.8739 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716630968.5578 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716630975.9243 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716630992.0216 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631006.7525 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631016.2736 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631043.2819 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631060.2613 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631073.9389 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631096.5981 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631112.1769 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631124.7037 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631145.1105 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631153.7837 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631163.1188 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631172.0382 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631183.3196 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631202.0102 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631210.0823 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631235.8828 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631312.1531 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631329.399 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631346.5938 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631361.6892 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631371.3178 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631382.9464 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631401.9484 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631417.3884 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631448.8928 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631488.7331 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631507.9737 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631517.4479 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631531.9308 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631553.6769 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631570.6625 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631580.1846 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631598.3167 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631619.3618 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631630.5917 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631664.6107 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631674.7839 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631684.5079 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631699.6647 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631707.7887 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631719.8237 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631731.3032 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631769.5139 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631801.296 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631813.1815 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631828.467 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631836.0902 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631848.4219 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631861.4561 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631875.5465 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631890.5883 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716638896.4123 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716638917.0964 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716638929.8315 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716638951.6381 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716638962.8244 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716638988.3276 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716639003.4669 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716639020.3111 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716639037.6966 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716639055.943 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716645468.6656 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716645603.2374 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716646164.612 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716646283.3472 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716646367.4252 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716646552.7164 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716646593.4385 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716646674.2926 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716646705.5886 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716646764.3246 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716646790.3248 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716646908.2416 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716646917.0648 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716646962.0953 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716646983.9078 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647000.6985 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647018.3633 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647028.6519 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647069.2087 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647081.4386 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647094.6684 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647107.594 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647137.1078 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647149.0847 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647164.5651 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647193.8495 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647207.3299 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647225.9565 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647237.3443 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647247.7742 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647259.7063 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647277.9556 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647293.7004 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647309.7046 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647329.3152 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647368.3156 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647388.6718 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647399.0991 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647408.8236 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647423.0791 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647429.2995 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647462.174 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647475.9573 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647484.0343 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647492.1555 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647504.6877 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647517.8133 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647524.0753 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647535.0545 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647545.384 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647554.8101 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647571.0596 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647578.6755 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647587.3561 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647603.0765 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647612.2839 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647623.6549 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647638.9469 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647653.8856 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716667796.1672 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716667816.6491 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716667838.2985 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716667860.5556 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716667884.9599 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716667901.3108 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716667924.6361 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716667944.9242 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716668287.7166 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716668327.9491 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716668343.2883 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716697472.7914 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716697504.4035 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716697573.1098 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716697624.325 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716697744.7634 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716697956.3807 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716698033.0577 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716698245.4344 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716698327.003 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716698371.6 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716698415.9121 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716698532.8953 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716698558.7503 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716698579.6523 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716698675.3115 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716698771.0441 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716698816.1336 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716698852.9314 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716698895.188 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716698933.0638 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716698970.2659 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716699036.1158 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716725103.4194 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725120.8321 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725177.518 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725206.1811 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725232.3641 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725265.4435 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725273.1522 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725286.6907 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716725336.5373 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725356.592 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725380.8564 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725393.6974 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725408.9409 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725423.1308 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725432.9063 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725448.4239 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725469.283 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725486.8823 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716725498.6122 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725513.3688 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725555.9442 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725563.9122 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725573.8446 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716725588.1728 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725599.5479 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725691.6935 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725704.7868 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716725717.6671 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716725733.9649 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725749.405 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725765.4507 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725779.885 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725788.5182 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716725801.1148 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725812.947 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725822.4764 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716725843.3425 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716725858.0287 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725864.898 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725883.5483 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725899.1615 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725916.7568 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725929.6466 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725960.9953 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725969.5173 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725978.2458 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725988.7294 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725997.7098 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726052.9235 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726062.2163 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726079.1784 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726089.0051 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726100.9303 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726106.9981 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726181.5152 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726194.4541 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726210.8484 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726222.7297 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726232.6604 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726241.3459 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726250.2725 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726259.2974 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726270.4228 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726283.5017 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726288.9639 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726301.2998 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726311.6449 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726322.2733 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726331.7043 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726342.534 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726352.3007 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726360.8671 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726375.4623 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726442.4983 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726479.6581 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726489.4382 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726497.8571 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726650.7564 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726666.148 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726685.0972 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726700.6411 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726720.8035 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726850.0132 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726860.3356 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726869.5719 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726878.9527 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726893.8929 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726905.2733 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726912.4957 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726921.1703 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726931.0016 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726945.6522 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726954.269 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726966.1476 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726976.7288 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726985.7507 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726994.7678 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727000.3326 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727007.0475 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727084.248 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727094.5719 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727103.1498 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727110.5311 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727117.0022 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727130.1414 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727140.3192 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727152.0947 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727159.4137 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727168.834 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727181.0654 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727187.9869 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727194.7647 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727210.4056 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727217.6723 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727225.234 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727240.5225 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727280.6958 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727291.9284 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727313.3798 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727329.2167 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727342.9492 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727352.7768 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727361.2992 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727370.3721 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727385.0504 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727394.9735 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727403.6456 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727411.1677 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727421.2407 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727434.2823 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727442.6072 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727452.7373 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727460.2099 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727467.3859 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727475.6552 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727483.3718 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727504.8113 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727512.3856 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727521.954 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727546.9149 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727553.7833 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727565.8214 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727580.3035 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727595.4295 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727627.0124 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727642.3164 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727651.8417 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727766.9252 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727783.5783 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727791.2986 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727800.8717 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727807.8322 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727814.7437 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727833.5955 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727840.6222 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727848.448 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727853.6167 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727875.6262 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727962.6967 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727969.5155 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727980.2147 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727991.5302 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727998.7991 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728003.9723 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728009.5917 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728021.0284 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728027.6106 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728036.1964 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728043.0191 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728048.4259 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728057.0579 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728069.9569 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728075.4683 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728083.4866 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728098.2752 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728109.9985 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728120.1675 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728128.2855 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728135.1512 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728139.9626 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728152.3502 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728160.6171 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728175.5073 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728182.7262 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728188.0396 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728193.1535 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728204.5769 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728214.5113 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728232.5306 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728238.5444 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728247.7701 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728261.0162 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728267.0339 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728273.0023 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728280.8717 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728286.5857 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728293.647 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728305.528 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728312.3004 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728321.2286 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728328.2916 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728798.2101 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728810.132 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728821.5646 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716745620.8532 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716745652.6839 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716745700.088 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716745855.4743 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716745897.8491 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716745953.0266 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716745973.8221 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716746017.6491 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716746205.3685 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716746244.2996 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716746264.2568 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716746280.753 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716747213.2132 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716747256.9527 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716747300.2075 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716747339.5826 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716747369.3644 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716747398.616 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716747448.3494 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716747552.803 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716747584.6276 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716747606.2848 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716747649.6574 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716747682.3376 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716747722.6405 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716747797.5494 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716747869.0399 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716747891.4571 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716747920.2327 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716747939.584 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716749646.7843 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716749696.354 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716749730.2495 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716749776.2764 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716749888.4603 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716749914.5802 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716749940.5542 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716749970.5263 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716750008.2537 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716750043.8712 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716750065.3746 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716750112.0539 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716750157.4182 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716750199.2141 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716750245.6854 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716750276.6703 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716750290.0386 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716750349.4492 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716750770.827 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716750833.5807 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716750884.3672 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716750909.7914 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716750937.9258 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716750946.6655 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751002.0069 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716751046.5212 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716751061.8143 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716751286.7161 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716751312.3299 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716751333.1833 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716751352.0314 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716751398.6861 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716751409.0689 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751438.6903 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751449.6622 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751493.5744 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716751520.7481 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751537.404 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716751571.7975 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751597.6236 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751674.3896 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751897.9933 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751919.4483 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716751963.2601 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751980.0005 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716752027.9047 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716752069.4363 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716752091.6392 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716752112.3889 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716752185.2672 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716752208.324 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716752232.3811 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716752258.8471 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716752273.9366 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716752289.3346 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716752318.912 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716752341.673 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716752369.1086 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716752420.3603 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716752443.7085 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716752473.0068 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716770800.2033 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716770833.503 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716770921.4936 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716770961.0228 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716770978.5851 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716771033.0563 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716771066.8997 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716771084.1461 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716771390.7352 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716771435.5882 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716771460.8085 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716771501.3232 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716771529.5106 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716771569.7391 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716771623.3557 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716771639.5937 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716771692.6055 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716771726.0409 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716771740.3794 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716771761.0267 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716771786.9587 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716771832.6608 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716771864.9875 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716771988.4943 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772015.8433 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716772047.2998 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772072.6244 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716772110.219 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716772148.5693 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716772175.5359 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772220.595 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772248.9167 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716772264.4062 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716772290.9725 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772311.6721 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716772346.2647 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716772364.5651 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716772417.134 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772447.3156 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772475.9282 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716772504.7128 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772534.6455 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772558.7136 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716772618.9677 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772637.6682 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716778193.4021 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716778255.1581 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716778281.1296 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716778297.5692 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716778319.2647 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716778336.0106 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716778363.1849 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716778407.3813 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716778438.3131 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716778457.8029 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716778478.8008 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716778524.6186 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716778543.2156 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716778581.0017 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716778595.846 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716778607.4723 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716778704.4312 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716778784.114 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716778801.3088 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716778816.989 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716778835.9736 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716778850.5585 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716778885.4462 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716778968.7207 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716778982.5946 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716779003.2926 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716779035.6513 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716779097.9753 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716779110.0009 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716779164.9744 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716779245.6599 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716779296.482 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716779322.9584 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716779479.8991 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716779640.4905 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716779656.9219 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716779665.4907 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716779751.7009 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716779988.3009 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716780075.7086 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716780472.9575 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716780485.9866 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716780534.8805 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716780704.5129 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716780809.5332 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716781707.8162 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716781778.9452 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716781789.3343 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716781802.7098 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716781835.6565 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716781850.9427 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716782287.4771 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716782307.5565 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716782937.7169 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783011.9293 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783055.2146 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783156.9271 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716783193.0253 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716783208.4454 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716783218.1332 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716784739.8189 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716784748.8183 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716784757.1946 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716784765.8243 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716784775.4521 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716784787.5963 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716784801.2159 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716784807.5815 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716784816.2664 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716784821.9924 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716784839.6517 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716784847.4338 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716784854.3106 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785024.4047 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785046.8706 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785053.8933 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785060.513 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785067.5828 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785075.749 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785087.6916 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785096.0125 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785108.6982 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785116.5259 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785127.3601 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785132.0745 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785139.7482 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785144.0578 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785151.4275 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785158.947 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785167.5445 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785175.8666 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785183.1868 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785192.5624 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785200.1835 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785206.9135 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785212.8835 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785218.6964 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785224.6635 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785234.6452 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785256.9071 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785266.7337 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785278.6704 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785291.4158 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785300.1498 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785305.2199 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785313.2209 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785317.5344 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785324.3491 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785333.0287 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785340.8999 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785349.0648 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785356.5829 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785363.3454 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785368.7598 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785384.7571 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785389.6236 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785396.3496 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785402.7159 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785415.2479 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785423.4729 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785430.0946 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785437.6661 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785443.3382 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785449.2573 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785454.8719 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785461.1412 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785466.0021 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785472.821 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785484.5529 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785494.9277 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785505.7098 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785512.5814 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785520.1532 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785531.8845 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785538.5559 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785545.434 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785551.657 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785561.7403 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785568.9193 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785578.0577 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785583.0768 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785590.6469 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785599.7238 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785607.651 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785620.092 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785625.6658 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785636.7949 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785643.572 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785649.2373 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785655.7093 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785661.2337 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716791578.2263 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716848213.9411 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716848236.6724 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716848256.6296 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716848276.9927 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716848291.9049 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716848303.7966 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716848321.8917 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716933000.7532 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716996806.4746 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716997108.8591 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717033419.5582 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717033466.5538 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717033496.9304 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717124938.8257 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.4.148", - "anony": false, - "tstamp": 1717223388.7242 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717229294.5639 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717347216.3245 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.30.231", - "anony": false, - "tstamp": 1717622911.4653 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": false, - "tstamp": 1717622985.8944 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": false, - "tstamp": 1717622995.9644 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.6.152", - "anony": false, - "tstamp": 1717623012.647 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.6.152", - "anony": false, - "tstamp": 1717623034.3926 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": false, - "tstamp": 1717623046.22 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": false, - "tstamp": 1717623063.5052 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.6.152", - "anony": false, - "tstamp": 1717623074.1392 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.6.152", - "anony": false, - "tstamp": 1717623082.3616 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717663476.2812 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1717663503.312 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717663541.7975 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": false, - "tstamp": 1717663600.1557 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717780740.8295 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717780756.3166 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1717780769.6022 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1717780812.8958 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717780829.6285 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1717780840.0679 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1717780849.7988 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1717780857.1319 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717780871.2706 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717780888.8767 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717780917.5059 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717780944.125 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717780955.9244 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717784769.4915 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717784815.0688 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717784829.8528 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717784842.9898 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717784870.6045 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717784891.4167 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717786020.88 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717786893.5811 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717786941.4675 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1717786994.0537 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717815207.2208 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717815221.342 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717873490.0564 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717873500.7295 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718020958.9711 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718029233.7116 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718029253.1824 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718029273.8655 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718029305.6487 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718258301.4356 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718356734.1319 - } -] \ No newline at end of file diff --git a/arena_elo/results/20240614/elo_results_image_editing.pkl b/arena_elo/results/20240614/elo_results_image_editing.pkl deleted file mode 100644 index 6c5b1b3cfb4f5beb1aaa2e9b8a1f8569b55f332b..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240614/elo_results_image_editing.pkl +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fde68a8cf230f58694822efa93ea9fb2cccca0348ab28510edb32a989ba9ffc5 -size 62482 diff --git a/arena_elo/results/20240614/image_editing_leaderboard.csv b/arena_elo/results/20240614/image_editing_leaderboard.csv deleted file mode 100644 index 872b6e5a88568adc633c6d491045b19dc31cb7b6..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240614/image_editing_leaderboard.csv +++ /dev/null @@ -1,10 +0,0 @@ -key,Model,Arena Elo rating (anony),Arena Elo rating (full),License,Organization,Link -MagicBrush,MagicBrush,1111.7570507833766,1116.1948688005264,CC-BY-4.0,"The Ohio State University, University of Waterloo",https://osu-nlp-group.github.io/MagicBrush -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 -CosXLEdit,CosXLEdit,1066.238965795248,1067.2396111394378,cosxl-nc-community,Stability AI,https://huggingface.co/spaces/multimodalart/cosxl -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 -PNP,PNP,1000.2652636374402,1004.8683829913018,-,Weizmann Institute of Science,https://github.com/MichalGeyer/plug-and-play -Prompt2prompt,Prompt2prompt,993.1986182667401,994.2465198113878,Apache-2.0,"Google, Tel Aviv University",https://prompt-to-prompt.github.io -CycleDiffusion,CycleDiffusion,939.1665758899721,933.2296459876471,X11,Carnegie Mellon University,https://github.com/ChenWu98/cycle-diffusion -SDEdit,SDEdit,925.7056497451632,924.0404372333446,MIT License,Stanford University,https://sde-image-editing.github.io -Pix2PixZero,Pix2PixZero,854.321008718494,852.8919517045811,MIT License,"Carnegie Mellon University, Adobe Research",https://pix2pixzero.github.io diff --git a/arena_elo/results/20240619/clean_battle_t2i_generation.json b/arena_elo/results/20240619/clean_battle_t2i_generation.json deleted file mode 100644 index 26acf21ce616dd619f118c2584e287ac30479328..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240619/clean_battle_t2i_generation.json +++ /dev/null @@ -1,49178 +0,0 @@ -[ - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707700514.3167 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707701110.2369 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707707434.9832 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707707467.1955 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707715202.5963 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707743517.6731 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707748092.0895 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707766084.3648 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707767434.9053 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707768049.9814 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707771506.9525 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707771618.8687 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707775417.8407 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707797986.5458 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707798121.0587 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707798585.0672 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707802112.022 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707802188.2116 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707802195.8893 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707803608.5079 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707803788.5758 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707803904.6801 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707803981.9232 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804176.6944 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804270.7927 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804297.8869 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804318.2703 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804334.1219 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804349.6842 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804364.5668 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804402.5063 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804439.225 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804479.6379 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804525.4779 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804569.4346 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805195.1868 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805385.1199 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707805544.5954 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805719.6055 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805892.4114 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806065.7944 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806165.7019 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806263.1867 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806323.9389 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806366.3154 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806417.7003 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806450.0813 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806488.8729 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806686.917 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707807465.0362 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707807624.1859 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808070.8364 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808165.8424 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808223.4083 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808242.8483 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808305.2596 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808365.8652 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808516.9725 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808592.0266 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707808776.6806 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707809207.6029 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707809528.5104 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707810829.8424 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707810888.7795 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707811836.4507 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812355.1994 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812463.5112 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812564.4237 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812633.8829 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812692.7422 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812731.7789 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812790.8552 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813196.5863 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813385.0823 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813688.5409 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813789.2976 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813801.8046 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813968.2954 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814081.937 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814113.8281 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814208.3473 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814576.4902 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814587.9823 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814630.8904 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707814638.1626 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814678.0675 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815069.0454 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815265.8876 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815309.9341 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815471.0053 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815496.1672 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815515.1383 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815597.8351 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707816139.8542 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707816453.2139 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707816524.6134 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707816642.8445 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707817578.7496 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818116.1249 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818116.4886 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818164.7455 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818248.2875 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818875.2918 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707819636.4627 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707820183.6769 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707820223.2706 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707821064.6519 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707821537.8837 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707821734.9105 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707821913.7658 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707822028.5932 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707822757.6234 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707824160.6135 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707824465.7056 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707824555.3203 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825315.02 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825427.9915 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825465.0846 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825513.2124 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825892.4661 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825936.2938 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707826004.6453 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707826621.1118 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707826696.6391 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707827607.6358 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707828504.1443 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707828598.2702 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707828650.1074 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829422.0774 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829424.1119 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829545.1677 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829558.9178 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829575.4002 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707829605.377 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829655.401 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829671.9346 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829764.2277 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707830051.739 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707831907.61 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707832672.6529 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833021.7755 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833211.1736 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833330.5156 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833567.2266 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833793.1294 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834070.3689 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834184.5449 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834553.1154 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834593.0783 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834668.474 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834707.0272 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834747.5192 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834769.6714 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834838.9968 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834939.7331 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835013.9187 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835059.1088 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707835084.9734 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835143.1459 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835157.8035 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835271.8395 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835326.7352 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835390.8923 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835525.9638 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835615.8358 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835679.3932 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835717.0721 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835853.3267 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835989.8838 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707836084.5509 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836132.9464 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836135.0599 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836237.3436 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836314.9641 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836695.3278 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707837085.8896 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707839155.8114 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707840267.3024 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707840932.8884 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707841426.0637 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707841877.0338 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707841965.2778 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707842944.8061 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707843000.9465 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707843932.2112 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707844717.8943 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707845169.7825 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707846883.7945 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847300.2803 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847465.1349 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847529.7859 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847805.9735 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847846.2293 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707848073.1447 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707848814.4383 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707849117.1598 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707850807.7058 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707850898.7895 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707851643.0572 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707852226.5775 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707852250.3298 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707852649.075 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707852658.3925 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854112.6589 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854223.7006 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854439.3584 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854467.9121 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854493.356 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707854644.0324 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854745.2094 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707854859.0911 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855029.8798 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855287.8118 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707855365.8721 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855592.3744 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855617.8623 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855662.3148 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707855663.1059 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707855706.2598 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855818.7279 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707857642.2074 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707857681.8972 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707858601.4616 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707859063.3978 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707859131.0729 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707859155.9948 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707859314.8579 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707861187.3856 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707861468.4384 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707861681.2523 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707861762.884 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863154.0782 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863220.9442 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863276.7531 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707863359.6247 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863562.8628 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863623.6038 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707864470.9299 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707865527.8262 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707865559.346 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707866156.3368 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707866211.1115 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707867088.7165 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707867880.8468 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707869812.1567 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707870348.7079 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707870392.0767 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707870526.6392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707870575.054 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707870639.4277 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871185.0523 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871233.4711 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871275.0108 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871354.9701 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871603.5439 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707871663.4536 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707871686.2102 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871840.7281 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871909.9365 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707872099.4329 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707872920.9285 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707872977.5665 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707874406.8176 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707875417.714 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707875703.986 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707875827.46 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707876432.1059 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707876829.205 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707877060.6713 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707878629.8346 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707878669.1334 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707878754.5179 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707879902.0051 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707881075.7184 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707881126.4996 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707882647.3191 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707882792.5618 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883779.6594 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707884893.6044 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707884977.6614 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707885031.1868 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707885083.3686 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707885959.1288 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707886120.659 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707886453.0044 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707887924.3075 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707888115.6326 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707888163.9161 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707888250.1088 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707888730.6572 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707888918.6905 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707889251.9249 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707889339.3417 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889511.4789 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889669.429 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889749.9811 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889822.2849 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707889889.5842 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889977.4531 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707890036.0378 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707890352.6404 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707890503.3537 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707890577.6157 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707891026.6919 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707891203.8892 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707891238.0325 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707891817.495 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707891838.6998 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707891867.0386 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707892517.4853 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707892603.8426 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707892776.7545 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707892856.4175 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707893005.224 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707893730.3778 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707893776.5582 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707893845.3551 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707893914.9762 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707894034.0264 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707894096.279 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707895246.3966 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707895682.8333 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707896516.4099 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897405.8243 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897594.363 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897777.4843 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897851.2186 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897859.3775 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897981.0235 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707898245.577 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707898288.3873 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707898690.7825 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707899153.9213 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707899254.7719 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707899600.5993 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707899708.2314 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707900399.2522 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707901463.2114 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707901625.6262 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707901724.895 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707901805.2825 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707901851.0289 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707901919.5957 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707902655.3889 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707903934.1831 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707903976.2698 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707904071.9685 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707904602.7143 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707904819.7667 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905092.372 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905159.5688 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905200.2306 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905205.8817 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905273.4656 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905352.1535 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905388.8247 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707905403.3113 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906463.3872 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906506.8365 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906531.5441 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906549.5815 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906674.4723 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906696.9843 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707906720.9523 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906789.0782 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707906831.6404 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906871.5136 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707906901.3599 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907016.8681 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907048.7211 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907133.1481 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907147.7204 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707907185.1271 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907223.9358 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707907247.2444 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707907276.8843 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907327.1575 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907427.1745 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907625.4958 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907746.2735 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907788.1814 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907918.7149 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907958.4932 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908048.9348 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908051.4076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908075.9936 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908311.8685 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908325.8212 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908458.9354 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707908563.0142 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908632.1933 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908900.8127 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908931.366 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707909339.6597 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707909562.0429 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707909679.8987 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707909685.0761 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707909778.3151 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707909998.5448 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910050.1127 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910100.9659 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910410.3087 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910587.4802 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910637.0556 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910755.6916 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910801.7684 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910811.2485 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910887.2329 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910896.9534 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707910900.8951 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707910905.4941 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910924.6707 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910982.6954 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910991.9937 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911029.3976 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911127.9317 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707911174.7956 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911218.698 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911276.8502 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911291.0875 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911316.0308 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911331.0514 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911344.5667 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707911518.1543 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911665.1089 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911758.3748 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912074.1765 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707912129.4306 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912176.8019 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912185.9448 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707912248.7648 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707912356.6732 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912462.9377 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912567.5438 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912649.0507 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912679.8891 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912837.4157 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912852.8909 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912910.5681 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912946.5205 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912959.2604 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912999.2068 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707913018.0211 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913032.8311 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707913060.4585 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913061.8856 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913099.4482 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913118.919 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913119.8888 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913178.1121 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707913182.7231 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913186.2456 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913203.1502 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913208.3418 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913251.3096 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913271.6578 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707913275.4802 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913313.9229 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913357.2293 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913389.2412 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913395.0962 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913408.1319 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913445.1243 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913472.8458 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913677.7619 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707914794.6501 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707914855.5524 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707914897.5771 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915023.9768 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915466.0448 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915532.6739 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915587.6978 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915672.2025 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915730.2925 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915777.2634 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915810.9608 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915839.1494 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915861.4564 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707915905.9859 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915915.5039 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707915916.0541 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915951.6873 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915960.4007 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707915970.9477 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916012.5482 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916044.5465 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916065.8303 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916099.7404 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916119.8235 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916170.2499 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916184.2409 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916200.7999 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916218.6752 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916256.2347 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916277.5221 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916309.6548 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916346.9444 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916350.0651 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916386.9622 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916390.033 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916390.6858 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916446.0376 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916450.6489 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916469.5215 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916470.5667 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916505.2343 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916518.4975 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916624.0147 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916696.0474 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916735.8473 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916747.4191 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916792.382 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916810.7745 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916813.1735 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916887.1351 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916898.5144 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916982.3532 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917000.8087 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917036.4298 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917058.6626 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917060.2105 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917073.6256 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917085.2154 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917155.4275 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917191.3453 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917205.0975 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917235.0206 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917258.3194 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917342.1145 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917372.6977 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917385.7986 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917423.7412 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917424.2131 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917498.4327 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917531.0262 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917548.0715 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917596.2616 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917600.5537 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917655.0935 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917673.9615 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917719.7166 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917729.4175 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917759.6363 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917804.9582 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917865.5889 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917969.5961 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918011.8903 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918085.0867 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918131.4236 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918160.0215 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918163.8283 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918194.5629 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918221.8827 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918235.3786 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707918264.5256 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918277.8947 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918323.7305 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918332.564 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707918379.8486 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918434.8289 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918734.8183 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919027.1236 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919054.4345 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919144.3406 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919147.9338 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919230.7308 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919296.9083 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919393.1404 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919478.9496 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919493.7021 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919536.9567 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919564.2367 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919583.6984 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919740.9197 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919883.6543 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920419.1473 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920434.6966 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920509.1715 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920594.0594 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920645.8842 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707921077.823 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707921096.5352 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707921127.6203 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707921159.3097 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707921981.7617 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707922061.6904 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707922132.6713 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707922634.743 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707923032.4667 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707923073.1547 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707923142.4485 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707923251.1361 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707923992.1768 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924165.4497 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924275.8604 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924316.0433 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924413.8304 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924458.3192 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707924738.1432 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925003.1457 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707925076.2295 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925129.2682 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925550.0104 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925615.8461 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707925642.6322 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925766.1992 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707926618.0896 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707926694.5902 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707926790.021 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927050.9478 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927126.2106 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927208.069 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927393.043 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927453.8706 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927496.8595 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927535.7321 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927615.331 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927633.9045 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927650.8896 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927672.6334 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927740.0537 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927758.1402 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927810.2906 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927846.7507 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927893.3725 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927952.7473 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707928190.3431 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707928802.3991 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707929496.0313 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707929599.8263 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707930561.6607 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707931092.8987 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707931225.8171 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707931268.194 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707931887.2924 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707931888.75 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707932190.2759 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933068.2769 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933172.4871 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933217.1406 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933237.3513 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933268.7009 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933292.91 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933297.9225 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933369.0276 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933413.8632 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933431.0668 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933447.92 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933592.8238 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933643.523 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933686.1231 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933768.1406 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933803.0941 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933844.2358 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933880.1095 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933884.089 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933934.1742 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934023.9856 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934049.1471 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934128.2119 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934170.6913 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934267.1023 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934319.3214 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934374.2844 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934382.4736 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934500.6694 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934566.6378 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934598.3878 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934605.1143 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934647.2204 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934695.2706 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934736.906 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934850.4166 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707936241.0814 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707936291.0266 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707936385.9089 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938013.3449 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938180.4804 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938613.6437 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938841.3997 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938951.4817 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707939017.3308 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939045.2476 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939335.1893 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707939380.646 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939541.333 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939641.082 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707939724.1214 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939841.1799 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707939863.0875 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939899.5396 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939936.0293 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940089.2411 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707940185.0653 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940242.5355 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940300.4272 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940343.6813 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940414.8563 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707940439.7377 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707941105.2771 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707941135.1485 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941160.7901 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707941193.6775 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941217.7381 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941324.3807 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941402.8543 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941443.2223 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707941964.3088 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707942036.4955 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707942103.4557 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707942169.7327 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707942264.2183 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707942300.6322 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707942371.5746 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707942571.6778 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707942630.0493 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707943172.7209 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707944152.0658 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707944615.6625 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707945506.1476 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707948092.1905 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949089.686 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707949135.1425 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949281.598 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949303.603 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949494.8498 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707949543.3071 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949599.1029 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707949657.3906 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950176.7606 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950429.6834 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950620.6165 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950881.5139 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950909.097 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950952.0049 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951018.3882 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951081.6152 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951110.0858 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951224.8171 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951884.901 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951962.3044 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707953806.744 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707954087.9998 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707955217.9239 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707955441.7822 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707955865.4022 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707956100.154 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707956171.0881 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707956489.8228 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707956816.0064 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707956983.108 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707957228.6115 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707957427.2669 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707957439.2736 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707957488.8019 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707957695.3719 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707957899.2597 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707958825.5013 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959005.2791 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959072.8789 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959117.3202 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959283.7537 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959517.4248 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959519.9556 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959602.5617 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959668.3561 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959749.5751 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959822.3033 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959889.7336 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959970.3128 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959992.4392 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960066.9854 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960107.1791 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960257.2383 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707960280.0116 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960476.5261 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960552.5788 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960670.3518 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960774.498 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707961245.9252 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707961439.0165 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707961551.5716 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707961628.4485 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707961785.4298 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707961956.6665 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962044.6912 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962086.5075 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962154.8799 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962229.5275 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962306.3355 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962403.6811 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962522.5521 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707962603.7058 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962763.9479 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962856.1898 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962892.813 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707964125.4049 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707964169.0741 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707966705.091 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707966724.1749 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707966916.7014 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707967815.2925 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707968982.8117 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707969103.548 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969221.8545 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969259.4015 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969450.7528 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707969665.3351 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969670.5846 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969748.656 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969796.55 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969932.4526 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970385.7193 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970425.3208 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970472.9276 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970503.8312 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970525.255 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972274.9415 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972395.9 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972462.121 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972465.6562 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972546.5605 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972581.2215 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707974383.3476 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707974441.018 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707974600.5679 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707976631.6841 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707979936.4233 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707980270.8804 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707980272.3898 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707981908.5595 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707981954.3946 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707983689.7292 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707984025.2664 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707985171.0128 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707985495.8015 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707985600.1919 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707986326.9305 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707987318.5669 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707989144.9396 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707989216.3561 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707989423.3999 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707989478.1056 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707989604.5316 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990265.1551 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707990333.7524 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990374.8158 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707990391.696 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990445.4444 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990756.83 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990757.2978 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707990932.9713 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707991096.1999 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707991162.0321 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707992030.5292 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707992073.6867 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707992136.65 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707992209.4205 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707992310.9014 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707995128.8881 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707996569.4656 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707996881.5308 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707996925.6111 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707996970.7215 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707997020.0792 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707997022.6461 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707998799.4084 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707999877.7348 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708000822.1476 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708002809.7539 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708003720.8431 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708003807.5267 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708003850.4119 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708003907.1458 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708005395.3762 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708005524.2485 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708005643.0993 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708005691.4589 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708006921.3169 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007031.2278 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007084.9317 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007169.3253 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708007215.3003 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007254.5339 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007292.3956 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007326.5783 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007411.6694 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007479.5755 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007559.7187 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007640.8531 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007824.5635 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007911.4417 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708008022.0812 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708008304.3283 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708008493.171 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708008606.502 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009363.8241 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009519.9965 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009605.0407 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009855.0076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009925.4483 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708010303.5563 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708010563.9384 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708010909.8944 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708012564.8519 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708012593.424 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708012630.3344 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708012755.1099 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708012807.9212 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708014058.736 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708014155.9281 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708014995.8236 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708015893.8303 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708016214.6399 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016573.8328 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016674.2569 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016711.8716 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708016843.4831 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016913.4118 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708016917.5447 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016967.5059 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708017618.3768 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708017680.9518 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708017789.0711 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708017830.1909 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708017879.2762 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708018045.6918 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708018332.9514 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708018608.3155 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708018705.3157 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019436.3054 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019484.8673 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019600.7404 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019667.5597 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708019734.1978 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019952.4912 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708020007.0338 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708021280.5687 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708021364.4024 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708021396.0419 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708022277.8721 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708023219.4536 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708023736.4653 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708024331.3717 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708026562.9225 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708026693.4445 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708026800.3382 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708026862.5577 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708026938.8916 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708027019.5145 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708027078.7138 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708031098.3078 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708031341.1596 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708031374.8991 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708031417.0021 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708031538.3038 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708032188.7187 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708032342.5879 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708032420.9835 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708033022.7451 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708034090.3644 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708034113.0241 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708034291.5548 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708035819.7005 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708035875.1149 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708035917.9152 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708036289.7746 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708036362.6679 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708036453.317 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708036977.7648 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708037049.0098 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708037080.6835 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708037169.8772 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708037232.9368 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708037738.6347 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708037896.7138 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708037988.3194 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708038099.5572 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708038288.3241 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708038557.0852 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708039031.0195 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708039662.0893 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708042353.4358 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708044416.6951 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708044460.7379 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708044470.7821 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708044507.4909 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708044547.7829 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708044559.2364 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708046510.2161 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708046662.7907 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708046769.7022 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708046780.3516 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708047415.4947 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708048614.887 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708049331.8461 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708049392.378 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708049423.8199 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708049512.7601 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708049575.1588 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708050251.9377 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708050293.4472 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708050308.4985 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708050462.3975 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708050490.8809 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708050498.2108 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708051255.8866 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708053435.384 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708053546.2222 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708053599.0177 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708053966.9856 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708056214.2996 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708057229.1437 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708057322.8692 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708059311.1176 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708059391.5785 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708066612.8351 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708067096.0004 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708067136.5425 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708067232.3091 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708067415.799 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708067574.9226 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708067747.8749 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708068176.8901 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708068914.1969 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708068962.9907 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708069003.5298 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708069143.4702 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708069166.9656 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708069330.803 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708069568.027 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708069851.9453 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708070022.0949 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708072187.4975 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708073481.1461 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708073651.7052 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708073653.0893 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708073709.293 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708073728.9009 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708073806.5067 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708073960.942 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708074154.2882 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708074396.1484 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708074610.5856 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708074679.1138 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708075062.671 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708077280.5931 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708077322.0512 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708078267.7004 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708078294.7229 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708080014.8626 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708080718.6937 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708081723.1128 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708081849.7331 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708082357.1385 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708082676.9847 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084071.5593 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708084233.6032 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084272.1678 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708084306.2933 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084329.5404 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084422.5459 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084448.0676 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708084545.8871 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708085031.092 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708086036.0558 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708087431.6381 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708087504.3381 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708087677.8589 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708088182.024 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708088281.2235 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708088922.5211 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708090426.5116 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708091236.8975 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708091413.819 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708091496.0926 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708091866.6917 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708092044.7034 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708092811.4154 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708093457.1153 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708093518.1758 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708093822.1669 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708093946.8994 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708094792.9638 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708094833.2447 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708094914.4639 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708094981.2979 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708094985.2131 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095768.8978 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095886.5269 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708095900.0872 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095914.3337 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095954.1028 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095974.1364 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096033.0511 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096038.555 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096097.7387 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096182.5309 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096237.6472 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096327.0022 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097240.8207 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097419.7711 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097509.882 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097525.0774 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708097568.222 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097736.7028 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708098813.7485 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708098896.0644 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708100906.6197 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708100958.2986 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708101945.2317 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708103712.9627 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708104808.4396 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708104877.5801 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708104941.7841 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708105042.3432 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708105225.2412 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708105482.9868 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708105534.6317 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708106090.0451 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708106299.9794 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708106918.9237 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708106957.868 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107205.7853 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107337.0744 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107438.9079 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107810.5795 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107903.9406 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708108004.4948 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708108073.6932 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708108224.9075 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708108273.6716 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708108622.5794 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109377.927 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708109574.2361 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109787.5966 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109820.4291 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109964.8059 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109969.4701 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110086.0938 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110359.8645 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110478.6266 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110516.5118 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110722.0719 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110894.43 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111110.5333 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111157.5813 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111208.8895 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111209.35 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111276.261 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111345.4691 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111377.3504 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111412.456 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111425.0459 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111522.5294 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111544.3402 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111584.5444 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111635.4562 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111740.1655 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111831.8014 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111843.4166 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111871.713 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111945.6409 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112033.1376 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112061.7656 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112206.2574 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112206.7184 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112236.3926 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112257.9906 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112349.9469 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112428.7129 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112455.5679 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112666.5624 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112709.1203 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112756.4458 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708112810.0617 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112852.042 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112870.2931 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112919.3083 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113007.7759 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113097.3553 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113376.2534 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113377.609 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113429.7074 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113468.8579 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708113719.0232 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708113774.9737 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708113856.5251 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115064.8115 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115072.4056 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708115116.4138 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708115163.8253 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115274.4666 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115365.4239 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115700.4346 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708115781.6682 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708116986.3445 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117034.5467 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117316.253 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117391.8395 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117414.9773 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117719.1624 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117879.0764 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708118080.6109 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708118373.9448 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708120703.142 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708120778.5357 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708120816.2409 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708121482.9907 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708122033.6099 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708122072.9567 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708122197.6695 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708122265.2623 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708122285.9708 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708122851.3515 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708122975.753 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708123295.3367 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708123837.8162 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708123912.9557 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708124121.4218 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708124189.9424 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708124224.6943 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708124257.7295 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708125488.1034 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708125496.9753 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708126434.3092 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708126483.5169 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708126533.5348 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708127737.1941 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708127774.1258 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708128506.8302 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708128599.9542 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708130890.3452 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132065.7242 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708132126.7234 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708132196.5208 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132467.7891 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132626.6819 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132722.3279 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132794.4495 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708133220.6622 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708133379.774 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708133706.5342 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708133791.5656 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708134194.5586 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708135690.3016 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708135773.4307 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137137.0176 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137200.7484 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708137255.2448 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137646.0651 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137694.589 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137764.5412 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137828.0466 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708138110.5944 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140073.0293 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140088.8806 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708140139.0831 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140145.8505 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708140173.3316 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140179.8027 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140210.5382 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140213.5953 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140260.8624 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708140316.1129 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140360.1673 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140813.5111 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708141183.215 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708141891.6501 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708141971.4729 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708142581.4854 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708142676.2195 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708143073.5683 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708144618.1496 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708144678.6238 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708144779.724 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708144873.941 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708145293.1434 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708146014.328 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708146068.0118 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708146433.888 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708146806.7443 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708147115.7163 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708147988.779 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708148079.6994 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708148249.8614 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708148339.2037 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708149049.8244 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708149487.2149 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708149800.2536 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708151672.2439 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708151699.6482 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708151728.7431 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708151750.0684 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708151795.5923 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708152611.4998 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708155969.2393 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708156027.0017 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708156082.7118 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708156965.8117 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708157931.6349 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708160490.8999 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708160967.0389 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161072.7771 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161164.9265 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161175.3145 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161250.7839 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161344.4487 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161395.1099 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161470.5154 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161493.8058 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161578.5919 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161685.3502 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161744.4562 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161830.4571 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708162423.7927 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708162788.7029 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708162927.1516 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708163762.7364 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708164361.7048 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708165929.3793 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708167159.6451 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708167322.5777 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708168120.0766 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708168339.0175 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708168390.2853 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708169256.1304 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708169315.3648 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708171191.8854 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708171290.2203 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708172121.6343 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708172173.8632 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708173393.5117 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708173733.9815 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708175751.6607 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708175862.4882 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708175892.3837 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708175956.3045 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708176181.9258 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708176239.4311 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708176299.6426 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708177136.3304 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708177743.2047 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708178223.6546 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708178687.4497 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708178759.5559 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708179173.7792 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708180805.5876 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708180857.4361 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708180910.5907 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708180954.3089 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708181131.326 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708181486.732 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708181661.368 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708182592.0714 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708182880.7531 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708182981.589 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708183018.8662 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708183057.7031 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708183136.0475 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708184715.4283 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708184823.9236 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708186992.1392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708187497.8336 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187571.9101 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187616.6648 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187693.4713 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187798.4201 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187878.106 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708188023.1779 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708188113.7851 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189180.9089 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189255.4699 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189289.4887 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189294.5574 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708190594.3693 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708190776.3361 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708191033.4194 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708191440.1808 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708191548.789 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708191711.7215 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708191961.5556 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708192669.4533 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708194178.0538 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708194330.5225 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708194796.3463 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708195490.5541 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708195588.4757 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708196360.2703 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708196373.5338 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197127.813 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197187.7383 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197269.4851 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197462.4622 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197646.0736 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197698.7769 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708199505.5575 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199563.83 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199606.1485 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199658.9069 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708199730.0171 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199779.1095 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199862.3877 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708199947.113 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708200509.7514 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708200639.7706 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708202963.0247 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708204846.6768 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708205029.1505 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708205117.065 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708205616.8439 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708205694.4186 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708205790.1749 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708207080.3918 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708207112.5804 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708207764.321 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708207946.3367 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208000.0355 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208060.3709 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208088.2458 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208157.9119 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208636.4282 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208659.4342 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208739.3584 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208758.6543 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208830.2121 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708208916.3004 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208982.1274 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708209035.5367 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708209086.2585 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708209403.9427 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708209595.737 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212075.3529 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212142.3537 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212362.1027 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212455.3279 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708212522.8349 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212592.8628 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708213525.5828 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708214674.8215 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708216260.4941 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708216295.9763 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708216484.3449 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708216792.5555 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708216881.4459 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708217654.5956 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708217824.3497 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708218049.1273 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708218228.7928 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708220709.2834 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708220749.2794 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708223966.7437 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708224912.2474 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708224994.7921 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708225070.353 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708225127.6709 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708225156.7352 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708225247.4943 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708225331.5296 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708226049.8169 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708227409.6176 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708229720.0179 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708231959.8788 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708233641.0849 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708233936.715 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708233960.532 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708234167.2376 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708234442.478 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708234578.5545 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708234685.9085 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708235094.6835 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708235600.3159 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708235648.6368 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708235692.6976 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708235735.0741 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708235992.4909 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708236964.0669 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708237052.6045 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708237167.5794 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708237665.8684 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708238029.9722 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708238144.4689 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708239433.5071 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708241005.1807 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708242233.7412 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708246818.2547 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708248272.2769 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708249187.0495 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708255788.2223 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708256870.3964 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708257722.1518 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708257863.252 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708258111.6728 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708258123.808 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708258129.0788 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708258363.1549 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708258382.1352 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708258483.7652 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708259385.1642 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708259466.6425 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708259566.9631 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708259653.5893 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708259991.7081 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260002.2506 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260576.1787 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708260579.7168 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260586.0516 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260680.3084 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708260765.3981 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260777.7795 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708261136.1138 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708261293.3588 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708261386.4392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708261654.5818 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708261771.1698 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708261997.0189 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262073.3028 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262213.5624 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262642.1204 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708262672.6433 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708262723.9227 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708262780.1344 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708262878.5661 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262928.1139 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262979.526 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708263334.0474 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708264529.2548 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708266597.9844 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708268215.4201 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708268272.7549 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708269208.6405 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708269271.4767 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708269482.187 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708270156.857 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708273878.1751 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708273957.6425 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708273959.5278 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708274006.6101 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708274254.2376 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708274333.8459 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708276828.19 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708276873.5007 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708276982.3282 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277043.704 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277104.4539 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277111.757 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277154.2405 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277196.5891 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277519.9543 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708277585.2747 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277668.2427 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708277717.2005 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708277910.5217 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708278923.5015 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708280351.4132 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708281043.2273 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708281084.6966 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708281510.9501 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708283522.8397 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708283900.5962 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708283967.9701 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284003.6521 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284136.7046 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284173.3872 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284209.801 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284295.3183 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284352.2413 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284512.1361 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284569.9599 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284661.0038 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284707.1979 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284747.5545 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284786.262 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284811.6143 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284826.019 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284857.6008 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284877.3336 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284925.4894 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284926.2498 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284992.4334 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285144.8357 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285172.7899 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285176.3318 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285226.2026 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285230.0245 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285251.6899 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285277.3227 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285351.5329 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285369.7405 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285466.8213 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285478.6473 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285494.7509 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285514.4219 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285583.0465 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285621.2876 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285638.268 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285673.0919 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285723.5382 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285755.0262 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285765.2709 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285798.6103 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285873.7166 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285886.7408 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285936.4984 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285965.3547 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285998.8217 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286081.7405 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286160.5468 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286162.5817 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286250.7938 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708286292.2898 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286439.8234 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286460.8979 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286477.823 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708286650.052 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286696.2777 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708286747.041 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286760.1765 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286859.6768 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286949.4869 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708287041.6803 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708287126.6675 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708289643.0085 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708289717.8364 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708291591.2884 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708293645.4802 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708294589.7471 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708294771.0958 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708294981.7821 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295057.7197 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708295107.3454 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295148.3313 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295175.4591 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295193.707 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295233.6539 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708295255.9021 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708295306.5686 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708295429.4082 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295605.2575 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295726.1388 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708296763.2981 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708296795.1968 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708297030.3083 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708297141.8407 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708297219.7788 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708298646.8166 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708298730.4007 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708301552.892 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708302116.1866 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708302551.0717 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708302935.5025 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708303060.2346 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708303167.2704 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708303258.4105 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708305857.2171 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708307457.8442 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708308363.8651 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708308438.1661 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708308583.4457 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708308636.5225 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708308829.5762 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708308945.8548 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708309014.2343 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708309032.1446 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708309151.5775 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708310360.2759 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708310571.8526 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708311567.845 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708311755.6812 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708314853.3803 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708314870.1826 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708314884.0823 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708314941.4671 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708315717.633 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708316127.7112 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708316196.8172 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708316226.831 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708316227.9537 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708318466.2588 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708318513.611 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708318577.6952 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708318616.5885 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708318640.7817 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708318722.1609 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708319454.2198 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708320502.3499 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708320585.8314 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708320654.104 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708320684.8391 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708322869.549 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323041.2456 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323210.5873 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323288.0819 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323333.5338 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708323377.5511 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708323431.6197 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323716.2928 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708323755.1567 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323838.289 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708327110.1467 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708327390.9441 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708327450.7489 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708328064.4083 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708328263.1336 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708328734.1267 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708329699.3768 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708331022.0087 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708331540.0262 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708332107.916 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708332677.6709 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708333159.8028 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708333335.0557 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708333400.5451 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708333467.247 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708333489.0349 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708333701.2765 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708334015.77 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708334850.6207 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708334958.8985 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708335125.8436 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708335165.8328 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335208.1935 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335273.3737 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335402.0143 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708335458.0508 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335460.4383 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335533.0273 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335581.083 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335659.5869 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335728.3178 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335803.1856 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708336711.4729 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708338640.8676 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708340756.0458 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708341055.5629 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708341135.6561 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708341986.5639 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708343169.6965 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708345769.1576 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708346061.0247 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708347115.2369 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708347182.9832 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708348038.7305 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349081.3707 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349189.5958 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349255.2076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349287.9766 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349358.4824 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349404.6008 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349500.5487 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349773.133 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349872.8135 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349884.4717 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708350052.1819 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708350259.1582 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708350308.4317 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708350993.0178 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708351802.6755 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708352325.9342 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708352762.4444 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708352866.3974 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708355316.778 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708357756.8134 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708358284.9161 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708359803.1839 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708360975.5432 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708361025.6043 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708361597.214 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362143.1035 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362200.1762 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362267.112 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708362321.7929 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362370.8256 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362446.1154 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708362574.2275 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363013.8443 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363016.4916 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363042.619 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363092.5128 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363095.9158 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363152.3709 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363170.2848 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363219.3472 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363306.8638 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363332.1521 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363523.4473 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363526.6666 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363625.042 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363659.907 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708364061.3263 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708364375.1475 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708364410.5308 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708364482.603 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708365744.2785 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708365822.8718 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366468.6777 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366591.1468 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366695.2628 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366837.1298 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366877.2988 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366940.2037 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366962.4288 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366995.3779 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708367035.3155 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708367058.6757 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708367130.4575 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708367231.3857 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708367238.0157 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708367259.9364 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708367339.3387 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708368110.8263 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708368402.4106 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708368500.8949 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708368579.9913 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708368687.6498 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708368748.6354 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369054.0756 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369061.195 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708369118.2079 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369294.7455 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369452.4548 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369454.8254 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369798.4616 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369858.9204 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369877.1961 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708369894.9433 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708369920.4755 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369965.6359 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708369978.8324 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370114.6649 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708370120.2894 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370153.8069 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370170.713 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708370245.9486 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370303.1676 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370354.7904 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708370497.8506 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708370970.2967 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708371066.168 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708371146.421 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708373035.0333 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708373167.6195 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708373210.4827 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708373244.5799 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708374902.2794 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708374922.9563 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708374968.333 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708374996.5417 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376393.6379 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376469.3833 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376483.4817 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376505.4904 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708376637.2712 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376708.5498 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377012.9002 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377190.6497 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708377263.2326 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377322.8283 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708377454.1211 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377606.6482 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708377662.2339 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377663.376 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377693.3625 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377738.9321 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377775.4047 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708378024.9113 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708378497.6187 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708378782.0179 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708379896.9003 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708380005.1271 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708380741.2885 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708380780.5281 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708380851.263 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708380886.2402 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708381057.915 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708381157.7374 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708381275.5886 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708381514.3737 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708382116.3649 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708382187.8641 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708382522.1443 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708382577.2131 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708382783.891 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708383266.8923 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708383679.3259 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708383801.1579 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708383883.8896 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386412.9605 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386451.5744 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386529.7209 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386816.5677 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386859.69 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708386920.0501 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708389382.6804 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708389630.5809 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708389746.0535 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708390389.7957 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708391662.7332 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708391729.0193 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708391797.465 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708393837.6056 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708394242.3448 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708396973.3268 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708399516.8585 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708399552.8241 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708400928.202 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708401658.6915 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708401742.0246 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708403423.4615 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708403475.7234 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708410140.4031 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708411004.3163 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708415907.1785 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708424217.9809 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708427413.7601 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708427460.3247 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708427621.2687 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708431548.7218 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708432400.6284 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708432944.6184 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708433403.8433 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435106.2485 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435761.4821 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435832.4099 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435933.896 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435982.8254 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708436057.4199 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708436072.4144 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708437217.6666 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708438008.9308 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708438706.2634 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708438934.2953 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708439287.7758 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708439923.647 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708439999.0908 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440087.5812 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708440211.1574 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440263.5249 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440529.2866 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440540.146 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440570.9386 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708440581.3383 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708446302.1591 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708446447.9611 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708446534.9081 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708446691.7238 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708447090.3047 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708447134.701 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708448397.3825 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708448453.7822 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708449150.989 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708449822.1865 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451071.1047 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708451109.781 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451168.6771 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451354.7294 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451443.1307 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451555.2492 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451614.3335 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451660.6139 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708455689.99 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708456610.6148 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708456635.0806 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708456656.3759 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708460422.3079 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460453.2486 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460518.2144 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460530.1115 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460576.3036 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708460682.5018 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460773.542 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708462007.7336 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708467464.9803 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708467629.6663 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708467757.5904 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708469305.5619 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708469369.8344 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708469454.158 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708492727.0962 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708494073.3912 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708500510.1275 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708501238.3762 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708501978.5955 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708502049.0364 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708502446.1358 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708502476.4325 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708502569.5244 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708503285.9456 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708506880.0731 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708506891.3308 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708507015.7228 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708510308.1235 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708510390.7787 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708510567.3504 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708510796.9968 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708512654.8254 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708512714.6641 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708512873.8208 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708521501.0101 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523002.6543 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523166.2856 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523213.0339 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523354.0239 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523408.5461 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708525578.5096 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527186.4533 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527288.0522 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527405.0852 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527544.7905 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527683.6686 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708528060.1154 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708528109.8846 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708528149.3915 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708531058.1268 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708533349.9998 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708533693.5785 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708536698.5217 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708536778.4891 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708542820.3399 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708543759.1964 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708543935.9475 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544051.0766 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544286.8761 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544324.9262 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544362.0311 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544398.7937 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544483.1499 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544736.5525 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708545686.099 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708546049.1243 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708546336.8445 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708546394.5597 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708546583.8932 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708546736.4465 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708550692.9455 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555299.2304 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555322.3069 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555332.8536 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555369.7927 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555375.0179 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555390.7722 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555407.6585 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555455.7676 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555540.3183 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555622.3113 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555680.0043 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555741.5983 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555754.4756 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555766.3914 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555808.6812 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555844.313 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555879.5878 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555929.4494 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708556236.0645 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708556276.7634 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557228.1222 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557348.9605 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557445.204 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557683.2385 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557844.1544 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558239.2106 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558281.3799 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558378.4497 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558468.1559 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558517.9511 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558639.338 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708558665.5547 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708558672.1173 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708558769.4421 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558830.2085 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559222.9563 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559260.1947 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559342.9245 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559432.6408 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559502.3018 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559557.7802 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559641.5331 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559766.8528 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559840.0761 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559855.5324 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559906.3197 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708560207.2608 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708560245.9443 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708560287.0314 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708560321.3302 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708560710.8907 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708560883.2244 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708561160.9518 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708561218.3612 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708561273.2749 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708561401.4796 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708561482.1339 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708561777.9194 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708562012.8101 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708562102.8617 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708562470.6537 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563249.3474 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708563649.9979 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563681.985 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563779.2774 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563900.7433 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563967.4606 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708563975.8202 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708564065.7244 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708564113.2155 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708564129.8582 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708564180.8513 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708565581.949 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708565663.7241 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708565927.8306 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708565940.4723 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708566178.8762 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708566214.2443 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708566288.2316 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708566370.2229 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708566456.7985 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708567167.531 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708567321.5811 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567369.3163 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567410.3654 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708567486.4537 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567515.1841 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567576.7993 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567610.3707 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708575342.9572 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708575377.5081 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708575432.492 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708575509.9167 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708576126.6557 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708576274.3877 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708576787.3784 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708576834.0015 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708576837.6574 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708582281.6752 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708582458.315 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708582577.2366 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708582649.752 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708582871.3593 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708585499.3239 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708585829.1424 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708585834.6547 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708585879.3489 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708591996.2861 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708594442.1268 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708595941.2272 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708597079.3539 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708597142.0053 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708598512.7724 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708598687.005 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708598747.3634 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708598843.9071 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708598997.1236 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599034.0614 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599127.5535 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708599428.0948 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599524.2169 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599650.251 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599744.7816 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599864.6591 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599943.8829 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708604213.5458 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708604306.7872 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708608110.2911 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708608204.3376 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708608255.591 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708608348.9939 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708608607.0221 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708608720.9098 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708610706.6685 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708611742.5666 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708611814.9398 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708611900.228 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612032.8531 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612158.8009 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612236.9362 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612401.5952 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612735.9478 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708613064.4983 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708613104.1133 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708613169.1664 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708615318.9111 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708616953.0218 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708617001.895 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708618754.3837 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708619921.9768 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708626676.6687 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708627035.4957 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708627565.106 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708627690.5477 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708627949.906 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708628193.6998 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708628430.806 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708628434.1998 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708628526.3597 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708630514.9041 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708630693.305 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708630785.4482 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708631112.7006 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708631193.1744 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708632812.9748 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708632842.611 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708632893.8915 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708632937.6854 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708633090.4497 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708633127.4506 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708633730.2183 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708633836.6691 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708634773.8 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708636469.631 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708636569.5302 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708636710.2099 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637202.6082 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637241.9801 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637279.3201 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637329.1681 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637393.7878 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637419.3971 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637422.4796 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637462.3202 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637507.1802 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637524.3502 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637572.4317 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637643.1675 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637733.8037 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637769.9441 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637797.4111 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637917.018 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637965.4844 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708638623.1293 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708638676.9759 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708638731.559 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708639391.3383 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708639460.3853 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708640818.2411 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708640965.1792 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708641143.0325 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708641185.0079 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641259.4363 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641302.2163 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641316.1147 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708641360.4213 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641425.8818 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641502.2228 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641591.6468 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708641655.3866 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708642061.8969 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708645597.9689 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645656.8622 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645673.275 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708645677.5233 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645768.7837 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645804.4571 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645872.5776 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645912.7732 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708650499.9208 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708650714.4005 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708651146.6805 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708652044.7348 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708652192.5887 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708652337.841 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708652521.8235 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708652972.699 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708652996.7585 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708653030.241 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708653043.247 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708653089.7241 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708653147.5538 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708653737.2963 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708655365.0573 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708655409.7099 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708655472.1869 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708657264.2491 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708657337.81 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708657418.3128 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708658175.2229 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708658543.8191 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708658640.1331 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708663371.6458 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708663453.5715 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708663589.2427 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708663675.876 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708663739.4053 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708667931.5671 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708668238.0914 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708668281.3665 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708671319.3641 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708678619.135 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708685618.145 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708685868.7815 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708702523.1323 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708702567.6954 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708703817.6915 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708703865.1439 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708704209.9375 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708706236.3181 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708706421.7442 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708707082.2419 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708707390.1182 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708712954.7437 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708713016.602 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708713063.5799 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708713125.041 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708721418.2078 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708721557.2308 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708724108.2892 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708724196.5633 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708724487.9269 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708724775.433 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729071.2721 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729146.1269 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729188.625 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729268.3783 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729323.5689 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708730964.1093 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708732530.4706 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708751838.0707 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708754634.0829 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708767180.5174 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708770643.2408 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708772688.3741 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708772772.6842 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708774783.9226 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708776536.7927 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708785232.0712 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708785317.6933 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708786356.9968 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708786424.4017 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708786470.2183 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708786492.2535 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708786518.9756 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708799029.591 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708799169.7856 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708799227.4232 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708799238.8801 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708799299.8139 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708811419.8218 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708812784.1763 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708813255.8502 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708816627.7963 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708820536.9722 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708820622.9847 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708820703.2928 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708820759.0888 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708820879.2733 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708820939.5628 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821057.9919 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821203.9242 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821248.8688 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821351.1475 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821390.2767 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821487.5262 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821542.0999 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708837351.1642 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708841796.7056 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708841864.7866 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708841901.0472 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708841969.1219 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708851378.3505 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708851457.7966 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708851805.3758 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708856918.7634 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708860611.2238 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708860683.5123 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708863308.6302 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708867017.2247 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708870503.9182 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708873858.7489 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708873935.9567 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708874475.3014 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708874690.6548 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708874787.329 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708874862.1536 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708884744.9657 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708885428.2142 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708885478.2985 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708887948.3273 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708887999.3935 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708892360.4282 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708892427.6544 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708892762.8291 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708896541.4918 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708896807.8952 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708896948.9719 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708897092.1669 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708897308.972 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708898247.6453 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708898385.0309 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708898940.2221 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708899033.6767 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708899094.7597 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708899313.7174 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900243.5928 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900290.4192 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900534.433 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900739.4792 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900896.3162 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900944.7057 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708901004.3369 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708901140.536 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708901205.185 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708901271.5599 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708906087.535 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708911897.204 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708911980.4889 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708912886.2501 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708917371.546 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708918006.5331 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708918341.2565 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708934158.0566 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708934213.6115 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708945203.3736 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708945250.8863 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708951588.5425 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708951746.5383 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708954742.8616 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708954794.4373 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708959195.6566 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708965914.5915 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708967351.2939 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708969026.9917 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708971206.1694 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708974139.0298 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708974235.2685 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708974452.0594 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708976582.5165 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708976737.6685 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708982645.1325 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709002044.4007 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709005486.5175 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709005615.5125 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709006741.3904 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709152906.1957 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709154393.3068 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709176032.7818 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709185913.6196 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709185957.4018 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709197368.2076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709204174.7904 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709204344.1084 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709204921.5492 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205034.8418 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205145.9696 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205313.1432 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709205580.8501 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205682.8523 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709244758.4784 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709244846.0526 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709244997.4419 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709249601.8221 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709263244.1379 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709283350.3688 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709289571.7738 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709297911.1159 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709297959.7696 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709298035.8417 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709298108.311 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709312905.7852 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709314599.2746 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709319323.9604 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709332589.0245 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709332693.3157 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709332728.5736 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709360609.8041 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709360704.3674 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709360859.8437 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709360898.1113 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709380729.8517 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709380771.4927 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709406624.4226 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709406663.8202 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709406844.2813 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408166.9963 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408597.3412 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408745.2213 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408792.1084 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408909.6471 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709454010.1992 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709456343.29 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709456385.9611 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709467315.4335 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709467670.6771 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709467750.3028 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709467966.3537 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709468070.1882 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709469208.2004 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709470017.6644 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709475236.0353 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709475291.8491 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709475476.199 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709475722.0689 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709476032.8267 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709498390.6569 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709509977.9598 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709510049.9853 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709510101.3471 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709510227.8423 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709510277.2673 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709520634.865 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709521124.9432 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525184.1908 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525363.6295 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525367.4932 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525370.7078 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525371.6054 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709555268.3065 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709555305.8368 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709555365.0629 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709564374.8853 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709564432.9644 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709564508.6477 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709589824.2655 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709607356.55 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709623465.2236 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709637691.8234 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709638050.0782 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709660615.1416 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709660663.1131 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709660705.2524 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709660733.8564 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709666192.9176 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709666371.1496 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709667147.0548 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709681074.0258 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709684215.0404 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709686057.3149 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709686413.5508 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709686525.0986 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697419.1813 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697537.6767 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697625.1537 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697699.2202 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697765.8153 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709701798.7454 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709701867.411 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709703479.7157 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709711606.343 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709711638.9151 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709718263.3968 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709732897.13 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709733146.7189 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709733510.0735 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709733769.0895 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709733984.7209 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709734276.7335 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709734760.1438 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709735046.8892 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709735466.4504 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709743122.0982 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709743199.6366 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709743246.5093 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709744128.3507 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709746441.6565 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709749688.2868 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709749778.8454 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709749831.73 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709750119.0678 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709750177.8679 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709750244.615 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709750390.4456 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709763296.6888 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709763580.1285 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709769083.3294 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709775829.9537 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709776059.1373 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709776195.9153 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709819184.8748 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709819269.7237 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709819464.1394 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709825753.9546 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709826170.6984 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709826303.9404 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709828324.8867 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709828490.8482 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709829347.4525 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709839146.1522 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709859623.8718 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709859805.6945 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709864587.3482 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709869897.94 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709877174.2776 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709877337.4518 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709883867.1277 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709885686.9342 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709889359.5441 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709889475.977 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709889535.5765 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709889619.8086 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709889769.3391 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709889839.6835 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709890143.5601 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709890209.245 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709890369.2681 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709890424.7787 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709910236.0856 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709910443.9066 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709910547.8262 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709910740.3527 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709919646.0226 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709920156.3159 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709920390.0754 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709920607.9947 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709922803.3572 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709922906.1296 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709923262.572 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709964908.1586 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709974796.627 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709974971.5334 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709975174.0559 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709975174.3889 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710039402.3242 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710040062.0696 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710040249.9879 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710040828.1192 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710047131.9231 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710053223.0868 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710053275.1341 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710053339.6443 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710056747.2458 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710056801.1827 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710092028.3776 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710092042.857 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710095633.351 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710095728.1838 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710095809.1074 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710133298.1898 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710134605.6608 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710134733.9032 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710134924.906 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710135718.3156 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710135946.8901 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710136172.0059 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710136347.7712 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710141762.4496 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710141884.3104 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710143269.0113 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710143349.9151 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710146067.3226 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710149580.2395 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710149683.0864 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710150402.497 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710155810.1144 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710170851.7463 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710170947.8453 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710183041.0198 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710185895.446 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710185991.3572 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710193653.549 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710193699.7254 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710193775.4664 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710227601.3057 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710227644.8264 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710228964.504 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710234107.5663 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710234441.145 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710235559.4811 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710235601.0918 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710235666.9547 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710235779.4616 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710235831.2066 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710236066.3334 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710258072.3625 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710267141.2016 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710267192.7152 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710299345.3984 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710311614.7093 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710311959.6796 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710312107.8196 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710312252.8641 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710315638.7234 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710315781.4197 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710316067.3684 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710316169.37 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710317054.0896 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710352047.7971 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710357739.239 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710375197.7291 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710375295.4702 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710375360.6871 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710403111.6764 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710467949.9341 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710483611.0859 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710483659.0327 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710483698.7609 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710517630.2735 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710651486.824 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710693247.298 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710741951.037 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710787410.5558 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710855464.5304 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710861169.7223 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710861237.7484 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710861352.9168 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710871773.5615 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710873305.8459 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878428.772 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878482.5145 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878522.7132 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878554.7388 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878834.1916 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878863.369 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879020.847 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879192.9312 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879426.9459 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879475.339 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879571.0386 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879768.9257 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879802.4914 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879892.1429 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879980.7785 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710880083.0513 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710883916.3294 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710884059.8404 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710884154.0868 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710958939.3192 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710959012.838 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710961159.5411 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710963885.2225 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710963903.3836 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710963953.0057 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710964184.4185 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710972180.6999 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710972340.7372 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710984394.0364 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710984466.3564 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711005711.7078 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711005767.6394 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711020883.8198 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711132439.4155 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711169085.4247 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711169118.983 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711169219.3454 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711169290.371 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711179020.3289 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179069.262 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179117.4887 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179210.767 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179326.5357 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179488.0867 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711394455.3868 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711448873.73 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711466110.333 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711466161.826 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711466197.557 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711466270.7813 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713914007.8161 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713918131.7246 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1713918242.116 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1713923648.8079 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713941780.1126 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1713975355.9977 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713975417.3198 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713975519.1134 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1713994624.6926 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713996707.7409 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713996724.8193 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1713996851.5175 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713997079.6919 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713997989.1639 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713998341.5178 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714003948.5339 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714004015.3252 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714015722.0525 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714015905.9327 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714015991.2795 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714022860.1988 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714022940.2751 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714039204.0616 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714056222.6429 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714069036.9392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714077090.6418 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714079314.9516 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714080557.6324 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714082535.3634 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714092393.3461 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714105615.9292 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714109429.0978 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714112663.5067 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714112726.876 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714121337.2281 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714142263.0679 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714147142.6929 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714151444.896 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714152676.2693 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714152940.5945 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714153103.9839 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714161396.0428 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714164994.8175 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714170022.6482 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714170075.5554 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714170206.8613 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714170252.7601 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714170349.4928 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714170454.3968 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714182820.6056 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714184788.7588 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714184966.5047 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714186945.0332 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714187280.7526 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714191697.0268 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714209787.2864 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714209879.8847 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714209952.1929 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714210702.2068 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714212487.8392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714212568.1969 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714212857.6503 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1714213081.0783 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1714213249.366 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714230197.5982 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714230234.8804 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714239876.7003 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714240459.7535 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714240698.3402 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714240774.9968 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714240914.1284 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714247380.0934 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714248164.7722 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714248201.752 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714248234.1032 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714248279.4627 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714256848.7445 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714257691.8348 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714257911.1565 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714309816.7026 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714326534.518 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714326579.9154 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714326637.2841 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714326730.3008 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714326782.3921 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714326847.2357 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714326897.045 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714328510.4194 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714328634.6068 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714334953.0739 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714335092.3619 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714335431.0245 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714346970.2896 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714369227.932 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714369310.8615 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714369917.2709 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714369976.4842 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714372310.4571 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714372446.3505 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714379143.8696 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714379213.3239 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714379265.8321 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714379317.8013 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714379356.2773 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714379455.9178 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714386460.8846 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714386613.7646 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714386755.5909 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714386866.2585 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714391744.7035 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714403252.7092 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714406035.1101 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714438972.8668 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714441509.4284 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714447593.8501 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714447922.2692 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714448408.1343 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714482875.2202 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714483168.4359 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714483549.307 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714484821.9016 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714484922.3074 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714485272.0273 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714485352.7047 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714485416.3394 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714485491.7762 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714488682.9594 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714490834.8428 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714495175.1904 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714495637.6136 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714495645.4511 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714496723.9678 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714496820.3085 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714502763.3275 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714502841.1042 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714503172.9918 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714503806.0085 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714504469.1026 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714504500.4997 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714506749.3618 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714513194.0175 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714525269.4607 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714526357.9782 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714526477.9201 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714526540.531 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714526601.0655 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714526662.6829 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714526712.5187 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714526785.8454 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714526920.1126 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714527084.7551 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714527121.2096 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714527328.7284 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714527401.5963 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714530543.6934 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714531872.9059 - }, - { - "model_a": "LCM", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714533061.9134 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714549283.9448 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714562041.0407 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714563338.1383 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714568441.1815 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714569966.6842 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714570322.1081 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714571701.0307 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714576378.8046 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714576446.094 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714576532.638 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714576679.4471 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714576769.1653 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714576824.9807 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714576938.1807 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714577006.5219 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714577057.6898 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714577128.2946 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714577727.8597 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714578747.7724 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714579589.2206 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714579846.2417 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714581212.6776 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714587799.689 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714588572.9436 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714589779.9269 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714591108.6439 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714591543.0262 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714591623.1416 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714593850.1499 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714593943.3196 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714594628.9269 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714594743.1239 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714595283.1825 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714597497.923 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1714597529.0346 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714597965.5242 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714598027.9119 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714598064.6463 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714598118.6371 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714598192.9803 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714609418.3422 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714609489.294 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714615266.9304 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714615292.9702 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714615431.8814 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714616014.2777 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714616748.784 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714616966.3144 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714617048.1732 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714619554.8734 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714619583.6576 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714619899.8672 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714620041.7951 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714620209.3544 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714620255.3801 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714620297.602 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714620455.0897 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714620471.3887 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714620498.1223 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714620564.2259 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714620792.5256 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714622433.5969 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714622629.3706 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714624203.9485 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714624416.1669 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714624452.0408 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714624751.0239 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714624811.7454 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714624841.1584 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714624927.923 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714624929.0833 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714624970.3575 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714625006.8605 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714625105.9879 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714625165.1569 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714625203.6289 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714625325.2074 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714625370.3592 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714625439.0679 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714625582.3416 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714626535.2775 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714626855.4053 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714626916.0031 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714627108.599 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714627469.0604 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714627535.2162 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714630962.9322 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631222.5783 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631261.9674 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631269.0642 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714631304.8833 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631343.8599 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714631373.2604 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631379.3709 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631406.6345 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631460.8018 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631565.7606 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631619.8325 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714631657.5961 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714631685.449 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631735.0461 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714631798.8645 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631851.3442 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631887.0953 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714631929.4421 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631960.594 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714631996.7092 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714632090.87 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714632134.5755 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714633320.2991 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714633482.4024 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714640882.6728 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714642986.0995 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714643045.5943 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714643082.8136 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714643161.1256 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714643178.8986 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714643195.0168 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714643210.9338 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714643228.58 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714643244.839 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714643263.6358 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714643301.9301 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714643318.5429 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714643337.3762 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714643374.3585 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714643393.2465 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714643417.4894 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714643440.8602 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714643455.7901 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714649503.3748 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714649610.8215 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714650576.7331 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1714650593.7024 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714650810.8664 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714651167.0887 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714651204.0701 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714651570.3037 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714651595.6518 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714651643.6577 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1714651680.7509 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714656886.193 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714657321.8975 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714657405.4107 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714657491.6943 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714657563.7544 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714658033.5865 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714659839.0561 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714661481.3367 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714661500.0441 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714667652.5445 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714670744.2049 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714671562.3433 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714671606.5636 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714674306.9355 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714676006.8661 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714676092.7433 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714680300.0205 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714680341.0065 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714680554.4306 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714680585.1911 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714681910.5952 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714682370.9088 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714685282.7201 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714688746.1146 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714688792.1686 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714688835.6515 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714688905.2632 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714688943.3143 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714688967.8818 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714689004.962 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714689037.7917 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714689083.6141 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714689109.3646 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714699772.736 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714700080.0171 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714700291.2492 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714700462.2345 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714700604.7006 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714700789.9804 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714700982.9415 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714701009.8985 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714701244.0061 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714701500.7099 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714706289.0149 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714706317.9058 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714706341.5125 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714706373.5934 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714706395.3227 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714706415.4541 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714706442.2498 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714706461.0018 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714707001.5911 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714707023.5647 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714707047.7975 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714713270.3394 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714724818.3997 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714734400.8476 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714734465.3614 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714734569.7019 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714734654.3442 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714734803.1343 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714734968.5647 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714748485.752 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714749539.5718 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714749970.8581 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714752731.3689 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714757378.2777 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714759724.7319 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714760022.0442 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714760095.394 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714760146.4815 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714761348.6174 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714761400.3166 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714768127.0057 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714768332.4376 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714768360.265 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714768456.157 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714768460.7201 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714768584.2746 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714768705.391 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714768789.8144 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714769148.3723 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714769811.0755 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714771409.57 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714771623.5408 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714772270.9216 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714772363.8846 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714773445.9213 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714783788.5028 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714789277.4105 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714791635.6375 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714791703.9386 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714793478.8906 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714793516.1383 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714816321.6618 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714816353.336 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714816387.937 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714816454.4134 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714821081.9862 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714826009.0121 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714836291.2723 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714836319.9202 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714836356.4831 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714836384.9568 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714836456.2511 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714836502.7587 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714836697.9308 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714836801.5488 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714836819.06 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714836847.1787 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714840939.9973 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714840966.5773 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714840994.8323 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714841032.0221 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714844940.4181 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714844957.7696 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714844976.5665 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845001.8285 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845019.4407 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845032.4797 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714845049.3217 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845073.803 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714845129.7334 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845151.5118 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845163.188 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845190.9757 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714845211.3025 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845224.1933 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845237.175 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714845249.1656 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845270.0839 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845289.1748 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845304.6206 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845322.728 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845346.9463 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845360.9795 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845381.6875 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714845454.9069 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845463.9326 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845484.1915 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845493.9662 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845526.8156 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714845537.0831 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845558.2291 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845583.0605 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714845648.1802 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845801.6983 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845825.3725 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845866.6028 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845879.6467 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845896.6448 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714851495.7019 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714855675.1836 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714855743.4464 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714855800.4946 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714855883.6928 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714855928.4784 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714855960.1283 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714856074.9316 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714856249.6582 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714857683.069 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714857745.6261 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1714857750.9434 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714857816.8831 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714858009.6203 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714858346.3558 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714858379.5024 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714858860.7581 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714859303.9419 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714859331.1343 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714861379.4162 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714862250.8904 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714879027.0753 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714879064.6145 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714879136.3501 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714879166.635 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714885297.2707 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714887283.4435 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714896191.5559 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714896283.3643 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714901842.7876 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714901915.4188 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714908380.1114 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714916073.5383 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714917623.4324 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714919897.1549 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714921434.8363 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714922754.8813 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714922831.6494 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714922930.7366 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714924993.665 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714925101.5301 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714925229.5996 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714925389.0678 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714925457.4322 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714925529.8983 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714925666.7773 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714925757.8461 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714925945.9328 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714926036.7193 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714926136.4551 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714931262.225 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714931291.2995 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714931348.0493 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714931389.3777 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714939348.7581 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714942450.2188 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714943719.0964 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714943798.9906 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714943846.1201 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944117.9857 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944181.5685 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714944190.4431 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944256.128 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944277.2965 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714944291.7974 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944312.2761 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944329.2231 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714944380.1348 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714944394.3367 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714944413.8638 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714944428.8637 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714957477.7795 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714957664.0191 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714957743.4932 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714957774.4846 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714957823.7313 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714969445.3812 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714969476.9561 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714969494.3961 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714975508.662 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714975631.0816 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714975671.1859 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714975731.8573 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714981477.9182 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714981720.8531 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714981775.3404 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714981808.9565 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714984715.9114 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714985914.5152 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714986066.0806 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714986216.8728 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714986306.1947 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714986376.4982 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714989208.3777 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714989248.5875 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714989819.0972 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714989847.7502 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714995425.2992 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714995448.7647 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714995482.6481 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714995517.9459 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714995598.7764 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714995622.1322 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714997128.3204 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714999315.9865 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715000156.668 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715003687.3227 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715005634.4101 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715008027.9237 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715008220.12 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715008338.7667 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715008528.0193 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715008560.758 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715008626.0331 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715008768.0717 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715009164.4372 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715011098.7307 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715011477.047 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715012038.5653 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715012110.2215 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715012132.6383 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715012409.0239 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715015333.7998 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715015501.211 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715017292.0144 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715017296.8295 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715018460.9145 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715018632.2066 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715018803.375 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715019225.3407 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715019462.1131 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715019802.153 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715019907.2521 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715020065.0156 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715020154.4329 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715021356.9755 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715021529.0535 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715021929.2364 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715021941.4732 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715021957.2665 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715021977.374 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715021998.1985 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715022011.4633 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715022038.313 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715022292.5538 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715022423.4927 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715024554.3716 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715032383.9143 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715032424.7447 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715032525.4621 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715032553.8807 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715034247.9019 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715034370.6536 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715035859.5219 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715035919.4799 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715036001.5027 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715036181.5765 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715039687.2011 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715040461.6314 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715041888.5659 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715042097.2393 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715043684.6186 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715043729.7419 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715044419.69 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715046057.634 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715046141.0795 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715046267.3231 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715052976.1222 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715053014.6343 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715053906.7556 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715053967.3424 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715055659.8708 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715061669.9858 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715063382.9466 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715064854.7455 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715067798.0909 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715075931.4757 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715075995.7843 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715076051.3948 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715076120.5569 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715076158.7022 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715076247.8444 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715076271.3714 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715076443.3502 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715076515.8829 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715076596.1856 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715076652.1088 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715076690.1705 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715076745.2118 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715077074.6434 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715077245.8069 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715077262.5999 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715077301.2446 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715077325.4673 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715077356.4944 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715077381.1639 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715077400.87 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715077412.1989 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715077426.3836 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715077446.8475 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715077467.8656 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715077481.7513 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715077512.9835 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715077556.4551 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715077627.358 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715082846.4884 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715082974.7401 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715083505.9148 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715084102.5454 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715084136.6653 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715084172.1244 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715084217.559 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715084268.0881 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715084344.8168 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715084385.6042 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715084634.0612 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715084678.0431 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715088191.2067 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715088225.5567 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715088287.0801 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715089041.0651 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715089114.0005 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715090925.831 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715094300.1045 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715096979.6616 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715102524.9755 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715103264.6167 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715108604.4116 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715108644.2865 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715108745.3343 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715109229.1632 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715109297.5496 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715109376.7434 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715109432.9573 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715109493.1861 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715110227.8222 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715110271.8156 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110329.5161 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110363.0739 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715110394.1117 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1715110437.7906 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715110587.7518 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715110588.6536 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715110656.8518 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110828.4153 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715110858.8573 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110882.8365 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110910.2006 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110958.358 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715111053.2734 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715111140.0209 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715111188.2552 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715111214.6346 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715111246.7931 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715111273.5189 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715111348.5563 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715111413.3707 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715111438.4729 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715111464.8113 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715118668.6032 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715118687.3129 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715118727.6518 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715118748.4589 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715118816.8802 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715118843.9637 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715118876.7561 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715118913.0065 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715120168.9814 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715120215.1132 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715120249.0948 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715120298.7987 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715120366.9169 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715179187.4528 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715192298.1843 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715192393.9427 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715195946.899 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715198606.6174 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715200984.0469 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715201096.4403 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715201179.1093 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715201267.8775 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715201718.2331 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715202571.3392 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715207226.5413 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715207484.1546 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715207536.9802 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715207620.9787 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715207699.6307 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715208469.7193 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715215064.2208 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715216049.4491 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715234211.3663 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715234328.5891 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715239430.5621 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715243868.6295 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715244241.3044 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715244558.273 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715246203.5448 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715246766.1834 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715248803.359 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715250151.3399 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715250174.2859 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715250209.1457 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715255562.9587 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715255607.1614 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715255662.1513 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715255805.7255 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715255848.3385 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715255903.5686 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715256028.3307 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715256087.6353 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715256120.0212 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715256235.433 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715256303.3042 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256320.1086 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715256341.3287 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256394.9544 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715256426.1838 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715256442.628 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256495.0433 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256515.9042 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256612.2087 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256636.3789 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715256663.2995 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715256689.5726 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715256729.0218 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715256845.2289 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715257007.5027 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715257166.0516 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715257200.4456 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715257215.3823 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715257326.7155 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715257356.4325 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715257638.2431 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715257699.707 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715257739.3739 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715257780.2792 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715257957.6205 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715258056.7318 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715258093.8906 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715258144.4655 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715258483.1514 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715258503.8004 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715258565.4821 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715258595.7971 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715258635.5213 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715258691.1935 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715258764.873 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715258936.1894 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715258994.9227 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715259051.189 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715259072.5223 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259113.9431 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259131.2458 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715259172.7727 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715259212.7736 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259492.2271 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259543.7047 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259610.1198 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259627.5644 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715259640.495 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715259701.4844 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259723.058 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715259762.96 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715259803.218 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715259881.236 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715259989.1663 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715260057.4769 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715260117.3458 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260230.1733 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715260282.4439 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260328.5412 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715260349.3944 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260382.1398 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260442.606 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260481.1292 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260514.9799 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260554.6099 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260599.5403 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260599.9917 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260612.3444 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260637.1369 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260666.4785 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260797.6363 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715260970.0095 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715263893.6453 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715264861.7542 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715264922.4486 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715264971.3985 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715264997.7186 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715269818.8282 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715269899.1691 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715270094.2855 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715270143.2689 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1715270193.4508 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715271220.138 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715271255.7782 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715280678.7882 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715280745.1316 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715280767.2367 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715280824.3612 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715283624.6873 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715283771.9899 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715283832.1093 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715283904.4875 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715283975.894 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715289173.8135 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715291072.6088 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715293959.6611 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715297226.1416 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715301246.3501 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715307496.6586 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715307658.3323 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715307702.6279 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715307752.0515 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715307782.3509 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715307800.3472 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715307824.9746 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715311324.1332 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715312455.5893 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715321145.649 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715321277.3237 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715327322.223 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715327350.1615 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715327423.5657 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715327458.0922 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715327624.4824 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715329636.2156 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715329681.0432 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715329740.4518 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715329796.7315 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715329913.4518 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715329970.8219 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715330010.4717 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715330055.7455 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715330092.6017 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715330140.7292 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715330184.6534 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715333482.0455 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715334142.5931 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715334164.9491 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715337395.7907 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715337511.2509 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715338012.7242 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715338049.9744 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715342186.1942 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715348407.4474 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715348444.9063 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715348460.7018 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715349704.8905 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715349743.8126 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715349781.9289 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715349808.6611 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715352511.3183 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715353266.6712 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715353759.7287 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715354286.5972 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715369867.0276 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715373507.3127 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715375602.5913 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715381692.1857 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715385627.8243 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715385668.566 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715385861.8339 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715385910.8569 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715385973.3168 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715385992.5668 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715386102.6516 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715386146.9156 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715386278.6084 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715386300.6511 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715386332.2285 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715386387.625 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715386408.7312 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715386438.6606 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715386459.8269 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715386482.1368 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715389666.0729 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715397519.9742 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715398256.9052 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715398303.687 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715398343.7819 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715398359.4717 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715398398.6135 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715398431.3592 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715405398.644 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715405460.6692 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715405488.1404 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715405523.4582 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715405592.995 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715407001.4723 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715407052.1558 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715407102.6965 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715407121.4426 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715408435.5071 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410162.7026 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715410237.8023 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410316.1611 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410361.2625 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410434.0467 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410461.4697 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410554.4581 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715414751.2748 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715414877.5649 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715414946.6036 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715426874.879 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715426958.7873 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715427567.4463 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715433451.3249 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715433563.6229 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715433632.339 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715433695.6008 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715433774.0535 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715433851.8631 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715433896.4202 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715433912.915 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715433986.55 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715434064.6045 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715434110.7683 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715434207.8245 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715434239.5902 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715434702.9671 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715434813.9772 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715434923.6108 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715445309.7756 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715447806.7031 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715455573.9043 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715464162.4446 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715464217.9734 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715464836.5956 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715478360.043 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715483811.0921 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715483833.3595 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715483901.9427 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715501155.9579 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715501572.3162 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715501769.6926 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715501823.7506 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715501843.0687 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715504372.552 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715504645.5579 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715504799.6279 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715504917.9909 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715504991.8379 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715505030.8366 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715505102.3427 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715505159.0976 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715505273.321 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505335.8753 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715505391.6178 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505472.5006 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505561.6787 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505621.572 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715505678.2622 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505751.0201 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715505814.8461 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505886.3264 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505976.4305 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715506091.8967 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715506191.1829 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715506253.3266 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715506316.8875 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506363.7645 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506428.4684 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715506482.095 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506548.2237 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715506605.9731 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506671.8971 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506735.8368 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715506805.2882 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506896.7326 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715506939.4213 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715507004.6222 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507068.7409 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715507126.7222 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507187.5667 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507238.7865 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507298.3444 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507336.2381 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507376.8809 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715507424.3389 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715507480.5378 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715507529.7884 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715507580.5302 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715507633.4101 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507697.6976 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715507748.005 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507785.2979 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715507832.5017 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507882.0959 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715507938.4281 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507986.3397 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715508025.4909 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715508596.1504 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715508819.8245 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715508860.6235 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715512725.6261 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715513049.8363 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715513462.1973 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715513499.0171 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715513543.4817 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715517934.7894 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715517982.3497 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715518044.4289 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715518070.8159 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715518087.1668 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715518101.7937 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715518233.8117 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715519760.5756 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715519900.3195 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715522347.2456 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715529147.0937 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715529174.8074 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715530512.1388 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715530547.9455 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715530635.089 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715530714.582 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715530966.3605 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715531011.2687 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715535948.8615 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715535994.2185 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715536006.5145 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715536056.5174 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715540608.439 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715540668.0693 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715540691.8784 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715540718.2742 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715544756.1942 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715544778.4407 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715544894.2269 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715544960.7509 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715548274.8397 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715548294.1061 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715548300.6242 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715550359.0308 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715550403.1731 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715550430.5087 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715550507.2465 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715556033.5312 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715556063.1215 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715556141.5487 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715556182.4021 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715556248.2706 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715556294.4954 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715557736.1568 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715557824.1917 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715557916.0035 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715562556.2316 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715562610.8163 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715562638.7736 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715562661.9948 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715562687.4578 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715562732.9275 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715568734.6978 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715568766.9301 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715569459.785 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715569879.0308 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715569939.3429 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715570478.9989 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715570518.1415 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1715570567.0057 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1715570612.4722 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715570645.2329 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1715570688.9077 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715570854.7795 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715575605.8643 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715575948.9645 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715576064.1342 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715576106.2468 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715576227.6686 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715576454.7912 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715578457.2811 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715582610.2263 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715582710.2425 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715582923.497 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715586674.4565 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715587268.2966 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715587315.8551 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715587447.1256 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715588699.642 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715588747.9002 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715588768.9951 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715588953.3795 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715588977.4247 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715589086.613 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715589105.5043 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715589121.5389 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715589137.0817 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715589155.9265 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715589185.4421 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715590609.5811 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715591050.2465 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715591124.4712 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715591175.4243 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715591304.7838 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715591343.321 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715595118.0355 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715595264.4727 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715596169.2755 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715596245.7251 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715596298.8145 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715596510.9151 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715596889.3985 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715604775.881 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715607268.2975 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715607845.0531 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715607875.1886 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715607896.3063 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715607907.3053 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715609542.513 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715609603.9724 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715609725.5118 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715609806.3255 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715609879.2783 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715609938.662 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715609988.4664 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715610011.9289 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715610056.2075 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715610086.9944 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715610128.0027 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715610160.2297 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715626259.5155 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715626316.2277 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715626362.7831 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715626514.9638 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715626578.3164 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715626646.4891 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715626738.9521 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715626760.7536 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715627190.575 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715627560.0476 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715627634.4326 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715627720.6617 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715627790.3477 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715627811.3067 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715628711.5839 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715628730.7564 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715628760.4033 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715629350.7992 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715629634.3138 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715629743.0214 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715629771.8713 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715629802.2118 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715629837.1242 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715629842.3411 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715629879.3585 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715629880.4603 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715629944.9785 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715630027.1455 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715630100.0636 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715630101.6678 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715630132.5182 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715630152.8798 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715630169.3216 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715630440.4928 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715630950.8345 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631072.8898 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715631131.835 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631220.4634 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631267.9233 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631285.724 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631308.7093 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631330.4596 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631418.9373 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715631474.7397 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631549.0504 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631560.6138 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631574.059 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631588.6777 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631600.2192 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631635.0579 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631645.5325 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631658.7672 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631675.2634 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631716.9795 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631765.8044 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715631795.5084 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631839.0158 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631854.1148 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631869.3083 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631884.7597 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631904.8756 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631937.9237 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631952.7703 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631982.5382 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632002.5002 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632019.0886 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715632056.4297 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632078.9071 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632100.4706 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632119.9303 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632133.1354 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715632156.0675 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632205.6436 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632227.039 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632245.3583 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632259.1458 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632259.548 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632294.1124 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715632295.1637 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715632308.2085 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632614.2904 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632687.9328 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632735.2315 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632779.0684 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632794.3672 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632817.191 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632839.1091 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632863.1892 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715632877.6274 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715632905.0193 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632929.4288 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632953.0127 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632978.85 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715633003.3879 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715633138.1665 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715633164.5981 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715633210.4173 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715633227.2731 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715633258.4186 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715633315.2438 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715633520.2234 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715633905.8551 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715634223.4612 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715634600.3185 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715634931.8593 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715634970.9805 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715635064.6405 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715635088.6077 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715635113.7799 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715635409.1381 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715635415.7586 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715635456.2167 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715635497.5932 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715635556.3009 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715635722.068 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715635754.5537 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715635777.2021 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715636320.6167 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715637590.0237 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715638033.6861 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715638688.094 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715638705.4091 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715638723.6793 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715638741.5972 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1715638765.8168 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1715638801.4903 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715639560.5786 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715639602.0201 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715639648.8662 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715639706.422 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715639819.1451 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715639940.3868 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715639960.3475 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715640001.4121 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715640098.0525 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715640337.8705 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715640392.0848 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715640445.9726 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715640469.3732 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715640477.3475 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715640493.5113 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715640562.3311 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715640578.1198 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715640592.8728 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715640764.9243 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641052.5041 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641257.7136 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715641279.2614 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641302.3811 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715641321.4886 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641339.6818 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715641357.4266 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715641376.9425 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715641410.444 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715641442.5154 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641456.2598 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641495.9314 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715641527.5583 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641551.3556 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641588.8546 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641603.435 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641631.096 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641667.7929 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715641691.7163 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641711.2567 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641722.2319 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641749.6905 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641771.8403 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715641788.389 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641813.26 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641888.1795 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641907.4439 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641960.0761 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715641984.3372 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715642001.6784 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715642018.8284 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715642032.4162 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715642070.4076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715642084.8514 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715642108.9736 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715642124.1679 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715642139.4073 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715642159.6643 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715642216.1899 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715642234.6287 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715642258.9057 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715642272.164 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715642294.1783 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715642321.2084 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715642347.8346 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715642369.1198 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715642394.4943 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715642446.3777 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715642517.7799 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715643009.9765 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715643629.3904 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715646343.3307 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715646422.6525 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715646502.575 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715646525.7573 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715646580.6937 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715646625.6955 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715646765.4862 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715646979.9774 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715647603.7335 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715647673.5221 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715647719.0251 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715647783.5052 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715647806.4518 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715647856.3221 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715647879.1789 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715647882.4873 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715647894.6206 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715647930.2673 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715647941.2474 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715647967.128 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715647973.2911 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715647989.9255 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715647995.2918 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715648014.7225 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648040.5804 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648068.1237 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715648082.97 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648171.6969 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648197.0506 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648203.8329 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648205.9948 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648224.062 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648242.6639 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648245.9232 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648290.6372 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648300.5734 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648323.4421 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715648333.172 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715648334.425 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648344.276 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715648355.6097 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648369.0486 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715648376.6725 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648380.9343 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715648396.6345 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648412.897 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648426.7397 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648459.2997 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715648499.1202 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648533.2237 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648571.9891 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715648599.2257 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715648652.562 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648684.2485 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648719.831 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648752.5013 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648775.0478 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648805.2205 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648837.1883 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715648852.8803 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648875.2262 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715649200.5327 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715649240.2392 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715649948.8106 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715650049.2967 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715650124.3848 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715650152.58 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715650224.0572 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715650257.8532 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715650321.9949 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715650387.8979 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715650427.5456 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715650470.7554 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715650515.0057 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715650525.3414 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715650550.1627 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715650605.4746 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715652184.3154 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715652208.8769 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715652235.8641 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715652379.6496 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715652432.8124 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715652539.012 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715653965.9717 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715654470.1972 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715654493.8888 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715654508.8773 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715656408.3689 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715656819.0954 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715657123.7234 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715657508.1666 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715657531.1836 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715657541.1706 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715657553.4074 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715657562.2334 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715657776.1514 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715657825.2322 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715657930.4391 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715658042.5835 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715658131.1457 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715659967.4762 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715660953.9461 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715660985.1237 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715661097.2605 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715661148.9346 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661175.1053 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715661544.4592 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661588.8338 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661640.5955 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715661675.7755 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661778.9555 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715661831.7873 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661846.1834 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715661879.9838 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715661882.641 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661906.8515 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715661957.5554 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715662143.2977 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715662172.8726 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715662823.8091 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715664545.3047 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715668236.2092 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715668318.9269 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715668776.0324 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715670090.9625 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715670150.1172 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715670167.3075 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715670187.1492 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715670203.7494 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715670212.3749 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715671609.0636 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715672815.6266 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715672903.2615 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715672954.5547 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715673035.7081 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715673051.3865 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715673083.8769 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715674645.4789 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715674714.0568 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715674795.7064 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715677914.199 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715677990.6732 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715678023.864 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715680671.7878 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715680684.2017 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715680708.0141 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715680721.1172 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715680756.6421 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715680774.3491 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715680798.7423 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715680815.0593 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715681211.2488 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715681242.0659 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715685637.6338 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715686261.4116 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715687357.824 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715687402.3453 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715689015.5469 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715689970.3975 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715690013.3277 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715690053.1575 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715690084.5814 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715690100.3947 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715691355.2566 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715692036.4606 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715696573.886 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715696985.2415 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715697070.2139 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715697745.2526 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715697888.4159 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715697950.1773 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715697965.8898 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715697974.5647 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715698003.0249 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715698043.4828 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715698634.8079 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715698673.8923 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715699050.3814 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715700361.1782 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715700470.8423 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715700632.2481 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715700735.9129 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715701867.2876 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715702055.2621 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715702149.7918 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715702176.0147 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715702213.1421 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715702257.7544 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715702294.1319 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715702319.7668 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715702343.5329 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715702383.6095 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715702421.8657 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715702488.6635 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715704679.9164 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715704744.5669 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715704809.2652 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715704832.3783 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715710596.3249 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715710732.1723 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715710946.1944 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715711094.3364 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715711416.0792 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715711624.746 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715711708.3608 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715713498.1462 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715714694.1925 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715714732.4367 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715714769.5878 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715714802.7484 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715714853.1436 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715714886.3133 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715714926.6286 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715714991.7571 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715715029.2598 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715715072.8058 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715715098.2911 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715720414.1433 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715720441.5688 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715720506.5514 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715736841.9224 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715736904.7417 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715736922.9946 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715745935.9609 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715746011.8732 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715746056.3536 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715746105.3639 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715746144.0276 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715746179.3533 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715746191.891 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715746211.3033 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715746225.2422 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715746246.3345 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715746275.9185 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715746320.8538 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715752128.2836 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715753569.2056 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715753597.7252 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715753614.2285 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715753635.4495 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715753659.8055 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715753684.1663 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715753707.2331 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715753724.3104 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715753747.3861 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715753781.8403 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715764730.2969 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715764763.9283 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715764798.1806 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715764827.007 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715764857.4414 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715767887.4006 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715769987.8576 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715770039.9446 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715775719.0294 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715775769.6894 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715775799.2783 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715775842.189 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715777592.7405 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715777627.9318 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715784315.8966 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715784523.0311 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715788137.1626 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715790483.4433 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715806130.6418 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715807505.7281 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715807533.5192 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715807582.7843 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715807654.393 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715808278.5452 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715809534.3259 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715809760.1488 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715809795.2392 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715809852.0377 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715809906.8223 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715809965.5266 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715809991.1422 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715810007.1303 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715810049.9176 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715810163.7299 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715811335.9503 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715811391.9803 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715811743.4601 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715811821.5187 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715812940.2633 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715812963.3663 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715813449.7613 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715813757.0457 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715813810.298 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715813865.9303 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715813942.3258 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715814281.3599 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815128.3488 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815217.0949 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815270.4299 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815370.4623 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815467.3029 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715815602.0594 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715815648.2789 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715815686.0728 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715815736.5004 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715817402.5989 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715817805.2055 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715818376.2417 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715819161.9366 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715819491.1656 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715819543.6757 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715819586.5946 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715819615.5232 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715819645.9821 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715819670.3462 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715819888.2828 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715819918.3499 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715819929.0339 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715819955.0618 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715819965.8997 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715819976.402 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820093.4966 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820108.3077 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820114.9281 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820121.7485 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820127.866 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820134.2909 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820139.8646 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820145.0877 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820154.8417 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820159.7185 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1715820164.5588 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820181.9884 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820186.5589 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820211.0087 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820839.0777 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820856.6731 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820860.5842 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820864.547 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820874.3779 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715826562.9853 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715826603.8445 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715832708.5013 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715833816.9851 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715835888.8168 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715835905.0987 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715836234.5315 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715839726.894 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715841738.4038 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715843051.3302 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715843989.692 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715846570.8419 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715846650.1388 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715846799.2673 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715846927.6472 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715853531.166 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715857620.2786 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715861672.622 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715861701.6151 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715861730.9837 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715861754.8566 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715862161.5608 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715862199.6862 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715862245.3838 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715862324.7552 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715862384.4427 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715862439.5804 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715863670.6729 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715870697.9021 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715870731.6924 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715870863.7421 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715872892.3643 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715872916.3874 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715872953.4692 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715873064.3259 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715873088.041 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715873104.4435 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715873134.2543 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715873148.3964 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715873169.9692 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715873197.2215 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715873236.7125 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715873285.2547 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715876292.9941 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715878952.7967 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715878980.8882 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715879032.671 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715879067.558 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715883196.3069 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715883230.7648 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715883261.9915 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715883386.8596 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715883519.2743 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715883550.3625 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715883570.8938 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715883595.7926 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715883618.2657 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715883698.0336 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715883719.668 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715883769.1867 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715894377.4203 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715899227.8629 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715899665.3102 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715899810.0588 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715900652.8154 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715901624.0299 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715901635.5566 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715901711.4071 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715901749.7598 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715903564.6366 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715903657.7628 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715903975.2818 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715911393.0297 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715912969.5823 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715912988.5329 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715913035.5767 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913241.7837 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913454.2601 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715913474.1488 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913477.4885 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715913548.6289 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913651.5759 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715913654.291 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913667.5474 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715913739.8234 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715913764.4926 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715913782.4954 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913817.5374 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715913839.5048 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715913940.0061 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715914029.2744 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715914090.12 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715914105.3485 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715915511.0047 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715915577.8154 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715916243.5859 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715916272.4239 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715916313.1847 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715916368.8797 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715916411.5706 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715916448.7485 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715916533.6162 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715916547.7962 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715916587.2836 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715916613.8797 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715916644.9071 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715916683.1819 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715916699.0407 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715916727.3045 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715918196.9319 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715924700.595 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715924915.8223 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715924954.0836 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715924980.164 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715925133.5358 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715925168.653 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715925219.2785 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715925219.98 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715925264.902 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715925315.7153 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715925919.7776 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715926420.4915 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715926538.8144 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715929365.0268 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929417.4956 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929429.846 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715929450.8124 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715929492.6738 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715929531.0454 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715929554.8185 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715929567.0075 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929584.971 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715929617.1082 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929657.2837 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929679.9609 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929707.3509 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715929781.1131 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929849.6364 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715929867.4377 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715929907.5512 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715929948.5812 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715930083.8166 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715930369.0071 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715948152.0414 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715954193.2505 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715960109.8087 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715960218.1069 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715960238.662 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715960280.3729 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715969029.6444 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715972816.0645 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715972884.2583 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715977022.0855 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715977282.5472 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716005809.1647 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716024927.1115 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716024976.7221 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716025010.7673 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716027377.3351 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716027899.644 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716028822.8275 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716028857.7321 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716036421.4086 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716040333.7351 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716043972.3967 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716043995.1703 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716044508.3229 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716045340.1223 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716045370.1669 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716045434.8063 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716045536.284 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716045782.3404 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716046661.0575 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716061878.1074 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716063691.5292 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716063728.9507 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716064036.8859 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716064897.7154 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716064982.9829 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716074832.2246 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716087920.9207 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716087962.0076 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716088282.1445 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716088319.6002 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716088361.4397 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716092533.9981 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716092684.4695 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716100809.6333 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716100904.7495 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716100967.3084 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716101014.3749 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716101026.1623 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716101284.4392 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716101388.6109 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716101424.8563 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1716101640.0847 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716101663.5449 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1716101720.3834 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716101763.5754 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716101779.0549 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716101812.8171 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716101829.1619 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716101843.8492 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716101870.408 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1716101897.469 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716101922.0127 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716101958.4491 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716101980.4881 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716102012.3581 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716102033.0066 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716102061.565 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1716102078.6577 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716102104.1158 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716102163.2523 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716102338.3014 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1716102352.7855 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716102377.8361 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716102397.944 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1716102458.7278 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716102472.2144 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716102830.9668 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1716102848.2679 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716106991.3653 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716112644.092 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716112688.5957 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716113925.8512 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716116154.8458 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716123312.2626 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716124481.7688 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716129939.4625 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716130077.5552 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716133934.791 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716133959.4134 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716133982.7909 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716134112.955 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716134184.1117 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716134215.2692 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716134246.6302 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716134272.2078 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716136785.8861 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716136830.2645 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716136888.0281 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716136912.3226 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716137509.6219 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716137550.792 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716137584.016 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716137614.0349 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716137663.882 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716137708.8654 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716137736.4075 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716137761.6991 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1716137815.2529 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716137886.7381 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716138040.3932 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716140714.0428 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716209337.3046 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716209412.7298 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716209448.1323 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716209508.6504 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716209613.4906 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716209642.7198 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716209709.6202 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716209774.4706 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716209852.8582 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716209947.3287 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716209967.6822 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716210044.0883 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716210150.5688 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716210205.0335 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716210268.9147 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716211526.4507 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716213446.8546 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716213461.9489 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1716213474.537 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716213492.0301 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716213521.5562 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716213540.262 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716213551.8733 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1716213557.4906 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716219013.0278 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716220209.0681 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716220249.3189 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716220285.5053 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716227591.1168 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716227622.0114 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716227674.7391 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716227710.2023 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716227875.4029 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716227977.9929 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716228007.518 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716228104.844 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716228130.5321 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716230101.821 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716230984.9301 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716232636.2301 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716232746.3131 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716232993.2428 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716233055.3833 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716235984.1893 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716239320.9605 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716242440.4726 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716242516.4926 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716242590.6103 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716242629.6643 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716242692.6624 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716246215.0477 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716248360.3883 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716249928.3303 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716249950.1619 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716249976.5037 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716250002.3525 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716250043.473 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716250064.5423 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716250098.6574 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716250169.1921 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716250175.1057 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716250192.053 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716250223.5527 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716250346.0641 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716252598.1249 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716252635.5485 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716263746.8692 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716270546.4614 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716270581.7833 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716271101.4508 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716271351.0622 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716274671.7892 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716278257.8069 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716278320.6515 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716278455.3143 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716279222.1691 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716279246.192 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716279794.6865 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716280412.4078 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716280463.3691 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716282215.371 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716282249.1998 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716282537.2467 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716282635.1246 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716282720.9449 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716282757.3202 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716283450.3375 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716283609.525 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716283779.8628 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716283801.3005 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716283935.4598 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716284013.3675 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716284180.1311 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716284192.186 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716284470.2778 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716284564.193 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716285325.0236 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716285475.3857 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716285519.9145 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716286409.4293 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716286967.8756 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716286983.4028 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716287142.413 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716287185.2534 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716287217.0099 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716287247.2868 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716287271.5544 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716287340.0533 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716287550.0246 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716287573.6398 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716287628.6541 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716287651.6393 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716287665.6163 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716287678.808 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716287767.435 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716287779.2194 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716288009.4382 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716289208.9321 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716289237.4451 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716289351.113 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716289390.8858 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716289393.7964 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716289414.7975 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716289423.2899 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716289429.1105 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716300925.2643 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716301040.4664 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716301250.7099 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716301308.9557 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716301961.2777 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716308935.4231 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716317363.8031 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716317407.5124 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716317505.7057 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716319832.5599 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716321763.8236 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716325414.0255 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716325749.7214 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716325771.5615 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716326192.6196 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716326243.3131 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716326299.6314 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716326346.6605 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716326432.8943 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716326479.3558 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716326504.9509 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716326723.2613 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716326765.4157 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716326806.8553 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716328651.4073 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716340833.9646 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716340851.5576 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716342516.6062 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716342980.4385 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716392751.259 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716392854.8424 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716392927.7613 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716394547.5836 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716394567.8834 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716394675.2074 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716395232.2063 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716395392.7448 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716395429.4755 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716395464.4116 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716395617.1491 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716395671.3185 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716395722.6354 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716395762.024 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716395800.2075 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716395893.3131 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716395908.2446 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716395930.8155 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716396096.1888 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716410843.4073 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716410959.2736 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716411007.9506 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716411029.2438 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716431755.4427 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716431811.1067 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.13.208", - "anony": true, - "tstamp": 1716455911.4834 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.13.208", - "anony": true, - "tstamp": 1716455955.7955 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.38.210", - "anony": true, - "tstamp": 1716463103.3942 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.38.210", - "anony": true, - "tstamp": 1716464669.7571 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.38.210", - "anony": true, - "tstamp": 1716464883.9242 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716465092.5554 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.38.210", - "anony": true, - "tstamp": 1716465101.4217 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.13.208", - "anony": true, - "tstamp": 1716465158.8835 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.13.208", - "anony": true, - "tstamp": 1716465320.7672 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.47.232", - "anony": true, - "tstamp": 1716466221.9614 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716470442.2975 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.43.115", - "anony": false, - "tstamp": 1716473602.4544 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.43.115", - "anony": false, - "tstamp": 1716473616.0917 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": false, - "tstamp": 1716473629.427 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716473646.5102 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": false, - "tstamp": 1716474064.3945 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716481830.2832 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716482066.6894 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716482101.8167 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716482665.9327 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716483084.7205 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716483130.6731 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716486908.7502 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716490430.3014 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716491961.101 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716492130.1621 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716492165.0747 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716493052.5738 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716494811.879 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716494814.0355 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716494907.8652 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716495025.0063 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716496626.411 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716496705.3455 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716497278.1725 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716498525.386 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716508618.2377 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716508647.6412 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716508773.0947 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716509848.6189 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716511130.78 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716512505.6737 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716521987.1249 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716534865.3098 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716535184.4481 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716539015.3065 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716539889.7886 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716540536.1365 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716540946.9096 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.39.221", - "anony": true, - "tstamp": 1716542403.1488 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.39.221", - "anony": true, - "tstamp": 1716543831.0194 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716553156.4165 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716553180.6047 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716553208.1102 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716555742.6319 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716564155.6044 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716569758.9203 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716573314.1735 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716588711.6463 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716589282.8245 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716595399.6343 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716596153.0762 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631962.3438 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716637883.7082 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716637940.3706 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716638087.8967 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716648496.2293 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716650144.5433 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716650252.1683 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716654002.8058 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716657661.8542 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716672582.8741 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716675304.6869 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716675360.5552 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716696765.27 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716699503.5692 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716705406.3076 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716708229.2765 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716708400.6323 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716708425.3973 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716708463.7409 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716712383.2781 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716714698.5936 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716714723.8527 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716714742.496 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716714758.5844 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716714791.7059 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716714813.7628 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716718013.9851 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716719923.7897 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716719954.4298 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732002.5621 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716735265.1561 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716737955.5742 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716749082.5893 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716749104.301 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716749183.3056 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716749405.6595 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1716751911.6964 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716775345.3085 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716776806.2262 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716776883.0635 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716776943.7594 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716779918.8509 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716780527.3148 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716780918.544 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716780951.8598 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716781241.076 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716781759.6094 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716782158.4573 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716782417.8883 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716782420.5452 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716782443.0163 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716782459.9191 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716782484.1275 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716782499.7234 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716782519.0233 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716782537.0836 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716782553.9857 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716782569.153 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716782604.0051 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716782640.804 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716782995.4422 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783031.5075 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783089.4325 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716783090.8889 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716783109.7954 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716783138.0445 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783168.9557 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783358.7145 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1716783462.483 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716783564.225 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716784775.2026 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786037.8729 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786448.0434 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716787891.5755 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788134.0343 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788285.3057 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716789329.1919 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716795652.1604 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716795779.9806 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716795814.0196 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716795851.1701 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716796006.4588 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716796314.0423 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716797932.5341 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716798084.7317 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716798121.6615 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800856.1807 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811377.2082 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811412.4609 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811455.261 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716815094.1935 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716815234.9665 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716815654.9788 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716815707.9688 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716815854.6739 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816541.9961 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816625.048 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716818286.1937 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716820699.6007 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1716822550.5508 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716822601.7824 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1716822684.0205 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716824222.9857 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716824902.917 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716825475.2657 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716827655.7005 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716833085.2146 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716837768.4182 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716838033.7689 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716840571.8782 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716842021.1183 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716842045.0031 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716842062.0558 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716844269.6437 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716844294.3593 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716846730.6152 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716846754.4305 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716846777.0478 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716846795.5401 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716846812.5139 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716846831.5816 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": false, - "tstamp": 1716846856.7092 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716851477.2888 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716852722.4343 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716862066.5604 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716888658.6323 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716888692.3451 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716888743.3788 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716888808.7382 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716889722.4243 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716892310.907 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716893044.8237 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716894726.3896 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716904032.8719 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716904166.7957 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716904274.6297 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716904375.3197 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716904458.3328 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716905236.8052 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716905301.5056 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716906155.4111 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716909502.2672 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716911861.7486 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716931696.2858 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716932953.6361 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716947335.746 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716947886.9102 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716953959.3614 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716962065.228 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716964704.6913 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716967018.8935 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716967137.2381 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716968234.2824 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716972370.304 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716972445.8559 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.224.134.163", - "anony": false, - "tstamp": 1716978291.5449 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.224.145.182", - "anony": false, - "tstamp": 1716978391.0694 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.224.134.163", - "anony": false, - "tstamp": 1716978459.451 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716978633.6451 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716979976.972 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716986223.0166 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716992486.8153 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716994682.8218 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716999872.9257 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1717001549.1047 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717001729.4563 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1717001735.3323 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717001782.8941 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717003358.7832 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717010981.625 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717013817.4431 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1717014277.5883 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717014302.0624 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1717014914.6947 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717015933.2442 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717016519.7356 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717017276.6056 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717017851.527 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.38.210", - "anony": true, - "tstamp": 1717017860.1111 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.38.210", - "anony": false, - "tstamp": 1717017872.0034 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.38.210", - "anony": false, - "tstamp": 1717017935.2154 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": false, - "tstamp": 1717017941.7814 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": false, - "tstamp": 1717017948.1028 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1717017959.1872 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": false, - "tstamp": 1717017979.7996 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": false, - "tstamp": 1717018191.8622 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1717018286.0525 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1717018313.4129 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717018348.5161 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": false, - "tstamp": 1717018553.2268 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": false, - "tstamp": 1717018904.2229 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1717019423.0673 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1717019625.8676 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": false, - "tstamp": 1717020042.7893 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1717022382.7846 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717026392.4268 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717028996.6914 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717029028.6429 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717029147.6903 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717034072.4772 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717034784.6738 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717034906.7231 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717035277.1028 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717039169.9336 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717041246.8155 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717041313.7921 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717041347.0832 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717041370.4367 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717041403.224 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717041426.0327 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717041449.1936 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717041783.2293 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717041956.0851 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717041973.3929 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717041996.6703 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717042011.7634 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717042030.855 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717042064.0653 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717042093.7447 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717048228.5381 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717050239.468 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717055363.8892 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_169.254.167.109", - "anony": true, - "tstamp": 1717057996.957 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_169.254.167.109", - "anony": false, - "tstamp": 1717058393.8863 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717059628.7188 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.18.96", - "anony": false, - "tstamp": 1717059941.285 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717060176.1474 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1717061165.5506 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1717062327.4566 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1717062735.7907 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.18.96", - "anony": false, - "tstamp": 1717062740.0522 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717063191.4116 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717064695.9339 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717064701.3938 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.18.96", - "anony": true, - "tstamp": 1717064718.3586 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717066853.1829 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.40.190", - "anony": false, - "tstamp": 1717067940.0805 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.18.96", - "anony": true, - "tstamp": 1717070139.0899 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717086962.2323 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717087011.4287 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717109403.0798 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717109414.6058 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717116391.6647 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717121019.628 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717124509.4472 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717124607.4219 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717125050.6768 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1717125191.2457 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717131509.2451 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717131570.9166 - }, - { - "model_a": "StableCascade", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1717131858.5618 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717136145.6721 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717136227.7391 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717136272.166 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717136394.6709 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717136742.0386 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717136793.147 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717140076.4215 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717140178.5392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717140242.7879 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717140839.1061 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717140880.6277 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": false, - "tstamp": 1717141161.2541 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1717141745.0938 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1717141938.0758 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1717142609.0649 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717151536.315 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.40.190", - "anony": false, - "tstamp": 1717152058.869 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717164331.9793 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.1.6", - "anony": true, - "tstamp": 1717169978.3953 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717170137.2406 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717190706.1382 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717198702.857 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717198761.8213 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.1.6", - "anony": true, - "tstamp": 1717198804.2276 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717203953.7152 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717204130.5796 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717204984.8114 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717205217.6838 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717205335.9525 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717205415.8924 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.4.148", - "anony": true, - "tstamp": 1717205573.0721 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717207208.4106 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717207257.2095 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717208622.6549 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717215046.7825 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717215091.3188 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717217028.1261 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717217073.8639 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.4.148", - "anony": true, - "tstamp": 1717217141.0125 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717217168.9916 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717217873.6499 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.4.148", - "anony": true, - "tstamp": 1717219369.5122 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717229421.7017 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.4.148", - "anony": true, - "tstamp": 1717229489.292 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717229545.1574 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717233179.7122 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717233630.8484 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717233894.7297 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717234031.2367 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.190", - "anony": false, - "tstamp": 1717238823.2575 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717239794.7673 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717239958.872 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717242974.1799 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717245353.6545 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717245382.5915 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717246252.0134 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717246869.0473 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717246949.2563 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717247297.9808 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717249122.8163 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717249988.4092 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717250472.5934 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717250514.3108 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717250536.2274 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717252537.7395 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717252836.1201 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717259658.011 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717263308.222 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717264286.6556 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717267347.2935 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717267584.6441 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717268431.3837 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717268842.1304 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717277146.2585 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717279735.0982 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717279783.5652 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717280265.0726 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717282264.3718 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717345937.8651 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717345942.1509 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717369313.4581 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717374558.2723 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717374641.2959 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717374859.9707 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717383238.8689 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717388455.1374 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717388973.1388 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717396439.3094 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717408724.2551 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717416639.709 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717417137.7068 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717417171.477 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717417252.3536 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717417311.6227 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717417811.3357 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717418000.5048 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717418158.9019 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717420551.0747 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717421721.9856 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717424468.4513 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717426775.1592 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717427456.4893 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717428471.4698 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717428527.135 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717428578.6202 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717428661.075 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717428707.443 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717429952.5282 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717431917.0308 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717432931.0588 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717437880.4763 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717437963.6539 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717438221.0259 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717438415.9655 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717438614.3067 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717440231.5793 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717440380.7838 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717440566.4689 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717440730.3619 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717441033.757 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717441300.9653 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717442262.7797 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717443411.2151 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717443698.2215 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717448278.6997 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717456603.2007 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717467121.2449 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717467269.3413 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717467347.471 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717468246.5885 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717468248.0915 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717470962.1418 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717471126.9684 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717471200.5346 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717472067.981 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717472088.0134 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717472151.7325 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717472171.7106 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717474666.2386 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717474856.782 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717478015.3925 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717478962.1394 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717479804.5535 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717479838.2699 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717481969.8279 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717482995.6164 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717483780.6857 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": false, - "tstamp": 1717484055.4055 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717484962.4309 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717484997.0476 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717487564.4387 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717487659.9063 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717489213.559 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717489735.9379 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717493278.938 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717495193.3012 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717496234.3044 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717508929.7326 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717527666.3999 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": false, - "tstamp": 1717527778.4003 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": false, - "tstamp": 1717527798.7106 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717531460.9222 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717531521.6228 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717531911.8773 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717538676.5622 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717539355.8965 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717539473.2644 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717539549.597 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717545309.6677 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717545413.4993 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717551442.6857 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1717551677.9232 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1717557466.9079 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717558022.4822 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717561935.9231 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1717569440.5886 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717569469.2755 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_169.254.84.46", - "anony": false, - "tstamp": 1717570305.6298 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": false, - "tstamp": 1717572517.3037 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.30.231", - "anony": false, - "tstamp": 1717572594.7841 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.30.231", - "anony": true, - "tstamp": 1717572629.2895 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": false, - "tstamp": 1717572774.2386 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_169.254.186.79", - "anony": false, - "tstamp": 1717578792.4501 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.205", - "anony": true, - "tstamp": 1717583033.4494 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.205", - "anony": false, - "tstamp": 1717583091.918 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.19.59", - "anony": false, - "tstamp": 1717583106.1139 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.205", - "anony": false, - "tstamp": 1717583117.7451 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.30.231", - "anony": false, - "tstamp": 1717583158.1277 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.30.231", - "anony": false, - "tstamp": 1717583178.7405 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.205", - "anony": true, - "tstamp": 1717583334.6031 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.30.231", - "anony": true, - "tstamp": 1717591136.5667 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.30.231", - "anony": true, - "tstamp": 1717591152.3716 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1717591162.3586 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1717619119.589 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717629531.0193 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_169.254.43.255", - "anony": true, - "tstamp": 1717644449.9312 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_169.254.43.255", - "anony": true, - "tstamp": 1717644573.7565 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_169.254.33.10", - "anony": false, - "tstamp": 1717644953.2528 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1717646815.834 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717649978.9662 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1717660064.6406 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1717662006.5397 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1717675239.9421 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1717675993.5165 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717676001.0988 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717678394.3387 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": false, - "tstamp": 1717678920.2014 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717686063.4057 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717691522.4962 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1717697317.1484 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717721485.0559 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1717736638.5616 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1717740620.8552 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717740674.001 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1717750236.0324 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717763303.7486 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717768209.5496 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717768361.422 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1717770606.8227 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717775081.989 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1717775108.5552 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1717775139.2444 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": false, - "tstamp": 1717775256.7963 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": false, - "tstamp": 1717775271.5105 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": false, - "tstamp": 1717775286.2347 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717783542.7524 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1717784200.4682 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1717785748.1338 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717785898.6859 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1717796594.436 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717801613.6378 - }, - { - "model_a": "HunyuanDiT", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717808581.7042 - }, - { - "model_a": "HunyuanDiT", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717808679.5338 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717811548.9527 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717814587.8644 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717814632.2682 - }, - { - "model_a": "HunyuanDiT", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717814653.5167 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717814699.7228 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1717815101.9284 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717815276.912 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717829469.8652 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717829549.863 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717856492.0084 - }, - { - "model_a": "HunyuanDiT", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717857656.5483 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717857864.2407 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": false, - "tstamp": 1717858133.8007 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717858354.0133 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1717858947.6108 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1717858979.1658 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717859018.8701 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717859071.7832 - }, - { - "model_a": "HunyuanDiT", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717859688.7107 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1717859707.2492 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1717859836.6748 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717862733.5884 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1717873465.0087 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717873470.2672 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": false, - "tstamp": 1717874128.6132 - }, - { - "model_a": "HunyuanDiT", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717874913.4607 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717874927.0942 - }, - { - "model_a": "HunyuanDiT", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717878876.6964 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717878948.7108 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717879195.6755 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1717879241.8517 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717879261.0943 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717879295.7621 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717879339.7405 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717934396.6687 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1717934456.5567 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717947984.4188 - }, - { - "model_a": "SDXL", - "model_b": "HunyuanDiT", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717948099.2436 - }, - { - "model_a": "HunyuanDiT", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1717951149.4783 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1717952068.6329 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1717953308.2083 - }, - { - "model_a": "HunyuanDiT", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": false, - "tstamp": 1717968499.9806 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717978954.3961 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1717978994.366 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717979005.6972 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717979026.7552 - }, - { - "model_a": "HunyuanDiT", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1717984521.215 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717984583.0827 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717986912.7617 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717986939.5617 - }, - { - "model_a": "SDXL", - "model_b": "HunyuanDiT", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717986959.3754 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717987608.5395 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717987693.421 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717987702.4055 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717987709.8264 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717987717.352 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717987728.0798 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717987734.6471 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717987744.4286 - }, - { - "model_a": "HunyuanDiT", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717987749.5497 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717987755.8715 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717987768.7618 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717987775.3317 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717987779.847 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717987784.3042 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717987789.5699 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717987793.4285 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717987797.2915 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717990743.1292 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1717992088.4008 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717992694.9817 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717992967.295 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717994762.5147 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717998115.8635 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717998128.0015 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717999276.4968 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718000699.5385 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718001035.2157 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718001046.8944 - }, - { - "model_a": "SDXL", - "model_b": "HunyuanDiT", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718001069.4639 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718001307.0872 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718001743.2603 - }, - { - "model_a": "HunyuanDiT", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718002787.7556 - }, - { - "model_a": "HunyuanDiT", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718002894.4185 - }, - { - "model_a": "OpenJourney", - "model_b": "HunyuanDiT", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718004187.6247 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718004343.543 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718004452.5118 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718004546.5343 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718005166.4832 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718005194.4815 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718005512.1222 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718006433.5308 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718007082.8754 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718007215.9596 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718008228.0143 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718010611.4515 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718010633.7261 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718010648.2146 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718010681.6802 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718010690.1096 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718010701.9922 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718010716.78 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718010731.2648 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718010747.6714 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718010758.5034 - }, - { - "model_a": "OpenJourney", - "model_b": "HunyuanDiT", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718010772.2905 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718010782.7294 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718010795.7887 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718010808.7694 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718010827.2658 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718010847.1172 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718010916.9887 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718010924.2147 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718010938.6979 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718010950.1832 - }, - { - "model_a": "SDXLLightning", - "model_b": "HunyuanDiT", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718011272.4689 - }, - { - "model_a": "OpenJourney", - "model_b": "HunyuanDiT", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718011281.0543 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718011950.8238 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718011961.2541 - }, - { - "model_a": "HunyuanDiT", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718011976.5619 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718011991.8463 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718012002.0728 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718012016.5182 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718012031.5322 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718012043.1813 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718012067.0048 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718012074.1738 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718012085.458 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718012099.7021 - }, - { - "model_a": "PixArtSigma", - "model_b": "HunyuanDiT", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718012108.8847 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718012122.6805 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718012139.4358 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718012155.2854 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718012169.9023 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718012184.9595 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718012195.8851 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "HunyuanDiT", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718012239.3736 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718012255.377 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": false, - "tstamp": 1718014635.1768 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718020854.1271 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718020870.5939 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718020884.7364 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718020896.3211 - }, - { - "model_a": "HunyuanDiT", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718020926.1479 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718022869.0472 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718024287.9427 - }, - { - "model_a": "HunyuanDiT", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718024297.0276 - }, - { - "model_a": "PixArtAlpha", - "model_b": "HunyuanDiT", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718024306.0184 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "HunyuanDiT", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718024322.8797 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718024329.7569 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718024337.84 - }, - { - "model_a": "HunyuanDiT", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718024681.1269 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718024706.687 - }, - { - "model_a": "HunyuanDiT", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718024721.4 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718024796.0013 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718024809.7171 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718024826.0051 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718029874.4563 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718030023.4801 - }, - { - "model_a": "HunyuanDiT", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718030121.4714 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718030138.787 - }, - { - "model_a": "PixArtAlpha", - "model_b": "HunyuanDiT", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718030785.9407 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718038974.7141 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718040683.5392 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718046531.6187 - }, - { - "model_a": "StableCascade", - "model_b": "HunyuanDiT", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718049091.894 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718052164.1224 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718052373.3274 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718061084.3801 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "HunyuanDiT", - "winner": "tie", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718061126.1221 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718065069.4804 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718068092.627 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718068459.903 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718069187.5622 - }, - { - "model_a": "HunyuanDiT", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718070857.3131 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718071033.4729 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718071116.1094 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718071139.2233 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718071228.8811 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718071255.4201 - }, - { - "model_a": "HunyuanDiT", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718084829.5596 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718089861.4654 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718089882.0476 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718089896.3804 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718089917.5991 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718104825.1984 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718109245.2078 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718109269.1688 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718109422.8042 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718117876.6416 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718127411.7005 - }, - { - "model_a": "HunyuanDiT", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718130576.4205 - }, - { - "model_a": "SDXL", - "model_b": "HunyuanDiT", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718130581.8767 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718130590.6744 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718130602.5116 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718130607.8969 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718130615.2527 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718130625.9831 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718130634.1462 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718130650.3411 - }, - { - "model_a": "StableCascade", - "model_b": "HunyuanDiT", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718130658.6139 - }, - { - "model_a": "PixArtSigma", - "model_b": "HunyuanDiT", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718139267.5803 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718139291.1518 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718139314.6965 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718139352.0734 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718139374.7556 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718139388.7169 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718139410.7878 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718139453.0927 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718139481.9632 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718139583.5309 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718139622.8167 - }, - { - "model_a": "HunyuanDiT", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718139658.4849 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718139676.6476 - }, - { - "model_a": "HunyuanDiT", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718139695.7364 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718139715.4895 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718139794.3 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718139812.7563 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718139824.8087 - }, - { - "model_a": "PixArtAlpha", - "model_b": "HunyuanDiT", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718139846.1687 - }, - { - "model_a": "SDXLLightning", - "model_b": "HunyuanDiT", - "winner": "tie", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718139849.5398 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718139868.6628 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718139887.3393 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718139912.3692 - }, - { - "model_a": "StableCascade", - "model_b": "HunyuanDiT", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718139934.397 - }, - { - "model_a": "HunyuanDiT", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718139953.2755 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718139998.6442 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718140022.2043 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718140037.6998 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718140049.4727 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718140101.3574 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718140130.9934 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718140148.6475 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718140322.0544 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718144631.8766 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718149503.3469 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718149514.025 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718151649.2372 - }, - { - "model_a": "HunyuanDiT", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718151664.728 - }, - { - "model_a": "SDXLLightning", - "model_b": "HunyuanDiT", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718151675.5888 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718151692.5353 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718151715.6564 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718151730.5215 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718151740.1508 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718151748.5735 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718151760.2386 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718151779.8457 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718151792.1748 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718152208.855 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718171026.5212 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718173992.0001 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718174238.8351 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718174308.9785 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.14.230", - "anony": false, - "tstamp": 1718176345.2624 - }, - { - "model_a": "StableCascade", - "model_b": "HunyuanDiT", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718182343.8054 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718183398.806 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "HunyuanDiT", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718183554.9011 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718183889.7222 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718184247.0193 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718187704.0047 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718190296.4023 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718216542.0923 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718223037.5725 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718223040.0896 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718225337.7894 - }, - { - "model_a": "PixArtAlpha", - "model_b": "HunyuanDiT", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718225349.1183 - }, - { - "model_a": "HunyuanDiT", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718225378.2776 - }, - { - "model_a": "SDXLTurbo", - "model_b": "HunyuanDiT", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718225390.0669 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718225438.5285 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718225453.1355 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718225467.3083 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718225477.3901 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718225486.1938 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718225495.9479 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718225505.545 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718225514.7608 - }, - { - "model_a": "SDXL", - "model_b": "HunyuanDiT", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718225521.9611 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718233627.7487 - }, - { - "model_a": "SDXL", - "model_b": "SD3", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718249385.2945 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718249965.9549 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718250027.4973 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718250087.1867 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": false, - "tstamp": 1718252842.2871 - }, - { - "model_a": "HunyuanDiT", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718254129.0768 - }, - { - "model_a": "SDXL", - "model_b": "HunyuanDiT", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718254140.2096 - }, - { - "model_a": "SDXL", - "model_b": "HunyuanDiT", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718254150.1455 - }, - { - "model_a": "PixArtSigma", - "model_b": "HunyuanDiT", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718254156.8134 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718254162.7832 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718254167.0505 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718254762.781 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718254812.2073 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718254826.8536 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718254838.8361 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718254851.9676 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718254880.9228 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718254898.1644 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718254950.0378 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718254960.0147 - }, - { - "model_a": "HunyuanDiT", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718254990.349 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718255005.0777 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718255014.0434 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718255025.278 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718255032.5438 - }, - { - "model_a": "HunyuanDiT", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718255035.2498 - }, - { - "model_a": "SDXL", - "model_b": "SD3", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718255045.6739 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718255058.3538 - }, - { - "model_a": "SD3", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718255070.3265 - }, - { - "model_a": "HunyuanDiT", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718255082.3582 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718258056.4199 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718258079.1923 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718258929.3778 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718260574.7294 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": false, - "tstamp": 1718260606.6795 - }, - { - "model_a": "HunyuanDiT", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718261366.336 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718266252.5908 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718268979.2355 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718270627.6532 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718270854.3998 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718270960.6543 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718271027.6122 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718277418.3368 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718281143.7506 - }, - { - "model_a": "PixArtSigma", - "model_b": "HunyuanDiT", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718281310.8473 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718281384.6699 - }, - { - "model_a": "HunyuanDiT", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718281440.5407 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718281514.5338 - }, - { - "model_a": "HunyuanDiT", - "model_b": "SD3", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718281540.7028 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718281581.784 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718286061.1402 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": false, - "tstamp": 1718286241.0495 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718289126.3714 - }, - { - "model_a": "SD3", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718289518.646 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718289532.2954 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718289544.2748 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718289559.4171 - }, - { - "model_a": "SD3", - "model_b": "HunyuanDiT", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718289586.0915 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718289597.4736 - }, - { - "model_a": "SD3", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718289618.6816 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718289671.536 - }, - { - "model_a": "SDXLLightning", - "model_b": "SD3", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718289682.3214 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718289708.1456 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718289722.2328 - }, - { - "model_a": "PixArtSigma", - "model_b": "SD3", - "winner": "tie", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718289730.7036 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718289952.8174 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718293647.5464 - }, - { - "model_a": "SD3", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718293761.9013 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718319598.4881 - }, - { - "model_a": "SD3", - "model_b": "HunyuanDiT", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.19.59", - "anony": false, - "tstamp": 1718324533.8453 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718326733.477 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718326794.1207 - }, - { - "model_a": "SD3", - "model_b": "HunyuanDiT", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718327104.6105 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718327308.6603 - }, - { - "model_a": "HunyuanDiT", - "model_b": "SD3", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": false, - "tstamp": 1718327370.0364 - }, - { - "model_a": "SD3", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718328275.2071 - }, - { - "model_a": "HunyuanDiT", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718328650.6723 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718329998.9276 - }, - { - "model_a": "HunyuanDiT", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718330005.9551 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718330013.5301 - }, - { - "model_a": "SD3", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718330020.9076 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718330029.4346 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718330035.5089 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718330045.0932 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718330054.8325 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718330066.7148 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718330071.8846 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718330076.9016 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718330081.668 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718330086.8404 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718335057.1058 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "HunyuanDiT", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718335097.1861 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718335125.9319 - }, - { - "model_a": "SD3", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718335151.659 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718335189.0325 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718335209.6681 - }, - { - "model_a": "OpenJourney", - "model_b": "HunyuanDiT", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718335231.6862 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718335251.9224 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718335293.2479 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718336018.1554 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718336050.6982 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.33.30", - "anony": true, - "tstamp": 1718336065.5224 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.33.30", - "anony": true, - "tstamp": 1718336078.7671 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718336114.3759 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718336232.8365 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.33.30", - "anony": true, - "tstamp": 1718336252.8598 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.33.30", - "anony": true, - "tstamp": 1718336271.3529 - }, - { - "model_a": "SD3", - "model_b": "HunyuanDiT", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718336286.2925 - }, - { - "model_a": "HunyuanDiT", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718336305.4915 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718336314.6106 - }, - { - "model_a": "SD3", - "model_b": "HunyuanDiT", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718336343.8674 - }, - { - "model_a": "SD3", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718336361.5125 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.33.30", - "anony": true, - "tstamp": 1718336381.0759 - }, - { - "model_a": "StableCascade", - "model_b": "HunyuanDiT", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718336402.1254 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.33.30", - "anony": true, - "tstamp": 1718336411.1027 - }, - { - "model_a": "HunyuanDiT", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.33.30", - "anony": true, - "tstamp": 1718336434.0667 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718336476.7353 - }, - { - "model_a": "OpenJourney", - "model_b": "HunyuanDiT", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718339488.3667 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718339501.7611 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SD3", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718339514.3898 - }, - { - "model_a": "StableCascade", - "model_b": "SD3", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718339530.4411 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718339546.9917 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718339558.5731 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718339575.8216 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718339593.528 - }, - { - "model_a": "SD3", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718339613.8249 - }, - { - "model_a": "SDXL", - "model_b": "HunyuanDiT", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718339626.5041 - }, - { - "model_a": "HunyuanDiT", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718339637.2339 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718339650.1257 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718339661.8983 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718339678.3037 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718339692.842 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718339708.3803 - }, - { - "model_a": "HunyuanDiT", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718339725.9836 - }, - { - "model_a": "SD3", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718339738.0715 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718339757.9281 - }, - { - "model_a": "SDXLLightning", - "model_b": "SD3", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718339766.1034 - }, - { - "model_a": "HunyuanDiT", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718340904.9062 - }, - { - "model_a": "HunyuanDiT", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718341249.0307 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718341294.2405 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SD3", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718341322.0036 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718341347.2283 - }, - { - "model_a": "SDXLLightning", - "model_b": "SD3", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718341365.4909 - }, - { - "model_a": "SD3", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718341382.4477 - }, - { - "model_a": "PixArtSigma", - "model_b": "HunyuanDiT", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718341403.5174 - }, - { - "model_a": "SD3", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718341414.5533 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718341423.5792 - }, - { - "model_a": "HunyuanDiT", - "model_b": "SD3", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718341447.6046 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718341478.2354 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718341486.0146 - }, - { - "model_a": "OpenJourney", - "model_b": "SD3", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718341503.7567 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718341518.2557 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718341538.8143 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718341552.1054 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718341565.6545 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718341593.3647 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718341610.412 - }, - { - "model_a": "SDXLLightning", - "model_b": "HunyuanDiT", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718341619.9558 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718342935.8744 - }, - { - "model_a": "HunyuanDiT", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718345220.3757 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718345237.9455 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718347126.6759 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718347162.1066 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": false, - "tstamp": 1718348196.0234 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": false, - "tstamp": 1718348209.6435 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.24.60", - "anony": false, - "tstamp": 1718348242.456 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": false, - "tstamp": 1718348272.6246 - }, - { - "model_a": "SD3", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": false, - "tstamp": 1718348318.3632 - }, - { - "model_a": "SD3", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": false, - "tstamp": 1718348332.3116 - }, - { - "model_a": "SD3", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": false, - "tstamp": 1718348361.4323 - }, - { - "model_a": "SD3", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": false, - "tstamp": 1718348373.0251 - }, - { - "model_a": "HunyuanDiT", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718349009.817 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718349035.0566 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718349055.1684 - }, - { - "model_a": "OpenJourney", - "model_b": "HunyuanDiT", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718349081.9538 - }, - { - "model_a": "HunyuanDiT", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718349105.0141 - }, - { - "model_a": "SD3", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718349156.2623 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718349180.367 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718349202.0494 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718349225.7226 - }, - { - "model_a": "SD3", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718349244.9433 - }, - { - "model_a": "SD3", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718349270.9525 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718349313.4641 - }, - { - "model_a": "SDXLLightning", - "model_b": "SD3", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718349345.8258 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718349378.6326 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718349412.605 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718349458.2515 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718349527.315 - }, - { - "model_a": "PixArtAlpha", - "model_b": "HunyuanDiT", - "winner": "tie", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718349563.5265 - }, - { - "model_a": "SD3", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718349577.424 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718349590.7805 - }, - { - "model_a": "HunyuanDiT", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718349623.0056 - }, - { - "model_a": "StableCascade", - "model_b": "SD3", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718349691.4454 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718350417.9335 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718350777.4591 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718350796.1093 - }, - { - "model_a": "PixArtSigma", - "model_b": "HunyuanDiT", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718350807.3903 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718350814.794 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718351166.8531 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718356391.2204 - }, - { - "model_a": "StableCascade", - "model_b": "SD3", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718356427.1964 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718356459.4463 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718356484.538 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718356511.6263 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718357165.3612 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SD3", - "winner": "tie", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718357982.7469 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718364427.8099 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718366990.9928 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718372204.0729 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718372242.0489 - }, - { - "model_a": "SD3", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718372261.6108 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718372281.4376 - }, - { - "model_a": "StableCascade", - "model_b": "HunyuanDiT", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718372313.1247 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718372332.2386 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718374169.006 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718374212.2311 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718374267.4872 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "HunyuanDiT", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718374283.122 - }, - { - "model_a": "PixArtAlpha", - "model_b": "HunyuanDiT", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718374326.2465 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718374340.2001 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718374363.0712 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718376244.4366 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718376265.814 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718376282.0943 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718376312.1431 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718376333.2566 - }, - { - "model_a": "PixArtSigma", - "model_b": "HunyuanDiT", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718376357.607 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718376369.5052 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718376379.5755 - }, - { - "model_a": "PixArtSigma", - "model_b": "HunyuanDiT", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": false, - "tstamp": 1718376500.4433 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718378268.383 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718384067.3116 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718384591.6488 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718384754.0894 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SD3", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718385009.7264 - }, - { - "model_a": "HunyuanDiT", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718388318.1563 - }, - { - "model_a": "SDXLTurbo", - "model_b": "HunyuanDiT", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718388599.1191 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718388630.6669 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718388646.6257 - }, - { - "model_a": "SD3", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718388660.7796 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718388806.4621 - }, - { - "model_a": "PixArtAlpha", - "model_b": "HunyuanDiT", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718388819.1112 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718388835.9585 - }, - { - "model_a": "SD3", - "model_b": "HunyuanDiT", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718388846.6965 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718388932.5652 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718388949.2297 - }, - { - "model_a": "SD3", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718388966.451 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718388969.0612 - }, - { - "model_a": "SD3", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718388978.0926 - }, - { - "model_a": "SD3", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718388987.6308 - }, - { - "model_a": "HunyuanDiT", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718388997.3101 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718389016.4018 - }, - { - "model_a": "SD3", - "model_b": "HunyuanDiT", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": false, - "tstamp": 1718389054.9984 - }, - { - "model_a": "SD3", - "model_b": "HunyuanDiT", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": false, - "tstamp": 1718389284.958 - }, - { - "model_a": "HunyuanDiT", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718394970.6881 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718396480.8876 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718396490.7161 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "HunyuanDiT", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": false, - "tstamp": 1718397860.9244 - }, - { - "model_a": "SD3", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718397940.3813 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718398007.3427 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718398030.4113 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718398049.4228 - }, - { - "model_a": "HunyuanDiT", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718398069.2465 - }, - { - "model_a": "HunyuanDiT", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718398087.6587 - }, - { - "model_a": "SD3", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718398208.8604 - }, - { - "model_a": "SD3", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718398236.4062 - }, - { - "model_a": "SD3", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718398266.3092 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718398281.159 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718398308.0395 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718398326.3277 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718401622.3648 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718403687.6458 - }, - { - "model_a": "HunyuanDiT", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718406252.2776 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718409173.2971 - }, - { - "model_a": "OpenJourney", - "model_b": "HunyuanDiT", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718409186.4836 - }, - { - "model_a": "SD3", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718409209.6056 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718409223.4341 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718409234.7185 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718409259.0139 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718409293.3129 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718409312.6737 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718409358.7922 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718409372.1264 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SD3", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718409389.968 - }, - { - "model_a": "PixArtSigma", - "model_b": "SD3", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718409431.0026 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718409442.7396 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718409474.1109 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718411759.999 - }, - { - "model_a": "HunyuanDiT", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718411788.0944 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718413728.9438 - }, - { - "model_a": "PixArtSigma", - "model_b": "SD3", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718413744.4533 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718413760.987 - }, - { - "model_a": "SD3", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718413778.9862 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SD3", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": false, - "tstamp": 1718428785.6728 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SD3", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": false, - "tstamp": 1718428827.5298 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SD3", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": false, - "tstamp": 1718428878.7865 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SD3", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718431479.9081 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718432473.3943 - }, - { - "model_a": "SD3", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718432507.9307 - }, - { - "model_a": "HunyuanDiT", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718432552.3695 - }, - { - "model_a": "StableCascade", - "model_b": "SD3", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718432589.498 - }, - { - "model_a": "HunyuanDiT", - "model_b": "SD3", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": false, - "tstamp": 1718434713.109 - }, - { - "model_a": "HunyuanDiT", - "model_b": "SD3", - "winner": "tie", - "judge": "arena_user_10.16.24.60", - "anony": false, - "tstamp": 1718434772.6969 - }, - { - "model_a": "HunyuanDiT", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718454602.9218 - }, - { - "model_a": "SDXLLightning", - "model_b": "SD3", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718454638.1974 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718454691.2044 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718464752.3753 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718464912.9271 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718465101.6492 - }, - { - "model_a": "HunyuanDiT", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718465283.9546 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718465305.5925 - }, - { - "model_a": "SDXLLightning", - "model_b": "SD3", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718472792.1844 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718483217.1994 - }, - { - "model_a": "PixArtSigma", - "model_b": "SD3", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718483240.951 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SD3", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718483263.5373 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718483293.8166 - }, - { - "model_a": "HunyuanDiT", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718484956.1613 - }, - { - "model_a": "SD3", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718486305.7856 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718491687.5739 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718491711.0012 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718491722.745 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718491738.7444 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718491758.6157 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718491769.4941 - }, - { - "model_a": "HunyuanDiT", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718491780.9839 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718491797.3929 - }, - { - "model_a": "SD3", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718491905.3031 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718491928.585 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718492574.6446 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718504694.783 - }, - { - "model_a": "HunyuanDiT", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718547868.3242 - }, - { - "model_a": "SD3", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718548388.4627 - }, - { - "model_a": "HunyuanDiT", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718550932.2978 - }, - { - "model_a": "PixArtSigma", - "model_b": "SD3", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718550950.7193 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718557495.2802 - }, - { - "model_a": "HunyuanDiT", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718573006.0232 - }, - { - "model_a": "SD3", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": false, - "tstamp": 1718585470.5669 - }, - { - "model_a": "OpenJourney", - "model_b": "HunyuanDiT", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718605673.506 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "HunyuanDiT", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718606815.4582 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718607242.7064 - }, - { - "model_a": "SDXLTurbo", - "model_b": "HunyuanDiT", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718608417.7567 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_39.103.156.252", - "anony": false, - "tstamp": 1718625906.9897 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SD3", - "winner": "tie", - "judge": "arena_user_10.16.43.169", - "anony": true, - "tstamp": 1718626496.7366 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718626603.3094 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718637978.5314 - }, - { - "model_a": "HunyuanDiT", - "model_b": "SD3", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718643050.5968 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718648538.3065 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718648549.7112 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718648561.8509 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718648650.6781 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718654313.5696 - }, - { - "model_a": "PixArtAlpha", - "model_b": "HunyuanDiT", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718654345.1331 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718654359.2706 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718654379.5783 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718654405.6479 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718654434.7397 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718662355.7365 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718663720.0762 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718663867.4773 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.44.20", - "anony": false, - "tstamp": 1718663948.8881 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": false, - "tstamp": 1718664012.5029 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": false, - "tstamp": 1718664047.6748 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718671556.7279 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_169.254.221.109", - "anony": false, - "tstamp": 1718680200.7662 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718681164.115 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_169.254.43.255", - "anony": false, - "tstamp": 1718685423.7122 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_39.103.156.252", - "anony": false, - "tstamp": 1718685628.3316 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_39.103.156.252", - "anony": false, - "tstamp": 1718685903.7917 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": false, - "tstamp": 1718686620.1776 - }, - { - "model_a": "SD3", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": false, - "tstamp": 1718689240.377 - }, - { - "model_a": "SDXLTurbo", - "model_b": "HunyuanDiT", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718712924.6479 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718713093.0381 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718719068.36 - }, - { - "model_a": "PixArtAlpha", - "model_b": "HunyuanDiT", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718719109.1955 - }, - { - "model_a": "HunyuanDiT", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718734454.5122 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718734460.7719 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718745604.3436 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718745625.0155 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718745654.2129 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718745676.8799 - }, - { - "model_a": "HunyuanDiT", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718745687.9337 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718745703.5156 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718745720.1526 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718745741.6182 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718745770.2013 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718745788.4906 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718745803.9868 - }, - { - "model_a": "SD3", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718745822.1071 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718745830.8915 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718745843.8068 - }, - { - "model_a": "SD3", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718745867.4431 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718745880.115 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SD3", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718746438.2008 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718756631.3264 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718766012.3809 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718766031.9001 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718766045.7998 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718766061.0384 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "HunyuanDiT", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718766084.8199 - }, - { - "model_a": "SDXL", - "model_b": "HunyuanDiT", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718766100.2472 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718766129.1346 - }, - { - "model_a": "PixArtSigma", - "model_b": "HunyuanDiT", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718766139.8314 - }, - { - "model_a": "HunyuanDiT", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718766154.513 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "HunyuanDiT", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718776847.4867 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718776866.7363 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718776882.4394 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718776901.9545 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718776925.3394 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718781274.204 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718781299.8127 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718781314.7514 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": false, - "tstamp": 1718792322.349 - }, - { - "model_a": "SD3", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": false, - "tstamp": 1718799964.1202 - }, - { - "model_a": "SD3", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718809229.2104 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718810254.2353 - }, - { - "model_a": "SD3", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718814138.1712 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718814286.5334 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718814444.7562 - }, - { - "model_a": "HunyuanDiT", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718815204.0681 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718815218.2485 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718815241.7457 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718815251.9701 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718815263.0948 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718815273.713 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718815288.1918 - }, - { - "model_a": "SD3", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718815302.8193 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718815317.4435 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718815329.3191 - }, - { - "model_a": "SDXL", - "model_b": "SD3", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718815345.798 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718828004.254 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718830393.6977 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718831519.992 - }, - { - "model_a": "SD3", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718832980.0002 - }, - { - "model_a": "SDXLLightning", - "model_b": "HunyuanDiT", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718834068.2363 - }, - { - "model_a": "HunyuanDiT", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718835292.286 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718839493.677 - }, - { - "model_a": "HunyuanDiT", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718839525.4362 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SD3", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718839564.5056 - }, - { - "model_a": "HunyuanDiT", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718849917.9885 - }, - { - "model_a": "SD3", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718855686.9692 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718856315.8068 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718856374.3202 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_169.254.33.10", - "anony": false, - "tstamp": 1718865352.1946 - } -] \ No newline at end of file diff --git a/arena_elo/results/20240619/clean_battle_video_generation.json b/arena_elo/results/20240619/clean_battle_video_generation.json deleted file mode 100644 index 771d57ed2cd6d526da28f45349f8d1f57cccf820..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240619/clean_battle_video_generation.json +++ /dev/null @@ -1,13594 +0,0 @@ -[ - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1713914099.33 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713914343.6891 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713916642.7912 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713986344.8741 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1713987118.6274 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714139169.2392 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714139249.1969 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714139381.873 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714364059.9109 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1714364795.1269 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714443594.816 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714445557.5459 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1714485010.7122 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714485698.1572 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714491486.3968 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714568747.0042 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714575776.0633 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714575875.3994 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714576499.4057 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714614291.4601 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714656445.8616 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714667465.6678 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714757575.6272 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714856044.8046 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714912222.8148 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714912353.9054 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714916128.9484 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714918845.2225 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714961792.1218 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714962568.0734 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714986675.9255 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715022520.8699 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715024874.9777 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715082170.9107 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715108567.1368 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715201418.1949 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715225335.6492 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715244587.7341 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715352822.1424 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715398861.6427 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715410800.5657 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715410993.9665 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715610160.6825 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715610373.469 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715689072.7345 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715696812.6326 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715737104.8239 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715739395.0891 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715810233.6444 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715849800.9966 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716114686.5453 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716116392.5838 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716193582.8722 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716193785.0048 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716193846.233 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716194009.3835 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716300077.5395 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.43.115", - "anony": true, - "tstamp": 1716478201.6693 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716533638.3067 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_127.0.0.1", - "anony": false, - "tstamp": 1716682913.5891 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716689388.5783 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716689390.9317 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716689418.3899 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716689430.8661 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716689430.9662 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716689446.5199 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716689504.5594 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716689507.2126 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716689516.3395 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716689560.415 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716689571.2045 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716689589.1987 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716689600.479 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716689642.8219 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716689687.8719 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716689693.1346 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1716689821.5032 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716689833.2282 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716690476.4186 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693206.0818 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693274.919 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693286.0411 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693303.5784 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693311.5433 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693329.6356 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693383.5826 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693456.8226 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693467.3462 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693479.5757 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693495.1122 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693502.3247 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693528.2392 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693546.0765 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693563.0683 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693569.8376 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693581.0672 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693588.2851 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693595.2501 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693663.4243 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693679.0583 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693692.5858 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693708.4221 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693719.3968 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693725.4583 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693738.9399 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693745.5583 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693767.9991 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693792.955 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693803.7279 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693816.5054 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693825.2771 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693836.955 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693850.7326 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716694070.4027 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694148.1807 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716694244.2485 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694254.1959 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694276.2905 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716694375.6866 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716694382.1969 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694793.14 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694811.1394 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716694821.4174 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716694834.8498 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716694841.7147 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716694851.8849 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716694860.9592 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716694883.3566 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694902.9993 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694914.4785 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694928.7985 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716694942.7223 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728514.2605 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728525.0445 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728537.4321 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728552.3184 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728565.4115 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728611.9244 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728619.8963 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728626.8621 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728642.2282 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728660.8799 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728671.1783 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728681.5129 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728695.6521 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728707.1868 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728715.3574 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728729.9899 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728739.4646 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728751.7418 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728760.5694 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728772.9474 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728792.5959 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728825.1225 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728832.0962 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728839.4279 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728875.7372 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728884.1135 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728898.2525 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728909.7356 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728924.0212 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728932.2482 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728943.0756 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728951.8516 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728964.0778 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728971.495 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728980.7203 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728994.9574 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716729003.1242 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716729013.9565 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716729024.7427 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729034.6162 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729041.2307 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729054.9108 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729082.4481 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716729093.5738 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729104.4016 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729113.9293 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729128.024 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716729143.4289 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716729151.6014 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716729165.8412 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716729174.0802 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716729190.7693 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729561.7946 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716729589.111 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716730437.4978 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716730444.2174 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716731578.7678 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716731600.4666 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716731607.3314 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716731621.0702 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716731652.0853 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716731680.1969 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716731887.8933 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732002.7625 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732014.9893 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732033.1907 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732042.32 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732051.0423 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732064.3207 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732075.7564 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732092.1437 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732107.1689 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732121.5507 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732130.5345 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732144.7139 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732153.1545 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732245.8887 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732253.5049 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732260.9776 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732271.1059 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732289.7469 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732300.1222 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732442.4675 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732643.9778 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732653.5527 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732667.2377 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732690.9928 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732701.2197 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732769.1058 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732774.627 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732781.8561 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732792.5768 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732805.8172 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732815.2381 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732822.3066 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732832.5342 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732854.9452 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732865.7185 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732873.0369 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732879.1067 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732894.6925 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732906.9749 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732913.3386 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732921.5656 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732932.2613 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732947.9995 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716733033.155 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733215.9535 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733225.6737 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716733232.9894 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733245.779 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733261.359 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733274.7997 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733284.8279 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716733292.3492 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716733303.8831 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733316.3709 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733323.541 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733333.7191 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716733339.0328 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716733353.1237 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733359.5427 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733371.482 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733409.29 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733435.707 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733443.4772 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733504.7486 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733513.4209 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733524.354 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733530.1208 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733537.6908 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733546.1677 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733558.2467 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733565.4605 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716754494.225 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716754529.3204 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716754556.8827 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716754573.37 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716754581.3319 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716754589.7121 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716754610.3186 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716754622.516 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716756205.9019 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756217.6395 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756225.3579 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756245.6466 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756258.525 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756267.7569 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756278.3797 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756292.9729 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756303.6146 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756321.7636 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756328.3263 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716756337.0448 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716756355.6901 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716756369.1608 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756377.9305 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756405.9503 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756413.5746 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756420.392 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716756430.3441 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756598.971 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756811.4034 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756829.7662 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756837.7688 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716756844.6412 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756862.2925 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756871.8602 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756883.2346 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716763810.601 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763820.7817 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763830.0099 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763836.2701 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763852.5743 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716763861.9464 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716763876.0254 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716763884.9467 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716763895.1884 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763906.9292 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763916.2051 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716763933.7037 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763954.4778 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763963.4971 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716763974.9914 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716763982.078 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716763987.4028 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774336.4201 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716774366.2114 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774373.7343 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774401.5247 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774408.764 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716774416.5343 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774426.6483 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716774436.7505 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716774446.0586 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716774452.7416 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774466.5087 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716774473.4742 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774481.1066 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716774490.1334 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716774496.2078 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716774502.5006 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774513.1922 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716774519.3337 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716774546.8848 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716774553.0012 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716774569.2238 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716774581.1122 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716774586.7425 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716774595.3967 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716780707.8678 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716781161.3809 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716781177.0776 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716781187.7966 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716781235.6047 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716781242.9314 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716781254.7071 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716781288.1888 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716781297.0117 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716781305.1896 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716781380.1677 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716781558.8588 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716781966.5022 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783665.6346 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785927.5738 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785946.8276 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785956.3086 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785965.6368 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785983.4545 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786004.6173 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786012.1915 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786025.9796 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786038.5735 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786048.2498 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786056.7792 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786067.3793 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786076.8691 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786091.7183 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786106.6309 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786119.376 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786128.4563 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786145.1683 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786161.6566 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786201.0773 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786209.4966 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786225.3 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786233.4253 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786241.45 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786249.4851 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786263.8719 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786272.8991 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786280.5688 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786288.0837 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786295.9574 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786310.5953 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786320.6713 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786327.6937 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786345.2973 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786361.1416 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786369.7626 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786384.806 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786396.1855 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786405.8102 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786413.8802 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786450.7539 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788441.1026 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788453.8448 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716788462.4158 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788473.1466 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788486.9898 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788500.5707 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788522.2662 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788529.4816 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788541.2168 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716788551.7418 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788557.1033 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788565.8238 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788580.9064 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716788591.4322 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788600.6571 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788614.3978 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788620.7168 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788626.6775 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788634.496 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716788650.9444 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788657.5528 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716788664.566 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788670.029 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716789701.2259 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716792046.6171 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716792090.6776 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716792117.5541 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716792144.8815 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716792164.2891 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716792176.5638 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716792198.4702 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716792228.5999 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716792257.5373 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716792271.5787 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716792345.5517 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716792372.1701 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716798217.9315 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716798246.555 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716798267.3135 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716798307.1051 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716798333.9472 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716798359.6181 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800430.6763 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800444.8671 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800463.8158 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800470.7888 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800480.9658 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800487.682 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800509.3502 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800516.7738 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800548.7825 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800574.8734 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800581.7424 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800591.5717 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800605.265 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800615.6372 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800624.6681 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800632.546 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800641.9148 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800653.6588 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800662.638 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800675.8846 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800681.6565 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800688.0967 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800695.4712 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800702.7395 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800711.7179 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800718.9888 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800725.6079 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800731.7275 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800740.9093 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800747.5238 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800758.3079 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800772.5587 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800786.4015 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800793.1772 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800800.048 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800805.4083 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800819.3653 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800836.4647 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800844.9468 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800851.1076 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800865.0564 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800873.5031 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800881.426 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800888.8952 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800896.8697 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800905.5457 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800915.4743 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800922.2894 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800929.8593 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800939.6859 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800945.6081 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800955.2893 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800967.0227 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800985.5176 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800992.7352 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800999.7547 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716801010.8857 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716801020.4579 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716801028.3834 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716801036.1073 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716801043.9818 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716801054.918 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716801061.0383 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716801067.9615 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716801093.7934 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716801102.824 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716801110.4941 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716801357.4044 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716802258.9248 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716802277.2785 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716802289.6084 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716802308.1591 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716802325.3582 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716802348.8219 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716802375.4431 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716802396.6924 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716802417.0479 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716802440.657 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716802452.992 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716804546.8109 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716804560.9392 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716804572.0261 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716804609.8288 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716804621.2126 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716804634.4051 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716804648.2446 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716804654.6584 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716804662.0841 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716804678.7051 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716804762.81 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716804815.1467 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716804828.1257 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716804843.0147 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716804975.1614 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805101.6412 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805125.1997 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805133.7299 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805151.027 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805158.1471 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805165.6788 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805174.2573 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805181.7877 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805190.2597 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805204.9966 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805212.6216 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805221.4549 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805232.7863 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805313.8437 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805325.1273 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805332.292 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805359.2195 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805367.371 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805377.814 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805386.782 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805404.1209 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805417.2687 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805423.5857 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805431.9147 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805441.492 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805449.2165 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805457.6224 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805463.1912 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805474.9718 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805482.2909 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805487.9021 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805494.2662 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805501.837 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805510.508 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805518.6324 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805525.5473 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805544.3909 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805552.0575 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805558.2739 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805564.1439 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805571.2122 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805579.1375 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805585.3538 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805594.1732 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805602.5497 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805614.0387 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805622.659 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805629.4247 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805636.4978 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805643.3155 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805651.8835 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805660.0046 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805666.4722 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805672.087 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805680.0119 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805686.5804 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805694.5555 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805703.9818 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805711.3069 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805721.6865 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805727.8528 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805736.4364 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805743.8122 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805750.2783 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805757.0462 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805763.9699 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805771.9439 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805778.1596 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805786.0285 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805793.2534 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805798.9227 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805808.3068 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805821.8583 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805839.7119 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805849.7822 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805857.2086 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805865.0813 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805873.7026 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805880.1754 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805887.5002 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805898.5851 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805907.207 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805913.6738 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805919.5473 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805926.0123 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805936.2907 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805943.3089 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716810647.7996 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716810767.6778 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716810826.6156 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716810864.4818 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716810900.0894 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716810921.257 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716810949.0213 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716810965.664 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716810988.9326 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811001.9174 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716811024.4386 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811035.9259 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716811058.5425 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716811074.3937 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811095.0043 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811114.558 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811157.5772 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716811180.1051 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716811346.2167 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811363.3576 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811377.2071 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811404.884 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811528.5755 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811545.2272 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716811581.4292 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811609.1021 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811631.9737 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811653.2303 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811678.608 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716811693.5999 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811720.8197 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811746.659 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716811761.1 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811778.6006 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716811787.9252 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716811806.8256 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811828.2237 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811848.5441 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811872.1595 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811901.6987 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811918.2 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716811932.245 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716811947.2854 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811966.6966 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811983.2023 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812015.9888 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812030.9774 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812051.728 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812067.7291 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812088.1948 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812102.3806 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812123.2896 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812139.1472 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812170.5498 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812192.2699 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812214.0685 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812237.5965 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812262.6235 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812290.4589 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812311.7735 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812323.9663 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812344.0154 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812361.5742 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812372.8081 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812386.6604 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812409.1288 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812418.0558 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812428.889 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812440.6235 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812460.1354 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812483.1639 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812498.9136 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812513.6577 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812524.1375 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812535.9746 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812547.665 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812555.6472 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812565.3306 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812575.97 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812590.8677 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812612.2889 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812624.5777 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812649.097 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812661.3318 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812691.9328 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812707.5304 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812722.3136 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812741.6653 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812760.8219 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812772.796 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812799.1808 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812814.2832 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812830.7859 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812844.0682 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812854.8496 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812863.9262 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812884.0891 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812902.0645 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812921.0403 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812934.2248 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812958.6412 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812982.3069 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812991.3995 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716813008.7657 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813018.7489 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716813618.7164 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813632.3075 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813648.7558 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813671.7233 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716813698.1674 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716813715.7735 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716813726.5932 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813738.6714 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716813747.2492 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716813767.5156 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716813787.5776 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716813804.4335 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813812.3843 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716813826.2772 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716813838.4177 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813854.4582 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813871.899 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716813883.9808 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716813893.2639 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716813907.4565 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716813922.9029 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813936.1375 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716813948.4724 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716813956.9029 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716813964.8758 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716813985.235 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814004.2321 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814014.3081 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814025.5933 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814042.4418 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814051.6142 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814074.9335 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814088.0682 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814099.4537 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814110.2829 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814117.4053 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814124.7313 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814136.6245 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814149.1818 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814158.2055 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814168.2388 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814181.7311 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814192.2712 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814202.9029 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814213.7299 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814223.8057 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814232.1412 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814239.2618 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814254.6616 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814271.2523 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814299.6371 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814312.3883 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814319.5568 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814334.818 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814347.5098 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814360.0003 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814372.9848 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814382.3319 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814389.5585 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814400.2431 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814408.7192 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814421.9339 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814436.4344 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814450.026 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814461.6183 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814472.512 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814484.0088 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814495.6957 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814519.6197 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814528.8081 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814539.691 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814550.1705 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814564.1662 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814572.6421 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814583.6689 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814598.5159 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814609.8028 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814619.5919 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814631.5327 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814648.7281 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814659.3149 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814680.1373 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814704.6159 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814713.39 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814725.5232 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814744.5305 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814755.0712 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814771.0791 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814783.3717 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814792.0423 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814803.8904 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814811.475 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814839.9094 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814849.1271 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814857.6044 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814871.3031 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814888.3485 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814897.878 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814907.4115 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814915.0837 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814924.1636 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814932.6321 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814940.9566 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814948.7863 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814968.0915 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814994.1657 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716815015.8201 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716815024.6949 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816099.4363 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816105.6967 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816118.5359 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816149.1207 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816172.1002 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816184.8358 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816194.5624 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816210.2718 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816227.4275 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816247.5376 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816262.3852 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816295.3375 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816307.3189 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816333.3001 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716816518.8779 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816568.8736 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816585.4378 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816592.9699 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816605.8065 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816623.4437 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816637.1861 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816672.9665 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816686.8076 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716816697.8926 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816706.8142 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816731.4381 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816740.0096 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816752.7379 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816762.2629 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716816776.0949 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816791.4496 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816799.9698 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816806.4869 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816813.395 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816838.8134 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816850.0931 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816857.6166 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816874.9081 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816885.0343 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716816896.9631 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716816914.0762 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816922.3005 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816936.3908 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816952.5782 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816965.4737 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816975.3518 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716816987.3314 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816998.0597 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817007.4428 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817014.3671 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817021.1406 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817031.3233 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817040.9988 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817047.7657 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817062.6591 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817071.0892 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817079.1626 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817088.792 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817095.9591 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817110.5496 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817120.4861 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817128.1212 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817136.6422 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817144.3143 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817152.4352 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817161.9622 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817177.1074 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817189.9467 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817198.023 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817208.2992 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817221.7848 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817230.062 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817236.2275 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817245.3594 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817251.1819 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817256.4007 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817272.0483 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817288.1447 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817296.0145 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817303.3895 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817311.3103 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817328.5117 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817337.8401 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817349.5234 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817357.7468 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817366.4197 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817378.2982 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817398.1152 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817411.0505 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817418.9737 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817433.5134 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817439.282 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817445.3501 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817454.4227 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817461.8922 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817473.7247 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817483.5046 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817490.071 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817497.482 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817505.4488 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817517.0342 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817526.0125 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817536.885 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817544.6967 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817554.6787 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716845528.4968 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845543.5775 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845610.4135 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845625.0502 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716845639.4286 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845693.0182 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716845718.0466 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716845734.4895 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716845755.294 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845769.7927 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716845816.9371 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716845828.573 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716845861.4523 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845873.847 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845908.5838 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845933.8837 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845948.6427 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716845982.277 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716846032.7577 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716846040.2247 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716846099.9227 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716846143.9332 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716846163.6735 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716846245.2648 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716846257.942 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716846302.5935 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716846342.1787 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716846362.9187 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716846386.3667 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716846413.3894 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716848046.5925 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716848058.7766 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716848067.902 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716849805.475 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716849813.4457 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716849818.3104 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716849824.5826 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716849834.2592 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716849836.9182 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716849839.7812 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716849850.9067 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716849877.0663 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716849877.1173 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716849885.1697 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716849893.3278 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716849946.2119 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716849980.4883 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716849993.2669 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716850007.4503 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716850037.0695 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716850054.3761 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850066.0545 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850091.7678 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850115.1746 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850132.3725 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716850144.1539 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716850161.2285 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850173.8573 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716850197.1758 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716850224.5489 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716850247.405 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850277.7798 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850310.4463 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850327.8684 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850328.226 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850340.8632 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716850354.4171 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850375.9832 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850409.3402 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716850417.2617 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850506.1736 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716850517.7481 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716850529.1711 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716850562.7076 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716850573.6848 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716850630.8546 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850653.065 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850681.8793 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716860595.707 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716860621.5356 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716860641.0232 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716860697.9926 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716860710.5707 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716860726.1111 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716860772.244 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716860790.2405 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716860804.6284 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716860869.2903 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716860936.3092 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716860952.3518 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716860965.3844 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716860983.8146 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861070.0866 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861079.6593 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861093.0971 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861110.8861 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716861182.2741 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861199.7588 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716861262.141 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861366.9074 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861376.2768 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861486.5303 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861550.2568 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716861563.9964 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716861576.7932 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861635.7395 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861644.366 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861651.5365 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861665.1318 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861675.3107 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861709.0037 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861764.0077 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861774.1637 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861787.6144 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861801.9107 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861857.8365 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861867.8133 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861876.2803 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716861888.9613 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716861899.5978 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861917.9472 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861929.1847 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861994.2271 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716862003.32 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716862014.0612 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716862066.3091 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716862084.806 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716862135.48 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716862146.7019 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716862199.7374 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716862287.5989 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716862301.6865 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716864840.105 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716864852.4483 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716888876.5448 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716888906.7365 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716888932.705 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716888960.4334 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716889044.3971 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716889066.6535 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716904183.7537 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716934721.4333 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716934728.955 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716934735.2822 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716934746.4556 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716934759.1338 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716934771.7263 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716934780.1541 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716934789.6805 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716934796.1425 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716934802.8066 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716934809.9162 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716934822.2928 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716935497.9165 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716935510.2413 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716935529.5027 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716935537.7802 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716940935.4529 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716941011.7947 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716946253.3412 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716946273.1958 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716946533.0187 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": false, - "tstamp": 1716956917.4978 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716968515.1585 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716968528.9845 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716968546.9361 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716968565.0784 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716968584.3193 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716968599.2518 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716968609.074 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716992753.2264 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1716995984.4733 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716999875.783 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717016085.6093 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1717033329.1692 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717036604.3263 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717036611.3029 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717036623.7361 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717036633.3907 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717036661.4617 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717036670.7383 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717036693.0343 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717036733.5432 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717036802.0871 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717036825.904 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717036872.3776 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717036889.2216 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717036941.3062 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717036970.3339 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717036991.3064 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717037015.2592 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717037045.0924 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717042182.8927 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717042213.7032 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717042241.8638 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717042270.6661 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717042303.518 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_169.254.167.109", - "anony": false, - "tstamp": 1717059009.4576 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1717059223.905 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.18.96", - "anony": true, - "tstamp": 1717064772.7161 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717072973.3188 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122196.5828 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122216.5437 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122226.125 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122239.2602 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122306.5361 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122318.0661 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717122326.6431 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122340.9779 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122348.0443 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122362.0381 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122379.7169 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122390.6881 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122397.0059 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122409.0363 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717122418.0605 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717122433.1851 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122473.1813 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122522.8944 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717122555.2268 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122568.912 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122580.3431 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122586.264 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122596.6965 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122603.4157 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717122609.2263 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122618.4501 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122634.5481 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122640.2657 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122651.6476 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122711.0439 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122716.86 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122725.6842 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717122731.3486 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122742.1792 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122771.6489 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717122777.9609 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122789.9392 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122798.9204 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122806.4923 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122813.4702 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122818.3889 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717122825.6083 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122831.6287 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122844.4115 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122862.9223 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122879.0582 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717122889.5903 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122895.6641 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122909.8967 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122915.6074 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122925.1277 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122931.2448 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122937.2045 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122943.0215 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717122948.8846 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122953.7973 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717123008.1803 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1717123076.2074 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1717123101.8817 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717124794.7362 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717153274.9711 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717207929.8821 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717217534.3179 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717231204.8928 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717265385.3362 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717285203.6269 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": false, - "tstamp": 1717293468.582 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": false, - "tstamp": 1717293491.0083 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293504.5815 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293517.7461 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293527.5597 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293536.1345 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717293546.7518 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717293554.0351 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293568.4703 - }, - { - "model_a": "VideoCrafter2", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293580.161 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293591.5149 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293602.8639 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717293616.4035 - }, - { - "model_a": "T2VTurbo", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717293623.5221 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293628.89 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717293635.1638 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293641.9995 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293647.9768 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293658.6194 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293666.2514 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717293671.5182 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717293680.9968 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293686.4655 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293697.9061 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293707.1435 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293719.0796 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293740.639 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293744.6538 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293756.298 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717293762.671 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717293769.1937 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717293775.9663 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717293782.7841 - }, - { - "model_a": "T2VTurbo", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717293783.2738 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293791.6535 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717293798.9666 - }, - { - "model_a": "T2VTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717293806.4462 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717293811.6641 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717293826.6726 - }, - { - "model_a": "LaVie", - "model_b": "T2VTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717293828.377 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293835.7519 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293841.7666 - }, - { - "model_a": "T2VTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293848.3812 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293855.3997 - }, - { - "model_a": "VideoCrafter2", - "model_b": "T2VTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293857.3097 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293872.4616 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293901.5198 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717293932.4272 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717293953.9142 - }, - { - "model_a": "T2VTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293984.306 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294009.905 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294030.5896 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294056.7294 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294075.7122 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294090.8974 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717294101.2133 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717294117.938 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717294150.2901 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717294174.1211 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717294185.8416 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717294202.8671 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294220.1908 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717294236.012 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717294251.8078 - }, - { - "model_a": "T2VTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717294269.6838 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294286.4136 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294312.2032 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717294326.2786 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717294346.6054 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294361.8835 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717294374.2527 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717294392.4334 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294404.4511 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717294435.7496 - }, - { - "model_a": "T2VTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294453.0766 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294470.3027 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294493.5437 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294510.6692 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717294525.3896 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294538.5569 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294565.9504 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294582.533 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717294597.1071 - }, - { - "model_a": "T2VTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294615.7967 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294631.1305 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294644.5529 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294654.225 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717294668.6136 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717294682.9829 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294700.8663 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294717.4464 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294732.9285 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294748.3004 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294766.0902 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717294784.2806 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294796.1612 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717294824.43 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294851.174 - }, - { - "model_a": "T2VTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717294866.7995 - }, - { - "model_a": "ModelScope", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717294877.1216 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294890.1942 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294921.5086 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717294934.4353 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717294950.2096 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294957.4234 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294969.0 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717294986.4772 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717295008.1658 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295019.438 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295038.928 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295052.3222 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717295070.2534 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717295082.1467 - }, - { - "model_a": "T2VTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295101.6011 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717295116.9783 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717295126.899 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717295142.3389 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717295154.0226 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717295169.8551 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717295185.5925 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717295197.1667 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295210.8272 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717295218.0937 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295237.2382 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295249.9143 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295258.4514 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295297.0381 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295309.6869 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295320.7567 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717295333.2544 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717295349.6526 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295360.2828 - }, - { - "model_a": "T2VTurbo", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717295370.8103 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295385.1488 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717295392.7601 - }, - { - "model_a": "T2VTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717295408.8097 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717295422.4892 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295436.9749 - }, - { - "model_a": "LaVie", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717295449.8035 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717295467.5485 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717345483.6603 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717370074.6497 - }, - { - "model_a": "AnimateDiff", - "model_b": "T2VTurbo", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717370084.7673 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717370194.9243 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717370216.817 - }, - { - "model_a": "ModelScope", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717370244.8292 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717370280.0046 - }, - { - "model_a": "LaVie", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717370335.9096 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717370378.0295 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717370403.7198 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717370524.989 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717382632.7404 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717382690.0394 - }, - { - "model_a": "T2VTurbo", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717382706.7656 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717382721.0954 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717382736.734 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717382750.8089 - }, - { - "model_a": "T2VTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717382766.9879 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717382787.9614 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717382802.845 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717382818.3336 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717382828.5655 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717382840.4562 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717382861.5383 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717382873.4499 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717382885.608 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717382919.6506 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717382938.1959 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717382949.4728 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717382959.1016 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717382977.7887 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717382990.1243 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717383019.3902 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717383027.7149 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717383036.784 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717383054.6641 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717383069.297 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717383085.7207 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717383108.3566 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717383127.1905 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717383136.9608 - }, - { - "model_a": "T2VTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717383157.7444 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717383172.9848 - }, - { - "model_a": "T2VTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717383186.876 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717383199.2563 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717383206.08 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717383222.6056 - }, - { - "model_a": "VideoCrafter2", - "model_b": "T2VTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717383288.1336 - }, - { - "model_a": "T2VTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717383436.1722 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717383476.654 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717383685.03 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717383767.1808 - }, - { - "model_a": "AnimateDiff", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717383808.2937 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717383873.2164 - }, - { - "model_a": "AnimateDiff", - "model_b": "T2VTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717383892.2518 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717383919.7514 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717384233.7717 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717384245.7924 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717384284.8262 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717384304.7566 - }, - { - "model_a": "T2VTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717384316.9358 - }, - { - "model_a": "VideoCrafter2", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717384332.8135 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717384354.8192 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717384365.5649 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717384384.1025 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717384402.4396 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717384409.6503 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717384430.1763 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717384462.5696 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717384501.835 - }, - { - "model_a": "T2VTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717384523.0528 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717384570.486 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717384586.6213 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717384598.3813 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717384609.9773 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717384622.757 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717384634.6369 - }, - { - "model_a": "LaVie", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717384642.2532 - }, - { - "model_a": "T2VTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717384665.1984 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717384677.0334 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717384685.0477 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717384693.5141 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717384731.537 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717384839.5816 - }, - { - "model_a": "T2VTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717384852.5086 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717384861.2819 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717384907.1512 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717384944.3791 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717384966.6886 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717385836.8448 - }, - { - "model_a": "ModelScope", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717385845.3108 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717385854.4791 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717385860.6864 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717385875.0645 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717385887.7842 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717385895.0467 - }, - { - "model_a": "T2VTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717385900.8565 - }, - { - "model_a": "VideoCrafter2", - "model_b": "T2VTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717385907.8711 - }, - { - "model_a": "LaVie", - "model_b": "T2VTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717385922.69 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717385938.4718 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717385944.6309 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717385951.4902 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717385956.3479 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717385963.5179 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717385969.5786 - }, - { - "model_a": "VideoCrafter2", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717385991.075 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717385998.3397 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717386004.2514 - }, - { - "model_a": "T2VTurbo", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717386013.6816 - }, - { - "model_a": "AnimateDiff", - "model_b": "T2VTurbo", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717386021.2986 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717386029.1634 - }, - { - "model_a": "LaVie", - "model_b": "T2VTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717386037.0274 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717386047.242 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717386062.3655 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717386069.5814 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717386081.2557 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717386087.8163 - }, - { - "model_a": "T2VTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717386095.029 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717386103.7391 - }, - { - "model_a": "ModelScope", - "model_b": "T2VTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717388539.6475 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717388573.7415 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717388587.9557 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717388599.8821 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717388617.4315 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717388625.7017 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717388634.9244 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717388643.5519 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717388652.6889 - }, - { - "model_a": "T2VTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717388662.9722 - }, - { - "model_a": "T2VTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717388668.6899 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717388676.4154 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717388683.641 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717388702.5417 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717388715.0821 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717388723.6508 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717388729.8124 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717388737.6324 - }, - { - "model_a": "T2VTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717388768.8429 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717388786.5494 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717388797.8806 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717418901.679 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717418918.2184 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": false, - "tstamp": 1717439167.8704 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717439586.4464 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717439628.5032 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717439672.1109 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717439708.6385 - }, - { - "model_a": "T2VTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717439720.6663 - }, - { - "model_a": "T2VTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717439737.753 - }, - { - "model_a": "AnimateDiff", - "model_b": "T2VTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717439774.2745 - }, - { - "model_a": "T2VTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717439785.9023 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717439841.3272 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717439858.1328 - }, - { - "model_a": "LaVie", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717439883.5031 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717439908.5202 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717439948.6917 - }, - { - "model_a": "T2VTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717440028.9782 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717440530.7674 - }, - { - "model_a": "T2VTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717440565.7623 - }, - { - "model_a": "AnimateDiff", - "model_b": "T2VTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717440600.8103 - }, - { - "model_a": "ModelScope", - "model_b": "T2VTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717440641.0155 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717441265.7697 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717441285.8722 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717441309.5001 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717441325.2605 - }, - { - "model_a": "ModelScope", - "model_b": "T2VTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717441349.0509 - }, - { - "model_a": "T2VTurbo", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717441378.2766 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717441395.5798 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717441413.7788 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717441452.9548 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717441474.9552 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717441493.3447 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717441521.5939 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717441531.3786 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717441551.0739 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717441596.3937 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717441620.7707 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717441638.0974 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717441688.9321 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717441705.9245 - }, - { - "model_a": "ModelScope", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717441832.5812 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717441855.6322 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717441871.7347 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717441889.81 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717441910.2308 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717441929.6053 - }, - { - "model_a": "T2VTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717441944.9706 - }, - { - "model_a": "VideoCrafter2", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717441992.1921 - }, - { - "model_a": "T2VTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717442013.4608 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717442032.6318 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717442073.0611 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717442093.6884 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717442112.0356 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717442128.339 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717442210.6254 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717442226.1506 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717442243.2215 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717442259.5702 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717442288.1744 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717442313.1712 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717442328.7833 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717442374.6118 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717442399.9031 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717442420.0213 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717442444.1576 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717442458.0459 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717442534.5328 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717442564.84 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717442581.6032 - }, - { - "model_a": "LaVie", - "model_b": "T2VTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717442618.7339 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717442646.1372 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717442673.2333 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717442690.0393 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717442771.0084 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717443712.2317 - }, - { - "model_a": "LaVie", - "model_b": "T2VTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717443723.9663 - }, - { - "model_a": "T2VTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717443731.1608 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717443741.5344 - }, - { - "model_a": "VideoCrafter2", - "model_b": "T2VTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717443749.5447 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717443761.1002 - }, - { - "model_a": "AnimateDiff", - "model_b": "T2VTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717443775.2438 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717443789.1799 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717446342.5531 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717446349.1923 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717446357.2591 - }, - { - "model_a": "ModelScope", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717446366.6449 - }, - { - "model_a": "ModelScope", - "model_b": "T2VTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717446377.6616 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717446386.75 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717446406.8292 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717446414.646 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717446428.5735 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717446438.2954 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717446447.4602 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717446458.6253 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717446467.3416 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717446477.3062 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717446488.0957 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717446496.1204 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717446513.068 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717456368.838 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717474162.1715 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717474328.054 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": false, - "tstamp": 1717527861.4216 - }, - { - "model_a": "LaVie", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.205", - "anony": true, - "tstamp": 1717583389.7829 - }, - { - "model_a": "VideoCrafter2", - "model_b": "T2VTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717583550.3627 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717583574.8547 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717583650.3466 - }, - { - "model_a": "T2VTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.30.231", - "anony": true, - "tstamp": 1717583688.0364 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717583714.7331 - }, - { - "model_a": "LaVie", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.30.231", - "anony": true, - "tstamp": 1717583755.2307 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717583778.3619 - }, - { - "model_a": "T2VTurbo", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.2.205", - "anony": true, - "tstamp": 1717583802.8863 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.30.231", - "anony": true, - "tstamp": 1717583832.6804 - }, - { - "model_a": "LaVie", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717583888.5965 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1717583912.6705 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.30.231", - "anony": true, - "tstamp": 1717583967.926 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1717600694.3078 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717729569.0878 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_169.254.43.255", - "anony": true, - "tstamp": 1717742472.4642 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717770560.4234 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1717786061.9342 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717786268.7859 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717786289.3001 - }, - { - "model_a": "T2VTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717786356.8218 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1717786381.4821 - }, - { - "model_a": "ModelScope", - "model_b": "T2VTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717786508.354 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717786584.289 - }, - { - "model_a": "T2VTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1717786609.0559 - }, - { - "model_a": "AnimateDiff", - "model_b": "T2VTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1717786642.2808 - }, - { - "model_a": "T2VTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717786682.2827 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717786733.9086 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717786772.2168 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1717787024.9345 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1717787059.5729 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717787081.6863 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717787102.3542 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717788435.0868 - }, - { - "model_a": "T2VTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717788446.9626 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717788457.4408 - }, - { - "model_a": "AnimateDiff", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717788495.641 - }, - { - "model_a": "AnimateDiff", - "model_b": "T2VTurbo", - "winner": "tie", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717803762.1958 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717803770.4082 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717803786.2896 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717803805.7355 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717803818.4125 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717803826.082 - }, - { - "model_a": "T2VTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717803834.501 - }, - { - "model_a": "AnimateDiff", - "model_b": "T2VTurbo", - "winner": "tie", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717815183.8986 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717856574.5391 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717859113.2951 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717879418.0499 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717879442.6545 - }, - { - "model_a": "T2VTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718011002.8566 - }, - { - "model_a": "T2VTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718011012.451 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718011022.8377 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718011035.3201 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718011043.6392 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718011052.1734 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718011060.9507 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718011068.7809 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718011077.4635 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718011149.5812 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718011159.9074 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718011168.2826 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718011176.6545 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718011184.6329 - }, - { - "model_a": "T2VTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718011192.3607 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718011207.8892 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718011216.1304 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718011224.8214 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718011240.1747 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718011248.2952 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718011255.7156 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718011265.9493 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718011281.3544 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718011299.4609 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718011313.3392 - }, - { - "model_a": "T2VTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718011320.6615 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718011338.1729 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718011351.3514 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718011367.5408 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718032842.0438 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718061165.0053 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718061193.4625 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718061227.2704 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718061266.4681 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718061302.0068 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718061510.384 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718089957.0337 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718130704.0669 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718130718.3047 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718130727.9051 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718130737.7575 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718258431.8838 - }, - { - "model_a": "T2VTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718258998.5358 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_169.254.186.79", - "anony": false, - "tstamp": 1718333327.6976 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_169.254.33.10", - "anony": false, - "tstamp": 1718333622.5511 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_169.254.43.255", - "anony": false, - "tstamp": 1718335425.1846 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718338870.2816 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718339789.3966 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718339813.2818 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718339817.6503 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718339856.0812 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718339874.9327 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718339890.3774 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718339903.0179 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718365795.4222 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_39.103.156.252", - "anony": false, - "tstamp": 1718678955.8722 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_39.103.156.252", - "anony": false, - "tstamp": 1718678963.4379 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718695178.9646 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": false, - "tstamp": 1718815035.9119 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": false, - "tstamp": 1718815048.8872 - }, - { - "model_a": "AnimateDiff", - "model_b": "T2VTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718815371.0011 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718815383.7343 - } -] \ No newline at end of file diff --git a/arena_elo/results/20240619/elo_results_t2i_generation.pkl b/arena_elo/results/20240619/elo_results_t2i_generation.pkl deleted file mode 100644 index 214c717eaf6efdca9e3dd8acd1418ce0cfdb1b5b..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240619/elo_results_t2i_generation.pkl +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4bc9cc467f9cee8493d3b142d616cb45b4d9c805050bf59ddbd5ee33ef6d17e0 -size 73814 diff --git a/arena_elo/results/20240619/elo_results_video_generation.pkl b/arena_elo/results/20240619/elo_results_video_generation.pkl deleted file mode 100644 index aab3af71fc9159f392de9fa255be06e9df460eed..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240619/elo_results_video_generation.pkl +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b18728982dde3cae7deb366a89b69510980ea8a1e42c223da35fd1c7182bbac -size 59911 diff --git a/arena_elo/results/20240619/t2i_generation_leaderboard.csv b/arena_elo/results/20240619/t2i_generation_leaderboard.csv deleted file mode 100644 index da1775b0c2d977efbb34e747773c0810cdc859ba..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240619/t2i_generation_leaderboard.csv +++ /dev/null @@ -1,14 +0,0 @@ -key,Model,Arena Elo rating (anony),Arena Elo rating (full),License,Organization,Link -PlayGround V2.5,PlayGround V2.5,1147.606723807855,1147.6221778034428,Playground v2.5 Community License,Playground,https://huggingface.co/playgroundai/playground-v2.5-1024px-aesthetic -PlayGround V2,PlayGround V2,1091.2334764557993,1089.7659373645974,Playground v2 Community License,Playground,https://huggingface.co/playgroundai/playground-v2-1024px-aesthetic -HunyuanDiT,HunyuanDiT,1065.4547402621788,1059.822696492972,tencent-hunyuan-community,Tencent,https://huggingface.co/Tencent-Hunyuan/HunyuanDiT -StableCascade,StableCascade,1054.9236955620781,1057.350072759572,stable-cascade-nc-community (other),Stability AI,https://huggingface.co/stabilityai/stable-cascade -SDXLLightning,SDXLLightning,1041.5331987995974,1046.3081769967216,openrail++,ByteDance,https://huggingface.co/ByteDance/SDXL-Lightning -PixArtAlpha,PixArtAlpha,1039.9410184660687,1029.4729621777742,openrail++,PixArt-alpha,https://huggingface.co/PixArt-alpha/PixArt-XL-2-1024-MS -PixArtSigma,PixArtSigma,1037.206278923615,1036.9341423718772,openrail++,PixArt-alpha,https://fal.ai/models/fal-ai/pixart-sigma -SD3,SD3,1029.1666634630194,1021.3531264138888,stabilityai-nc-research-community,Stability AI,https://huggingface.co/stabilityai/stable-diffusion-3-medium -SDXL,SDXL,985.9087467072235,985.4929552674706,openrail++,Stability AI,https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0 -SDXLTurbo,SDXLTurbo,928.1347201532141,925.8744899139969,sai-nc-community (other),Stability AI,https://huggingface.co/stabilityai/sdxl-turbo -LCM(v1.5/XL),LCM(v1.5/XL),923.7220318873165,917.2043600134182,openrail++,Latent Consistency,https://fal.ai/models/fal-ai/fast-lcm-diffusion/api -OpenJourney,OpenJourney,847.2517080685242,841.3925158226608,creativeml-openrail-m,PromptHero,https://huggingface.co/prompthero/openjourney -LCM,LCM,807.9169974435102,821.1255050210818,MIT License,Tsinghua University,https://huggingface.co/SimianLuo/LCM_Dreamshaper_v7 diff --git a/arena_elo/results/20240619/video_generation_leaderboard.csv b/arena_elo/results/20240619/video_generation_leaderboard.csv deleted file mode 100644 index 77d74485014e1b1e141e5f702101f925fe13d65c..0000000000000000000000000000000000000000 --- a/arena_elo/results/20240619/video_generation_leaderboard.csv +++ /dev/null @@ -1,9 +0,0 @@ -key,Model,Arena Elo rating (anony),Arena Elo rating (full),License,Organization,Link -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 -T2VTurbo,T2VTurbo,1103.0699494641894,1101.117277929343,cc-by-nc-4.0,"University of California, Santa Barbara",https://huggingface.co/jiachenli-ucsb/T2V-Turbo-VC2 -VideoCrafter2,VideoCrafter2,1074.1018336926682,1074.4442213352145,Apache 2.0,Tencent AI Lab,https://ailab-cvc.github.io/videocrafter2/ -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 -LaVie,LaVie,993.1058417381524,992.1853593542747,Apache 2.0,Shanghai AI Lab,https://github.com/Vchitect/LaVie -OpenSora,OpenSora,914.6563792036475,914.3878370939968,Apache 2.0,HPC-AI Tech,https://github.com/hpcaitech/Open-Sora -ModelScope,ModelScope,867.5273136055052,868.7446546619765,cc-by-nc-4.0,Alibaba Group,https://arxiv.org/abs/2308.06571 -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 diff --git a/arena_elo/results/latest/clean_battle_image_editing.json b/arena_elo/results/latest/clean_battle_image_editing.json deleted file mode 100644 index 93220d6bd5028ff38736470cd3c94f61a822438e..0000000000000000000000000000000000000000 --- a/arena_elo/results/latest/clean_battle_image_editing.json +++ /dev/null @@ -1,9338 +0,0 @@ -[ - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707712630.872 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707712699.668 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707712896.0427 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707712929.7061 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707713147.0445 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707713198.9284 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707713210.1306 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707713747.5115 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707715613.7226 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707765708.2644 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707765861.2742 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707765975.0206 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707768866.9065 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707771673.2989 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707784377.6617 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707784466.8915 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707784983.9581 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707785277.16 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707795299.0619 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707795798.752 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707796435.7996 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707797278.7369 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707797279.6004 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805086.9739 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805220.3253 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805332.6322 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805476.0509 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818374.3438 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834631.9088 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834954.0147 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835366.544 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835643.6178 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835789.25 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836852.671 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707836952.6082 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707837020.7148 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707837226.2259 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707838166.1449 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707838405.0013 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707839133.3126 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707839484.6824 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707850104.2499 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707851384.7689 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707851936.9466 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707852836.3291 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707852878.673 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707853008.1359 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707856807.6229 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707863740.3507 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707866312.1118 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883083.3533 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883181.1397 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883187.9173 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883507.587 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883939.6125 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707892689.4407 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908988.749 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912639.2701 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917685.9574 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919429.336 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707932651.9192 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707932749.3107 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933208.5797 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707945335.6341 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708031168.6838 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708038931.5388 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708057382.78 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708093689.8237 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708093910.4683 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708095090.8232 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708095305.4665 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140553.1694 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708145512.3656 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708145724.4127 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708146846.5098 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189738.4864 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708235874.9246 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708257619.7115 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708341265.7655 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708350183.3086 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708399707.1681 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708441502.4707 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708441716.8195 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708546759.2009 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708546805.4892 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708547082.7124 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708547166.9685 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708547293.7107 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708575046.0529 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708615466.9264 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708615516.3341 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205399.0098 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205767.8923 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709443700.05 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709702898.9291 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710091925.1861 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710517781.1525 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710517859.2942 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710535672.9791 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714359818.6646 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714363016.9972 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714715956.3416 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714759928.3804 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715246275.0118 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715247590.2235 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715406266.2562 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715406354.5284 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715406371.8227 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715406418.5066 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1715406449.9401 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715406466.5778 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715620708.6361 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715621013.5373 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715661224.0507 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661259.6143 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661288.6018 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715661310.3621 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715718742.1258 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715718773.1054 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715718785.2832 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715718804.143 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715718826.0248 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715718869.0041 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715718904.9307 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715718933.1272 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715718954.8497 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715718966.8633 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719000.6673 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719019.5495 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719035.903 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719046.925 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719059.6291 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715719076.6727 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719086.7836 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719109.8071 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719122.8237 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715719134.1345 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715719153.4359 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715719160.5285 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715719171.4473 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719184.6227 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719210.0429 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719219.6447 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719237.7036 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719249.4321 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719257.5877 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719273.7637 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715719288.4629 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719299.1712 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719306.5928 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715719356.0694 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719368.0491 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719379.185 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719389.0771 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715719397.7162 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719406.4165 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719429.1002 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719435.4694 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719454.4526 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715719470.154 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719482.3114 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719499.9643 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719513.7317 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715719527.69 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719542.751 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715719560.9912 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719575.3291 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715719581.9552 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719591.9907 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719601.8819 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719612.1837 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719620.469 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719627.34 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719632.694 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719652.2038 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719661.8855 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719677.2949 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719687.3022 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719699.47 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719706.2375 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715719717.3564 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715719722.5542 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715719728.5417 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715719737.2385 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715815138.5243 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715815152.0033 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715815169.0475 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715815187.1917 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815197.5233 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815209.8285 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815228.6736 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815236.3935 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715815265.9705 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715815278.5019 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715815294.5978 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715815325.4468 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715913098.6617 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716541099.5281 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716604696.0584 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716604715.0998 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716604747.7838 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716604763.4297 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716604782.4706 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716604802.0201 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716604811.6914 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716604825.8294 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716604840.2501 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716604877.822 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716604889.6984 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716604900.9223 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716604924.2766 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716604973.5794 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605034.895 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605062.8663 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605094.132 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605107.7767 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605140.0956 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605160.9401 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605168.0546 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605180.0919 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605190.4643 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605203.491 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605212.2599 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605237.2731 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605272.7429 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605289.9933 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605364.041 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605374.0614 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605393.5416 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605435.4312 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605443.9063 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605459.0496 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605473.3953 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605489.2814 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605504.7184 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605514.6453 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605529.8279 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605536.3404 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605543.2047 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605555.7948 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605601.5404 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605617.6268 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716605767.6135 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605777.2385 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605786.114 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605797.1427 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605809.6831 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605815.6526 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605835.1453 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605851.8386 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605858.451 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605866.4186 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605876.5431 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605891.073 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605900.0983 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605911.731 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716605928.9167 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605935.6882 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605946.6158 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716605963.4158 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605972.2306 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716605977.6398 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605987.465 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716605996.3853 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606007.8113 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606016.5768 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606025.5488 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606039.5413 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606046.7561 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606054.0681 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606077.4586 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606088.2332 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606094.3957 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716606109.6773 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606119.4549 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716606125.8236 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606173.3143 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606195.2603 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606212.8981 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606219.0605 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606276.8289 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606288.2044 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606301.084 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606308.3969 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606433.9409 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606445.3091 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606477.3758 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606493.8176 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716606508.3021 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606516.8283 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606522.0526 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716606532.5815 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716606539.6957 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606547.5616 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716606554.0222 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716606564.3506 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606571.9707 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606585.7455 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606658.4599 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606693.8678 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716606709.0046 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606714.772 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716606727.6123 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716606735.0284 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606736.1803 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716606750.7617 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606786.724 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716606795.6984 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716606813.8378 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716606821.1015 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716607198.5045 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716607313.6175 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716607335.621 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716607370.4447 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716607389.5909 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716607420.1556 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716607435.2448 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716607465.4746 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716607486.7762 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716607506.9187 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716607635.4724 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716607663.0868 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716607692.9044 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716607819.9864 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716607857.6216 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716607895.8098 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716607940.0025 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716608033.9248 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716608099.9552 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716608114.2412 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716608131.8764 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716608196.7546 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716608299.8432 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716608352.2537 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716608470.6085 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716608508.9979 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716608535.256 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716608566.826 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716608606.9532 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716608621.3425 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716608645.7473 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716612490.9409 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716612527.7806 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716612609.5129 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716612630.2038 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716612663.528 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716612720.848 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716612753.058 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716612767.6391 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716612818.0482 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716612834.8391 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716612983.5404 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716613207.8915 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716613226.5981 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716613269.8392 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716613291.7248 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716613309.4071 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716613349.4281 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716613367.9389 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716613477.8186 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716613526.575 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716613544.7169 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716613580.5038 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716613599.3925 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716613614.4265 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716613641.2903 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716624300.8537 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716624324.2507 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716624482.9731 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716624506.1195 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716624641.2863 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716624657.8231 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716624672.2087 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716624694.7044 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716624708.3765 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716624735.9337 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716624764.5497 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716624811.5006 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716624821.927 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716627512.45 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716627556.3932 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716627583.262 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716627601.5072 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716627630.3773 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716627645.3205 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716627654.1454 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716627664.0213 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716627696.4511 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716627737.1743 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716627760.0293 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716627806.4061 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716627823.411 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716627837.6457 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716627889.0123 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716627913.6212 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716627938.5274 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716627966.1975 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716627991.8079 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628039.5051 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716628049.0246 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628071.9832 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628102.5049 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628123.5594 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628139.9985 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716628202.7625 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628221.104 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716628235.6369 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628251.4878 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716628267.8306 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628349.2577 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628370.6073 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628387.7431 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628402.2801 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628427.6381 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716628441.3679 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628552.0395 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628575.0907 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628587.6707 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628613.9413 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628733.2486 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716628772.2221 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628791.3244 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628807.4081 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628821.1404 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716628836.985 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628861.8452 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628891.0125 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628902.487 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716628918.8331 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628951.6453 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628964.4758 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716628982.7156 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716628995.118 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716629006.1009 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716629122.6311 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716629131.5469 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716629155.007 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716629223.4708 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716629240.7598 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716629252.7463 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716629269.2787 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716629285.113 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716629309.7244 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716629327.7166 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716629348.9576 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716629379.5769 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716629387.8439 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716629394.9593 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716630816.1122 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716630830.5477 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716630859.8113 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716630885.4225 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716630924.4544 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716630945.9567 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716630954.8739 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716630968.5578 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716630975.9243 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716630992.0216 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631006.7525 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631016.2736 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631043.2819 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631060.2613 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631073.9389 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631096.5981 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631112.1769 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631124.7037 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631145.1105 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631153.7837 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631163.1188 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631172.0382 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631183.3196 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631202.0102 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631210.0823 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631235.8828 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631312.1531 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631329.399 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631346.5938 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631361.6892 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631371.3178 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631382.9464 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631401.9484 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631417.3884 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631448.8928 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631488.7331 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631507.9737 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631517.4479 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631531.9308 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631553.6769 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631570.6625 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631580.1846 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631598.3167 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631619.3618 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631630.5917 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631664.6107 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631674.7839 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631684.5079 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631699.6647 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631707.7887 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631719.8237 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716631731.3032 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631769.5139 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631801.296 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631813.1815 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631828.467 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631836.0902 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716631848.4219 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631861.4561 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631875.5465 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631890.5883 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716638896.4123 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716638917.0964 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716638929.8315 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716638951.6381 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716638962.8244 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716638988.3276 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716639003.4669 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716639020.3111 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716639037.6966 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716639055.943 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716645468.6656 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716645603.2374 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716646164.612 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716646283.3472 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716646367.4252 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716646552.7164 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716646593.4385 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716646674.2926 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716646705.5886 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716646764.3246 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716646790.3248 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716646908.2416 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716646917.0648 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716646962.0953 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716646983.9078 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647000.6985 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647018.3633 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647028.6519 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647069.2087 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647081.4386 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647094.6684 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647107.594 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647137.1078 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647149.0847 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647164.5651 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647193.8495 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647207.3299 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647225.9565 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647237.3443 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647247.7742 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647259.7063 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647277.9556 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647293.7004 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647309.7046 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647329.3152 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647368.3156 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647388.6718 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647399.0991 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647408.8236 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647423.0791 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647429.2995 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647462.174 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647475.9573 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647484.0343 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647492.1555 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647504.6877 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647517.8133 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647524.0753 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647535.0545 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647545.384 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647554.8101 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647571.0596 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647578.6755 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647587.3561 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647603.0765 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647612.2839 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716647623.6549 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716647638.9469 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716647653.8856 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716667796.1672 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716667816.6491 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716667838.2985 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716667860.5556 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716667884.9599 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716667901.3108 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716667924.6361 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716667944.9242 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716668287.7166 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716668327.9491 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716668343.2883 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716697472.7914 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716697504.4035 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716697573.1098 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716697624.325 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716697744.7634 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716697956.3807 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716698033.0577 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716698245.4344 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716698327.003 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716698371.6 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716698415.9121 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716698532.8953 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716698558.7503 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716698579.6523 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716698675.3115 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716698771.0441 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716698816.1336 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716698852.9314 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716698895.188 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716698933.0638 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716698970.2659 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716699036.1158 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716725103.4194 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725120.8321 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725177.518 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725206.1811 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725232.3641 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725265.4435 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725273.1522 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725286.6907 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716725336.5373 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725356.592 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725380.8564 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725393.6974 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725408.9409 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725423.1308 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725432.9063 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725448.4239 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725469.283 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725486.8823 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716725498.6122 - }, - { - "model_a": "CosXLEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725513.3688 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725555.9442 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725563.9122 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725573.8446 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716725588.1728 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725599.5479 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725691.6935 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725704.7868 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716725717.6671 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716725733.9649 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725749.405 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725765.4507 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725779.885 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725788.5182 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716725801.1148 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725812.947 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725822.4764 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716725843.3425 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716725858.0287 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725864.898 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725883.5483 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725899.1615 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725916.7568 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725929.6466 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725960.9953 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725969.5173 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725978.2458 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716725988.7294 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716725997.7098 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726052.9235 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726062.2163 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726079.1784 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726089.0051 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726100.9303 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726106.9981 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726181.5152 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726194.4541 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726210.8484 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726222.7297 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726232.6604 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726241.3459 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726250.2725 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726259.2974 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726270.4228 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726283.5017 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726288.9639 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726301.2998 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726311.6449 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726322.2733 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726331.7043 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726342.534 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726352.3007 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726360.8671 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726375.4623 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726442.4983 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726479.6581 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726489.4382 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726497.8571 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726650.7564 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726666.148 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726685.0972 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726700.6411 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726720.8035 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726850.0132 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726860.3356 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726869.5719 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726878.9527 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726893.8929 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726905.2733 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726912.4957 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726921.1703 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726931.0016 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726945.6522 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716726954.269 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726966.1476 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716726976.7288 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726985.7507 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716726994.7678 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727000.3326 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727007.0475 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727084.248 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727094.5719 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727103.1498 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727110.5311 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727117.0022 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727130.1414 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727140.3192 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727152.0947 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727159.4137 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727168.834 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727181.0654 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727187.9869 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727194.7647 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727210.4056 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727217.6723 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727225.234 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727240.5225 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727280.6958 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727291.9284 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727313.3798 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727329.2167 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727342.9492 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727352.7768 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727361.2992 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727370.3721 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727385.0504 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727394.9735 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727403.6456 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727411.1677 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727421.2407 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727434.2823 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727442.6072 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727452.7373 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727460.2099 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727467.3859 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727475.6552 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727483.3718 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727504.8113 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727512.3856 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727521.954 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727546.9149 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727553.7833 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727565.8214 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727580.3035 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727595.4295 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727627.0124 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727642.3164 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727651.8417 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727766.9252 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727783.5783 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727791.2986 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727800.8717 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727807.8322 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727814.7437 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727833.5955 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727840.6222 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727848.448 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727853.6167 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727875.6262 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727962.6967 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716727969.5155 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727980.2147 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716727991.5302 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716727998.7991 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728003.9723 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728009.5917 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728021.0284 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728027.6106 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728036.1964 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728043.0191 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728048.4259 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728057.0579 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728069.9569 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728075.4683 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728083.4866 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728098.2752 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728109.9985 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728120.1675 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728128.2855 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728135.1512 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728139.9626 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728152.3502 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728160.6171 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728175.5073 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728182.7262 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728188.0396 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728193.1535 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728204.5769 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728214.5113 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728232.5306 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728238.5444 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728247.7701 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728261.0162 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728267.0339 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728273.0023 - }, - { - "model_a": "Pix2PixZero", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728280.8717 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728286.5857 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728293.647 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728305.528 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728312.3004 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728321.2286 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728328.2916 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728798.2101 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728810.132 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728821.5646 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716745620.8532 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716745652.6839 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716745700.088 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716745855.4743 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716745897.8491 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716745953.0266 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716745973.8221 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716746017.6491 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716746205.3685 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716746244.2996 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716746264.2568 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716746280.753 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716747213.2132 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716747256.9527 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716747300.2075 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716747339.5826 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716747369.3644 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716747398.616 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716747448.3494 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716747552.803 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716747584.6276 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716747606.2848 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716747649.6574 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716747682.3376 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716747722.6405 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716747797.5494 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716747869.0399 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716747891.4571 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716747920.2327 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716747939.584 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716749646.7843 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716749696.354 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716749730.2495 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716749776.2764 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716749888.4603 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716749914.5802 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716749940.5542 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716749970.5263 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716750008.2537 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716750043.8712 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716750065.3746 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716750112.0539 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716750157.4182 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716750199.2141 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716750245.6854 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716750276.6703 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716750290.0386 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716750349.4492 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716750770.827 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716750833.5807 - }, - { - "model_a": "SDEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716750884.3672 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716750909.7914 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716750937.9258 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716750946.6655 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751002.0069 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716751046.5212 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716751061.8143 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716751286.7161 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716751312.3299 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716751333.1833 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716751352.0314 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716751398.6861 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716751409.0689 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751438.6903 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751449.6622 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751493.5744 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716751520.7481 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751537.404 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716751571.7975 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751597.6236 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751674.3896 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751897.9933 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751919.4483 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716751963.2601 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716751980.0005 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716752027.9047 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716752069.4363 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716752091.6392 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716752112.3889 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716752185.2672 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716752208.324 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716752232.3811 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716752258.8471 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716752273.9366 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716752289.3346 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716752318.912 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716752341.673 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716752369.1086 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716752420.3603 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716752443.7085 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716752473.0068 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716770800.2033 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716770833.503 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716770921.4936 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716770961.0228 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716770978.5851 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716771033.0563 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716771066.8997 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716771084.1461 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716771390.7352 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716771435.5882 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716771460.8085 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716771501.3232 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716771529.5106 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716771569.7391 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716771623.3557 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716771639.5937 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716771692.6055 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716771726.0409 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716771740.3794 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716771761.0267 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716771786.9587 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716771832.6608 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716771864.9875 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716771988.4943 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772015.8433 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716772047.2998 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772072.6244 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716772110.219 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716772148.5693 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716772175.5359 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772220.595 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772248.9167 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716772264.4062 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716772290.9725 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772311.6721 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716772346.2647 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716772364.5651 - }, - { - "model_a": "CycleDiffusion", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716772417.134 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772447.3156 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772475.9282 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716772504.7128 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772534.6455 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772558.7136 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716772618.9677 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716772637.6682 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716778193.4021 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716778255.1581 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716778281.1296 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716778297.5692 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716778319.2647 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716778336.0106 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716778363.1849 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716778407.3813 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716778438.3131 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716778457.8029 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716778478.8008 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716778524.6186 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716778543.2156 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716778581.0017 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716778595.846 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716778607.4723 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716778704.4312 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716778784.114 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716778801.3088 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716778816.989 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716778835.9736 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716778850.5585 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716778885.4462 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716778968.7207 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716778982.5946 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716779003.2926 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716779035.6513 - }, - { - "model_a": "PNP", - "model_b": "CycleDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716779097.9753 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716779110.0009 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716779164.9744 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716779245.6599 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716779296.482 - }, - { - "model_a": "CycleDiffusion", - "model_b": "SDEdit", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716779322.9584 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716779479.8991 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716779640.4905 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716779656.9219 - }, - { - "model_a": "CosXLEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716779665.4907 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716779751.7009 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716779988.3009 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716780075.7086 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716780472.9575 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716780485.9866 - }, - { - "model_a": "Prompt2prompt", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716780534.8805 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716780704.5129 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716780809.5332 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716781707.8162 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716781778.9452 - }, - { - "model_a": "Pix2PixZero", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716781789.3343 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716781802.7098 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716781835.6565 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716781850.9427 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716782287.4771 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716782307.5565 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716782937.7169 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783011.9293 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783055.2146 - }, - { - "model_a": "CycleDiffusion", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783156.9271 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716783193.0253 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716783208.4454 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716783218.1332 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716784739.8189 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716784748.8183 - }, - { - "model_a": "InfEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716784757.1946 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716784765.8243 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716784775.4521 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716784787.5963 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716784801.2159 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716784807.5815 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716784816.2664 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716784821.9924 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716784839.6517 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716784847.4338 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716784854.3106 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785024.4047 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785046.8706 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785053.8933 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785060.513 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785067.5828 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785075.749 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785087.6916 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785096.0125 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785108.6982 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785116.5259 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785127.3601 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785132.0745 - }, - { - "model_a": "MagicBrush", - "model_b": "PNP", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785139.7482 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785144.0578 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785151.4275 - }, - { - "model_a": "SDEdit", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785158.947 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785167.5445 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785175.8666 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785183.1868 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785192.5624 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785200.1835 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785206.9135 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785212.8835 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785218.6964 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785224.6635 - }, - { - "model_a": "PNP", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785234.6452 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785256.9071 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785266.7337 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785278.6704 - }, - { - "model_a": "Pix2PixZero", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785291.4158 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785300.1498 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785305.2199 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785313.2209 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785317.5344 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785324.3491 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785333.0287 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785340.8999 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785349.0648 - }, - { - "model_a": "CycleDiffusion", - "model_b": "InfEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785356.5829 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785363.3454 - }, - { - "model_a": "CosXLEdit", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785368.7598 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785384.7571 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785389.6236 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785396.3496 - }, - { - "model_a": "PNP", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785402.7159 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785415.2479 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785423.4729 - }, - { - "model_a": "InfEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785430.0946 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785437.6661 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785443.3382 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785449.2573 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785454.8719 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785461.1412 - }, - { - "model_a": "MagicBrush", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785466.0021 - }, - { - "model_a": "SDEdit", - "model_b": "Pix2PixZero", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785472.821 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785484.5529 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785494.9277 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785505.7098 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785512.5814 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785520.1532 - }, - { - "model_a": "PNP", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785531.8845 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785538.5559 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785545.434 - }, - { - "model_a": "Pix2PixZero", - "model_b": "InstructPix2Pix", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785551.657 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785561.7403 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785568.9193 - }, - { - "model_a": "PNP", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785578.0577 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785583.0768 - }, - { - "model_a": "MagicBrush", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785590.6469 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785599.7238 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785607.651 - }, - { - "model_a": "MagicBrush", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785620.092 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785625.6658 - }, - { - "model_a": "SDEdit", - "model_b": "Prompt2prompt", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785636.7949 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716785643.572 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785649.2373 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785655.7093 - }, - { - "model_a": "CosXLEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785661.2337 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716791578.2263 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716848213.9411 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716848236.6724 - }, - { - "model_a": "CosXLEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716848256.6296 - }, - { - "model_a": "Prompt2prompt", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716848276.9927 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716848291.9049 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716848303.7966 - }, - { - "model_a": "MagicBrush", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716848321.8917 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716933000.7532 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716996806.4746 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716997108.8591 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717033419.5582 - }, - { - "model_a": "Prompt2prompt", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717033466.5538 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717033496.9304 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717124938.8257 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.4.148", - "anony": false, - "tstamp": 1717223388.7242 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717229294.5639 - }, - { - "model_a": "PNP", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717347216.3245 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.30.231", - "anony": false, - "tstamp": 1717622911.4653 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": false, - "tstamp": 1717622985.8944 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": false, - "tstamp": 1717622995.9644 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.6.152", - "anony": false, - "tstamp": 1717623012.647 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.6.152", - "anony": false, - "tstamp": 1717623034.3926 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": false, - "tstamp": 1717623046.22 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": false, - "tstamp": 1717623063.5052 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.6.152", - "anony": false, - "tstamp": 1717623074.1392 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.6.152", - "anony": false, - "tstamp": 1717623082.3616 - }, - { - "model_a": "InfEdit", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717663476.2812 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1717663503.312 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717663541.7975 - }, - { - "model_a": "MagicBrush", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": false, - "tstamp": 1717663600.1557 - }, - { - "model_a": "Pix2PixZero", - "model_b": "CycleDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717780740.8295 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717780756.3166 - }, - { - "model_a": "Prompt2prompt", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1717780769.6022 - }, - { - "model_a": "SDEdit", - "model_b": "InstructPix2Pix", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1717780812.8958 - }, - { - "model_a": "MagicBrush", - "model_b": "CosXLEdit", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717780829.6285 - }, - { - "model_a": "SDEdit", - "model_b": "InfEdit", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1717780840.0679 - }, - { - "model_a": "SDEdit", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1717780849.7988 - }, - { - "model_a": "CycleDiffusion", - "model_b": "MagicBrush", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1717780857.1319 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717780871.2706 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717780888.8767 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717780917.5059 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717780944.125 - }, - { - "model_a": "Pix2PixZero", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717780955.9244 - }, - { - "model_a": "InfEdit", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717784769.4915 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717784815.0688 - }, - { - "model_a": "CosXLEdit", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717784829.8528 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "CosXLEdit", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717784842.9898 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717784870.6045 - }, - { - "model_a": "InfEdit", - "model_b": "Prompt2prompt", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717784891.4167 - }, - { - "model_a": "Prompt2prompt", - "model_b": "InfEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717786020.88 - }, - { - "model_a": "InfEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717786893.5811 - }, - { - "model_a": "Prompt2prompt", - "model_b": "Pix2PixZero", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717786941.4675 - }, - { - "model_a": "InfEdit", - "model_b": "PNP", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1717786994.0537 - }, - { - "model_a": "PNP", - "model_b": "InstructPix2Pix", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717815207.2208 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "SDEdit", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717815221.342 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717873490.0564 - }, - { - "model_a": "CosXLEdit", - "model_b": "SDEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717873500.7295 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718020958.9711 - }, - { - "model_a": "MagicBrush", - "model_b": "CycleDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718029233.7116 - }, - { - "model_a": "CosXLEdit", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718029253.1824 - }, - { - "model_a": "PNP", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718029273.8655 - }, - { - "model_a": "CycleDiffusion", - "model_b": "CosXLEdit", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718029305.6487 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "PNP", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718258301.4356 - }, - { - "model_a": "SDEdit", - "model_b": "CycleDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718356734.1319 - } -] \ No newline at end of file diff --git a/arena_elo/results/20240428/clean_battle_image_editing.json b/arena_elo/results/latest/clean_battle_image_editing_20240315.json similarity index 97% rename from arena_elo/results/20240428/clean_battle_image_editing.json rename to arena_elo/results/latest/clean_battle_image_editing_20240315.json index 12048f452e86cb3fe1368dbc06a7feaed5e0b509..f6c320ac1641c7c15524efb33bf551d6f8ee4f7d 100644 --- a/arena_elo/results/20240428/clean_battle_image_editing.json +++ b/arena_elo/results/latest/clean_battle_image_editing_20240315.json @@ -790,21 +790,5 @@ "judge": "arena_user_::1", "anony": true, "tstamp": 1710535672.9791 - }, - { - "model_a": "InfEdit", - "model_b": "MagicBrush", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714359818.6646 - }, - { - "model_a": "InstructPix2Pix", - "model_b": "Prompt2prompt", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714363016.9972 } ] \ No newline at end of file diff --git a/arena_elo/results/latest/clean_battle_t2i_generation.json b/arena_elo/results/latest/clean_battle_t2i_generation.json deleted file mode 100644 index 26acf21ce616dd619f118c2584e287ac30479328..0000000000000000000000000000000000000000 --- a/arena_elo/results/latest/clean_battle_t2i_generation.json +++ /dev/null @@ -1,49178 +0,0 @@ -[ - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707700514.3167 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707701110.2369 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707707434.9832 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707707467.1955 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707715202.5963 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707743517.6731 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707748092.0895 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707766084.3648 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707767434.9053 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707768049.9814 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707771506.9525 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707771618.8687 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707775417.8407 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707797986.5458 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707798121.0587 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707798585.0672 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707802112.022 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707802188.2116 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707802195.8893 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707803608.5079 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707803788.5758 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707803904.6801 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707803981.9232 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804176.6944 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804270.7927 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804297.8869 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804318.2703 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804334.1219 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804349.6842 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804364.5668 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804402.5063 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804439.225 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804479.6379 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804525.4779 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707804569.4346 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805195.1868 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805385.1199 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707805544.5954 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805719.6055 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707805892.4114 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806065.7944 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806165.7019 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806263.1867 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806323.9389 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806366.3154 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806417.7003 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806450.0813 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806488.8729 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707806686.917 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707807465.0362 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707807624.1859 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808070.8364 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808165.8424 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808223.4083 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808242.8483 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808305.2596 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808365.8652 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808516.9725 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707808592.0266 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707808776.6806 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707809207.6029 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707809528.5104 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707810829.8424 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707810888.7795 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707811836.4507 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812355.1994 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812463.5112 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812564.4237 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812633.8829 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812692.7422 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812731.7789 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707812790.8552 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813196.5863 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813385.0823 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813688.5409 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813789.2976 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813801.8046 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707813968.2954 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814081.937 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814113.8281 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814208.3473 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814576.4902 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814587.9823 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814630.8904 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707814638.1626 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707814678.0675 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815069.0454 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815265.8876 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815309.9341 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815471.0053 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815496.1672 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815515.1383 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707815597.8351 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707816139.8542 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707816453.2139 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707816524.6134 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707816642.8445 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707817578.7496 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818116.1249 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818116.4886 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818164.7455 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818248.2875 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707818875.2918 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707819636.4627 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707820183.6769 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707820223.2706 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707821064.6519 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707821537.8837 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707821734.9105 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707821913.7658 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707822028.5932 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707822757.6234 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707824160.6135 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707824465.7056 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707824555.3203 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825315.02 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825427.9915 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825465.0846 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825513.2124 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825892.4661 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707825936.2938 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707826004.6453 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707826621.1118 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707826696.6391 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707827607.6358 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707828504.1443 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707828598.2702 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707828650.1074 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829422.0774 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829424.1119 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829545.1677 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829558.9178 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829575.4002 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707829605.377 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829655.401 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829671.9346 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707829764.2277 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707830051.739 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707831907.61 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707832672.6529 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833021.7755 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833211.1736 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833330.5156 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833567.2266 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707833793.1294 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834070.3689 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834184.5449 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834553.1154 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834593.0783 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834668.474 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834707.0272 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834747.5192 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834769.6714 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834838.9968 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707834939.7331 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835013.9187 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835059.1088 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707835084.9734 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835143.1459 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835157.8035 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835271.8395 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835326.7352 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835390.8923 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835525.9638 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835615.8358 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835679.3932 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835717.0721 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835853.3267 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707835989.8838 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707836084.5509 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836132.9464 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836135.0599 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836237.3436 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836314.9641 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707836695.3278 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707837085.8896 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707839155.8114 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707840267.3024 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707840932.8884 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707841426.0637 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707841877.0338 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707841965.2778 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707842944.8061 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707843000.9465 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707843932.2112 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707844717.8943 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707845169.7825 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707846883.7945 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847300.2803 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847465.1349 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847529.7859 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847805.9735 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707847846.2293 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707848073.1447 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707848814.4383 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707849117.1598 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707850807.7058 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707850898.7895 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707851643.0572 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707852226.5775 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707852250.3298 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707852649.075 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707852658.3925 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854112.6589 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854223.7006 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854439.3584 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854467.9121 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854493.356 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707854644.0324 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707854745.2094 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707854859.0911 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855029.8798 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855287.8118 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707855365.8721 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855592.3744 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855617.8623 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855662.3148 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707855663.1059 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707855706.2598 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707855818.7279 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707857642.2074 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707857681.8972 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707858601.4616 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707859063.3978 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707859131.0729 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707859155.9948 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707859314.8579 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707861187.3856 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707861468.4384 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707861681.2523 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707861762.884 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863154.0782 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863220.9442 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863276.7531 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707863359.6247 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863562.8628 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707863623.6038 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707864470.9299 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707865527.8262 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707865559.346 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707866156.3368 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707866211.1115 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707867088.7165 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707867880.8468 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707869812.1567 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707870348.7079 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707870392.0767 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707870526.6392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707870575.054 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707870639.4277 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871185.0523 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871233.4711 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871275.0108 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871354.9701 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871603.5439 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707871663.4536 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707871686.2102 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871840.7281 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707871909.9365 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707872099.4329 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707872920.9285 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707872977.5665 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707874406.8176 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707875417.714 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707875703.986 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707875827.46 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707876432.1059 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707876829.205 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707877060.6713 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707878629.8346 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707878669.1334 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707878754.5179 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707879902.0051 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707881075.7184 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707881126.4996 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707882647.3191 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707882792.5618 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707883779.6594 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707884893.6044 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707884977.6614 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707885031.1868 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707885083.3686 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707885959.1288 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707886120.659 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707886453.0044 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707887924.3075 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707888115.6326 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707888163.9161 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707888250.1088 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707888730.6572 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707888918.6905 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707889251.9249 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707889339.3417 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889511.4789 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889669.429 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889749.9811 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889822.2849 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707889889.5842 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707889977.4531 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707890036.0378 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707890352.6404 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707890503.3537 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707890577.6157 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707891026.6919 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707891203.8892 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707891238.0325 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707891817.495 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707891838.6998 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707891867.0386 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707892517.4853 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707892603.8426 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707892776.7545 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707892856.4175 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707893005.224 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707893730.3778 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707893776.5582 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707893845.3551 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707893914.9762 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707894034.0264 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707894096.279 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707895246.3966 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707895682.8333 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707896516.4099 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897405.8243 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897594.363 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897777.4843 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897851.2186 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897859.3775 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707897981.0235 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707898245.577 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707898288.3873 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707898690.7825 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707899153.9213 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707899254.7719 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707899600.5993 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707899708.2314 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707900399.2522 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707901463.2114 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707901625.6262 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707901724.895 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707901805.2825 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707901851.0289 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707901919.5957 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707902655.3889 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707903934.1831 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707903976.2698 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707904071.9685 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707904602.7143 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707904819.7667 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905092.372 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905159.5688 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905200.2306 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905205.8817 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905273.4656 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905352.1535 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707905388.8247 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707905403.3113 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906463.3872 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906506.8365 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906531.5441 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906549.5815 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906674.4723 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906696.9843 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707906720.9523 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906789.0782 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707906831.6404 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707906871.5136 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707906901.3599 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907016.8681 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907048.7211 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907133.1481 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907147.7204 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707907185.1271 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907223.9358 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707907247.2444 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707907276.8843 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907327.1575 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907427.1745 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907625.4958 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907746.2735 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907788.1814 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907918.7149 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707907958.4932 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908048.9348 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908051.4076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908075.9936 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908311.8685 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908325.8212 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908458.9354 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707908563.0142 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908632.1933 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908900.8127 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707908931.366 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707909339.6597 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707909562.0429 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707909679.8987 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707909685.0761 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707909778.3151 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707909998.5448 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910050.1127 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910100.9659 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910410.3087 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910587.4802 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910637.0556 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910755.6916 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910801.7684 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910811.2485 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910887.2329 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910896.9534 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707910900.8951 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707910905.4941 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910924.6707 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910982.6954 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707910991.9937 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911029.3976 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911127.9317 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707911174.7956 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911218.698 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911276.8502 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911291.0875 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911316.0308 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911331.0514 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911344.5667 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707911518.1543 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911665.1089 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707911758.3748 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912074.1765 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707912129.4306 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912176.8019 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912185.9448 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707912248.7648 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707912356.6732 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912462.9377 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912567.5438 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912649.0507 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912679.8891 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912837.4157 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912852.8909 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912910.5681 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912946.5205 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912959.2604 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707912999.2068 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707913018.0211 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913032.8311 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707913060.4585 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913061.8856 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913099.4482 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913118.919 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913119.8888 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913178.1121 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707913182.7231 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913186.2456 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913203.1502 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913208.3418 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913251.3096 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913271.6578 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707913275.4802 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913313.9229 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913357.2293 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913389.2412 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913395.0962 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913408.1319 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913445.1243 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913472.8458 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707913677.7619 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707914794.6501 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707914855.5524 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707914897.5771 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915023.9768 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915466.0448 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915532.6739 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915587.6978 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915672.2025 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915730.2925 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915777.2634 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915810.9608 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915839.1494 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915861.4564 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707915905.9859 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915915.5039 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707915916.0541 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915951.6873 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707915960.4007 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707915970.9477 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916012.5482 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916044.5465 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916065.8303 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916099.7404 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916119.8235 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916170.2499 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916184.2409 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916200.7999 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916218.6752 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916256.2347 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916277.5221 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916309.6548 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916346.9444 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916350.0651 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916386.9622 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916390.033 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916390.6858 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916446.0376 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916450.6489 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916469.5215 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916470.5667 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916505.2343 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916518.4975 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916624.0147 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916696.0474 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916735.8473 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916747.4191 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916792.382 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916810.7745 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916813.1735 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916887.1351 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707916898.5144 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707916982.3532 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917000.8087 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917036.4298 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917058.6626 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917060.2105 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917073.6256 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917085.2154 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917155.4275 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917191.3453 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917205.0975 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917235.0206 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917258.3194 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917342.1145 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917372.6977 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917385.7986 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917423.7412 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917424.2131 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917498.4327 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917531.0262 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917548.0715 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917596.2616 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917600.5537 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917655.0935 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917673.9615 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917719.7166 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707917729.4175 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917759.6363 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917804.9582 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917865.5889 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707917969.5961 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918011.8903 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918085.0867 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918131.4236 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918160.0215 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918163.8283 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918194.5629 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918221.8827 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918235.3786 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707918264.5256 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918277.8947 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918323.7305 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918332.564 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707918379.8486 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918434.8289 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707918734.8183 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919027.1236 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919054.4345 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919144.3406 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919147.9338 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919230.7308 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919296.9083 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919393.1404 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919478.9496 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919493.7021 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919536.9567 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919564.2367 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707919583.6984 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919740.9197 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707919883.6543 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920419.1473 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920434.6966 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920509.1715 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920594.0594 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707920645.8842 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707921077.823 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707921096.5352 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707921127.6203 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707921159.3097 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707921981.7617 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707922061.6904 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707922132.6713 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707922634.743 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707923032.4667 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707923073.1547 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707923142.4485 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707923251.1361 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707923992.1768 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924165.4497 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924275.8604 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924316.0433 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924413.8304 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707924458.3192 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707924738.1432 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925003.1457 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707925076.2295 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925129.2682 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925550.0104 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925615.8461 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707925642.6322 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707925766.1992 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707926618.0896 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707926694.5902 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707926790.021 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927050.9478 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927126.2106 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927208.069 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927393.043 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927453.8706 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927496.8595 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927535.7321 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927615.331 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927633.9045 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927650.8896 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927672.6334 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707927740.0537 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927758.1402 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927810.2906 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927846.7507 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927893.3725 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707927952.7473 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707928190.3431 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707928802.3991 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707929496.0313 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707929599.8263 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707930561.6607 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707931092.8987 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707931225.8171 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707931268.194 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707931887.2924 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707931888.75 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707932190.2759 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933068.2769 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933172.4871 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933217.1406 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933237.3513 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933268.7009 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933292.91 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933297.9225 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933369.0276 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933413.8632 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933431.0668 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933447.92 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933592.8238 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933643.523 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933686.1231 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933768.1406 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933803.0941 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933844.2358 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933880.1095 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707933884.089 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707933934.1742 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934023.9856 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934049.1471 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934128.2119 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934170.6913 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934267.1023 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934319.3214 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934374.2844 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934382.4736 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934500.6694 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934566.6378 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934598.3878 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934605.1143 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707934647.2204 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934695.2706 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934736.906 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707934850.4166 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707936241.0814 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707936291.0266 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707936385.9089 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938013.3449 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938180.4804 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938613.6437 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938841.3997 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707938951.4817 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707939017.3308 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939045.2476 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939335.1893 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707939380.646 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939541.333 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939641.082 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707939724.1214 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939841.1799 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707939863.0875 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939899.5396 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707939936.0293 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940089.2411 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707940185.0653 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940242.5355 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940300.4272 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940343.6813 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707940414.8563 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707940439.7377 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707941105.2771 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707941135.1485 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941160.7901 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707941193.6775 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941217.7381 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941324.3807 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941402.8543 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707941443.2223 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707941964.3088 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707942036.4955 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707942103.4557 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707942169.7327 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707942264.2183 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707942300.6322 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707942371.5746 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707942571.6778 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707942630.0493 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707943172.7209 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707944152.0658 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707944615.6625 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707945506.1476 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707948092.1905 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949089.686 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707949135.1425 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949281.598 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949303.603 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949494.8498 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707949543.3071 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707949599.1029 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707949657.3906 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950176.7606 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950429.6834 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950620.6165 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950881.5139 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950909.097 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707950952.0049 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951018.3882 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951081.6152 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951110.0858 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951224.8171 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951884.901 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707951962.3044 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707953806.744 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707954087.9998 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707955217.9239 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707955441.7822 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707955865.4022 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707956100.154 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707956171.0881 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707956489.8228 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707956816.0064 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707956983.108 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707957228.6115 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707957427.2669 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707957439.2736 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707957488.8019 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707957695.3719 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707957899.2597 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707958825.5013 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959005.2791 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959072.8789 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959117.3202 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959283.7537 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959517.4248 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959519.9556 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959602.5617 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959668.3561 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959749.5751 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959822.3033 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959889.7336 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707959970.3128 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707959992.4392 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960066.9854 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960107.1791 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960257.2383 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707960280.0116 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960476.5261 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960552.5788 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960670.3518 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707960774.498 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707961245.9252 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707961439.0165 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707961551.5716 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707961628.4485 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707961785.4298 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707961956.6665 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962044.6912 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962086.5075 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962154.8799 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962229.5275 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962306.3355 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962403.6811 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962522.5521 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707962603.7058 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962763.9479 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962856.1898 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707962892.813 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707964125.4049 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707964169.0741 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707966705.091 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707966724.1749 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707966916.7014 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707967815.2925 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707968982.8117 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707969103.548 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969221.8545 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969259.4015 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969450.7528 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707969665.3351 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969670.5846 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969748.656 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969796.55 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707969932.4526 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970385.7193 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970425.3208 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970472.9276 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970503.8312 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707970525.255 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972274.9415 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972395.9 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972462.121 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972465.6562 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972546.5605 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707972581.2215 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707974383.3476 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707974441.018 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707974600.5679 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707976631.6841 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707979936.4233 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707980270.8804 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707980272.3898 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707981908.5595 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707981954.3946 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707983689.7292 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707984025.2664 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707985171.0128 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707985495.8015 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707985600.1919 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707986326.9305 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707987318.5669 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707989144.9396 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707989216.3561 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707989423.3999 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707989478.1056 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707989604.5316 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990265.1551 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707990333.7524 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990374.8158 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707990391.696 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990445.4444 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990756.83 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707990757.2978 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707990932.9713 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707991096.1999 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707991162.0321 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707992030.5292 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707992073.6867 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707992136.65 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1707992209.4205 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707992310.9014 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707995128.8881 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707996569.4656 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707996881.5308 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707996925.6111 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707996970.7215 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707997020.0792 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707997022.6461 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707998799.4084 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1707999877.7348 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708000822.1476 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708002809.7539 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708003720.8431 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708003807.5267 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708003850.4119 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708003907.1458 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708005395.3762 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708005524.2485 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708005643.0993 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708005691.4589 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708006921.3169 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007031.2278 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007084.9317 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007169.3253 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708007215.3003 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007254.5339 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007292.3956 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007326.5783 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007411.6694 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007479.5755 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007559.7187 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007640.8531 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007824.5635 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708007911.4417 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708008022.0812 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708008304.3283 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708008493.171 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708008606.502 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009363.8241 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009519.9965 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009605.0407 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009855.0076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708009925.4483 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708010303.5563 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708010563.9384 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708010909.8944 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708012564.8519 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708012593.424 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708012630.3344 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708012755.1099 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708012807.9212 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708014058.736 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708014155.9281 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708014995.8236 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708015893.8303 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708016214.6399 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016573.8328 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016674.2569 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016711.8716 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708016843.4831 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016913.4118 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708016917.5447 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708016967.5059 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708017618.3768 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708017680.9518 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708017789.0711 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708017830.1909 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708017879.2762 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708018045.6918 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708018332.9514 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708018608.3155 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708018705.3157 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019436.3054 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019484.8673 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019600.7404 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019667.5597 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708019734.1978 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708019952.4912 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708020007.0338 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708021280.5687 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708021364.4024 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708021396.0419 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708022277.8721 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708023219.4536 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708023736.4653 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708024331.3717 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708026562.9225 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708026693.4445 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708026800.3382 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708026862.5577 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708026938.8916 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708027019.5145 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708027078.7138 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708031098.3078 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708031341.1596 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708031374.8991 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708031417.0021 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708031538.3038 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708032188.7187 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708032342.5879 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708032420.9835 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708033022.7451 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708034090.3644 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708034113.0241 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708034291.5548 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708035819.7005 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708035875.1149 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708035917.9152 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708036289.7746 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708036362.6679 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708036453.317 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708036977.7648 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708037049.0098 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708037080.6835 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708037169.8772 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708037232.9368 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708037738.6347 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708037896.7138 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708037988.3194 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708038099.5572 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708038288.3241 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708038557.0852 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708039031.0195 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708039662.0893 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708042353.4358 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708044416.6951 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708044460.7379 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708044470.7821 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708044507.4909 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708044547.7829 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708044559.2364 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708046510.2161 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708046662.7907 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708046769.7022 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708046780.3516 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708047415.4947 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708048614.887 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708049331.8461 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708049392.378 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708049423.8199 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708049512.7601 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708049575.1588 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708050251.9377 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708050293.4472 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708050308.4985 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708050462.3975 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708050490.8809 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708050498.2108 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708051255.8866 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708053435.384 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708053546.2222 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708053599.0177 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708053966.9856 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708056214.2996 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708057229.1437 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708057322.8692 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708059311.1176 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708059391.5785 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708066612.8351 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708067096.0004 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708067136.5425 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708067232.3091 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708067415.799 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708067574.9226 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708067747.8749 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708068176.8901 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708068914.1969 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708068962.9907 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708069003.5298 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708069143.4702 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708069166.9656 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708069330.803 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708069568.027 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708069851.9453 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708070022.0949 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708072187.4975 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708073481.1461 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708073651.7052 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708073653.0893 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708073709.293 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708073728.9009 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708073806.5067 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708073960.942 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708074154.2882 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708074396.1484 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708074610.5856 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708074679.1138 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708075062.671 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708077280.5931 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708077322.0512 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708078267.7004 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708078294.7229 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708080014.8626 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708080718.6937 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708081723.1128 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708081849.7331 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708082357.1385 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708082676.9847 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084071.5593 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708084233.6032 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084272.1678 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708084306.2933 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084329.5404 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084422.5459 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708084448.0676 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708084545.8871 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708085031.092 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708086036.0558 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708087431.6381 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708087504.3381 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708087677.8589 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708088182.024 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708088281.2235 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708088922.5211 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708090426.5116 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708091236.8975 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708091413.819 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708091496.0926 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708091866.6917 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708092044.7034 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708092811.4154 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708093457.1153 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708093518.1758 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708093822.1669 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708093946.8994 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708094792.9638 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708094833.2447 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708094914.4639 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708094981.2979 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708094985.2131 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095768.8978 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095886.5269 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708095900.0872 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095914.3337 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095954.1028 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708095974.1364 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096033.0511 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096038.555 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096097.7387 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096182.5309 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096237.6472 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708096327.0022 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097240.8207 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097419.7711 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097509.882 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097525.0774 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708097568.222 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708097736.7028 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708098813.7485 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708098896.0644 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708100906.6197 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708100958.2986 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708101945.2317 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708103712.9627 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708104808.4396 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708104877.5801 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708104941.7841 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708105042.3432 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708105225.2412 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708105482.9868 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708105534.6317 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708106090.0451 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708106299.9794 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708106918.9237 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708106957.868 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107205.7853 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107337.0744 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107438.9079 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107810.5795 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708107903.9406 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708108004.4948 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708108073.6932 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708108224.9075 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708108273.6716 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708108622.5794 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109377.927 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708109574.2361 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109787.5966 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109820.4291 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109964.8059 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708109969.4701 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110086.0938 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110359.8645 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110478.6266 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110516.5118 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110722.0719 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708110894.43 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111110.5333 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111157.5813 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111208.8895 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111209.35 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111276.261 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111345.4691 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111377.3504 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111412.456 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111425.0459 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111522.5294 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111544.3402 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111584.5444 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111635.4562 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111740.1655 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111831.8014 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111843.4166 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111871.713 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708111945.6409 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112033.1376 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112061.7656 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112206.2574 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112206.7184 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112236.3926 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112257.9906 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112349.9469 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112428.7129 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112455.5679 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112666.5624 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112709.1203 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112756.4458 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708112810.0617 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112852.042 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112870.2931 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708112919.3083 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113007.7759 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113097.3553 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113376.2534 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113377.609 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113429.7074 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708113468.8579 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708113719.0232 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708113774.9737 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708113856.5251 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115064.8115 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115072.4056 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708115116.4138 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708115163.8253 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115274.4666 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115365.4239 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708115700.4346 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708115781.6682 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708116986.3445 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117034.5467 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117316.253 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117391.8395 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117414.9773 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117719.1624 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708117879.0764 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708118080.6109 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708118373.9448 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708120703.142 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708120778.5357 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708120816.2409 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708121482.9907 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708122033.6099 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708122072.9567 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708122197.6695 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708122265.2623 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708122285.9708 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708122851.3515 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708122975.753 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708123295.3367 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708123837.8162 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708123912.9557 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708124121.4218 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708124189.9424 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708124224.6943 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708124257.7295 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708125488.1034 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708125496.9753 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708126434.3092 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708126483.5169 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708126533.5348 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708127737.1941 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708127774.1258 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708128506.8302 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708128599.9542 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708130890.3452 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132065.7242 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708132126.7234 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708132196.5208 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132467.7891 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132626.6819 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132722.3279 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708132794.4495 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708133220.6622 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708133379.774 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708133706.5342 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708133791.5656 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708134194.5586 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708135690.3016 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708135773.4307 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137137.0176 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137200.7484 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708137255.2448 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137646.0651 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137694.589 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137764.5412 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708137828.0466 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708138110.5944 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140073.0293 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140088.8806 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708140139.0831 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140145.8505 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708140173.3316 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140179.8027 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140210.5382 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140213.5953 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140260.8624 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708140316.1129 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140360.1673 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708140813.5111 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708141183.215 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708141891.6501 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708141971.4729 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708142581.4854 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708142676.2195 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708143073.5683 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708144618.1496 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708144678.6238 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708144779.724 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708144873.941 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708145293.1434 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708146014.328 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708146068.0118 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708146433.888 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708146806.7443 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708147115.7163 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708147988.779 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708148079.6994 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708148249.8614 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708148339.2037 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708149049.8244 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708149487.2149 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708149800.2536 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708151672.2439 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708151699.6482 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708151728.7431 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708151750.0684 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708151795.5923 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708152611.4998 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708155969.2393 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708156027.0017 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708156082.7118 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708156965.8117 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708157931.6349 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708160490.8999 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708160967.0389 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161072.7771 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161164.9265 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161175.3145 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161250.7839 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161344.4487 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161395.1099 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161470.5154 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161493.8058 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161578.5919 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161685.3502 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161744.4562 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708161830.4571 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708162423.7927 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708162788.7029 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708162927.1516 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708163762.7364 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708164361.7048 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708165929.3793 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708167159.6451 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708167322.5777 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708168120.0766 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708168339.0175 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708168390.2853 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708169256.1304 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708169315.3648 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708171191.8854 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708171290.2203 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708172121.6343 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708172173.8632 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708173393.5117 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708173733.9815 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708175751.6607 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708175862.4882 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708175892.3837 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708175956.3045 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708176181.9258 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708176239.4311 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708176299.6426 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708177136.3304 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708177743.2047 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708178223.6546 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708178687.4497 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708178759.5559 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708179173.7792 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708180805.5876 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708180857.4361 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708180910.5907 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708180954.3089 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708181131.326 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708181486.732 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708181661.368 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708182592.0714 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708182880.7531 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708182981.589 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708183018.8662 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708183057.7031 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708183136.0475 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708184715.4283 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708184823.9236 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708186992.1392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708187497.8336 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187571.9101 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187616.6648 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187693.4713 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187798.4201 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708187878.106 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708188023.1779 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708188113.7851 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189180.9089 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189255.4699 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189289.4887 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708189294.5574 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708190594.3693 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708190776.3361 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708191033.4194 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708191440.1808 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708191548.789 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708191711.7215 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708191961.5556 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708192669.4533 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708194178.0538 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708194330.5225 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708194796.3463 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708195490.5541 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708195588.4757 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708196360.2703 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708196373.5338 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197127.813 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197187.7383 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197269.4851 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197462.4622 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197646.0736 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708197698.7769 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708199505.5575 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199563.83 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199606.1485 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199658.9069 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708199730.0171 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199779.1095 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708199862.3877 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708199947.113 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708200509.7514 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708200639.7706 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708202963.0247 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708204846.6768 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708205029.1505 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708205117.065 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708205616.8439 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708205694.4186 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708205790.1749 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708207080.3918 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708207112.5804 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708207764.321 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708207946.3367 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208000.0355 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208060.3709 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208088.2458 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208157.9119 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208636.4282 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208659.4342 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208739.3584 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208758.6543 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208830.2121 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708208916.3004 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708208982.1274 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708209035.5367 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708209086.2585 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708209403.9427 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708209595.737 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212075.3529 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212142.3537 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212362.1027 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212455.3279 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708212522.8349 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708212592.8628 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708213525.5828 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708214674.8215 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708216260.4941 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708216295.9763 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708216484.3449 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708216792.5555 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708216881.4459 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708217654.5956 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708217824.3497 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708218049.1273 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708218228.7928 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708220709.2834 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708220749.2794 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708223966.7437 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708224912.2474 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708224994.7921 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708225070.353 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708225127.6709 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708225156.7352 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708225247.4943 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708225331.5296 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708226049.8169 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708227409.6176 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708229720.0179 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708231959.8788 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708233641.0849 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708233936.715 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708233960.532 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708234167.2376 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708234442.478 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708234578.5545 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708234685.9085 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708235094.6835 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708235600.3159 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708235648.6368 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708235692.6976 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708235735.0741 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708235992.4909 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708236964.0669 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708237052.6045 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708237167.5794 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708237665.8684 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708238029.9722 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708238144.4689 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708239433.5071 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708241005.1807 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708242233.7412 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708246818.2547 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708248272.2769 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708249187.0495 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708255788.2223 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708256870.3964 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708257722.1518 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708257863.252 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708258111.6728 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708258123.808 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708258129.0788 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708258363.1549 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708258382.1352 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708258483.7652 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708259385.1642 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708259466.6425 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708259566.9631 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708259653.5893 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708259991.7081 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260002.2506 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260576.1787 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708260579.7168 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260586.0516 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260680.3084 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708260765.3981 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708260777.7795 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708261136.1138 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708261293.3588 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708261386.4392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708261654.5818 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708261771.1698 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708261997.0189 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262073.3028 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262213.5624 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262642.1204 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708262672.6433 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708262723.9227 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708262780.1344 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708262878.5661 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262928.1139 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708262979.526 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708263334.0474 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708264529.2548 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708266597.9844 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708268215.4201 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708268272.7549 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708269208.6405 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708269271.4767 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708269482.187 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708270156.857 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708273878.1751 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708273957.6425 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708273959.5278 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708274006.6101 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708274254.2376 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708274333.8459 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708276828.19 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708276873.5007 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708276982.3282 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277043.704 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277104.4539 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277111.757 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277154.2405 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277196.5891 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277519.9543 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708277585.2747 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708277668.2427 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708277717.2005 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708277910.5217 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708278923.5015 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708280351.4132 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708281043.2273 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708281084.6966 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708281510.9501 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708283522.8397 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708283900.5962 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708283967.9701 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284003.6521 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284136.7046 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284173.3872 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284209.801 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284295.3183 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284352.2413 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284512.1361 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284569.9599 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284661.0038 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284707.1979 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284747.5545 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284786.262 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284811.6143 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284826.019 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284857.6008 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284877.3336 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284925.4894 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708284926.2498 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708284992.4334 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285144.8357 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285172.7899 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285176.3318 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285226.2026 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285230.0245 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285251.6899 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285277.3227 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285351.5329 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285369.7405 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285466.8213 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285478.6473 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285494.7509 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285514.4219 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285583.0465 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285621.2876 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285638.268 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285673.0919 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285723.5382 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285755.0262 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708285765.2709 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285798.6103 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285873.7166 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285886.7408 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285936.4984 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285965.3547 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708285998.8217 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286081.7405 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286160.5468 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286162.5817 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286250.7938 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708286292.2898 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286439.8234 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286460.8979 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286477.823 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708286650.052 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286696.2777 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708286747.041 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286760.1765 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286859.6768 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708286949.4869 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708287041.6803 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708287126.6675 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708289643.0085 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708289717.8364 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708291591.2884 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708293645.4802 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708294589.7471 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708294771.0958 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708294981.7821 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295057.7197 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708295107.3454 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295148.3313 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295175.4591 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295193.707 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295233.6539 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708295255.9021 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708295306.5686 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708295429.4082 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295605.2575 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708295726.1388 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708296763.2981 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708296795.1968 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708297030.3083 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708297141.8407 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708297219.7788 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708298646.8166 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708298730.4007 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708301552.892 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708302116.1866 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708302551.0717 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708302935.5025 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708303060.2346 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708303167.2704 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708303258.4105 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708305857.2171 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708307457.8442 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708308363.8651 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708308438.1661 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708308583.4457 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708308636.5225 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708308829.5762 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708308945.8548 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708309014.2343 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708309032.1446 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708309151.5775 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708310360.2759 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708310571.8526 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708311567.845 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708311755.6812 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708314853.3803 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708314870.1826 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708314884.0823 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708314941.4671 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708315717.633 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708316127.7112 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708316196.8172 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708316226.831 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708316227.9537 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708318466.2588 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708318513.611 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708318577.6952 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708318616.5885 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708318640.7817 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708318722.1609 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708319454.2198 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708320502.3499 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708320585.8314 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708320654.104 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708320684.8391 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708322869.549 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323041.2456 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323210.5873 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323288.0819 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323333.5338 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708323377.5511 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708323431.6197 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323716.2928 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708323755.1567 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708323838.289 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708327110.1467 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708327390.9441 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708327450.7489 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708328064.4083 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708328263.1336 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708328734.1267 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708329699.3768 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708331022.0087 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708331540.0262 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708332107.916 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708332677.6709 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708333159.8028 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708333335.0557 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708333400.5451 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708333467.247 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708333489.0349 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708333701.2765 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708334015.77 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708334850.6207 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708334958.8985 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708335125.8436 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708335165.8328 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335208.1935 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335273.3737 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335402.0143 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708335458.0508 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335460.4383 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335533.0273 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335581.083 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335659.5869 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335728.3178 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708335803.1856 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708336711.4729 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708338640.8676 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708340756.0458 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708341055.5629 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708341135.6561 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708341986.5639 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708343169.6965 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708345769.1576 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708346061.0247 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708347115.2369 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708347182.9832 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708348038.7305 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349081.3707 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349189.5958 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349255.2076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349287.9766 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349358.4824 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349404.6008 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349500.5487 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349773.133 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349872.8135 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708349884.4717 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708350052.1819 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708350259.1582 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708350308.4317 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708350993.0178 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708351802.6755 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708352325.9342 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708352762.4444 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708352866.3974 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708355316.778 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708357756.8134 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708358284.9161 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708359803.1839 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708360975.5432 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708361025.6043 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708361597.214 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362143.1035 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362200.1762 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362267.112 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708362321.7929 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362370.8256 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708362446.1154 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708362574.2275 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363013.8443 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363016.4916 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363042.619 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363092.5128 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363095.9158 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363152.3709 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363170.2848 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363219.3472 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363306.8638 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363332.1521 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363523.4473 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708363526.6666 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363625.042 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708363659.907 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708364061.3263 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708364375.1475 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708364410.5308 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708364482.603 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708365744.2785 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708365822.8718 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366468.6777 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366591.1468 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366695.2628 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366837.1298 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366877.2988 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366940.2037 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366962.4288 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708366995.3779 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708367035.3155 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708367058.6757 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708367130.4575 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708367231.3857 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708367238.0157 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708367259.9364 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708367339.3387 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708368110.8263 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708368402.4106 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708368500.8949 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708368579.9913 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708368687.6498 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708368748.6354 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369054.0756 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369061.195 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708369118.2079 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369294.7455 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369452.4548 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369454.8254 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369798.4616 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369858.9204 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369877.1961 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708369894.9433 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708369920.4755 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708369965.6359 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708369978.8324 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370114.6649 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708370120.2894 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370153.8069 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370170.713 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708370245.9486 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370303.1676 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708370354.7904 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708370497.8506 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708370970.2967 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708371066.168 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708371146.421 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708373035.0333 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708373167.6195 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708373210.4827 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708373244.5799 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708374902.2794 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708374922.9563 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708374968.333 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708374996.5417 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376393.6379 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376469.3833 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376483.4817 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376505.4904 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708376637.2712 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708376708.5498 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377012.9002 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377190.6497 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708377263.2326 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377322.8283 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708377454.1211 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377606.6482 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708377662.2339 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377663.376 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377693.3625 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377738.9321 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708377775.4047 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708378024.9113 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708378497.6187 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708378782.0179 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708379896.9003 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708380005.1271 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708380741.2885 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708380780.5281 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708380851.263 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708380886.2402 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708381057.915 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708381157.7374 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708381275.5886 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708381514.3737 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708382116.3649 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708382187.8641 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708382522.1443 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708382577.2131 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708382783.891 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708383266.8923 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708383679.3259 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708383801.1579 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708383883.8896 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386412.9605 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386451.5744 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386529.7209 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386816.5677 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708386859.69 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708386920.0501 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708389382.6804 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708389630.5809 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708389746.0535 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708390389.7957 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708391662.7332 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708391729.0193 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708391797.465 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708393837.6056 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708394242.3448 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708396973.3268 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708399516.8585 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708399552.8241 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708400928.202 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708401658.6915 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708401742.0246 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708403423.4615 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708403475.7234 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708410140.4031 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708411004.3163 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708415907.1785 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708424217.9809 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708427413.7601 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708427460.3247 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708427621.2687 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708431548.7218 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708432400.6284 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708432944.6184 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708433403.8433 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435106.2485 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435761.4821 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435832.4099 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435933.896 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708435982.8254 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708436057.4199 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708436072.4144 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708437217.6666 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708438008.9308 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708438706.2634 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708438934.2953 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708439287.7758 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708439923.647 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708439999.0908 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440087.5812 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708440211.1574 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440263.5249 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440529.2866 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440540.146 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708440570.9386 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708440581.3383 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708446302.1591 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708446447.9611 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708446534.9081 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708446691.7238 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708447090.3047 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708447134.701 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708448397.3825 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708448453.7822 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708449150.989 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708449822.1865 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451071.1047 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708451109.781 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451168.6771 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451354.7294 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451443.1307 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451555.2492 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451614.3335 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708451660.6139 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708455689.99 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708456610.6148 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708456635.0806 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708456656.3759 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708460422.3079 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460453.2486 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460518.2144 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460530.1115 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460576.3036 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708460682.5018 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708460773.542 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708462007.7336 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708467464.9803 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708467629.6663 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708467757.5904 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708469305.5619 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708469369.8344 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708469454.158 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708492727.0962 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708494073.3912 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708500510.1275 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708501238.3762 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708501978.5955 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708502049.0364 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708502446.1358 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708502476.4325 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708502569.5244 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708503285.9456 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708506880.0731 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708506891.3308 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708507015.7228 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708510308.1235 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708510390.7787 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708510567.3504 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708510796.9968 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708512654.8254 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708512714.6641 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708512873.8208 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708521501.0101 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523002.6543 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523166.2856 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523213.0339 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523354.0239 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708523408.5461 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708525578.5096 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527186.4533 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527288.0522 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527405.0852 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527544.7905 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708527683.6686 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708528060.1154 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708528109.8846 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708528149.3915 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708531058.1268 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708533349.9998 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708533693.5785 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708536698.5217 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708536778.4891 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708542820.3399 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708543759.1964 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708543935.9475 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544051.0766 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544286.8761 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544324.9262 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544362.0311 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544398.7937 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544483.1499 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708544736.5525 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708545686.099 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708546049.1243 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708546336.8445 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708546394.5597 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708546583.8932 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708546736.4465 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708550692.9455 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555299.2304 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555322.3069 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555332.8536 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555369.7927 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555375.0179 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555390.7722 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555407.6585 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555455.7676 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555540.3183 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555622.3113 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555680.0043 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555741.5983 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555754.4756 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555766.3914 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555808.6812 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555844.313 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708555879.5878 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708555929.4494 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708556236.0645 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708556276.7634 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557228.1222 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557348.9605 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557445.204 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557683.2385 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708557844.1544 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558239.2106 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558281.3799 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558378.4497 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558468.1559 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558517.9511 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558639.338 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708558665.5547 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708558672.1173 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708558769.4421 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708558830.2085 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559222.9563 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559260.1947 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559342.9245 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559432.6408 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559502.3018 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559557.7802 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559641.5331 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559766.8528 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708559840.0761 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559855.5324 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708559906.3197 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708560207.2608 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708560245.9443 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708560287.0314 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708560321.3302 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708560710.8907 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708560883.2244 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708561160.9518 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708561218.3612 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708561273.2749 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708561401.4796 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708561482.1339 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708561777.9194 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708562012.8101 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708562102.8617 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708562470.6537 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563249.3474 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708563649.9979 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563681.985 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563779.2774 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563900.7433 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708563967.4606 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708563975.8202 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708564065.7244 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708564113.2155 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708564129.8582 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708564180.8513 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708565581.949 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708565663.7241 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708565927.8306 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708565940.4723 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708566178.8762 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708566214.2443 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708566288.2316 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708566370.2229 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708566456.7985 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708567167.531 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708567321.5811 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567369.3163 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567410.3654 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708567486.4537 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567515.1841 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567576.7993 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708567610.3707 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708575342.9572 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708575377.5081 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708575432.492 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708575509.9167 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708576126.6557 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708576274.3877 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708576787.3784 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708576834.0015 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708576837.6574 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708582281.6752 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708582458.315 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708582577.2366 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708582649.752 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708582871.3593 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708585499.3239 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708585829.1424 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708585834.6547 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708585879.3489 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708591996.2861 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708594442.1268 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708595941.2272 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708597079.3539 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708597142.0053 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708598512.7724 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708598687.005 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708598747.3634 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708598843.9071 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708598997.1236 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599034.0614 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599127.5535 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708599428.0948 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599524.2169 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599650.251 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599744.7816 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599864.6591 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708599943.8829 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708604213.5458 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708604306.7872 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708608110.2911 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708608204.3376 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708608255.591 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708608348.9939 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708608607.0221 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708608720.9098 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708610706.6685 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708611742.5666 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708611814.9398 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708611900.228 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612032.8531 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612158.8009 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612236.9362 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612401.5952 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708612735.9478 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708613064.4983 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708613104.1133 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708613169.1664 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708615318.9111 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708616953.0218 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708617001.895 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708618754.3837 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708619921.9768 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708626676.6687 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708627035.4957 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708627565.106 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708627690.5477 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708627949.906 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708628193.6998 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708628430.806 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708628434.1998 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708628526.3597 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708630514.9041 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708630693.305 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708630785.4482 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708631112.7006 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708631193.1744 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708632812.9748 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708632842.611 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708632893.8915 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708632937.6854 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708633090.4497 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708633127.4506 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708633730.2183 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708633836.6691 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708634773.8 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708636469.631 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708636569.5302 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708636710.2099 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637202.6082 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637241.9801 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637279.3201 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637329.1681 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637393.7878 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637419.3971 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637422.4796 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708637462.3202 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637507.1802 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637524.3502 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637572.4317 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637643.1675 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637733.8037 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637769.9441 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637797.4111 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637917.018 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708637965.4844 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708638623.1293 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708638676.9759 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708638731.559 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708639391.3383 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708639460.3853 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708640818.2411 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708640965.1792 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708641143.0325 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708641185.0079 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641259.4363 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641302.2163 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641316.1147 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708641360.4213 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641425.8818 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641502.2228 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708641591.6468 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708641655.3866 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708642061.8969 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708645597.9689 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645656.8622 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645673.275 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708645677.5233 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645768.7837 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645804.4571 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645872.5776 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708645912.7732 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708650499.9208 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708650714.4005 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708651146.6805 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708652044.7348 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708652192.5887 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708652337.841 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708652521.8235 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708652972.699 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708652996.7585 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708653030.241 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708653043.247 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708653089.7241 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708653147.5538 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708653737.2963 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708655365.0573 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708655409.7099 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708655472.1869 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708657264.2491 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708657337.81 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708657418.3128 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708658175.2229 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708658543.8191 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708658640.1331 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708663371.6458 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708663453.5715 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708663589.2427 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708663675.876 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708663739.4053 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708667931.5671 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708668238.0914 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708668281.3665 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708671319.3641 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708678619.135 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708685618.145 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708685868.7815 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708702523.1323 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708702567.6954 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708703817.6915 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708703865.1439 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708704209.9375 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708706236.3181 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708706421.7442 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708707082.2419 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708707390.1182 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708712954.7437 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708713016.602 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708713063.5799 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708713125.041 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708721418.2078 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708721557.2308 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708724108.2892 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708724196.5633 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708724487.9269 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708724775.433 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729071.2721 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729146.1269 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729188.625 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729268.3783 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708729323.5689 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708730964.1093 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708732530.4706 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708751838.0707 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708754634.0829 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708767180.5174 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708770643.2408 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708772688.3741 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708772772.6842 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708774783.9226 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708776536.7927 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708785232.0712 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708785317.6933 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708786356.9968 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708786424.4017 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708786470.2183 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708786492.2535 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708786518.9756 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708799029.591 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708799169.7856 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708799227.4232 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708799238.8801 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708799299.8139 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708811419.8218 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708812784.1763 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708813255.8502 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708816627.7963 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708820536.9722 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708820622.9847 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708820703.2928 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708820759.0888 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708820879.2733 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708820939.5628 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821057.9919 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821203.9242 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821248.8688 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821351.1475 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821390.2767 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821487.5262 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708821542.0999 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708837351.1642 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708841796.7056 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708841864.7866 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708841901.0472 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708841969.1219 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708851378.3505 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708851457.7966 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708851805.3758 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708856918.7634 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708860611.2238 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708860683.5123 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708863308.6302 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708867017.2247 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708870503.9182 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708873858.7489 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708873935.9567 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708874475.3014 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708874690.6548 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708874787.329 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708874862.1536 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708884744.9657 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708885428.2142 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708885478.2985 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708887948.3273 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708887999.3935 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708892360.4282 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708892427.6544 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708892762.8291 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708896541.4918 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708896807.8952 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708896948.9719 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708897092.1669 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708897308.972 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708898247.6453 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708898385.0309 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708898940.2221 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708899033.6767 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708899094.7597 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708899313.7174 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900243.5928 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900290.4192 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900534.433 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900739.4792 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900896.3162 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708900944.7057 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708901004.3369 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708901140.536 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708901205.185 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708901271.5599 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708906087.535 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708911897.204 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708911980.4889 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708912886.2501 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708917371.546 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708918006.5331 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708918341.2565 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708934158.0566 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708934213.6115 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708945203.3736 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708945250.8863 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708951588.5425 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708951746.5383 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708954742.8616 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708954794.4373 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708959195.6566 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708965914.5915 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708967351.2939 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708969026.9917 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708971206.1694 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708974139.0298 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1708974235.2685 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708974452.0594 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708976582.5165 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708976737.6685 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1708982645.1325 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709002044.4007 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709005486.5175 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709005615.5125 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709006741.3904 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709152906.1957 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709154393.3068 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709176032.7818 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709185913.6196 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709185957.4018 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709197368.2076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709204174.7904 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709204344.1084 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709204921.5492 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205034.8418 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205145.9696 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205313.1432 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709205580.8501 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709205682.8523 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709244758.4784 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709244846.0526 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709244997.4419 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709249601.8221 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709263244.1379 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709283350.3688 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709289571.7738 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709297911.1159 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709297959.7696 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709298035.8417 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709298108.311 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709312905.7852 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709314599.2746 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709319323.9604 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709332589.0245 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709332693.3157 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709332728.5736 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709360609.8041 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709360704.3674 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709360859.8437 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709360898.1113 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709380729.8517 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709380771.4927 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709406624.4226 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709406663.8202 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709406844.2813 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408166.9963 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408597.3412 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408745.2213 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408792.1084 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709408909.6471 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709454010.1992 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709456343.29 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709456385.9611 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709467315.4335 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709467670.6771 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709467750.3028 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709467966.3537 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709468070.1882 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709469208.2004 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709470017.6644 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709475236.0353 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709475291.8491 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709475476.199 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709475722.0689 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709476032.8267 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709498390.6569 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709509977.9598 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709510049.9853 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709510101.3471 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709510227.8423 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709510277.2673 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709520634.865 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709521124.9432 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525184.1908 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525363.6295 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525367.4932 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525370.7078 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709525371.6054 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709555268.3065 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709555305.8368 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709555365.0629 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709564374.8853 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709564432.9644 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709564508.6477 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709589824.2655 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709607356.55 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709623465.2236 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709637691.8234 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709638050.0782 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709660615.1416 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709660663.1131 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709660705.2524 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709660733.8564 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709666192.9176 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709666371.1496 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709667147.0548 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709681074.0258 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709684215.0404 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709686057.3149 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709686413.5508 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709686525.0986 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697419.1813 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697537.6767 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697625.1537 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697699.2202 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709697765.8153 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709701798.7454 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709701867.411 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709703479.7157 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709711606.343 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709711638.9151 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709718263.3968 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709732897.13 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709733146.7189 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709733510.0735 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709733769.0895 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709733984.7209 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709734276.7335 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709734760.1438 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709735046.8892 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709735466.4504 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709743122.0982 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709743199.6366 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709743246.5093 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709744128.3507 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709746441.6565 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709749688.2868 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709749778.8454 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709749831.73 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709750119.0678 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709750177.8679 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709750244.615 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709750390.4456 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709763296.6888 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709763580.1285 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709769083.3294 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709775829.9537 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709776059.1373 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709776195.9153 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709819184.8748 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709819269.7237 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709819464.1394 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709825753.9546 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709826170.6984 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709826303.9404 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709828324.8867 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709828490.8482 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709829347.4525 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709839146.1522 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709859623.8718 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709859805.6945 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709864587.3482 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709869897.94 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709877174.2776 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709877337.4518 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709883867.1277 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709885686.9342 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709889359.5441 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709889475.977 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709889535.5765 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709889619.8086 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709889769.3391 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709889839.6835 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709890143.5601 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709890209.245 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709890369.2681 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709890424.7787 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709910236.0856 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709910443.9066 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709910547.8262 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709910740.3527 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709919646.0226 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709920156.3159 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709920390.0754 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709920607.9947 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709922803.3572 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709922906.1296 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709923262.572 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709964908.1586 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709974796.627 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1709974971.5334 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709975174.0559 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1709975174.3889 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710039402.3242 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710040062.0696 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710040249.9879 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710040828.1192 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710047131.9231 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710053223.0868 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710053275.1341 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710053339.6443 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710056747.2458 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710056801.1827 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710092028.3776 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710092042.857 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710095633.351 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710095728.1838 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710095809.1074 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710133298.1898 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710134605.6608 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710134733.9032 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710134924.906 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710135718.3156 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710135946.8901 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710136172.0059 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710136347.7712 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710141762.4496 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710141884.3104 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710143269.0113 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710143349.9151 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710146067.3226 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710149580.2395 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710149683.0864 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710150402.497 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710155810.1144 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710170851.7463 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710170947.8453 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710183041.0198 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710185895.446 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710185991.3572 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710193653.549 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710193699.7254 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710193775.4664 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710227601.3057 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710227644.8264 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710228964.504 - }, - { - "model_a": "LCM", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710234107.5663 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710234441.145 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710235559.4811 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710235601.0918 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710235666.9547 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710235779.4616 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710235831.2066 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710236066.3334 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710258072.3625 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710267141.2016 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710267192.7152 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710299345.3984 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710311614.7093 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710311959.6796 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710312107.8196 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710312252.8641 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710315638.7234 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710315781.4197 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710316067.3684 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710316169.37 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710317054.0896 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710352047.7971 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710357739.239 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710375197.7291 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710375295.4702 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710375360.6871 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710403111.6764 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710467949.9341 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710483611.0859 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710483659.0327 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710483698.7609 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710517630.2735 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710651486.824 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710693247.298 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710741951.037 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710787410.5558 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710855464.5304 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710861169.7223 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710861237.7484 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710861352.9168 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710871773.5615 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710873305.8459 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878428.772 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878482.5145 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878522.7132 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878554.7388 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878834.1916 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710878863.369 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879020.847 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879192.9312 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879426.9459 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879475.339 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879571.0386 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879768.9257 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879802.4914 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879892.1429 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710879980.7785 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710880083.0513 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710883916.3294 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710884059.8404 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710884154.0868 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710958939.3192 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710959012.838 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710961159.5411 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710963885.2225 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710963903.3836 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710963953.0057 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710964184.4185 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710972180.6999 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710972340.7372 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1710984394.0364 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1710984466.3564 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711005711.7078 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711005767.6394 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711020883.8198 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711132439.4155 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711169085.4247 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711169118.983 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711169219.3454 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711169290.371 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711179020.3289 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179069.262 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179117.4887 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179210.767 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179326.5357 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": false, - "tstamp": 1711179488.0867 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711394455.3868 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711448873.73 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711466110.333 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711466161.826 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711466197.557 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_::1", - "anony": true, - "tstamp": 1711466270.7813 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713914007.8161 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713918131.7246 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1713918242.116 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1713923648.8079 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713941780.1126 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1713975355.9977 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713975417.3198 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713975519.1134 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1713994624.6926 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713996707.7409 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713996724.8193 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1713996851.5175 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713997079.6919 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713997989.1639 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713998341.5178 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714003948.5339 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714004015.3252 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714015722.0525 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714015905.9327 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714015991.2795 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714022860.1988 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714022940.2751 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714039204.0616 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714056222.6429 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714069036.9392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714077090.6418 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714079314.9516 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714080557.6324 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714082535.3634 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714092393.3461 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714105615.9292 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714109429.0978 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714112663.5067 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714112726.876 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714121337.2281 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714142263.0679 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714147142.6929 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714151444.896 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714152676.2693 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714152940.5945 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714153103.9839 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714161396.0428 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714164994.8175 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714170022.6482 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714170075.5554 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714170206.8613 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714170252.7601 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714170349.4928 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714170454.3968 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714182820.6056 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714184788.7588 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714184966.5047 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714186945.0332 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714187280.7526 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714191697.0268 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714209787.2864 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714209879.8847 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714209952.1929 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714210702.2068 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714212487.8392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714212568.1969 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714212857.6503 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1714213081.0783 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1714213249.366 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714230197.5982 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714230234.8804 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714239876.7003 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714240459.7535 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714240698.3402 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714240774.9968 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714240914.1284 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714247380.0934 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714248164.7722 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714248201.752 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714248234.1032 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714248279.4627 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714256848.7445 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714257691.8348 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714257911.1565 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714309816.7026 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714326534.518 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714326579.9154 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714326637.2841 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714326730.3008 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714326782.3921 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714326847.2357 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714326897.045 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714328510.4194 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714328634.6068 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714334953.0739 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714335092.3619 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714335431.0245 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714346970.2896 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714369227.932 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714369310.8615 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714369917.2709 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714369976.4842 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714372310.4571 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714372446.3505 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714379143.8696 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714379213.3239 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714379265.8321 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714379317.8013 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714379356.2773 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714379455.9178 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714386460.8846 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714386613.7646 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714386755.5909 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714386866.2585 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714391744.7035 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714403252.7092 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714406035.1101 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714438972.8668 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714441509.4284 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714447593.8501 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714447922.2692 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714448408.1343 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714482875.2202 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714483168.4359 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714483549.307 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714484821.9016 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714484922.3074 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714485272.0273 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714485352.7047 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714485416.3394 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714485491.7762 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714488682.9594 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714490834.8428 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714495175.1904 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714495637.6136 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714495645.4511 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714496723.9678 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714496820.3085 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714502763.3275 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714502841.1042 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714503172.9918 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714503806.0085 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714504469.1026 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714504500.4997 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714506749.3618 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714513194.0175 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714525269.4607 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714526357.9782 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714526477.9201 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714526540.531 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714526601.0655 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714526662.6829 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714526712.5187 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714526785.8454 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714526920.1126 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714527084.7551 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714527121.2096 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714527328.7284 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714527401.5963 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714530543.6934 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714531872.9059 - }, - { - "model_a": "LCM", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714533061.9134 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714549283.9448 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714562041.0407 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714563338.1383 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714568441.1815 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714569966.6842 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714570322.1081 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714571701.0307 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714576378.8046 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714576446.094 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714576532.638 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714576679.4471 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714576769.1653 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714576824.9807 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714576938.1807 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714577006.5219 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714577057.6898 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714577128.2946 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714577727.8597 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714578747.7724 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714579589.2206 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714579846.2417 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714581212.6776 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714587799.689 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714588572.9436 - }, - { - "model_a": "LCM", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714589779.9269 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714591108.6439 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714591543.0262 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714591623.1416 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714593850.1499 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714593943.3196 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714594628.9269 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714594743.1239 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714595283.1825 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714597497.923 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1714597529.0346 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714597965.5242 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714598027.9119 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714598064.6463 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714598118.6371 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714598192.9803 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714609418.3422 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714609489.294 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714615266.9304 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714615292.9702 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714615431.8814 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714616014.2777 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714616748.784 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714616966.3144 - }, - { - "model_a": "LCM", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714617048.1732 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714619554.8734 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714619583.6576 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714619899.8672 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714620041.7951 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714620209.3544 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714620255.3801 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714620297.602 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714620455.0897 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1714620471.3887 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714620498.1223 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714620564.2259 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714620792.5256 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714622433.5969 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714622629.3706 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714624203.9485 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714624416.1669 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714624452.0408 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714624751.0239 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714624811.7454 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714624841.1584 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714624927.923 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714624929.0833 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714624970.3575 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714625006.8605 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714625105.9879 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714625165.1569 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714625203.6289 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714625325.2074 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714625370.3592 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714625439.0679 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714625582.3416 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714626535.2775 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714626855.4053 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714626916.0031 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714627108.599 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714627469.0604 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714627535.2162 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714630962.9322 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631222.5783 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631261.9674 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631269.0642 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714631304.8833 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631343.8599 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714631373.2604 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631379.3709 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631406.6345 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631460.8018 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631565.7606 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631619.8325 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714631657.5961 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714631685.449 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631735.0461 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714631798.8645 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714631851.3442 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631887.0953 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714631929.4421 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714631960.594 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714631996.7092 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714632090.87 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714632134.5755 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714633320.2991 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714633482.4024 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714640882.6728 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714642986.0995 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714643045.5943 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714643082.8136 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714643161.1256 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714643178.8986 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714643195.0168 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714643210.9338 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714643228.58 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714643244.839 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714643263.6358 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714643301.9301 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714643318.5429 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714643337.3762 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714643374.3585 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714643393.2465 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714643417.4894 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714643440.8602 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714643455.7901 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714649503.3748 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714649610.8215 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714650576.7331 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1714650593.7024 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714650810.8664 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714651167.0887 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714651204.0701 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714651570.3037 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714651595.6518 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714651643.6577 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1714651680.7509 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714656886.193 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714657321.8975 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714657405.4107 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714657491.6943 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714657563.7544 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714658033.5865 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714659839.0561 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714661481.3367 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714661500.0441 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714667652.5445 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714670744.2049 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714671562.3433 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714671606.5636 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714674306.9355 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714676006.8661 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714676092.7433 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714680300.0205 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714680341.0065 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714680554.4306 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714680585.1911 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714681910.5952 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714682370.9088 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714685282.7201 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714688746.1146 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714688792.1686 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714688835.6515 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714688905.2632 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714688943.3143 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714688967.8818 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714689004.962 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714689037.7917 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714689083.6141 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714689109.3646 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714699772.736 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714700080.0171 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714700291.2492 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714700462.2345 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714700604.7006 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714700789.9804 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714700982.9415 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714701009.8985 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714701244.0061 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714701500.7099 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714706289.0149 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714706317.9058 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714706341.5125 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714706373.5934 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714706395.3227 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714706415.4541 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714706442.2498 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714706461.0018 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714707001.5911 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714707023.5647 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714707047.7975 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714713270.3394 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714724818.3997 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714734400.8476 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714734465.3614 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714734569.7019 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714734654.3442 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714734803.1343 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714734968.5647 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714748485.752 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714749539.5718 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714749970.8581 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714752731.3689 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714757378.2777 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714759724.7319 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714760022.0442 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714760095.394 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714760146.4815 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714761348.6174 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714761400.3166 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714768127.0057 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714768332.4376 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714768360.265 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714768456.157 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714768460.7201 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714768584.2746 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714768705.391 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714768789.8144 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714769148.3723 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714769811.0755 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714771409.57 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714771623.5408 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714772270.9216 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714772363.8846 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714773445.9213 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714783788.5028 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714789277.4105 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714791635.6375 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714791703.9386 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714793478.8906 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714793516.1383 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714816321.6618 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714816353.336 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714816387.937 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714816454.4134 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714821081.9862 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714826009.0121 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714836291.2723 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714836319.9202 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714836356.4831 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714836384.9568 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714836456.2511 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714836502.7587 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714836697.9308 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714836801.5488 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714836819.06 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714836847.1787 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714840939.9973 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714840966.5773 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714840994.8323 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714841032.0221 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714844940.4181 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714844957.7696 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714844976.5665 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845001.8285 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845019.4407 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845032.4797 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714845049.3217 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845073.803 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714845129.7334 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845151.5118 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845163.188 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845190.9757 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714845211.3025 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845224.1933 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845237.175 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714845249.1656 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845270.0839 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845289.1748 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845304.6206 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845322.728 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845346.9463 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845360.9795 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845381.6875 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714845454.9069 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845463.9326 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845484.1915 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845493.9662 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845526.8156 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714845537.0831 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845558.2291 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845583.0605 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714845648.1802 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845801.6983 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845825.3725 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714845866.6028 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714845879.6467 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714845896.6448 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714851495.7019 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714855675.1836 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714855743.4464 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714855800.4946 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714855883.6928 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714855928.4784 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714855960.1283 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714856074.9316 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714856249.6582 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714857683.069 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714857745.6261 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1714857750.9434 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714857816.8831 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714858009.6203 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714858346.3558 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714858379.5024 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714858860.7581 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714859303.9419 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714859331.1343 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714861379.4162 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714862250.8904 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714879027.0753 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714879064.6145 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714879136.3501 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714879166.635 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714885297.2707 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714887283.4435 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714896191.5559 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714896283.3643 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714901842.7876 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714901915.4188 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714908380.1114 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714916073.5383 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714917623.4324 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714919897.1549 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714921434.8363 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714922754.8813 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714922831.6494 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714922930.7366 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714924993.665 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714925101.5301 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714925229.5996 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714925389.0678 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714925457.4322 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714925529.8983 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714925666.7773 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714925757.8461 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714925945.9328 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714926036.7193 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714926136.4551 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714931262.225 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714931291.2995 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714931348.0493 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714931389.3777 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714939348.7581 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714942450.2188 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714943719.0964 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714943798.9906 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1714943846.1201 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944117.9857 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944181.5685 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714944190.4431 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944256.128 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944277.2965 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714944291.7974 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944312.2761 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714944329.2231 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714944380.1348 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714944394.3367 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714944413.8638 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714944428.8637 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714957477.7795 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714957664.0191 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714957743.4932 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714957774.4846 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714957823.7313 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714969445.3812 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714969476.9561 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714969494.3961 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714975508.662 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714975631.0816 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714975671.1859 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714975731.8573 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714981477.9182 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714981720.8531 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714981775.3404 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714981808.9565 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714984715.9114 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714985914.5152 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714986066.0806 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714986216.8728 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714986306.1947 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714986376.4982 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714989208.3777 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714989248.5875 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714989819.0972 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714989847.7502 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714995425.2992 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714995448.7647 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714995482.6481 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714995517.9459 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714995598.7764 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714995622.1322 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714997128.3204 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714999315.9865 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715000156.668 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715003687.3227 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715005634.4101 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715008027.9237 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715008220.12 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715008338.7667 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715008528.0193 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715008560.758 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715008626.0331 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715008768.0717 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715009164.4372 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715011098.7307 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715011477.047 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715012038.5653 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715012110.2215 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715012132.6383 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715012409.0239 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715015333.7998 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715015501.211 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715017292.0144 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715017296.8295 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715018460.9145 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715018632.2066 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715018803.375 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715019225.3407 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715019462.1131 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715019802.153 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715019907.2521 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715020065.0156 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715020154.4329 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715021356.9755 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715021529.0535 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715021929.2364 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715021941.4732 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715021957.2665 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715021977.374 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715021998.1985 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715022011.4633 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715022038.313 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715022292.5538 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715022423.4927 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715024554.3716 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715032383.9143 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715032424.7447 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715032525.4621 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715032553.8807 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715034247.9019 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715034370.6536 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715035859.5219 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715035919.4799 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715036001.5027 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715036181.5765 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715039687.2011 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715040461.6314 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715041888.5659 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715042097.2393 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715043684.6186 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715043729.7419 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715044419.69 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715046057.634 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715046141.0795 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715046267.3231 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715052976.1222 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715053014.6343 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715053906.7556 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715053967.3424 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715055659.8708 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715061669.9858 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715063382.9466 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715064854.7455 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715067798.0909 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715075931.4757 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715075995.7843 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715076051.3948 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715076120.5569 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715076158.7022 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715076247.8444 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715076271.3714 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715076443.3502 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715076515.8829 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715076596.1856 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715076652.1088 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715076690.1705 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715076745.2118 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715077074.6434 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715077245.8069 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715077262.5999 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715077301.2446 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715077325.4673 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715077356.4944 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715077381.1639 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715077400.87 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715077412.1989 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715077426.3836 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715077446.8475 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715077467.8656 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715077481.7513 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715077512.9835 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715077556.4551 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715077627.358 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715082846.4884 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715082974.7401 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715083505.9148 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715084102.5454 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715084136.6653 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715084172.1244 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715084217.559 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715084268.0881 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715084344.8168 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715084385.6042 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715084634.0612 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715084678.0431 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715088191.2067 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715088225.5567 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715088287.0801 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715089041.0651 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715089114.0005 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715090925.831 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715094300.1045 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715096979.6616 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715102524.9755 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715103264.6167 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715108604.4116 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715108644.2865 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715108745.3343 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715109229.1632 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715109297.5496 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715109376.7434 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715109432.9573 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715109493.1861 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715110227.8222 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715110271.8156 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110329.5161 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110363.0739 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715110394.1117 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1715110437.7906 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715110587.7518 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715110588.6536 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715110656.8518 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110828.4153 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715110858.8573 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110882.8365 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110910.2006 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715110958.358 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715111053.2734 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715111140.0209 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715111188.2552 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715111214.6346 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715111246.7931 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715111273.5189 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715111348.5563 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715111413.3707 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715111438.4729 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715111464.8113 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715118668.6032 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715118687.3129 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715118727.6518 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715118748.4589 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715118816.8802 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715118843.9637 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715118876.7561 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715118913.0065 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715120168.9814 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715120215.1132 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715120249.0948 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715120298.7987 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715120366.9169 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715179187.4528 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715192298.1843 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715192393.9427 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715195946.899 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715198606.6174 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715200984.0469 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715201096.4403 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715201179.1093 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715201267.8775 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715201718.2331 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715202571.3392 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715207226.5413 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715207484.1546 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715207536.9802 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715207620.9787 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715207699.6307 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715208469.7193 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715215064.2208 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715216049.4491 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715234211.3663 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715234328.5891 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715239430.5621 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715243868.6295 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715244241.3044 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715244558.273 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715246203.5448 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715246766.1834 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715248803.359 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715250151.3399 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715250174.2859 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715250209.1457 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715255562.9587 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715255607.1614 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715255662.1513 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715255805.7255 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715255848.3385 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715255903.5686 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715256028.3307 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715256087.6353 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715256120.0212 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715256235.433 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715256303.3042 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256320.1086 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715256341.3287 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256394.9544 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715256426.1838 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715256442.628 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256495.0433 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256515.9042 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256612.2087 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715256636.3789 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715256663.2995 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715256689.5726 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715256729.0218 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715256845.2289 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715257007.5027 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715257166.0516 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715257200.4456 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715257215.3823 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715257326.7155 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715257356.4325 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715257638.2431 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715257699.707 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715257739.3739 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715257780.2792 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715257957.6205 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715258056.7318 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715258093.8906 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715258144.4655 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715258483.1514 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715258503.8004 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715258565.4821 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715258595.7971 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715258635.5213 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715258691.1935 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715258764.873 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715258936.1894 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715258994.9227 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715259051.189 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715259072.5223 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259113.9431 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259131.2458 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715259172.7727 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715259212.7736 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259492.2271 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259543.7047 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259610.1198 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259627.5644 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715259640.495 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715259701.4844 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715259723.058 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715259762.96 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715259803.218 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715259881.236 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715259989.1663 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715260057.4769 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715260117.3458 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260230.1733 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715260282.4439 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260328.5412 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715260349.3944 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260382.1398 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260442.606 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260481.1292 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260514.9799 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260554.6099 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260599.5403 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260599.9917 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260612.3444 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260637.1369 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715260666.4785 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715260797.6363 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715260970.0095 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715263893.6453 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715264861.7542 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715264922.4486 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715264971.3985 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715264997.7186 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715269818.8282 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715269899.1691 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715270094.2855 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715270143.2689 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1715270193.4508 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715271220.138 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715271255.7782 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715280678.7882 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715280745.1316 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715280767.2367 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715280824.3612 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715283624.6873 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715283771.9899 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715283832.1093 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715283904.4875 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715283975.894 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715289173.8135 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715291072.6088 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715293959.6611 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715297226.1416 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715301246.3501 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715307496.6586 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715307658.3323 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715307702.6279 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715307752.0515 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715307782.3509 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715307800.3472 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715307824.9746 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715311324.1332 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715312455.5893 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715321145.649 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715321277.3237 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715327322.223 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715327350.1615 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715327423.5657 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715327458.0922 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715327624.4824 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715329636.2156 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715329681.0432 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715329740.4518 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715329796.7315 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715329913.4518 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715329970.8219 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715330010.4717 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715330055.7455 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715330092.6017 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715330140.7292 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715330184.6534 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715333482.0455 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715334142.5931 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715334164.9491 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715337395.7907 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715337511.2509 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715338012.7242 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715338049.9744 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715342186.1942 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715348407.4474 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715348444.9063 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715348460.7018 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715349704.8905 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715349743.8126 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715349781.9289 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715349808.6611 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715352511.3183 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715353266.6712 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715353759.7287 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715354286.5972 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715369867.0276 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715373507.3127 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715375602.5913 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715381692.1857 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715385627.8243 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715385668.566 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715385861.8339 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715385910.8569 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715385973.3168 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715385992.5668 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715386102.6516 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715386146.9156 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715386278.6084 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715386300.6511 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715386332.2285 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715386387.625 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715386408.7312 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715386438.6606 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715386459.8269 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715386482.1368 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715389666.0729 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715397519.9742 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715398256.9052 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715398303.687 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715398343.7819 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715398359.4717 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715398398.6135 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715398431.3592 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715405398.644 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715405460.6692 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715405488.1404 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715405523.4582 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715405592.995 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715407001.4723 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715407052.1558 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715407102.6965 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715407121.4426 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715408435.5071 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410162.7026 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715410237.8023 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410316.1611 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410361.2625 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410434.0467 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410461.4697 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715410554.4581 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715414751.2748 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715414877.5649 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715414946.6036 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715426874.879 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715426958.7873 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715427567.4463 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715433451.3249 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715433563.6229 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715433632.339 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715433695.6008 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715433774.0535 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715433851.8631 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715433896.4202 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715433912.915 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715433986.55 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715434064.6045 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715434110.7683 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715434207.8245 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715434239.5902 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715434702.9671 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715434813.9772 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715434923.6108 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715445309.7756 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715447806.7031 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715455573.9043 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715464162.4446 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715464217.9734 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715464836.5956 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715478360.043 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715483811.0921 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715483833.3595 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715483901.9427 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715501155.9579 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715501572.3162 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715501769.6926 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715501823.7506 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715501843.0687 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715504372.552 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715504645.5579 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715504799.6279 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715504917.9909 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715504991.8379 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715505030.8366 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715505102.3427 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715505159.0976 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715505273.321 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505335.8753 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715505391.6178 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505472.5006 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505561.6787 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505621.572 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715505678.2622 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505751.0201 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715505814.8461 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505886.3264 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715505976.4305 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715506091.8967 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715506191.1829 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715506253.3266 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715506316.8875 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506363.7645 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506428.4684 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715506482.095 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506548.2237 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715506605.9731 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506671.8971 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506735.8368 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715506805.2882 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715506896.7326 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715506939.4213 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715507004.6222 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507068.7409 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715507126.7222 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507187.5667 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507238.7865 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507298.3444 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507336.2381 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507376.8809 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715507424.3389 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715507480.5378 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715507529.7884 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715507580.5302 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715507633.4101 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507697.6976 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715507748.005 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507785.2979 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715507832.5017 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507882.0959 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715507938.4281 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715507986.3397 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715508025.4909 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715508596.1504 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715508819.8245 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715508860.6235 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715512725.6261 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715513049.8363 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715513462.1973 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715513499.0171 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715513543.4817 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715517934.7894 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715517982.3497 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715518044.4289 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715518070.8159 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715518087.1668 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715518101.7937 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715518233.8117 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715519760.5756 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715519900.3195 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715522347.2456 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715529147.0937 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715529174.8074 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715530512.1388 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715530547.9455 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715530635.089 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715530714.582 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715530966.3605 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715531011.2687 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715535948.8615 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715535994.2185 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715536006.5145 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715536056.5174 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715540608.439 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715540668.0693 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715540691.8784 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715540718.2742 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715544756.1942 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715544778.4407 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715544894.2269 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715544960.7509 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715548274.8397 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715548294.1061 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715548300.6242 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715550359.0308 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715550403.1731 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715550430.5087 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715550507.2465 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715556033.5312 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715556063.1215 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715556141.5487 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715556182.4021 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715556248.2706 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715556294.4954 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715557736.1568 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715557824.1917 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715557916.0035 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715562556.2316 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715562610.8163 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715562638.7736 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715562661.9948 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715562687.4578 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715562732.9275 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715568734.6978 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715568766.9301 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715569459.785 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715569879.0308 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715569939.3429 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715570478.9989 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715570518.1415 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1715570567.0057 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1715570612.4722 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715570645.2329 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1715570688.9077 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715570854.7795 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715575605.8643 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715575948.9645 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715576064.1342 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715576106.2468 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715576227.6686 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715576454.7912 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715578457.2811 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715582610.2263 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715582710.2425 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715582923.497 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715586674.4565 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715587268.2966 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715587315.8551 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715587447.1256 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715588699.642 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715588747.9002 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715588768.9951 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715588953.3795 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715588977.4247 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715589086.613 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715589105.5043 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715589121.5389 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715589137.0817 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715589155.9265 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715589185.4421 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715590609.5811 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715591050.2465 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715591124.4712 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715591175.4243 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715591304.7838 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715591343.321 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715595118.0355 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715595264.4727 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715596169.2755 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715596245.7251 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715596298.8145 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715596510.9151 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715596889.3985 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715604775.881 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715607268.2975 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715607845.0531 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715607875.1886 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715607896.3063 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715607907.3053 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715609542.513 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715609603.9724 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715609725.5118 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715609806.3255 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715609879.2783 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715609938.662 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715609988.4664 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715610011.9289 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715610056.2075 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715610086.9944 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715610128.0027 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715610160.2297 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715626259.5155 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715626316.2277 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715626362.7831 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715626514.9638 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715626578.3164 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715626646.4891 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715626738.9521 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715626760.7536 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715627190.575 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715627560.0476 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715627634.4326 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715627720.6617 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715627790.3477 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715627811.3067 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715628711.5839 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715628730.7564 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715628760.4033 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715629350.7992 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715629634.3138 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715629743.0214 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715629771.8713 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715629802.2118 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715629837.1242 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715629842.3411 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715629879.3585 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715629880.4603 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715629944.9785 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715630027.1455 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715630100.0636 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715630101.6678 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715630132.5182 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715630152.8798 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715630169.3216 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715630440.4928 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715630950.8345 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631072.8898 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715631131.835 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631220.4634 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631267.9233 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631285.724 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631308.7093 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631330.4596 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631418.9373 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715631474.7397 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631549.0504 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631560.6138 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631574.059 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631588.6777 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631600.2192 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631635.0579 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631645.5325 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631658.7672 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631675.2634 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631716.9795 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631765.8044 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715631795.5084 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631839.0158 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631854.1148 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631869.3083 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631884.7597 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631904.8756 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715631937.9237 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715631952.7703 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715631982.5382 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632002.5002 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632019.0886 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715632056.4297 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632078.9071 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632100.4706 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632119.9303 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632133.1354 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715632156.0675 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632205.6436 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632227.039 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632245.3583 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632259.1458 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632259.548 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632294.1124 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715632295.1637 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715632308.2085 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632614.2904 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632687.9328 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632735.2315 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632779.0684 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632794.3672 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632817.191 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715632839.1091 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632863.1892 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715632877.6274 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715632905.0193 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632929.4288 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715632953.0127 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715632978.85 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715633003.3879 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715633138.1665 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715633164.5981 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715633210.4173 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715633227.2731 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715633258.4186 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715633315.2438 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715633520.2234 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715633905.8551 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715634223.4612 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715634600.3185 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715634931.8593 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715634970.9805 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715635064.6405 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715635088.6077 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715635113.7799 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715635409.1381 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715635415.7586 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715635456.2167 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715635497.5932 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715635556.3009 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715635722.068 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715635754.5537 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715635777.2021 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715636320.6167 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715637590.0237 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715638033.6861 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715638688.094 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715638705.4091 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715638723.6793 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715638741.5972 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1715638765.8168 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1715638801.4903 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715639560.5786 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715639602.0201 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715639648.8662 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715639706.422 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715639819.1451 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715639940.3868 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715639960.3475 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715640001.4121 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715640098.0525 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715640337.8705 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715640392.0848 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715640445.9726 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715640469.3732 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715640477.3475 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715640493.5113 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715640562.3311 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715640578.1198 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715640592.8728 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715640764.9243 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641052.5041 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641257.7136 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715641279.2614 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641302.3811 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715641321.4886 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641339.6818 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715641357.4266 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715641376.9425 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715641410.444 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715641442.5154 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641456.2598 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641495.9314 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715641527.5583 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641551.3556 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641588.8546 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641603.435 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641631.096 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641667.7929 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715641691.7163 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641711.2567 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641722.2319 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641749.6905 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641771.8403 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715641788.389 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641813.26 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715641888.1795 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641907.4439 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715641960.0761 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715641984.3372 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715642001.6784 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715642018.8284 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715642032.4162 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715642070.4076 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715642084.8514 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715642108.9736 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715642124.1679 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715642139.4073 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715642159.6643 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715642216.1899 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715642234.6287 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715642258.9057 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715642272.164 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715642294.1783 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715642321.2084 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715642347.8346 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715642369.1198 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715642394.4943 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715642446.3777 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715642517.7799 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715643009.9765 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715643629.3904 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715646343.3307 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715646422.6525 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715646502.575 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715646525.7573 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715646580.6937 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715646625.6955 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715646765.4862 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715646979.9774 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715647603.7335 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715647673.5221 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715647719.0251 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715647783.5052 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715647806.4518 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715647856.3221 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715647879.1789 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715647882.4873 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715647894.6206 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715647930.2673 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715647941.2474 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715647967.128 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715647973.2911 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715647989.9255 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715647995.2918 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715648014.7225 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648040.5804 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648068.1237 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715648082.97 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648171.6969 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648197.0506 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648203.8329 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648205.9948 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648224.062 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648242.6639 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648245.9232 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648290.6372 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648300.5734 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648323.4421 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715648333.172 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715648334.425 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648344.276 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715648355.6097 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648369.0486 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715648376.6725 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648380.9343 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715648396.6345 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648412.897 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648426.7397 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648459.2997 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715648499.1202 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648533.2237 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648571.9891 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715648599.2257 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715648652.562 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715648684.2485 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648719.831 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648752.5013 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648775.0478 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648805.2205 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715648837.1883 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715648852.8803 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715648875.2262 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715649200.5327 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715649240.2392 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715649948.8106 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715650049.2967 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715650124.3848 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715650152.58 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715650224.0572 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715650257.8532 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715650321.9949 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715650387.8979 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715650427.5456 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715650470.7554 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715650515.0057 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715650525.3414 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715650550.1627 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715650605.4746 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715652184.3154 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715652208.8769 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715652235.8641 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715652379.6496 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715652432.8124 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715652539.012 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715653965.9717 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715654470.1972 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715654493.8888 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715654508.8773 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715656408.3689 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715656819.0954 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715657123.7234 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715657508.1666 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715657531.1836 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715657541.1706 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715657553.4074 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715657562.2334 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715657776.1514 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715657825.2322 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715657930.4391 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715658042.5835 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715658131.1457 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715659967.4762 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715660953.9461 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715660985.1237 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715661097.2605 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715661148.9346 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661175.1053 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715661544.4592 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661588.8338 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661640.5955 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715661675.7755 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661778.9555 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715661831.7873 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661846.1834 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715661879.9838 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715661882.641 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715661906.8515 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715661957.5554 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715662143.2977 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715662172.8726 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715662823.8091 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715664545.3047 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715668236.2092 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715668318.9269 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715668776.0324 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715670090.9625 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715670150.1172 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715670167.3075 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715670187.1492 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715670203.7494 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715670212.3749 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715671609.0636 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715672815.6266 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715672903.2615 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715672954.5547 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715673035.7081 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715673051.3865 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715673083.8769 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715674645.4789 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715674714.0568 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715674795.7064 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715677914.199 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715677990.6732 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715678023.864 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715680671.7878 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715680684.2017 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715680708.0141 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715680721.1172 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715680756.6421 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715680774.3491 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715680798.7423 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715680815.0593 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715681211.2488 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715681242.0659 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715685637.6338 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715686261.4116 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715687357.824 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715687402.3453 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715689015.5469 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715689970.3975 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715690013.3277 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715690053.1575 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715690084.5814 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715690100.3947 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715691355.2566 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715692036.4606 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715696573.886 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715696985.2415 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715697070.2139 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715697745.2526 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715697888.4159 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715697950.1773 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715697965.8898 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715697974.5647 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715698003.0249 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715698043.4828 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715698634.8079 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715698673.8923 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715699050.3814 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715700361.1782 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715700470.8423 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715700632.2481 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715700735.9129 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715701867.2876 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715702055.2621 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715702149.7918 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715702176.0147 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715702213.1421 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715702257.7544 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715702294.1319 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715702319.7668 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715702343.5329 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715702383.6095 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715702421.8657 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715702488.6635 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715704679.9164 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715704744.5669 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715704809.2652 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715704832.3783 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715710596.3249 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715710732.1723 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715710946.1944 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715711094.3364 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715711416.0792 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715711624.746 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715711708.3608 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715713498.1462 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715714694.1925 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715714732.4367 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715714769.5878 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715714802.7484 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715714853.1436 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715714886.3133 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715714926.6286 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715714991.7571 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715715029.2598 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715715072.8058 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715715098.2911 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715720414.1433 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715720441.5688 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715720506.5514 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715736841.9224 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715736904.7417 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715736922.9946 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715745935.9609 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715746011.8732 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715746056.3536 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715746105.3639 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715746144.0276 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715746179.3533 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715746191.891 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715746211.3033 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715746225.2422 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715746246.3345 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715746275.9185 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715746320.8538 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715752128.2836 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715753569.2056 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715753597.7252 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715753614.2285 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715753635.4495 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715753659.8055 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715753684.1663 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715753707.2331 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715753724.3104 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715753747.3861 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715753781.8403 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715764730.2969 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715764763.9283 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715764798.1806 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715764827.007 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715764857.4414 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715767887.4006 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715769987.8576 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715770039.9446 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715775719.0294 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715775769.6894 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715775799.2783 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715775842.189 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715777592.7405 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715777627.9318 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715784315.8966 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715784523.0311 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715788137.1626 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715790483.4433 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715806130.6418 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715807505.7281 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715807533.5192 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715807582.7843 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715807654.393 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715808278.5452 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715809534.3259 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715809760.1488 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715809795.2392 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715809852.0377 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715809906.8223 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715809965.5266 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715809991.1422 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715810007.1303 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715810049.9176 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715810163.7299 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715811335.9503 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715811391.9803 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715811743.4601 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715811821.5187 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715812940.2633 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715812963.3663 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715813449.7613 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715813757.0457 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715813810.298 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715813865.9303 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715813942.3258 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715814281.3599 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815128.3488 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815217.0949 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815270.4299 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815370.4623 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715815467.3029 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715815602.0594 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715815648.2789 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715815686.0728 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715815736.5004 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715817402.5989 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715817805.2055 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715818376.2417 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715819161.9366 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715819491.1656 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715819543.6757 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715819586.5946 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715819615.5232 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715819645.9821 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715819670.3462 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715819888.2828 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715819918.3499 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715819929.0339 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715819955.0618 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715819965.8997 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715819976.402 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820093.4966 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820108.3077 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820114.9281 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820121.7485 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820127.866 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820134.2909 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820139.8646 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820145.0877 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820154.8417 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820159.7185 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1715820164.5588 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820181.9884 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820186.5589 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820211.0087 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820839.0777 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820856.6731 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715820860.5842 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1715820864.547 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715820874.3779 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715826562.9853 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715826603.8445 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715832708.5013 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715833816.9851 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715835888.8168 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715835905.0987 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715836234.5315 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715839726.894 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715841738.4038 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715843051.3302 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715843989.692 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715846570.8419 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715846650.1388 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715846799.2673 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715846927.6472 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715853531.166 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715857620.2786 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715861672.622 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715861701.6151 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715861730.9837 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715861754.8566 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715862161.5608 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715862199.6862 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715862245.3838 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715862324.7552 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715862384.4427 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715862439.5804 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715863670.6729 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715870697.9021 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715870731.6924 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715870863.7421 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715872892.3643 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715872916.3874 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715872953.4692 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715873064.3259 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715873088.041 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715873104.4435 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715873134.2543 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715873148.3964 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715873169.9692 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715873197.2215 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715873236.7125 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715873285.2547 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715876292.9941 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715878952.7967 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715878980.8882 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715879032.671 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715879067.558 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715883196.3069 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715883230.7648 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715883261.9915 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715883386.8596 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715883519.2743 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715883550.3625 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715883570.8938 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715883595.7926 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715883618.2657 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715883698.0336 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715883719.668 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715883769.1867 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715894377.4203 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715899227.8629 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715899665.3102 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715899810.0588 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715900652.8154 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715901624.0299 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715901635.5566 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715901711.4071 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715901749.7598 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715903564.6366 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715903657.7628 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715903975.2818 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715911393.0297 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715912969.5823 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715912988.5329 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715913035.5767 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913241.7837 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913454.2601 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715913474.1488 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913477.4885 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715913548.6289 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913651.5759 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715913654.291 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913667.5474 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715913739.8234 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715913764.4926 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715913782.4954 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715913817.5374 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715913839.5048 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715913940.0061 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715914029.2744 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715914090.12 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715914105.3485 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715915511.0047 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715915577.8154 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715916243.5859 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715916272.4239 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715916313.1847 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715916368.8797 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715916411.5706 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715916448.7485 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715916533.6162 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715916547.7962 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715916587.2836 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715916613.8797 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715916644.9071 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715916683.1819 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715916699.0407 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715916727.3045 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715918196.9319 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715924700.595 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715924915.8223 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715924954.0836 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715924980.164 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715925133.5358 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715925168.653 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715925219.2785 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715925219.98 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715925264.902 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1715925315.7153 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715925919.7776 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715926420.4915 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715926538.8144 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715929365.0268 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929417.4956 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929429.846 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715929450.8124 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715929492.6738 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715929531.0454 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715929554.8185 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715929567.0075 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929584.971 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715929617.1082 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929657.2837 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929679.9609 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929707.3509 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715929781.1131 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715929849.6364 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715929867.4377 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715929907.5512 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715929948.5812 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715930083.8166 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1715930369.0071 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715948152.0414 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715954193.2505 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715960109.8087 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715960218.1069 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715960238.662 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715960280.3729 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715969029.6444 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715972816.0645 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715972884.2583 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715977022.0855 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715977282.5472 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716005809.1647 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716024927.1115 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716024976.7221 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716025010.7673 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716027377.3351 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716027899.644 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716028822.8275 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716028857.7321 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716036421.4086 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716040333.7351 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716043972.3967 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716043995.1703 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716044508.3229 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716045340.1223 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716045370.1669 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716045434.8063 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716045536.284 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716045782.3404 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716046661.0575 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716061878.1074 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716063691.5292 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716063728.9507 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716064036.8859 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716064897.7154 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716064982.9829 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716074832.2246 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716087920.9207 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716087962.0076 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716088282.1445 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716088319.6002 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716088361.4397 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716092533.9981 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716092684.4695 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716100809.6333 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716100904.7495 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716100967.3084 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716101014.3749 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716101026.1623 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716101284.4392 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716101388.6109 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716101424.8563 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1716101640.0847 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716101663.5449 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1716101720.3834 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716101763.5754 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716101779.0549 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716101812.8171 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716101829.1619 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716101843.8492 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716101870.408 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1716101897.469 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716101922.0127 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716101958.4491 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716101980.4881 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716102012.3581 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716102033.0066 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716102061.565 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1716102078.6577 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716102104.1158 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716102163.2523 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716102338.3014 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1716102352.7855 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716102377.8361 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716102397.944 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1716102458.7278 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716102472.2144 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716102830.9668 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1716102848.2679 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716106991.3653 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716112644.092 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716112688.5957 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716113925.8512 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716116154.8458 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716123312.2626 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716124481.7688 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716129939.4625 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716130077.5552 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716133934.791 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716133959.4134 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716133982.7909 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716134112.955 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716134184.1117 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716134215.2692 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716134246.6302 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716134272.2078 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716136785.8861 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716136830.2645 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716136888.0281 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716136912.3226 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716137509.6219 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716137550.792 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716137584.016 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716137614.0349 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716137663.882 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716137708.8654 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716137736.4075 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716137761.6991 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1716137815.2529 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716137886.7381 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716138040.3932 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716140714.0428 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716209337.3046 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716209412.7298 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716209448.1323 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716209508.6504 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716209613.4906 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716209642.7198 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716209709.6202 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716209774.4706 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716209852.8582 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716209947.3287 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716209967.6822 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716210044.0883 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716210150.5688 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716210205.0335 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716210268.9147 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716211526.4507 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716213446.8546 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716213461.9489 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1716213474.537 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716213492.0301 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716213521.5562 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716213540.262 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1716213551.8733 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1716213557.4906 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716219013.0278 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716220209.0681 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716220249.3189 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716220285.5053 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716227591.1168 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716227622.0114 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716227674.7391 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716227710.2023 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716227875.4029 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716227977.9929 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716228007.518 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716228104.844 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716228130.5321 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716230101.821 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716230984.9301 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716232636.2301 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716232746.3131 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716232993.2428 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716233055.3833 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716235984.1893 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716239320.9605 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716242440.4726 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716242516.4926 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716242590.6103 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716242629.6643 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716242692.6624 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716246215.0477 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716248360.3883 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716249928.3303 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716249950.1619 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716249976.5037 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716250002.3525 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716250043.473 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716250064.5423 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716250098.6574 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716250169.1921 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716250175.1057 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716250192.053 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716250223.5527 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716250346.0641 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716252598.1249 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716252635.5485 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716263746.8692 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716270546.4614 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716270581.7833 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716271101.4508 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716271351.0622 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716274671.7892 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716278257.8069 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716278320.6515 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716278455.3143 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716279222.1691 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716279246.192 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716279794.6865 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716280412.4078 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716280463.3691 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716282215.371 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716282249.1998 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716282537.2467 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716282635.1246 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716282720.9449 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716282757.3202 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716283450.3375 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716283609.525 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716283779.8628 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716283801.3005 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716283935.4598 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716284013.3675 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716284180.1311 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716284192.186 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716284470.2778 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716284564.193 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716285325.0236 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716285475.3857 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716285519.9145 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716286409.4293 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716286967.8756 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716286983.4028 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716287142.413 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716287185.2534 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716287217.0099 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716287247.2868 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716287271.5544 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716287340.0533 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716287550.0246 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716287573.6398 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716287628.6541 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716287651.6393 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716287665.6163 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716287678.808 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1716287767.435 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716287779.2194 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716288009.4382 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716289208.9321 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716289237.4451 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716289351.113 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716289390.8858 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716289393.7964 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716289414.7975 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716289423.2899 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716289429.1105 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716300925.2643 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716301040.4664 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716301250.7099 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716301308.9557 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716301961.2777 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716308935.4231 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716317363.8031 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716317407.5124 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716317505.7057 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716319832.5599 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716321763.8236 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716325414.0255 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716325749.7214 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716325771.5615 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716326192.6196 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716326243.3131 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716326299.6314 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716326346.6605 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716326432.8943 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716326479.3558 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716326504.9509 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716326723.2613 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716326765.4157 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716326806.8553 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716328651.4073 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716340833.9646 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716340851.5576 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716342516.6062 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716342980.4385 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716392751.259 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716392854.8424 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716392927.7613 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716394547.5836 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716394567.8834 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716394675.2074 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716395232.2063 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716395392.7448 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716395429.4755 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716395464.4116 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716395617.1491 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716395671.3185 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716395722.6354 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716395762.024 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716395800.2075 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716395893.3131 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716395908.2446 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716395930.8155 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716396096.1888 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716410843.4073 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716410959.2736 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716411007.9506 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1716411029.2438 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716431755.4427 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1716431811.1067 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.13.208", - "anony": true, - "tstamp": 1716455911.4834 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.13.208", - "anony": true, - "tstamp": 1716455955.7955 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.38.210", - "anony": true, - "tstamp": 1716463103.3942 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.38.210", - "anony": true, - "tstamp": 1716464669.7571 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.38.210", - "anony": true, - "tstamp": 1716464883.9242 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716465092.5554 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.38.210", - "anony": true, - "tstamp": 1716465101.4217 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.13.208", - "anony": true, - "tstamp": 1716465158.8835 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.13.208", - "anony": true, - "tstamp": 1716465320.7672 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.47.232", - "anony": true, - "tstamp": 1716466221.9614 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716470442.2975 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.43.115", - "anony": false, - "tstamp": 1716473602.4544 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.43.115", - "anony": false, - "tstamp": 1716473616.0917 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": false, - "tstamp": 1716473629.427 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716473646.5102 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": false, - "tstamp": 1716474064.3945 - }, - { - "model_a": "SDXLTurbo", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716481830.2832 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716482066.6894 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716482101.8167 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716482665.9327 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716483084.7205 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716483130.6731 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716486908.7502 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716490430.3014 - }, - { - "model_a": "StableCascade", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716491961.101 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716492130.1621 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716492165.0747 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716493052.5738 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716494811.879 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716494814.0355 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716494907.8652 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716495025.0063 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716496626.411 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716496705.3455 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716497278.1725 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716498525.386 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716508618.2377 - }, - { - "model_a": "SDXL", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716508647.6412 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716508773.0947 - }, - { - "model_a": "PlayGround V2", - "model_b": "LCM(v1.5/XL)", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716509848.6189 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716511130.78 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716512505.6737 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716521987.1249 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716534865.3098 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716535184.4481 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716539015.3065 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716539889.7886 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716540536.1365 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716540946.9096 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.39.221", - "anony": true, - "tstamp": 1716542403.1488 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.39.221", - "anony": true, - "tstamp": 1716543831.0194 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716553156.4165 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716553180.6047 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716553208.1102 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716555742.6319 - }, - { - "model_a": "PixArtSigma", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716564155.6044 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716569758.9203 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716573314.1735 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.33.210", - "anony": true, - "tstamp": 1716588711.6463 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716589282.8245 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716595399.6343 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716596153.0762 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716631962.3438 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716637883.7082 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716637940.3706 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716638087.8967 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716648496.2293 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716650144.5433 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716650252.1683 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716654002.8058 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716657661.8542 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716672582.8741 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716675304.6869 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716675360.5552 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716696765.27 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716699503.5692 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716705406.3076 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716708229.2765 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716708400.6323 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716708425.3973 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716708463.7409 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716712383.2781 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716714698.5936 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716714723.8527 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716714742.496 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716714758.5844 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716714791.7059 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716714813.7628 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716718013.9851 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716719923.7897 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716719954.4298 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732002.5621 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716735265.1561 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716737955.5742 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716749082.5893 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716749104.301 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716749183.3056 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716749405.6595 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_127.0.0.1", - "anony": true, - "tstamp": 1716751911.6964 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716775345.3085 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716776806.2262 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716776883.0635 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716776943.7594 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716779918.8509 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716780527.3148 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716780918.544 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716780951.8598 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716781241.076 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716781759.6094 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716782158.4573 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716782417.8883 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716782420.5452 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716782443.0163 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716782459.9191 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716782484.1275 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716782499.7234 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716782519.0233 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716782537.0836 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716782553.9857 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716782569.153 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716782604.0051 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716782640.804 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716782995.4422 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783031.5075 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783089.4325 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716783090.8889 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716783109.7954 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716783138.0445 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783168.9557 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783358.7145 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1716783462.483 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716783564.225 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716784775.2026 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786037.8729 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786448.0434 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716787891.5755 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788134.0343 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788285.3057 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716789329.1919 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716795652.1604 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716795779.9806 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716795814.0196 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716795851.1701 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716796006.4588 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716796314.0423 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716797932.5341 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716798084.7317 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716798121.6615 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800856.1807 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811377.2082 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811412.4609 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811455.261 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716815094.1935 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716815234.9665 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716815654.9788 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716815707.9688 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716815854.6739 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816541.9961 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816625.048 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716818286.1937 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716820699.6007 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1716822550.5508 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716822601.7824 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1716822684.0205 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716824222.9857 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716824902.917 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716825475.2657 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716827655.7005 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716833085.2146 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716837768.4182 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716838033.7689 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM(v1.5/XL)", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716840571.8782 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716842021.1183 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716842045.0031 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716842062.0558 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716844269.6437 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716844294.3593 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716846730.6152 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716846754.4305 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716846777.0478 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716846795.5401 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716846812.5139 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716846831.5816 - }, - { - "model_a": "LCM(v1.5/XL)", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": false, - "tstamp": 1716846856.7092 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716851477.2888 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716852722.4343 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716862066.5604 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716888658.6323 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716888692.3451 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716888743.3788 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716888808.7382 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716889722.4243 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716892310.907 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716893044.8237 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716894726.3896 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716904032.8719 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716904166.7957 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716904274.6297 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716904375.3197 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716904458.3328 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716905236.8052 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716905301.5056 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716906155.4111 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716909502.2672 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716911861.7486 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716931696.2858 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716932953.6361 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716947335.746 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716947886.9102 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716953959.3614 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716962065.228 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716964704.6913 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716967018.8935 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716967137.2381 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716968234.2824 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716972370.304 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716972445.8559 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.224.134.163", - "anony": false, - "tstamp": 1716978291.5449 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.224.145.182", - "anony": false, - "tstamp": 1716978391.0694 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.224.134.163", - "anony": false, - "tstamp": 1716978459.451 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716978633.6451 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716979976.972 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716986223.0166 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716992486.8153 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716994682.8218 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716999872.9257 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1717001549.1047 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717001729.4563 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1717001735.3323 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717001782.8941 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717003358.7832 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717010981.625 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717013817.4431 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1717014277.5883 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717014302.0624 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1717014914.6947 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717015933.2442 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717016519.7356 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717017276.6056 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717017851.527 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.38.210", - "anony": true, - "tstamp": 1717017860.1111 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.38.210", - "anony": false, - "tstamp": 1717017872.0034 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.38.210", - "anony": false, - "tstamp": 1717017935.2154 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": false, - "tstamp": 1717017941.7814 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": false, - "tstamp": 1717017948.1028 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1717017959.1872 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": false, - "tstamp": 1717017979.7996 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": false, - "tstamp": 1717018191.8622 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1717018286.0525 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1717018313.4129 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717018348.5161 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": false, - "tstamp": 1717018553.2268 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": false, - "tstamp": 1717018904.2229 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1717019423.0673 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1717019625.8676 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": false, - "tstamp": 1717020042.7893 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1717022382.7846 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717026392.4268 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717028996.6914 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717029028.6429 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717029147.6903 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717034072.4772 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717034784.6738 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717034906.7231 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717035277.1028 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717039169.9336 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717041246.8155 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717041313.7921 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717041347.0832 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717041370.4367 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717041403.224 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717041426.0327 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717041449.1936 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717041783.2293 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717041956.0851 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717041973.3929 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717041996.6703 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717042011.7634 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717042030.855 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717042064.0653 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717042093.7447 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717048228.5381 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717050239.468 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717055363.8892 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_169.254.167.109", - "anony": true, - "tstamp": 1717057996.957 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_169.254.167.109", - "anony": false, - "tstamp": 1717058393.8863 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717059628.7188 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.18.96", - "anony": false, - "tstamp": 1717059941.285 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717060176.1474 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1717061165.5506 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1717062327.4566 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1717062735.7907 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.18.96", - "anony": false, - "tstamp": 1717062740.0522 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717063191.4116 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717064695.9339 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717064701.3938 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.18.96", - "anony": true, - "tstamp": 1717064718.3586 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717066853.1829 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.40.190", - "anony": false, - "tstamp": 1717067940.0805 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.18.96", - "anony": true, - "tstamp": 1717070139.0899 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717086962.2323 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717087011.4287 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717109403.0798 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717109414.6058 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717116391.6647 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717121019.628 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717124509.4472 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717124607.4219 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717125050.6768 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1717125191.2457 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717131509.2451 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717131570.9166 - }, - { - "model_a": "StableCascade", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1717131858.5618 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717136145.6721 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717136227.7391 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717136272.166 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717136394.6709 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717136742.0386 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717136793.147 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717140076.4215 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717140178.5392 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717140242.7879 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717140839.1061 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717140880.6277 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": false, - "tstamp": 1717141161.2541 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1717141745.0938 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1717141938.0758 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1717142609.0649 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717151536.315 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.40.190", - "anony": false, - "tstamp": 1717152058.869 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717164331.9793 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.1.6", - "anony": true, - "tstamp": 1717169978.3953 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717170137.2406 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717190706.1382 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717198702.857 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717198761.8213 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.1.6", - "anony": true, - "tstamp": 1717198804.2276 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717203953.7152 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717204130.5796 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717204984.8114 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717205217.6838 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717205335.9525 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717205415.8924 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.4.148", - "anony": true, - "tstamp": 1717205573.0721 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717207208.4106 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717207257.2095 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717208622.6549 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717215046.7825 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717215091.3188 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717217028.1261 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717217073.8639 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.4.148", - "anony": true, - "tstamp": 1717217141.0125 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717217168.9916 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717217873.6499 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.4.148", - "anony": true, - "tstamp": 1717219369.5122 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717229421.7017 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.4.148", - "anony": true, - "tstamp": 1717229489.292 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717229545.1574 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717233179.7122 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717233630.8484 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717233894.7297 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717234031.2367 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.190", - "anony": false, - "tstamp": 1717238823.2575 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717239794.7673 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717239958.872 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717242974.1799 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717245353.6545 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717245382.5915 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717246252.0134 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717246869.0473 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717246949.2563 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717247297.9808 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717249122.8163 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717249988.4092 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717250472.5934 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717250514.3108 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717250536.2274 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717252537.7395 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717252836.1201 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717259658.011 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717263308.222 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717264286.6556 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717267347.2935 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717267584.6441 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717268431.3837 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717268842.1304 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717277146.2585 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717279735.0982 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717279783.5652 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717280265.0726 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717282264.3718 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717345937.8651 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717345942.1509 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717369313.4581 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717374558.2723 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717374641.2959 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717374859.9707 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717383238.8689 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717388455.1374 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717388973.1388 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717396439.3094 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717408724.2551 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717416639.709 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717417137.7068 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717417171.477 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717417252.3536 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717417311.6227 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717417811.3357 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717418000.5048 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717418158.9019 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717420551.0747 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717421721.9856 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717424468.4513 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717426775.1592 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717427456.4893 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717428471.4698 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717428527.135 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717428578.6202 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717428661.075 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717428707.443 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717429952.5282 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717431917.0308 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717432931.0588 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717437880.4763 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717437963.6539 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717438221.0259 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717438415.9655 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717438614.3067 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717440231.5793 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717440380.7838 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717440566.4689 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717440730.3619 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717441033.757 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717441300.9653 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717442262.7797 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717443411.2151 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717443698.2215 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717448278.6997 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717456603.2007 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717467121.2449 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717467269.3413 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717467347.471 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717468246.5885 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717468248.0915 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717470962.1418 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717471126.9684 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717471200.5346 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717472067.981 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717472088.0134 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717472151.7325 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717472171.7106 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717474666.2386 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717474856.782 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717478015.3925 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717478962.1394 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717479804.5535 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717479838.2699 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717481969.8279 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717482995.6164 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717483780.6857 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": false, - "tstamp": 1717484055.4055 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717484962.4309 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717484997.0476 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717487564.4387 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717487659.9063 - }, - { - "model_a": "PlayGround V2", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717489213.559 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717489735.9379 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717493278.938 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717495193.3012 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717496234.3044 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717508929.7326 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717527666.3999 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": false, - "tstamp": 1717527778.4003 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": false, - "tstamp": 1717527798.7106 - }, - { - "model_a": "PlayGround V2", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717531460.9222 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717531521.6228 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717531911.8773 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717538676.5622 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717539355.8965 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717539473.2644 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717539549.597 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717545309.6677 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717545413.4993 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717551442.6857 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1717551677.9232 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1717557466.9079 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717558022.4822 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717561935.9231 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1717569440.5886 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717569469.2755 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_169.254.84.46", - "anony": false, - "tstamp": 1717570305.6298 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": false, - "tstamp": 1717572517.3037 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.30.231", - "anony": false, - "tstamp": 1717572594.7841 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.30.231", - "anony": true, - "tstamp": 1717572629.2895 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": false, - "tstamp": 1717572774.2386 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_169.254.186.79", - "anony": false, - "tstamp": 1717578792.4501 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.205", - "anony": true, - "tstamp": 1717583033.4494 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.2.205", - "anony": false, - "tstamp": 1717583091.918 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.19.59", - "anony": false, - "tstamp": 1717583106.1139 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.2.205", - "anony": false, - "tstamp": 1717583117.7451 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.30.231", - "anony": false, - "tstamp": 1717583158.1277 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.30.231", - "anony": false, - "tstamp": 1717583178.7405 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.2.205", - "anony": true, - "tstamp": 1717583334.6031 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_10.16.30.231", - "anony": true, - "tstamp": 1717591136.5667 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.30.231", - "anony": true, - "tstamp": 1717591152.3716 - }, - { - "model_a": "PlayGround V2", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1717591162.3586 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1717619119.589 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717629531.0193 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_169.254.43.255", - "anony": true, - "tstamp": 1717644449.9312 - }, - { - "model_a": "PlayGround V2", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_169.254.43.255", - "anony": true, - "tstamp": 1717644573.7565 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2", - "winner": "model_a", - "judge": "arena_user_169.254.33.10", - "anony": false, - "tstamp": 1717644953.2528 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1717646815.834 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717649978.9662 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1717660064.6406 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1717662006.5397 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1717675239.9421 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1717675993.5165 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717676001.0988 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717678394.3387 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": false, - "tstamp": 1717678920.2014 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717686063.4057 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717691522.4962 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1717697317.1484 - }, - { - "model_a": "PlayGround V2", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717721485.0559 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1717736638.5616 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1717740620.8552 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717740674.001 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1717750236.0324 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717763303.7486 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717768209.5496 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717768361.422 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1717770606.8227 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717775081.989 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1717775108.5552 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1717775139.2444 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": false, - "tstamp": 1717775256.7963 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": false, - "tstamp": 1717775271.5105 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": false, - "tstamp": 1717775286.2347 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717783542.7524 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1717784200.4682 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1717785748.1338 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717785898.6859 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1717796594.436 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717801613.6378 - }, - { - "model_a": "HunyuanDiT", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717808581.7042 - }, - { - "model_a": "HunyuanDiT", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717808679.5338 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717811548.9527 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717814587.8644 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717814632.2682 - }, - { - "model_a": "HunyuanDiT", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717814653.5167 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717814699.7228 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1717815101.9284 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717815276.912 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717829469.8652 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717829549.863 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717856492.0084 - }, - { - "model_a": "HunyuanDiT", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717857656.5483 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717857864.2407 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": false, - "tstamp": 1717858133.8007 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717858354.0133 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1717858947.6108 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1717858979.1658 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717859018.8701 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717859071.7832 - }, - { - "model_a": "HunyuanDiT", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717859688.7107 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1717859707.2492 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1717859836.6748 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717862733.5884 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1717873465.0087 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717873470.2672 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": false, - "tstamp": 1717874128.6132 - }, - { - "model_a": "HunyuanDiT", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717874913.4607 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717874927.0942 - }, - { - "model_a": "HunyuanDiT", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717878876.6964 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717878948.7108 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717879195.6755 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1717879241.8517 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717879261.0943 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717879295.7621 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717879339.7405 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717934396.6687 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1717934456.5567 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717947984.4188 - }, - { - "model_a": "SDXL", - "model_b": "HunyuanDiT", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717948099.2436 - }, - { - "model_a": "HunyuanDiT", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1717951149.4783 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1717952068.6329 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1717953308.2083 - }, - { - "model_a": "HunyuanDiT", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": false, - "tstamp": 1717968499.9806 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717978954.3961 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1717978994.366 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717979005.6972 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717979026.7552 - }, - { - "model_a": "HunyuanDiT", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1717984521.215 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717984583.0827 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717986912.7617 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717986939.5617 - }, - { - "model_a": "SDXL", - "model_b": "HunyuanDiT", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717986959.3754 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717987608.5395 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717987693.421 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717987702.4055 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717987709.8264 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717987717.352 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717987728.0798 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717987734.6471 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717987744.4286 - }, - { - "model_a": "HunyuanDiT", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717987749.5497 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717987755.8715 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717987768.7618 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717987775.3317 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717987779.847 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717987784.3042 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717987789.5699 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717987793.4285 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717987797.2915 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717990743.1292 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1717992088.4008 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717992694.9817 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717992967.295 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717994762.5147 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717998115.8635 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717998128.0015 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717999276.4968 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718000699.5385 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718001035.2157 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718001046.8944 - }, - { - "model_a": "SDXL", - "model_b": "HunyuanDiT", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718001069.4639 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718001307.0872 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718001743.2603 - }, - { - "model_a": "HunyuanDiT", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718002787.7556 - }, - { - "model_a": "HunyuanDiT", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718002894.4185 - }, - { - "model_a": "OpenJourney", - "model_b": "HunyuanDiT", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718004187.6247 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718004343.543 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718004452.5118 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718004546.5343 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718005166.4832 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718005194.4815 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718005512.1222 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718006433.5308 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718007082.8754 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718007215.9596 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718008228.0143 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718010611.4515 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718010633.7261 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718010648.2146 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718010681.6802 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718010690.1096 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718010701.9922 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718010716.78 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718010731.2648 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718010747.6714 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718010758.5034 - }, - { - "model_a": "OpenJourney", - "model_b": "HunyuanDiT", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718010772.2905 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718010782.7294 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718010795.7887 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718010808.7694 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718010827.2658 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718010847.1172 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718010916.9887 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718010924.2147 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718010938.6979 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718010950.1832 - }, - { - "model_a": "SDXLLightning", - "model_b": "HunyuanDiT", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718011272.4689 - }, - { - "model_a": "OpenJourney", - "model_b": "HunyuanDiT", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718011281.0543 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718011950.8238 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718011961.2541 - }, - { - "model_a": "HunyuanDiT", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718011976.5619 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718011991.8463 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718012002.0728 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718012016.5182 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718012031.5322 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718012043.1813 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718012067.0048 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718012074.1738 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718012085.458 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718012099.7021 - }, - { - "model_a": "PixArtSigma", - "model_b": "HunyuanDiT", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718012108.8847 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718012122.6805 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718012139.4358 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718012155.2854 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718012169.9023 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718012184.9595 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718012195.8851 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "HunyuanDiT", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718012239.3736 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718012255.377 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": false, - "tstamp": 1718014635.1768 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718020854.1271 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718020870.5939 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718020884.7364 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718020896.3211 - }, - { - "model_a": "HunyuanDiT", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718020926.1479 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718022869.0472 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718024287.9427 - }, - { - "model_a": "HunyuanDiT", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718024297.0276 - }, - { - "model_a": "PixArtAlpha", - "model_b": "HunyuanDiT", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718024306.0184 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "HunyuanDiT", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718024322.8797 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718024329.7569 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718024337.84 - }, - { - "model_a": "HunyuanDiT", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718024681.1269 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718024706.687 - }, - { - "model_a": "HunyuanDiT", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718024721.4 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718024796.0013 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718024809.7171 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718024826.0051 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718029874.4563 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718030023.4801 - }, - { - "model_a": "HunyuanDiT", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718030121.4714 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718030138.787 - }, - { - "model_a": "PixArtAlpha", - "model_b": "HunyuanDiT", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718030785.9407 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718038974.7141 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718040683.5392 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718046531.6187 - }, - { - "model_a": "StableCascade", - "model_b": "HunyuanDiT", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718049091.894 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718052164.1224 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718052373.3274 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718061084.3801 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "HunyuanDiT", - "winner": "tie", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718061126.1221 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718065069.4804 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718068092.627 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718068459.903 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718069187.5622 - }, - { - "model_a": "HunyuanDiT", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718070857.3131 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718071033.4729 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718071116.1094 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718071139.2233 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718071228.8811 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718071255.4201 - }, - { - "model_a": "HunyuanDiT", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718084829.5596 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718089861.4654 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718089882.0476 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718089896.3804 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718089917.5991 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718104825.1984 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718109245.2078 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718109269.1688 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718109422.8042 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718117876.6416 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718127411.7005 - }, - { - "model_a": "HunyuanDiT", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718130576.4205 - }, - { - "model_a": "SDXL", - "model_b": "HunyuanDiT", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718130581.8767 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718130590.6744 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718130602.5116 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718130607.8969 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718130615.2527 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718130625.9831 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718130634.1462 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718130650.3411 - }, - { - "model_a": "StableCascade", - "model_b": "HunyuanDiT", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718130658.6139 - }, - { - "model_a": "PixArtSigma", - "model_b": "HunyuanDiT", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718139267.5803 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718139291.1518 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718139314.6965 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718139352.0734 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718139374.7556 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718139388.7169 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718139410.7878 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718139453.0927 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718139481.9632 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718139583.5309 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718139622.8167 - }, - { - "model_a": "HunyuanDiT", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718139658.4849 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718139676.6476 - }, - { - "model_a": "HunyuanDiT", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718139695.7364 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718139715.4895 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718139794.3 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718139812.7563 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718139824.8087 - }, - { - "model_a": "PixArtAlpha", - "model_b": "HunyuanDiT", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718139846.1687 - }, - { - "model_a": "SDXLLightning", - "model_b": "HunyuanDiT", - "winner": "tie", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718139849.5398 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718139868.6628 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718139887.3393 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718139912.3692 - }, - { - "model_a": "StableCascade", - "model_b": "HunyuanDiT", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718139934.397 - }, - { - "model_a": "HunyuanDiT", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718139953.2755 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718139998.6442 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718140022.2043 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718140037.6998 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718140049.4727 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718140101.3574 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718140130.9934 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718140148.6475 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718140322.0544 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718144631.8766 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718149503.3469 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718149514.025 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718151649.2372 - }, - { - "model_a": "HunyuanDiT", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718151664.728 - }, - { - "model_a": "SDXLLightning", - "model_b": "HunyuanDiT", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718151675.5888 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718151692.5353 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718151715.6564 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718151730.5215 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718151740.1508 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718151748.5735 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718151760.2386 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718151779.8457 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718151792.1748 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718152208.855 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718171026.5212 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718173992.0001 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718174238.8351 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718174308.9785 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.14.230", - "anony": false, - "tstamp": 1718176345.2624 - }, - { - "model_a": "StableCascade", - "model_b": "HunyuanDiT", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718182343.8054 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718183398.806 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "HunyuanDiT", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718183554.9011 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718183889.7222 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718184247.0193 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718187704.0047 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718190296.4023 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718216542.0923 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718223037.5725 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718223040.0896 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718225337.7894 - }, - { - "model_a": "PixArtAlpha", - "model_b": "HunyuanDiT", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718225349.1183 - }, - { - "model_a": "HunyuanDiT", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718225378.2776 - }, - { - "model_a": "SDXLTurbo", - "model_b": "HunyuanDiT", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718225390.0669 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718225438.5285 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718225453.1355 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718225467.3083 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718225477.3901 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718225486.1938 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718225495.9479 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718225505.545 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718225514.7608 - }, - { - "model_a": "SDXL", - "model_b": "HunyuanDiT", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718225521.9611 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718233627.7487 - }, - { - "model_a": "SDXL", - "model_b": "SD3", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718249385.2945 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718249965.9549 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718250027.4973 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718250087.1867 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": false, - "tstamp": 1718252842.2871 - }, - { - "model_a": "HunyuanDiT", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718254129.0768 - }, - { - "model_a": "SDXL", - "model_b": "HunyuanDiT", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718254140.2096 - }, - { - "model_a": "SDXL", - "model_b": "HunyuanDiT", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718254150.1455 - }, - { - "model_a": "PixArtSigma", - "model_b": "HunyuanDiT", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718254156.8134 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718254162.7832 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718254167.0505 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718254762.781 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718254812.2073 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718254826.8536 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718254838.8361 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718254851.9676 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718254880.9228 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718254898.1644 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718254950.0378 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718254960.0147 - }, - { - "model_a": "HunyuanDiT", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718254990.349 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718255005.0777 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718255014.0434 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718255025.278 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718255032.5438 - }, - { - "model_a": "HunyuanDiT", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718255035.2498 - }, - { - "model_a": "SDXL", - "model_b": "SD3", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718255045.6739 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718255058.3538 - }, - { - "model_a": "SD3", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718255070.3265 - }, - { - "model_a": "HunyuanDiT", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718255082.3582 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718258056.4199 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718258079.1923 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718258929.3778 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718260574.7294 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": false, - "tstamp": 1718260606.6795 - }, - { - "model_a": "HunyuanDiT", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718261366.336 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718266252.5908 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718268979.2355 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718270627.6532 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718270854.3998 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718270960.6543 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718271027.6122 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718277418.3368 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718281143.7506 - }, - { - "model_a": "PixArtSigma", - "model_b": "HunyuanDiT", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718281310.8473 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718281384.6699 - }, - { - "model_a": "HunyuanDiT", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718281440.5407 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718281514.5338 - }, - { - "model_a": "HunyuanDiT", - "model_b": "SD3", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718281540.7028 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718281581.784 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718286061.1402 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": false, - "tstamp": 1718286241.0495 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718289126.3714 - }, - { - "model_a": "SD3", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718289518.646 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718289532.2954 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718289544.2748 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718289559.4171 - }, - { - "model_a": "SD3", - "model_b": "HunyuanDiT", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718289586.0915 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718289597.4736 - }, - { - "model_a": "SD3", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718289618.6816 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718289671.536 - }, - { - "model_a": "SDXLLightning", - "model_b": "SD3", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718289682.3214 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718289708.1456 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718289722.2328 - }, - { - "model_a": "PixArtSigma", - "model_b": "SD3", - "winner": "tie", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718289730.7036 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718289952.8174 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718293647.5464 - }, - { - "model_a": "SD3", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718293761.9013 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718319598.4881 - }, - { - "model_a": "SD3", - "model_b": "HunyuanDiT", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.19.59", - "anony": false, - "tstamp": 1718324533.8453 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718326733.477 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718326794.1207 - }, - { - "model_a": "SD3", - "model_b": "HunyuanDiT", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718327104.6105 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718327308.6603 - }, - { - "model_a": "HunyuanDiT", - "model_b": "SD3", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": false, - "tstamp": 1718327370.0364 - }, - { - "model_a": "SD3", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718328275.2071 - }, - { - "model_a": "HunyuanDiT", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718328650.6723 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718329998.9276 - }, - { - "model_a": "HunyuanDiT", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718330005.9551 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718330013.5301 - }, - { - "model_a": "SD3", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718330020.9076 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718330029.4346 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718330035.5089 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718330045.0932 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718330054.8325 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718330066.7148 - }, - { - "model_a": "PixArtSigma", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718330071.8846 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718330076.9016 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718330081.668 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718330086.8404 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718335057.1058 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "HunyuanDiT", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718335097.1861 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718335125.9319 - }, - { - "model_a": "SD3", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718335151.659 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718335189.0325 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718335209.6681 - }, - { - "model_a": "OpenJourney", - "model_b": "HunyuanDiT", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718335231.6862 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718335251.9224 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718335293.2479 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718336018.1554 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718336050.6982 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.33.30", - "anony": true, - "tstamp": 1718336065.5224 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.33.30", - "anony": true, - "tstamp": 1718336078.7671 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718336114.3759 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718336232.8365 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.33.30", - "anony": true, - "tstamp": 1718336252.8598 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.33.30", - "anony": true, - "tstamp": 1718336271.3529 - }, - { - "model_a": "SD3", - "model_b": "HunyuanDiT", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718336286.2925 - }, - { - "model_a": "HunyuanDiT", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718336305.4915 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718336314.6106 - }, - { - "model_a": "SD3", - "model_b": "HunyuanDiT", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718336343.8674 - }, - { - "model_a": "SD3", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718336361.5125 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.33.30", - "anony": true, - "tstamp": 1718336381.0759 - }, - { - "model_a": "StableCascade", - "model_b": "HunyuanDiT", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718336402.1254 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.33.30", - "anony": true, - "tstamp": 1718336411.1027 - }, - { - "model_a": "HunyuanDiT", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.33.30", - "anony": true, - "tstamp": 1718336434.0667 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718336476.7353 - }, - { - "model_a": "OpenJourney", - "model_b": "HunyuanDiT", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718339488.3667 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718339501.7611 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SD3", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718339514.3898 - }, - { - "model_a": "StableCascade", - "model_b": "SD3", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718339530.4411 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718339546.9917 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718339558.5731 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718339575.8216 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718339593.528 - }, - { - "model_a": "SD3", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718339613.8249 - }, - { - "model_a": "SDXL", - "model_b": "HunyuanDiT", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718339626.5041 - }, - { - "model_a": "HunyuanDiT", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718339637.2339 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718339650.1257 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718339661.8983 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718339678.3037 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718339692.842 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718339708.3803 - }, - { - "model_a": "HunyuanDiT", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718339725.9836 - }, - { - "model_a": "SD3", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718339738.0715 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718339757.9281 - }, - { - "model_a": "SDXLLightning", - "model_b": "SD3", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718339766.1034 - }, - { - "model_a": "HunyuanDiT", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718340904.9062 - }, - { - "model_a": "HunyuanDiT", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718341249.0307 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718341294.2405 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SD3", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718341322.0036 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718341347.2283 - }, - { - "model_a": "SDXLLightning", - "model_b": "SD3", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718341365.4909 - }, - { - "model_a": "SD3", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718341382.4477 - }, - { - "model_a": "PixArtSigma", - "model_b": "HunyuanDiT", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718341403.5174 - }, - { - "model_a": "SD3", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718341414.5533 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718341423.5792 - }, - { - "model_a": "HunyuanDiT", - "model_b": "SD3", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718341447.6046 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718341478.2354 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718341486.0146 - }, - { - "model_a": "OpenJourney", - "model_b": "SD3", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718341503.7567 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718341518.2557 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718341538.8143 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718341552.1054 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718341565.6545 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718341593.3647 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718341610.412 - }, - { - "model_a": "SDXLLightning", - "model_b": "HunyuanDiT", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718341619.9558 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718342935.8744 - }, - { - "model_a": "HunyuanDiT", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718345220.3757 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718345237.9455 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718347126.6759 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718347162.1066 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": false, - "tstamp": 1718348196.0234 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": false, - "tstamp": 1718348209.6435 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.24.60", - "anony": false, - "tstamp": 1718348242.456 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": false, - "tstamp": 1718348272.6246 - }, - { - "model_a": "SD3", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": false, - "tstamp": 1718348318.3632 - }, - { - "model_a": "SD3", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": false, - "tstamp": 1718348332.3116 - }, - { - "model_a": "SD3", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": false, - "tstamp": 1718348361.4323 - }, - { - "model_a": "SD3", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": false, - "tstamp": 1718348373.0251 - }, - { - "model_a": "HunyuanDiT", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718349009.817 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718349035.0566 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718349055.1684 - }, - { - "model_a": "OpenJourney", - "model_b": "HunyuanDiT", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718349081.9538 - }, - { - "model_a": "HunyuanDiT", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718349105.0141 - }, - { - "model_a": "SD3", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718349156.2623 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718349180.367 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718349202.0494 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718349225.7226 - }, - { - "model_a": "SD3", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718349244.9433 - }, - { - "model_a": "SD3", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718349270.9525 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718349313.4641 - }, - { - "model_a": "SDXLLightning", - "model_b": "SD3", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718349345.8258 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718349378.6326 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718349412.605 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718349458.2515 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718349527.315 - }, - { - "model_a": "PixArtAlpha", - "model_b": "HunyuanDiT", - "winner": "tie", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718349563.5265 - }, - { - "model_a": "SD3", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718349577.424 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718349590.7805 - }, - { - "model_a": "HunyuanDiT", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718349623.0056 - }, - { - "model_a": "StableCascade", - "model_b": "SD3", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718349691.4454 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718350417.9335 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718350777.4591 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718350796.1093 - }, - { - "model_a": "PixArtSigma", - "model_b": "HunyuanDiT", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718350807.3903 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718350814.794 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718351166.8531 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718356391.2204 - }, - { - "model_a": "StableCascade", - "model_b": "SD3", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718356427.1964 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718356459.4463 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718356484.538 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718356511.6263 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718357165.3612 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SD3", - "winner": "tie", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718357982.7469 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718364427.8099 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718366990.9928 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718372204.0729 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718372242.0489 - }, - { - "model_a": "SD3", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718372261.6108 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718372281.4376 - }, - { - "model_a": "StableCascade", - "model_b": "HunyuanDiT", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718372313.1247 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718372332.2386 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718374169.006 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718374212.2311 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718374267.4872 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "HunyuanDiT", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718374283.122 - }, - { - "model_a": "PixArtAlpha", - "model_b": "HunyuanDiT", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718374326.2465 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718374340.2001 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718374363.0712 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718376244.4366 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718376265.814 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718376282.0943 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "tie", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718376312.1431 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718376333.2566 - }, - { - "model_a": "PixArtSigma", - "model_b": "HunyuanDiT", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718376357.607 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718376369.5052 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718376379.5755 - }, - { - "model_a": "PixArtSigma", - "model_b": "HunyuanDiT", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": false, - "tstamp": 1718376500.4433 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718378268.383 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718384067.3116 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718384591.6488 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718384754.0894 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SD3", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718385009.7264 - }, - { - "model_a": "HunyuanDiT", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718388318.1563 - }, - { - "model_a": "SDXLTurbo", - "model_b": "HunyuanDiT", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718388599.1191 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718388630.6669 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718388646.6257 - }, - { - "model_a": "SD3", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718388660.7796 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718388806.4621 - }, - { - "model_a": "PixArtAlpha", - "model_b": "HunyuanDiT", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718388819.1112 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718388835.9585 - }, - { - "model_a": "SD3", - "model_b": "HunyuanDiT", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718388846.6965 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718388932.5652 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718388949.2297 - }, - { - "model_a": "SD3", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718388966.451 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718388969.0612 - }, - { - "model_a": "SD3", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718388978.0926 - }, - { - "model_a": "SD3", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718388987.6308 - }, - { - "model_a": "HunyuanDiT", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718388997.3101 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718389016.4018 - }, - { - "model_a": "SD3", - "model_b": "HunyuanDiT", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": false, - "tstamp": 1718389054.9984 - }, - { - "model_a": "SD3", - "model_b": "HunyuanDiT", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": false, - "tstamp": 1718389284.958 - }, - { - "model_a": "HunyuanDiT", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718394970.6881 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718396480.8876 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718396490.7161 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "HunyuanDiT", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": false, - "tstamp": 1718397860.9244 - }, - { - "model_a": "SD3", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718397940.3813 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718398007.3427 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718398030.4113 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718398049.4228 - }, - { - "model_a": "HunyuanDiT", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718398069.2465 - }, - { - "model_a": "HunyuanDiT", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718398087.6587 - }, - { - "model_a": "SD3", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718398208.8604 - }, - { - "model_a": "SD3", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718398236.4062 - }, - { - "model_a": "SD3", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718398266.3092 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718398281.159 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718398308.0395 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718398326.3277 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718401622.3648 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718403687.6458 - }, - { - "model_a": "HunyuanDiT", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718406252.2776 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718409173.2971 - }, - { - "model_a": "OpenJourney", - "model_b": "HunyuanDiT", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718409186.4836 - }, - { - "model_a": "SD3", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718409209.6056 - }, - { - "model_a": "PixArtSigma", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718409223.4341 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718409234.7185 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718409259.0139 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718409293.3129 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718409312.6737 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718409358.7922 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718409372.1264 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SD3", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718409389.968 - }, - { - "model_a": "PixArtSigma", - "model_b": "SD3", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718409431.0026 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718409442.7396 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718409474.1109 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718411759.999 - }, - { - "model_a": "HunyuanDiT", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718411788.0944 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718413728.9438 - }, - { - "model_a": "PixArtSigma", - "model_b": "SD3", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718413744.4533 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718413760.987 - }, - { - "model_a": "SD3", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718413778.9862 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SD3", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": false, - "tstamp": 1718428785.6728 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SD3", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": false, - "tstamp": 1718428827.5298 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SD3", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": false, - "tstamp": 1718428878.7865 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SD3", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718431479.9081 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718432473.3943 - }, - { - "model_a": "SD3", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718432507.9307 - }, - { - "model_a": "HunyuanDiT", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718432552.3695 - }, - { - "model_a": "StableCascade", - "model_b": "SD3", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718432589.498 - }, - { - "model_a": "HunyuanDiT", - "model_b": "SD3", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": false, - "tstamp": 1718434713.109 - }, - { - "model_a": "HunyuanDiT", - "model_b": "SD3", - "winner": "tie", - "judge": "arena_user_10.16.24.60", - "anony": false, - "tstamp": 1718434772.6969 - }, - { - "model_a": "HunyuanDiT", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718454602.9218 - }, - { - "model_a": "SDXLLightning", - "model_b": "SD3", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718454638.1974 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718454691.2044 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718464752.3753 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718464912.9271 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718465101.6492 - }, - { - "model_a": "HunyuanDiT", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718465283.9546 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718465305.5925 - }, - { - "model_a": "SDXLLightning", - "model_b": "SD3", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718472792.1844 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718483217.1994 - }, - { - "model_a": "PixArtSigma", - "model_b": "SD3", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718483240.951 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SD3", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718483263.5373 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718483293.8166 - }, - { - "model_a": "HunyuanDiT", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718484956.1613 - }, - { - "model_a": "SD3", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718486305.7856 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718491687.5739 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718491711.0012 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718491722.745 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718491738.7444 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718491758.6157 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718491769.4941 - }, - { - "model_a": "HunyuanDiT", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718491780.9839 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718491797.3929 - }, - { - "model_a": "SD3", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718491905.3031 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718491928.585 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718492574.6446 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718504694.783 - }, - { - "model_a": "HunyuanDiT", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718547868.3242 - }, - { - "model_a": "SD3", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718548388.4627 - }, - { - "model_a": "HunyuanDiT", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718550932.2978 - }, - { - "model_a": "PixArtSigma", - "model_b": "SD3", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718550950.7193 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718557495.2802 - }, - { - "model_a": "HunyuanDiT", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718573006.0232 - }, - { - "model_a": "SD3", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": false, - "tstamp": 1718585470.5669 - }, - { - "model_a": "OpenJourney", - "model_b": "HunyuanDiT", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718605673.506 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "HunyuanDiT", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718606815.4582 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718607242.7064 - }, - { - "model_a": "SDXLTurbo", - "model_b": "HunyuanDiT", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718608417.7567 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_39.103.156.252", - "anony": false, - "tstamp": 1718625906.9897 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SD3", - "winner": "tie", - "judge": "arena_user_10.16.43.169", - "anony": true, - "tstamp": 1718626496.7366 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718626603.3094 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718637978.5314 - }, - { - "model_a": "HunyuanDiT", - "model_b": "SD3", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718643050.5968 - }, - { - "model_a": "OpenJourney", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718648538.3065 - }, - { - "model_a": "SDXLLightning", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718648549.7112 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718648561.8509 - }, - { - "model_a": "SDXL", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718648650.6781 - }, - { - "model_a": "SDXLLightning", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718654313.5696 - }, - { - "model_a": "PixArtAlpha", - "model_b": "HunyuanDiT", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718654345.1331 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718654359.2706 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718654379.5783 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718654405.6479 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718654434.7397 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718662355.7365 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718663720.0762 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718663867.4773 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.44.20", - "anony": false, - "tstamp": 1718663948.8881 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": false, - "tstamp": 1718664012.5029 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": false, - "tstamp": 1718664047.6748 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718671556.7279 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_169.254.221.109", - "anony": false, - "tstamp": 1718680200.7662 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718681164.115 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_169.254.43.255", - "anony": false, - "tstamp": 1718685423.7122 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "tie", - "judge": "arena_user_39.103.156.252", - "anony": false, - "tstamp": 1718685628.3316 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_39.103.156.252", - "anony": false, - "tstamp": 1718685903.7917 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": false, - "tstamp": 1718686620.1776 - }, - { - "model_a": "SD3", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": false, - "tstamp": 1718689240.377 - }, - { - "model_a": "SDXLTurbo", - "model_b": "HunyuanDiT", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718712924.6479 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718713093.0381 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718719068.36 - }, - { - "model_a": "PixArtAlpha", - "model_b": "HunyuanDiT", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718719109.1955 - }, - { - "model_a": "HunyuanDiT", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718734454.5122 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718734460.7719 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718745604.3436 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718745625.0155 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718745654.2129 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718745676.8799 - }, - { - "model_a": "HunyuanDiT", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718745687.9337 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718745703.5156 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718745720.1526 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718745741.6182 - }, - { - "model_a": "SDXL", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718745770.2013 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718745788.4906 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "PixArtSigma", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718745803.9868 - }, - { - "model_a": "SD3", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718745822.1071 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718745830.8915 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718745843.8068 - }, - { - "model_a": "SD3", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718745867.4431 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718745880.115 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SD3", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718746438.2008 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718756631.3264 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718766012.3809 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718766031.9001 - }, - { - "model_a": "PixArtSigma", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718766045.7998 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718766061.0384 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "HunyuanDiT", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718766084.8199 - }, - { - "model_a": "SDXL", - "model_b": "HunyuanDiT", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718766100.2472 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718766129.1346 - }, - { - "model_a": "PixArtSigma", - "model_b": "HunyuanDiT", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718766139.8314 - }, - { - "model_a": "HunyuanDiT", - "model_b": "PixArtSigma", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718766154.513 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "HunyuanDiT", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718776847.4867 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718776866.7363 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718776882.4394 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718776901.9545 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718776925.3394 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718781274.204 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718781299.8127 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "StableCascade", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718781314.7514 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": false, - "tstamp": 1718792322.349 - }, - { - "model_a": "SD3", - "model_b": "SDXL", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": false, - "tstamp": 1718799964.1202 - }, - { - "model_a": "SD3", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718809229.2104 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718810254.2353 - }, - { - "model_a": "SD3", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718814138.1712 - }, - { - "model_a": "StableCascade", - "model_b": "PlayGround V2.5", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718814286.5334 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718814444.7562 - }, - { - "model_a": "HunyuanDiT", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718815204.0681 - }, - { - "model_a": "PixArtSigma", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718815218.2485 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718815241.7457 - }, - { - "model_a": "PixArtSigma", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718815251.9701 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718815263.0948 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718815273.713 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718815288.1918 - }, - { - "model_a": "SD3", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718815302.8193 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718815317.4435 - }, - { - "model_a": "PlayGround V2.5", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718815329.3191 - }, - { - "model_a": "SDXL", - "model_b": "SD3", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718815345.798 - }, - { - "model_a": "PixArtAlpha", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718828004.254 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718830393.6977 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718831519.992 - }, - { - "model_a": "SD3", - "model_b": "PlayGround V2.5", - "winner": "tie", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718832980.0002 - }, - { - "model_a": "SDXLLightning", - "model_b": "HunyuanDiT", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718834068.2363 - }, - { - "model_a": "HunyuanDiT", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718835292.286 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtSigma", - "winner": "tie", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718839493.677 - }, - { - "model_a": "HunyuanDiT", - "model_b": "SDXLLightning", - "winner": "tie", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718839525.4362 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SD3", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718839564.5056 - }, - { - "model_a": "HunyuanDiT", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718849917.9885 - }, - { - "model_a": "SD3", - "model_b": "PlayGround V2.5", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718855686.9692 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718856315.8068 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718856374.3202 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_169.254.33.10", - "anony": false, - "tstamp": 1718865352.1946 - } -] \ No newline at end of file diff --git a/arena_elo/results/20240330/clean_battle_t2i_generation.json b/arena_elo/results/latest/clean_battle_t2i_generation_20240327.json similarity index 90% rename from arena_elo/results/20240330/clean_battle_t2i_generation.json rename to arena_elo/results/latest/clean_battle_t2i_generation_20240327.json index 123183d09472320c5aaa96c014c8cc57757600ff..149e5b4da90f994966b85f13a10ec34f8d0a1685 100644 --- a/arena_elo/results/20240330/clean_battle_t2i_generation.json +++ b/arena_elo/results/latest/clean_battle_t2i_generation_20240327.json @@ -17,7 +17,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -25,7 +25,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": true, @@ -64,7 +64,7 @@ "tstamp": 1707766084.3648 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -73,7 +73,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -113,14 +113,14 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, "tstamp": 1707798121.0587 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -145,7 +145,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -168,7 +168,7 @@ "tstamp": 1707803788.5758 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -185,7 +185,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -200,7 +200,7 @@ "tstamp": 1707804270.7927 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "tie", "judge": "arena_user_::1", @@ -225,7 +225,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": true, @@ -241,7 +241,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": true, @@ -249,7 +249,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -257,7 +257,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": true, @@ -265,7 +265,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": true, @@ -304,7 +304,7 @@ "tstamp": 1707805544.5954 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -392,7 +392,7 @@ "tstamp": 1707806686.917 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -400,7 +400,7 @@ "tstamp": 1707807465.0362 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -456,7 +456,7 @@ "tstamp": 1707808365.8652 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -473,7 +473,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": false, @@ -489,7 +489,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -505,7 +505,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": true, @@ -528,7 +528,7 @@ "tstamp": 1707812355.1994 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -536,7 +536,7 @@ "tstamp": 1707812463.5112 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -545,14 +545,14 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": true, "tstamp": 1707812633.8829 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -568,7 +568,7 @@ "tstamp": 1707812731.7789 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -601,14 +601,14 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, "tstamp": 1707813789.2976 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_b", "judge": "arena_user_::1", @@ -632,7 +632,7 @@ "tstamp": 1707814081.937 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -649,7 +649,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -681,14 +681,14 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, "tstamp": 1707814678.0675 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -697,7 +697,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -705,7 +705,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -752,7 +752,7 @@ "tstamp": 1707816139.8542 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -761,7 +761,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -809,7 +809,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": true, @@ -824,7 +824,7 @@ "tstamp": 1707818875.2918 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -832,7 +832,7 @@ "tstamp": 1707819636.4627 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -841,7 +841,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -888,7 +888,7 @@ "tstamp": 1707822028.5932 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -904,7 +904,7 @@ "tstamp": 1707824160.6135 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -920,7 +920,7 @@ "tstamp": 1707824555.3203 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -953,7 +953,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -968,7 +968,7 @@ "tstamp": 1707825936.2938 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -976,7 +976,7 @@ "tstamp": 1707826004.6453 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -985,7 +985,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -1080,7 +1080,7 @@ "tstamp": 1707829655.401 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -1489,7 +1489,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": true, @@ -1817,7 +1817,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": true, @@ -1825,7 +1825,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": false, @@ -2000,7 +2000,7 @@ "tstamp": 1707870639.4277 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -2360,7 +2360,7 @@ "tstamp": 1707889669.429 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -2368,7 +2368,7 @@ "tstamp": 1707889749.9811 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -2385,7 +2385,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -2393,7 +2393,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -2401,14 +2401,14 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": false, "tstamp": 1707890352.6404 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -2416,7 +2416,7 @@ "tstamp": 1707890503.3537 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -2433,7 +2433,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": false, @@ -2472,7 +2472,7 @@ "tstamp": 1707891867.0386 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_b", "judge": "arena_user_::1", @@ -2560,7 +2560,7 @@ "tstamp": 1707894096.279 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -2585,7 +2585,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": true, @@ -2617,7 +2617,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": true, @@ -2633,14 +2633,14 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": true, "tstamp": 1707898245.577 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -2649,7 +2649,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -2665,7 +2665,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -2793,7 +2793,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": true, @@ -2816,7 +2816,7 @@ "tstamp": 1707905200.2306 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -2833,7 +2833,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -2848,7 +2848,7 @@ "tstamp": 1707905388.8247 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "tie", "judge": "arena_user_::1", @@ -2865,7 +2865,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -2889,7 +2889,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": true, @@ -2897,7 +2897,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -2905,7 +2905,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -2921,7 +2921,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -2944,7 +2944,7 @@ "tstamp": 1707906901.3599 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -2992,7 +2992,7 @@ "tstamp": 1707907223.9358 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -3009,7 +3009,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -3024,7 +3024,7 @@ "tstamp": 1707907427.1745 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -3048,7 +3048,7 @@ "tstamp": 1707907788.1814 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -3105,7 +3105,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -3113,7 +3113,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -3145,14 +3145,14 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, "tstamp": 1707909339.6597 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_b", "judge": "arena_user_::1", @@ -3160,7 +3160,7 @@ "tstamp": 1707909562.0429 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_b", "judge": "arena_user_::1", @@ -3176,7 +3176,7 @@ "tstamp": 1707909685.0761 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -3224,7 +3224,7 @@ "tstamp": 1707910587.4802 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -3249,7 +3249,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -3296,7 +3296,7 @@ "tstamp": 1707910924.6707 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_b", "judge": "arena_user_::1", @@ -3304,7 +3304,7 @@ "tstamp": 1707910982.6954 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -3337,7 +3337,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": true, @@ -3361,7 +3361,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": true, @@ -3369,14 +3369,14 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, "tstamp": 1707911331.0514 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -3384,7 +3384,7 @@ "tstamp": 1707911344.5667 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -3392,7 +3392,7 @@ "tstamp": 1707911518.1543 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -3448,7 +3448,7 @@ "tstamp": 1707912248.7648 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -3481,7 +3481,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -3489,7 +3489,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -3529,7 +3529,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -3553,7 +3553,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": false, @@ -3569,14 +3569,14 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": true, "tstamp": 1707913099.4482 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -3601,7 +3601,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -3616,7 +3616,7 @@ "tstamp": 1707913186.2456 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -3649,7 +3649,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": false, @@ -3664,7 +3664,7 @@ "tstamp": 1707913313.9229 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -3680,7 +3680,7 @@ "tstamp": 1707913389.2412 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -3688,7 +3688,7 @@ "tstamp": 1707913395.0962 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -3760,7 +3760,7 @@ "tstamp": 1707915466.0448 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -3769,7 +3769,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -3784,7 +3784,7 @@ "tstamp": 1707915672.2025 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -3793,14 +3793,14 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": true, "tstamp": 1707915777.2634 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "tie", "judge": "arena_user_::1", @@ -3816,7 +3816,7 @@ "tstamp": 1707915839.1494 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -3848,7 +3848,7 @@ "tstamp": 1707915916.0541 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -3872,7 +3872,7 @@ "tstamp": 1707915970.9477 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_b", "judge": "arena_user_::1", @@ -3977,7 +3977,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": true, @@ -3985,7 +3985,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": false, @@ -4032,7 +4032,7 @@ "tstamp": 1707916469.5215 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -4040,7 +4040,7 @@ "tstamp": 1707916470.5667 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_b", "judge": "arena_user_::1", @@ -4056,7 +4056,7 @@ "tstamp": 1707916518.4975 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -4064,7 +4064,7 @@ "tstamp": 1707916624.0147 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -4072,7 +4072,7 @@ "tstamp": 1707916696.0474 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_b", "judge": "arena_user_::1", @@ -4080,7 +4080,7 @@ "tstamp": 1707916735.8473 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -4089,14 +4089,14 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": true, "tstamp": 1707916792.382 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_b", "judge": "arena_user_::1", @@ -4105,7 +4105,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -4113,7 +4113,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -4121,7 +4121,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -4137,7 +4137,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -4185,7 +4185,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -4200,7 +4200,7 @@ "tstamp": 1707917191.3453 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -4216,7 +4216,7 @@ "tstamp": 1707917235.0206 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -4224,7 +4224,7 @@ "tstamp": 1707917258.3194 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -4248,7 +4248,7 @@ "tstamp": 1707917385.7986 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -4272,7 +4272,7 @@ "tstamp": 1707917498.4327 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_b", "judge": "arena_user_::1", @@ -4288,7 +4288,7 @@ "tstamp": 1707917548.0715 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -4304,7 +4304,7 @@ "tstamp": 1707917600.5537 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -4313,14 +4313,14 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": true, "tstamp": 1707917673.9615 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -4328,7 +4328,7 @@ "tstamp": 1707917719.7166 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -4384,7 +4384,7 @@ "tstamp": 1707918085.0867 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -4425,7 +4425,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -4440,7 +4440,7 @@ "tstamp": 1707918264.5256 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -4513,7 +4513,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -4585,14 +4585,14 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, "tstamp": 1707919740.9197 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_b", "judge": "arena_user_::1", @@ -4601,14 +4601,14 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, "tstamp": 1707920419.1473 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -4616,7 +4616,7 @@ "tstamp": 1707920434.6966 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -4624,7 +4624,7 @@ "tstamp": 1707920509.1715 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "tie", "judge": "arena_user_::1", @@ -4632,7 +4632,7 @@ "tstamp": 1707920594.0594 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -4672,7 +4672,7 @@ "tstamp": 1707921159.3097 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "tie", "judge": "arena_user_::1", @@ -4680,7 +4680,7 @@ "tstamp": 1707921981.7617 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -4688,7 +4688,7 @@ "tstamp": 1707922061.6904 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -4704,7 +4704,7 @@ "tstamp": 1707922634.743 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "tie", "judge": "arena_user_::1", @@ -4712,7 +4712,7 @@ "tstamp": 1707923032.4667 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "tie", "judge": "arena_user_::1", @@ -4720,7 +4720,7 @@ "tstamp": 1707923073.1547 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "tie", "judge": "arena_user_::1", @@ -4777,7 +4777,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": true, @@ -4785,14 +4785,14 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": false, "tstamp": 1707924738.1432 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -4800,7 +4800,7 @@ "tstamp": 1707925003.1457 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -4841,14 +4841,14 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, "tstamp": 1707925766.1992 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -4864,7 +4864,7 @@ "tstamp": 1707926694.5902 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_b", "judge": "arena_user_::1", @@ -4873,7 +4873,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -4881,7 +4881,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": false, @@ -4936,7 +4936,7 @@ "tstamp": 1707927615.331 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "tie", "judge": "arena_user_::1", @@ -4952,7 +4952,7 @@ "tstamp": 1707927650.8896 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_b", "judge": "arena_user_::1", @@ -4968,7 +4968,7 @@ "tstamp": 1707927740.0537 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -5008,7 +5008,7 @@ "tstamp": 1707927952.7473 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -5016,7 +5016,7 @@ "tstamp": 1707928190.3431 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -5097,14 +5097,14 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, "tstamp": 1707933068.2769 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -5121,7 +5121,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -5137,7 +5137,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": true, @@ -5145,7 +5145,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": false, @@ -5153,7 +5153,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": false, @@ -5168,7 +5168,7 @@ "tstamp": 1707933413.8632 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -5192,7 +5192,7 @@ "tstamp": 1707933592.8238 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -5240,7 +5240,7 @@ "tstamp": 1707933880.1095 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -5280,7 +5280,7 @@ "tstamp": 1707934128.2119 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -5288,7 +5288,7 @@ "tstamp": 1707934170.6913 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -5296,7 +5296,7 @@ "tstamp": 1707934267.1023 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -5304,7 +5304,7 @@ "tstamp": 1707934319.3214 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_b", "judge": "arena_user_::1", @@ -5312,7 +5312,7 @@ "tstamp": 1707934374.2844 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -5336,7 +5336,7 @@ "tstamp": 1707934566.6378 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -5352,7 +5352,7 @@ "tstamp": 1707934605.1143 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -5369,7 +5369,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -5408,7 +5408,7 @@ "tstamp": 1707936385.9089 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -5416,7 +5416,7 @@ "tstamp": 1707938013.3449 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "tie", "judge": "arena_user_::1", @@ -5481,7 +5481,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -5489,7 +5489,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -5497,7 +5497,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -5553,14 +5553,14 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, "tstamp": 1707940242.5355 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -5593,7 +5593,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -5609,7 +5609,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -5625,7 +5625,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -5633,7 +5633,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": false, @@ -5641,7 +5641,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -5649,7 +5649,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": false, @@ -5665,7 +5665,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -5681,7 +5681,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -5689,7 +5689,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -5705,7 +5705,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -5721,7 +5721,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -5737,7 +5737,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -5784,7 +5784,7 @@ "tstamp": 1707949135.1425 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -5792,7 +5792,7 @@ "tstamp": 1707949281.598 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -5881,7 +5881,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -5920,7 +5920,7 @@ "tstamp": 1707951884.901 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -5945,7 +5945,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -5960,7 +5960,7 @@ "tstamp": 1707955441.7822 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -5968,7 +5968,7 @@ "tstamp": 1707955865.4022 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -5985,7 +5985,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -5993,7 +5993,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -6001,7 +6001,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": false, @@ -6017,7 +6017,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -6040,7 +6040,7 @@ "tstamp": 1707957488.8019 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -6048,7 +6048,7 @@ "tstamp": 1707957695.3719 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -6097,14 +6097,14 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, "tstamp": 1707959517.4248 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -6112,7 +6112,7 @@ "tstamp": 1707959519.9556 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -6120,7 +6120,7 @@ "tstamp": 1707959602.5617 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -6136,7 +6136,7 @@ "tstamp": 1707959749.5751 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -6201,7 +6201,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -6209,7 +6209,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -6217,7 +6217,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -6241,7 +6241,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": true, @@ -6264,7 +6264,7 @@ "tstamp": 1707961628.4485 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -6272,7 +6272,7 @@ "tstamp": 1707961785.4298 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -6281,7 +6281,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -6321,7 +6321,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": true, @@ -6360,7 +6360,7 @@ "tstamp": 1707962856.1898 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -6385,14 +6385,14 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, "tstamp": 1707966705.091 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -6416,7 +6416,7 @@ "tstamp": 1707967815.2925 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -6456,7 +6456,7 @@ "tstamp": 1707969450.7528 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -6537,7 +6537,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -6609,14 +6609,14 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, "tstamp": 1707976631.6841 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "tie", "judge": "arena_user_::1", @@ -6624,7 +6624,7 @@ "tstamp": 1707979936.4233 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_b", "judge": "arena_user_::1", @@ -6632,7 +6632,7 @@ "tstamp": 1707980270.8804 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -6704,7 +6704,7 @@ "tstamp": 1707986326.9305 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -6785,7 +6785,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -6793,7 +6793,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": true, @@ -6848,7 +6848,7 @@ "tstamp": 1707992073.6867 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -6856,7 +6856,7 @@ "tstamp": 1707992136.65 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -6873,7 +6873,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -6897,7 +6897,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -6992,7 +6992,7 @@ "tstamp": 1708003907.1458 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -7001,7 +7001,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": true, @@ -7088,7 +7088,7 @@ "tstamp": 1708007326.5783 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_b", "judge": "arena_user_::1", @@ -7096,7 +7096,7 @@ "tstamp": 1708007411.6694 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -7121,7 +7121,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -7137,14 +7137,14 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": true, "tstamp": 1708008022.0812 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -7161,7 +7161,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": true, @@ -7177,7 +7177,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -7193,7 +7193,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -7209,7 +7209,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -7280,7 +7280,7 @@ "tstamp": 1708014058.736 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_b", "judge": "arena_user_::1", @@ -7305,7 +7305,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": true, @@ -7313,7 +7313,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -7321,7 +7321,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -7329,7 +7329,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -7353,7 +7353,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": true, @@ -7361,7 +7361,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": false, @@ -7384,7 +7384,7 @@ "tstamp": 1708017680.9518 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -7401,7 +7401,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -7432,7 +7432,7 @@ "tstamp": 1708018608.3155 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -7456,7 +7456,7 @@ "tstamp": 1708019484.8673 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -7464,7 +7464,7 @@ "tstamp": 1708019600.7404 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_b", "judge": "arena_user_::1", @@ -7497,7 +7497,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -7505,7 +7505,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -7513,7 +7513,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -7536,7 +7536,7 @@ "tstamp": 1708023219.4536 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_b", "judge": "arena_user_::1", @@ -7544,7 +7544,7 @@ "tstamp": 1708023736.4653 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "tie", "judge": "arena_user_::1", @@ -7584,7 +7584,7 @@ "tstamp": 1708026862.5577 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -7592,7 +7592,7 @@ "tstamp": 1708026938.8916 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -7600,7 +7600,7 @@ "tstamp": 1708027019.5145 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -7616,7 +7616,7 @@ "tstamp": 1708031098.3078 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -7624,7 +7624,7 @@ "tstamp": 1708031341.1596 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -7632,7 +7632,7 @@ "tstamp": 1708031374.8991 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -7640,7 +7640,7 @@ "tstamp": 1708031417.0021 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_b", "judge": "arena_user_::1", @@ -7680,7 +7680,7 @@ "tstamp": 1708033022.7451 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_b", "judge": "arena_user_::1", @@ -7688,7 +7688,7 @@ "tstamp": 1708034090.3644 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "tie", "judge": "arena_user_::1", @@ -7697,14 +7697,14 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, "tstamp": 1708034291.5548 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -7712,7 +7712,7 @@ "tstamp": 1708035819.7005 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -7728,7 +7728,7 @@ "tstamp": 1708035917.9152 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_b", "judge": "arena_user_::1", @@ -7736,7 +7736,7 @@ "tstamp": 1708036289.7746 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "tie", "judge": "arena_user_::1", @@ -7753,7 +7753,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": true, @@ -7761,7 +7761,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": false, @@ -7769,7 +7769,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": false, @@ -7801,7 +7801,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -7865,7 +7865,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -7881,7 +7881,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -7889,14 +7889,14 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, "tstamp": 1708044507.4909 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -7905,7 +7905,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -7968,7 +7968,7 @@ "tstamp": 1708049331.8461 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -8033,7 +8033,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -8048,7 +8048,7 @@ "tstamp": 1708050498.2108 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -8105,7 +8105,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -8120,7 +8120,7 @@ "tstamp": 1708059311.1176 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -8169,7 +8169,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -8185,14 +8185,14 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, "tstamp": 1708068176.8901 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -8217,7 +8217,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": true, @@ -8241,7 +8241,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": false, @@ -8257,7 +8257,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": true, @@ -8344,7 +8344,7 @@ "tstamp": 1708074396.1484 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -8368,7 +8368,7 @@ "tstamp": 1708075062.671 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -8376,7 +8376,7 @@ "tstamp": 1708077280.5931 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -8385,7 +8385,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -8401,7 +8401,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": true, @@ -8409,7 +8409,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": true, @@ -8424,7 +8424,7 @@ "tstamp": 1708081723.1128 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -8481,14 +8481,14 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, "tstamp": 1708084329.5404 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -8504,7 +8504,7 @@ "tstamp": 1708084448.0676 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -8512,7 +8512,7 @@ "tstamp": 1708084545.8871 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -8552,7 +8552,7 @@ "tstamp": 1708087677.8589 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_b", "judge": "arena_user_::1", @@ -8592,7 +8592,7 @@ "tstamp": 1708091236.8975 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -8601,7 +8601,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": true, @@ -8616,7 +8616,7 @@ "tstamp": 1708091866.6917 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_b", "judge": "arena_user_::1", @@ -8624,7 +8624,7 @@ "tstamp": 1708092044.7034 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -8648,7 +8648,7 @@ "tstamp": 1708093518.1758 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -8656,7 +8656,7 @@ "tstamp": 1708093822.1669 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_b", "judge": "arena_user_::1", @@ -8680,7 +8680,7 @@ "tstamp": 1708094833.2447 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -8688,7 +8688,7 @@ "tstamp": 1708094914.4639 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -8712,7 +8712,7 @@ "tstamp": 1708095768.8978 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -8720,7 +8720,7 @@ "tstamp": 1708095886.5269 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "tie", "judge": "arena_user_::1", @@ -8769,7 +8769,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -8801,7 +8801,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -8824,7 +8824,7 @@ "tstamp": 1708097509.882 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -8832,7 +8832,7 @@ "tstamp": 1708097525.0774 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -8849,7 +8849,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -8864,7 +8864,7 @@ "tstamp": 1708098896.0644 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -8872,7 +8872,7 @@ "tstamp": 1708100906.6197 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "tie", "judge": "arena_user_::1", @@ -8896,7 +8896,7 @@ "tstamp": 1708103712.9627 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -8929,7 +8929,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -8961,7 +8961,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": true, @@ -9001,7 +9001,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": true, @@ -9009,7 +9009,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -9024,7 +9024,7 @@ "tstamp": 1708107903.9406 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -9033,14 +9033,14 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, "tstamp": 1708108073.6932 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_b", "judge": "arena_user_::1", @@ -9048,7 +9048,7 @@ "tstamp": 1708108224.9075 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_b", "judge": "arena_user_::1", @@ -9064,7 +9064,7 @@ "tstamp": 1708108622.5794 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "tie", "judge": "arena_user_::1", @@ -9072,7 +9072,7 @@ "tstamp": 1708109377.927 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -9089,7 +9089,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": true, @@ -9105,7 +9105,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -9120,7 +9120,7 @@ "tstamp": 1708110086.0938 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "tie", "judge": "arena_user_::1", @@ -9137,7 +9137,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": true, @@ -9153,7 +9153,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": true, @@ -9176,7 +9176,7 @@ "tstamp": 1708111157.5813 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -9200,7 +9200,7 @@ "tstamp": 1708111276.261 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -9224,7 +9224,7 @@ "tstamp": 1708111412.456 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -9232,7 +9232,7 @@ "tstamp": 1708111425.0459 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -9240,7 +9240,7 @@ "tstamp": 1708111522.5294 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -9256,7 +9256,7 @@ "tstamp": 1708111584.5444 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "tie", "judge": "arena_user_::1", @@ -9265,7 +9265,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": true, @@ -9288,7 +9288,7 @@ "tstamp": 1708111843.4166 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -9305,7 +9305,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -9313,7 +9313,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -9321,7 +9321,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -9329,7 +9329,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -9416,7 +9416,7 @@ "tstamp": 1708112852.042 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -9425,7 +9425,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": true, @@ -9440,7 +9440,7 @@ "tstamp": 1708113007.7759 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "tie", "judge": "arena_user_::1", @@ -9465,7 +9465,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -9504,7 +9504,7 @@ "tstamp": 1708113856.5251 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -9577,14 +9577,14 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": true, "tstamp": 1708117034.5467 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "tie", "judge": "arena_user_::1", @@ -9617,7 +9617,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -9641,7 +9641,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -9649,7 +9649,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -9713,7 +9713,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -9728,7 +9728,7 @@ "tstamp": 1708122975.753 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -9737,7 +9737,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -9745,14 +9745,14 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, "tstamp": 1708123912.9557 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "tie", "judge": "arena_user_::1", @@ -9760,7 +9760,7 @@ "tstamp": 1708124121.4218 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -9768,7 +9768,7 @@ "tstamp": 1708124189.9424 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -9776,7 +9776,7 @@ "tstamp": 1708124224.6943 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -9801,7 +9801,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": true, @@ -9809,7 +9809,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": true, @@ -9817,7 +9817,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": false, @@ -9832,7 +9832,7 @@ "tstamp": 1708127737.1941 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -9841,7 +9841,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -9849,7 +9849,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -9920,7 +9920,7 @@ "tstamp": 1708132794.4495 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -9928,7 +9928,7 @@ "tstamp": 1708133220.6622 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -9953,7 +9953,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": true, @@ -9961,7 +9961,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -9969,7 +9969,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": false, @@ -10001,7 +10001,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -10016,7 +10016,7 @@ "tstamp": 1708137694.589 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_b", "judge": "arena_user_::1", @@ -10025,7 +10025,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -10048,7 +10048,7 @@ "tstamp": 1708140073.0293 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -10096,7 +10096,7 @@ "tstamp": 1708140210.5382 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -10104,7 +10104,7 @@ "tstamp": 1708140213.5953 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -10112,7 +10112,7 @@ "tstamp": 1708140260.8624 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -10121,7 +10121,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": true, @@ -10153,14 +10153,14 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, "tstamp": 1708141971.4729 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -10168,7 +10168,7 @@ "tstamp": 1708142581.4854 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -10217,7 +10217,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -10352,7 +10352,7 @@ "tstamp": 1708151750.0684 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -10392,7 +10392,7 @@ "tstamp": 1708156082.7118 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_b", "judge": "arena_user_::1", @@ -10473,7 +10473,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -10496,7 +10496,7 @@ "tstamp": 1708161578.5919 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -10536,7 +10536,7 @@ "tstamp": 1708162788.7029 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -10568,7 +10568,7 @@ "tstamp": 1708165929.3793 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_b", "judge": "arena_user_::1", @@ -10576,7 +10576,7 @@ "tstamp": 1708167159.6451 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -10632,7 +10632,7 @@ "tstamp": 1708171191.8854 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_b", "judge": "arena_user_::1", @@ -10657,14 +10657,14 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": true, "tstamp": 1708173393.5117 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_b", "judge": "arena_user_::1", @@ -10704,7 +10704,7 @@ "tstamp": 1708175956.3045 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -10712,7 +10712,7 @@ "tstamp": 1708176181.9258 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -10721,7 +10721,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -10729,7 +10729,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -10745,7 +10745,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": true, @@ -10808,7 +10808,7 @@ "tstamp": 1708180954.3089 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_b", "judge": "arena_user_::1", @@ -10825,7 +10825,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": true, @@ -10880,7 +10880,7 @@ "tstamp": 1708183136.0475 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -10888,7 +10888,7 @@ "tstamp": 1708184715.4283 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -10913,7 +10913,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": false, @@ -10921,7 +10921,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": false, @@ -10929,7 +10929,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": false, @@ -10937,7 +10937,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -10985,7 +10985,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -11001,7 +11001,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": true, @@ -11009,7 +11009,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -11017,7 +11017,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -11025,7 +11025,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -11033,7 +11033,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -11041,7 +11041,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -11105,7 +11105,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": true, @@ -11113,7 +11113,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -11152,7 +11152,7 @@ "tstamp": 1708197462.4622 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -11160,7 +11160,7 @@ "tstamp": 1708197646.0736 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -11249,7 +11249,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -11280,7 +11280,7 @@ "tstamp": 1708205117.065 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -11288,7 +11288,7 @@ "tstamp": 1708205616.8439 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -11296,7 +11296,7 @@ "tstamp": 1708205694.4186 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -11312,7 +11312,7 @@ "tstamp": 1708207080.3918 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -11369,7 +11369,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -11384,7 +11384,7 @@ "tstamp": 1708208659.4342 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_b", "judge": "arena_user_::1", @@ -11433,7 +11433,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -11512,7 +11512,7 @@ "tstamp": 1708213525.5828 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -11673,7 +11673,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": true, @@ -11697,14 +11697,14 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, "tstamp": 1708231959.8788 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_b", "judge": "arena_user_::1", @@ -11745,7 +11745,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -11753,7 +11753,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -11833,7 +11833,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": true, @@ -11872,7 +11872,7 @@ "tstamp": 1708241005.1807 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -11920,7 +11920,7 @@ "tstamp": 1708256870.3964 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -11992,7 +11992,7 @@ "tstamp": 1708259385.1642 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -12008,7 +12008,7 @@ "tstamp": 1708259566.9631 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_b", "judge": "arena_user_::1", @@ -12097,7 +12097,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -12113,7 +12113,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -12121,7 +12121,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -12129,7 +12129,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -12137,7 +12137,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -12145,7 +12145,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": false, @@ -12161,14 +12161,14 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, "tstamp": 1708262723.9227 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "tie", "judge": "arena_user_::1", @@ -12176,7 +12176,7 @@ "tstamp": 1708262780.1344 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_b", "judge": "arena_user_::1", @@ -12185,7 +12185,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": false, @@ -12193,7 +12193,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -12201,7 +12201,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -12224,7 +12224,7 @@ "tstamp": 1708266597.9844 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -12241,7 +12241,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -12329,7 +12329,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -12337,14 +12337,14 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, "tstamp": 1708276982.3282 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_b", "judge": "arena_user_::1", @@ -12360,7 +12360,7 @@ "tstamp": 1708277104.4539 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_b", "judge": "arena_user_::1", @@ -12401,7 +12401,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -12409,7 +12409,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -12417,7 +12417,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -12457,7 +12457,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": true, @@ -12561,7 +12561,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -12585,7 +12585,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -12601,7 +12601,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -12609,7 +12609,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -12633,7 +12633,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -12681,7 +12681,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -12721,14 +12721,14 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": false, "tstamp": 1708285478.6473 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_b", "judge": "arena_user_::1", @@ -12745,14 +12745,14 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, "tstamp": 1708285583.0465 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_b", "judge": "arena_user_::1", @@ -12760,7 +12760,7 @@ "tstamp": 1708285621.2876 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -12777,7 +12777,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -12792,7 +12792,7 @@ "tstamp": 1708285755.0262 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_b", "judge": "arena_user_::1", @@ -12809,7 +12809,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -12825,7 +12825,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": true, @@ -12848,7 +12848,7 @@ "tstamp": 1708285998.8217 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "tie", "judge": "arena_user_::1", @@ -12856,7 +12856,7 @@ "tstamp": 1708286081.7405 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -12889,14 +12889,14 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, "tstamp": 1708286439.8234 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "tie", "judge": "arena_user_::1", @@ -12928,7 +12928,7 @@ "tstamp": 1708286696.2777 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -12961,7 +12961,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -13001,7 +13001,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -13009,7 +13009,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": true, @@ -13064,7 +13064,7 @@ "tstamp": 1708295175.4591 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -13112,7 +13112,7 @@ "tstamp": 1708295605.2575 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -13153,7 +13153,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -13177,7 +13177,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": true, @@ -13233,14 +13233,14 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, "tstamp": 1708305857.2171 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -13248,7 +13248,7 @@ "tstamp": 1708307457.8442 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -13281,7 +13281,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": true, @@ -13289,7 +13289,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -13305,7 +13305,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -13313,14 +13313,14 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": false, "tstamp": 1708309151.5775 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_b", "judge": "arena_user_::1", @@ -13345,7 +13345,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -13353,7 +13353,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": true, @@ -13361,7 +13361,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": false, @@ -13401,7 +13401,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -13409,7 +13409,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": false, @@ -13417,7 +13417,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -13449,7 +13449,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -13480,7 +13480,7 @@ "tstamp": 1708319454.2198 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -13544,7 +13544,7 @@ "tstamp": 1708323288.0819 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_b", "judge": "arena_user_::1", @@ -13560,7 +13560,7 @@ "tstamp": 1708323377.5511 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -13617,7 +13617,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -13625,7 +13625,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": true, @@ -13657,14 +13657,14 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, "tstamp": 1708331540.0262 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -13672,7 +13672,7 @@ "tstamp": 1708332107.916 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -13736,7 +13736,7 @@ "tstamp": 1708334015.77 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -13744,7 +13744,7 @@ "tstamp": 1708334850.6207 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -13761,7 +13761,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -13769,7 +13769,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -13777,7 +13777,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -13785,7 +13785,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": false, @@ -13801,7 +13801,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -13817,7 +13817,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -13833,7 +13833,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": false, @@ -13849,7 +13849,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": true, @@ -13865,7 +13865,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -13897,7 +13897,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -13905,7 +13905,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -13929,7 +13929,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": true, @@ -13952,7 +13952,7 @@ "tstamp": 1708349081.3707 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -13976,7 +13976,7 @@ "tstamp": 1708349287.9766 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_b", "judge": "arena_user_::1", @@ -14000,7 +14000,7 @@ "tstamp": 1708349500.5487 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -14056,7 +14056,7 @@ "tstamp": 1708350993.0178 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -14072,7 +14072,7 @@ "tstamp": 1708352325.9342 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_b", "judge": "arena_user_::1", @@ -14080,7 +14080,7 @@ "tstamp": 1708352762.4444 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -14097,7 +14097,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -14112,7 +14112,7 @@ "tstamp": 1708358284.9161 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_b", "judge": "arena_user_::1", @@ -14153,7 +14153,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": true, @@ -14177,7 +14177,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": true, @@ -14193,7 +14193,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -14201,7 +14201,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -14217,7 +14217,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -14233,7 +14233,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -14256,7 +14256,7 @@ "tstamp": 1708363170.2848 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -14281,7 +14281,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -14297,7 +14297,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -14305,7 +14305,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -14320,7 +14320,7 @@ "tstamp": 1708364061.3263 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -14353,7 +14353,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": true, @@ -14392,7 +14392,7 @@ "tstamp": 1708366837.1298 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_b", "judge": "arena_user_::1", @@ -14417,7 +14417,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -14425,7 +14425,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": true, @@ -14441,7 +14441,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -14449,7 +14449,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -14488,7 +14488,7 @@ "tstamp": 1708368110.8263 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "tie", "judge": "arena_user_::1", @@ -14496,7 +14496,7 @@ "tstamp": 1708368402.4106 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_b", "judge": "arena_user_::1", @@ -14504,7 +14504,7 @@ "tstamp": 1708368500.8949 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -14520,7 +14520,7 @@ "tstamp": 1708368687.6498 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_b", "judge": "arena_user_::1", @@ -14552,7 +14552,7 @@ "tstamp": 1708369118.2079 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -14576,7 +14576,7 @@ "tstamp": 1708369454.8254 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_b", "judge": "arena_user_::1", @@ -14617,7 +14617,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -14689,7 +14689,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -14713,7 +14713,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -14801,7 +14801,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -14817,7 +14817,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -14840,7 +14840,7 @@ "tstamp": 1708377012.9002 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -14848,7 +14848,7 @@ "tstamp": 1708377190.6497 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -14905,7 +14905,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -14921,7 +14921,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -14929,7 +14929,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": true, @@ -14961,7 +14961,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -14969,7 +14969,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -15033,7 +15033,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": true, @@ -15064,7 +15064,7 @@ "tstamp": 1708382783.891 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -15072,7 +15072,7 @@ "tstamp": 1708383266.8923 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_b", "judge": "arena_user_::1", @@ -15081,7 +15081,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -15089,14 +15089,14 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, "tstamp": 1708383883.8896 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_b", "judge": "arena_user_::1", @@ -15104,7 +15104,7 @@ "tstamp": 1708386412.9605 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_b", "judge": "arena_user_::1", @@ -15112,7 +15112,7 @@ "tstamp": 1708386451.5744 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -15120,7 +15120,7 @@ "tstamp": 1708386529.7209 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_b", "judge": "arena_user_::1", @@ -15128,7 +15128,7 @@ "tstamp": 1708386816.5677 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -15153,7 +15153,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -15161,7 +15161,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": false, @@ -15169,14 +15169,14 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, "tstamp": 1708390389.7957 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -15184,7 +15184,7 @@ "tstamp": 1708391662.7332 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -15201,14 +15201,14 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": true, "tstamp": 1708393837.6056 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -15249,7 +15249,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -15257,7 +15257,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -15289,7 +15289,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -15297,7 +15297,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -15312,7 +15312,7 @@ "tstamp": 1708424217.9809 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "tie", "judge": "arena_user_::1", @@ -15320,7 +15320,7 @@ "tstamp": 1708427413.7601 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_b", "judge": "arena_user_::1", @@ -15393,7 +15393,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -15496,7 +15496,7 @@ "tstamp": 1708440211.1574 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_b", "judge": "arena_user_::1", @@ -15505,7 +15505,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -15521,7 +15521,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -15561,7 +15561,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -15600,7 +15600,7 @@ "tstamp": 1708448453.7822 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -15609,7 +15609,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": true, @@ -15633,7 +15633,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -15648,7 +15648,7 @@ "tstamp": 1708451354.7294 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "tie", "judge": "arena_user_::1", @@ -15673,7 +15673,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -15681,7 +15681,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": true, @@ -15753,7 +15753,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -15761,7 +15761,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -15777,14 +15777,14 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, "tstamp": 1708467464.9803 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_b", "judge": "arena_user_::1", @@ -15792,7 +15792,7 @@ "tstamp": 1708467629.6663 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_b", "judge": "arena_user_::1", @@ -15801,7 +15801,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": true, @@ -15809,7 +15809,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -15817,14 +15817,14 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, "tstamp": 1708469454.158 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "model_a", "judge": "arena_user_::1", @@ -15832,7 +15832,7 @@ "tstamp": 1708492727.0962 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -15897,7 +15897,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -15953,7 +15953,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": true, @@ -15977,7 +15977,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": true, @@ -15985,7 +15985,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": true, @@ -15993,7 +15993,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -16049,7 +16049,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -16081,7 +16081,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -16089,7 +16089,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -16097,7 +16097,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -16113,7 +16113,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -16121,7 +16121,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": false, @@ -16129,7 +16129,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": true, @@ -16137,7 +16137,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": false, @@ -16161,7 +16161,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -16169,7 +16169,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -16177,7 +16177,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": true, @@ -16185,7 +16185,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -16193,7 +16193,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -16240,7 +16240,7 @@ "tstamp": 1708546049.1243 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -16248,7 +16248,7 @@ "tstamp": 1708546336.8445 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -16257,7 +16257,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": true, @@ -16280,7 +16280,7 @@ "tstamp": 1708550692.9455 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -16296,7 +16296,7 @@ "tstamp": 1708555322.3069 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -16321,7 +16321,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": true, @@ -16361,7 +16361,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -16377,7 +16377,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -16393,7 +16393,7 @@ }, { "model_a": "SDXLTurbo", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -16425,7 +16425,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": true, @@ -16433,7 +16433,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": false, @@ -16448,7 +16448,7 @@ "tstamp": 1708557228.1222 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -16473,7 +16473,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -16488,7 +16488,7 @@ "tstamp": 1708558239.2106 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -16496,7 +16496,7 @@ "tstamp": 1708558281.3799 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_b", "judge": "arena_user_::1", @@ -16504,7 +16504,7 @@ "tstamp": 1708558378.4497 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -16576,7 +16576,7 @@ "tstamp": 1708559260.1947 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -16584,7 +16584,7 @@ "tstamp": 1708559342.9245 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -16592,7 +16592,7 @@ "tstamp": 1708559432.6408 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -16600,7 +16600,7 @@ "tstamp": 1708559502.3018 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -16649,7 +16649,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -16680,7 +16680,7 @@ "tstamp": 1708560321.3302 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -16688,7 +16688,7 @@ "tstamp": 1708560710.8907 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -16728,7 +16728,7 @@ "tstamp": 1708561401.4796 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_b", "judge": "arena_user_::1", @@ -16736,7 +16736,7 @@ "tstamp": 1708561482.1339 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -16768,7 +16768,7 @@ "tstamp": 1708562470.6537 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "tie", "judge": "arena_user_::1", @@ -16776,7 +16776,7 @@ "tstamp": 1708563249.3474 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_b", "judge": "arena_user_::1", @@ -16824,7 +16824,7 @@ "tstamp": 1708563975.8202 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLTurbo", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -16857,7 +16857,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -16865,14 +16865,14 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, "tstamp": 1708565663.7241 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -16888,7 +16888,7 @@ "tstamp": 1708565940.4723 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -16912,7 +16912,7 @@ "tstamp": 1708566288.2316 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_b", "judge": "arena_user_::1", @@ -16921,14 +16921,14 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, "tstamp": 1708566456.7985 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -16937,7 +16937,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -16945,7 +16945,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -16953,7 +16953,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -17041,7 +17041,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -17057,7 +17057,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -17104,7 +17104,7 @@ "tstamp": 1708582871.3593 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "tie", "judge": "arena_user_::1", @@ -17113,7 +17113,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": true, @@ -17145,7 +17145,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -17161,7 +17161,7 @@ }, { "model_a": "StableCascade", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -17177,7 +17177,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -17185,7 +17185,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": true, @@ -17201,7 +17201,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -17225,7 +17225,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -17233,7 +17233,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -17257,7 +17257,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -17272,7 +17272,7 @@ "tstamp": 1708599864.6591 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -17328,7 +17328,7 @@ "tstamp": 1708608348.9939 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "StableCascade", "winner": "model_a", "judge": "arena_user_::1", @@ -17336,7 +17336,7 @@ "tstamp": 1708608607.0221 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "PixArtAlpha", "winner": "model_a", "judge": "arena_user_::1", @@ -17344,7 +17344,7 @@ "tstamp": 1708608720.9098 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_b", "judge": "arena_user_::1", @@ -17424,7 +17424,7 @@ "tstamp": 1708613064.4983 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "StableCascade", "winner": "model_b", "judge": "arena_user_::1", @@ -17473,7 +17473,7 @@ }, { "model_a": "StableCascade", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie (bothbad)", "judge": "arena_user_::1", "anony": true, @@ -17496,7 +17496,7 @@ "tstamp": 1708627035.4957 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "StableCascade", "winner": "model_b", "judge": "arena_user_::1", @@ -17664,7 +17664,7 @@ "tstamp": 1708634773.8 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLLightning", "winner": "tie", "judge": "arena_user_::1", @@ -17672,7 +17672,7 @@ "tstamp": 1708636469.631 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLLightning", "winner": "model_b", "judge": "arena_user_::1", @@ -17713,7 +17713,7 @@ }, { "model_a": "SDXLLightning", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -17873,7 +17873,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -17881,7 +17881,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": false, @@ -17889,7 +17889,7 @@ }, { "model_a": "OpenJourney", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "tie", "judge": "arena_user_::1", "anony": false, @@ -17904,7 +17904,7 @@ "tstamp": 1708641259.4363 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLLightning", "winner": "model_a", "judge": "arena_user_::1", @@ -17920,7 +17920,7 @@ "tstamp": 1708641316.1147 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXLLightning", "winner": "model_b", "judge": "arena_user_::1", @@ -17960,7 +17960,7 @@ "tstamp": 1708641655.3866 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "tie", "judge": "arena_user_::1", @@ -17968,7 +17968,7 @@ "tstamp": 1708642061.8969 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "model_a", "judge": "arena_user_::1", @@ -17976,7 +17976,7 @@ "tstamp": 1708645597.9689 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -17984,7 +17984,7 @@ "tstamp": 1708645656.8622 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "tie", "judge": "arena_user_::1", @@ -18041,7 +18041,7 @@ }, { "model_a": "PixArtAlpha", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_a", "judge": "arena_user_::1", "anony": true, @@ -18160,7 +18160,7 @@ "tstamp": 1708655409.7099 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "LCM", "winner": "model_a", "judge": "arena_user_::1", @@ -18193,7 +18193,7 @@ }, { "model_a": "SDXL", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -18232,7 +18232,7 @@ "tstamp": 1708663453.5715 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_a", "judge": "arena_user_::1", @@ -18240,7 +18240,7 @@ "tstamp": 1708663589.2427 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "model_b", "judge": "arena_user_::1", @@ -18256,7 +18256,7 @@ "tstamp": 1708663739.4053 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "OpenJourney", "winner": "tie (bothbad)", "judge": "arena_user_::1", @@ -18288,7 +18288,7 @@ "tstamp": 1708671319.3641 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "StableCascade", "winner": "model_b", "judge": "arena_user_::1", @@ -18376,7 +18376,7 @@ "tstamp": 1708707082.2419 }, { - "model_a": "Playground v2", + "model_a": "PlayGroundV2", "model_b": "SDXL", "winner": "tie", "judge": "arena_user_::1", @@ -18513,7 +18513,7 @@ }, { "model_a": "LCM", - "model_b": "Playground v2", + "model_b": "PlayGroundV2", "winner": "model_b", "judge": "arena_user_::1", "anony": true, @@ -21982,973 +21982,5 @@ "judge": "arena_user_::1", "anony": true, "tstamp": 1711541359.3793 - }, - { - "model_a": "SDXL", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711610623.6551 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711610660.2674 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.6.126", - "anony": false, - "tstamp": 1711611656.6087 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1711611714.5223 - }, - { - "model_a": "Playground v2", - "model_b": "PlayGroundV2.5", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1711622208.7892 - }, - { - "model_a": "Playground v2", - "model_b": "PlayGroundV2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1711623286.6883 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711623414.4988 - }, - { - "model_a": "StableCascade", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1711623631.5554 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1711627110.7655 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "tie", - "judge": "arena_user_10.16.6.126", - "anony": false, - "tstamp": 1711627173.8196 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.6.126", - "anony": false, - "tstamp": 1711627232.2276 - }, - { - "model_a": "StableCascade", - "model_b": "Playground v2", - "winner": "tie", - "judge": "arena_user_10.16.6.126", - "anony": false, - "tstamp": 1711627811.1569 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1711628539.518 - }, - { - "model_a": "StableCascade", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_10.16.6.126", - "anony": false, - "tstamp": 1711628765.1336 - }, - { - "model_a": "Playground v2", - "model_b": "PlayGroundV2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1711630489.3854 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1711638839.5102 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1711639335.7323 - }, - { - "model_a": "Playground v2", - "model_b": "PlayGroundV2.5", - "winner": "tie", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1711644182.7469 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711645743.7583 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711673691.6253 - }, - { - "model_a": "PlayGroundV2.5", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.6.126", - "anony": false, - "tstamp": 1711673973.9905 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711677730.5132 - }, - { - "model_a": "PlayGroundV2.5", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1711679088.7088 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGroundV2.5", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711679733.5804 - }, - { - "model_a": "Playground v2", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1711680163.6801 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1711682347.0832 - }, - { - "model_a": "SDXL", - "model_b": "PixArtAlpha", - "winner": "model_a", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1711682460.6742 - }, - { - "model_a": "StableCascade", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711682540.8631 - }, - { - "model_a": "PlayGroundV2.5", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.6.126", - "anony": false, - "tstamp": 1711683390.2225 - }, - { - "model_a": "Playground v2", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1711690971.115 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1711691256.3373 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1711694743.7244 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.6.126", - "anony": false, - "tstamp": 1711696933.1739 - }, - { - "model_a": "LCM", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711701025.1014 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711704985.0803 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711705938.3612 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711706003.0875 - }, - { - "model_a": "PlayGroundV2.5", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711711576.083 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1711715360.2608 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711718677.0627 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLLightning", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1711722531.6681 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1711722650.6499 - }, - { - "model_a": "StableCascade", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711724572.8236 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711724958.2577 - }, - { - "model_a": "StableCascade", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1711724961.0794 - }, - { - "model_a": "SDXLLightning", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711725069.4096 - }, - { - "model_a": "PixArtAlpha", - "model_b": "PlayGroundV2.5", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1711725283.6897 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1711726214.992 - }, - { - "model_a": "PlayGroundV2.5", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_127.0.0.1", - "anony": false, - "tstamp": 1711726483.5946 - }, - { - "model_a": "PlayGroundV2.5", - "model_b": "Playground v2", - "winner": "model_a", - "judge": "arena_user_127.0.0.1", - "anony": false, - "tstamp": 1711726483.5946 - }, - { - "model_a": "SDXLLightning", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711727344.0479 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711727395.4847 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PlayGroundV2.5", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711727886.1271 - }, - { - "model_a": "SDXL", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711728599.7983 - }, - { - "model_a": "SDXL", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711731238.6486 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711731516.6119 - }, - { - "model_a": "PlayGroundV2.5", - "model_b": "Playground v2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711740379.7498 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711751661.9328 - }, - { - "model_a": "OpenJourney", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711751779.935 - }, - { - "model_a": "SDXLLightning", - "model_b": "playground_PlayGroundV2_generation", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1711752371.1875 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711753271.7549 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711753346.105 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711753460.4018 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1711753536.7618 - }, - { - "model_a": "playground_PlayGroundV2.5_generation", - "model_b": "SDXL", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711754464.5646 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711755252.7996 - }, - { - "model_a": "playground_PlayGroundV2_generation", - "model_b": "playground_PlayGroundV2.5_generation", - "winner": "tie", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711759220.1672 - }, - { - "model_a": "playground_PlayGroundV2.5_generation", - "model_b": "SDXLLightning", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711761666.7408 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711761801.7518 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711761810.2584 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711761980.2339 - }, - { - "model_a": "LCM", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711765212.7061 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711765374.2042 - }, - { - "model_a": "OpenJourney", - "model_b": "playground_PlayGroundV2.5_generation", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1711765427.0869 - }, - { - "model_a": "SDXLLightning", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1711765557.4506 - }, - { - "model_a": "LCM", - "model_b": "PixArtAlpha", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1711767954.5977 - }, - { - "model_a": "SDXLTurbo", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711768815.4504 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711775186.0394 - }, - { - "model_a": "SDXLLightning", - "model_b": "playground_PlayGroundV2_generation", - "winner": "model_a", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1711779421.4325 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711779705.6008 - }, - { - "model_a": "SDXLTurbo", - "model_b": "PixArtAlpha", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711780036.1106 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711780085.7628 - }, - { - "model_a": "SDXL", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711780200.6405 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "model_a", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711780372.2648 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711780446.3475 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711780453.9795 - }, - { - "model_a": "OpenJourney", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711780470.9437 - }, - { - "model_a": "OpenJourney", - "model_b": "LCM", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1711780477.4437 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711780518.457 - }, - { - "model_a": "playground_PlayGroundV2.5_generation", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1711780554.0623 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711780632.2754 - }, - { - "model_a": "SDXL", - "model_b": "playground_PlayGroundV2.5_generation", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1711783186.0901 - }, - { - "model_a": "PixArtAlpha", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711790134.292 - }, - { - "model_a": "LCM", - "model_b": "SDXLTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1711791903.2373 - }, - { - "model_a": "playground_PlayGroundV2.5_generation", - "model_b": "OpenJourney", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711792706.0287 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1711795394.9764 - }, - { - "model_a": "OpenJourney", - "model_b": "playground_PlayGroundV2.5_generation", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711797214.2905 - }, - { - "model_a": "SDXLLightning", - "model_b": "playground_PlayGroundV2.5_generation", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711801376.7886 - }, - { - "model_a": "playground_PlayGroundV2_generation", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711803173.8503 - }, - { - "model_a": "OpenJourney", - "model_b": "playground_PlayGroundV2_generation", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711803216.1695 - }, - { - "model_a": "SDXLTurbo", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1711803267.3012 - }, - { - "model_a": "SDXL", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1711803374.1367 - }, - { - "model_a": "OpenJourney", - "model_b": "playground_PlayGroundV2_generation", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1711803415.276 - }, - { - "model_a": "playground_PlayGroundV2.5_generation", - "model_b": "LCM", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1711803499.6558 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1711803602.7456 - }, - { - "model_a": "SDXLLightning", - "model_b": "SDXLTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1711803874.6225 - }, - { - "model_a": "StableCascade", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1711804104.561 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711808561.5508 - }, - { - "model_a": "StableCascade", - "model_b": "SDXL", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1711808623.9807 - }, - { - "model_a": "PixArtAlpha", - "model_b": "LCM", - "winner": "tie", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711811551.4153 - }, - { - "model_a": "LCM", - "model_b": "playground_PlayGroundV2_generation", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711811788.9179 - }, - { - "model_a": "playground_PlayGroundV2.5_generation", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711820810.9192 - }, - { - "model_a": "PixArtAlpha", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711825296.8492 - }, - { - "model_a": "SDXLTurbo", - "model_b": "OpenJourney", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711834913.4899 - }, - { - "model_a": "SDXL", - "model_b": "SDXLLightning", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1711834976.5468 - }, - { - "model_a": "OpenJourney", - "model_b": "StableCascade", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711836150.0007 - }, - { - "model_a": "LCM", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.8.237", - "anony": false, - "tstamp": 1711836363.7289 - }, - { - "model_a": "OpenJourney", - "model_b": "playground_PlayGroundV2.5_generation", - "winner": "model_b", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1711836435.8043 - }, - { - "model_a": "SDXLLightning", - "model_b": "playground_PlayGroundV2_generation", - "winner": "tie", - "judge": "arena_user_10.16.7.189", - "anony": false, - "tstamp": 1711836547.9563 - }, - { - "model_a": "SDXLLightning", - "model_b": "OpenJourney", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1711836613.3128 - }, - { - "model_a": "OpenJourney", - "model_b": "playground_PlayGroundV2_generation", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1711836677.2201 } ] \ No newline at end of file diff --git a/arena_elo/results/latest/clean_battle_video_generation.json b/arena_elo/results/latest/clean_battle_video_generation.json deleted file mode 100644 index 771d57ed2cd6d526da28f45349f8d1f57cccf820..0000000000000000000000000000000000000000 --- a/arena_elo/results/latest/clean_battle_video_generation.json +++ /dev/null @@ -1,13594 +0,0 @@ -[ - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1713914099.33 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1713914343.6891 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713916642.7912 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1713986344.8741 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1713987118.6274 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714139169.2392 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714139249.1969 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714139381.873 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714364059.9109 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": false, - "tstamp": 1714364795.1269 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714443594.816 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714445557.5459 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": false, - "tstamp": 1714485010.7122 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714485698.1572 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": false, - "tstamp": 1714491486.3968 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714568747.0042 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714575776.0633 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714575875.3994 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714576499.4057 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714614291.4601 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714656445.8616 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1714667465.6678 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1714757575.6272 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714856044.8046 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714912222.8148 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714912353.9054 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714916128.9484 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1714918845.2225 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1714961792.1218 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1714962568.0734 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1714986675.9255 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715022520.8699 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715024874.9777 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715082170.9107 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715108567.1368 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715201418.1949 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715225335.6492 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715244587.7341 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715352822.1424 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715398861.6427 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715410800.5657 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715410993.9665 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715610160.6825 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715610373.469 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.41.118", - "anony": true, - "tstamp": 1715689072.7345 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": false, - "tstamp": 1715696812.6326 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.2.201", - "anony": true, - "tstamp": 1715737104.8239 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715739395.0891 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1715810233.6444 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1715849800.9966 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716114686.5453 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716116392.5838 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716193582.8722 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716193785.0048 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1716193846.233 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.15.199", - "anony": true, - "tstamp": 1716194009.3835 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.17.217", - "anony": true, - "tstamp": 1716300077.5395 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.43.115", - "anony": true, - "tstamp": 1716478201.6693 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716533638.3067 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_127.0.0.1", - "anony": false, - "tstamp": 1716682913.5891 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716689388.5783 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716689390.9317 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716689418.3899 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716689430.8661 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716689430.9662 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716689446.5199 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716689504.5594 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716689507.2126 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1716689516.3395 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716689560.415 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716689571.2045 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716689589.1987 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716689600.479 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716689642.8219 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716689687.8719 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716689693.1346 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1716689821.5032 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716689833.2282 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716690476.4186 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693206.0818 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693274.919 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693286.0411 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693303.5784 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693311.5433 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693329.6356 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693383.5826 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693456.8226 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693467.3462 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693479.5757 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693495.1122 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693502.3247 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693528.2392 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693546.0765 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693563.0683 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693569.8376 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693581.0672 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693588.2851 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693595.2501 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693663.4243 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693679.0583 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693692.5858 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693708.4221 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693719.3968 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693725.4583 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693738.9399 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693745.5583 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693767.9991 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693792.955 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693803.7279 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716693816.5054 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693825.2771 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716693836.955 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716693850.7326 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716694070.4027 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694148.1807 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716694244.2485 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694254.1959 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694276.2905 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716694375.6866 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716694382.1969 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694793.14 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694811.1394 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716694821.4174 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716694834.8498 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716694841.7147 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716694851.8849 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716694860.9592 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716694883.3566 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694902.9993 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694914.4785 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716694928.7985 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716694942.7223 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728514.2605 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728525.0445 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728537.4321 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728552.3184 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728565.4115 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728611.9244 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728619.8963 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728626.8621 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728642.2282 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728660.8799 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728671.1783 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728681.5129 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728695.6521 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728707.1868 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728715.3574 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728729.9899 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728739.4646 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728751.7418 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728760.5694 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728772.9474 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728792.5959 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728825.1225 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728832.0962 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728839.4279 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728875.7372 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728884.1135 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728898.2525 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716728909.7356 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728924.0212 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728932.2482 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728943.0756 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728951.8516 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728964.0778 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728971.495 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716728980.7203 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716728994.9574 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716729003.1242 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716729013.9565 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716729024.7427 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729034.6162 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729041.2307 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729054.9108 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729082.4481 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716729093.5738 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729104.4016 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729113.9293 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729128.024 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716729143.4289 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716729151.6014 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716729165.8412 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716729174.0802 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716729190.7693 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716729561.7946 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716729589.111 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716730437.4978 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716730444.2174 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716731578.7678 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716731600.4666 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716731607.3314 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716731621.0702 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716731652.0853 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716731680.1969 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716731887.8933 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732002.7625 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732014.9893 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732033.1907 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732042.32 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732051.0423 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732064.3207 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732075.7564 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732092.1437 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732107.1689 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732121.5507 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732130.5345 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732144.7139 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732153.1545 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732245.8887 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732253.5049 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732260.9776 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732271.1059 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732289.7469 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732300.1222 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732442.4675 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732643.9778 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732653.5527 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732667.2377 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732690.9928 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732701.2197 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732769.1058 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732774.627 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732781.8561 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732792.5768 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732805.8172 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732815.2381 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732822.3066 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732832.5342 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716732854.9452 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732865.7185 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732873.0369 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732879.1067 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732894.6925 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732906.9749 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732913.3386 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732921.5656 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716732932.2613 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716732947.9995 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716733033.155 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733215.9535 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733225.6737 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716733232.9894 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733245.779 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733261.359 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733274.7997 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733284.8279 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716733292.3492 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716733303.8831 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733316.3709 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733323.541 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733333.7191 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716733339.0328 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716733353.1237 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733359.5427 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733371.482 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733409.29 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733435.707 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733443.4772 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733504.7486 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733513.4209 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733524.354 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733530.1208 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733537.6908 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733546.1677 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716733558.2467 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716733565.4605 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716754494.225 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716754529.3204 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716754556.8827 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716754573.37 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716754581.3319 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716754589.7121 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716754610.3186 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716754622.516 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716756205.9019 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756217.6395 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756225.3579 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756245.6466 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756258.525 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756267.7569 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756278.3797 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756292.9729 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756303.6146 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756321.7636 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756328.3263 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716756337.0448 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716756355.6901 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716756369.1608 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756377.9305 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756405.9503 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756413.5746 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756420.392 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716756430.3441 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756598.971 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756811.4034 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756829.7662 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756837.7688 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716756844.6412 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756862.2925 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716756871.8602 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716756883.2346 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716763810.601 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763820.7817 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763830.0099 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763836.2701 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763852.5743 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716763861.9464 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716763876.0254 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716763884.9467 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716763895.1884 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763906.9292 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763916.2051 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716763933.7037 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763954.4778 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716763963.4971 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716763974.9914 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716763982.078 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716763987.4028 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774336.4201 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716774366.2114 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774373.7343 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774401.5247 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774408.764 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716774416.5343 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774426.6483 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716774436.7505 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716774446.0586 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716774452.7416 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774466.5087 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716774473.4742 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774481.1066 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716774490.1334 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716774496.2078 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716774502.5006 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716774513.1922 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716774519.3337 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716774546.8848 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716774553.0012 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716774569.2238 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716774581.1122 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716774586.7425 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716774595.3967 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716780707.8678 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716781161.3809 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716781177.0776 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716781187.7966 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716781235.6047 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716781242.9314 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716781254.7071 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716781288.1888 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716781297.0117 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716781305.1896 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716781380.1677 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716781558.8588 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716781966.5022 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716783665.6346 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785927.5738 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785946.8276 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785956.3086 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716785965.6368 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716785983.4545 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786004.6173 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786012.1915 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786025.9796 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786038.5735 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786048.2498 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786056.7792 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786067.3793 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786076.8691 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786091.7183 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786106.6309 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786119.376 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786128.4563 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786145.1683 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786161.6566 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786201.0773 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786209.4966 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786225.3 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786233.4253 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786241.45 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786249.4851 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786263.8719 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786272.8991 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786280.5688 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786288.0837 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786295.9574 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786310.5953 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786320.6713 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786327.6937 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786345.2973 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786361.1416 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786369.7626 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786384.806 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786396.1855 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716786405.8102 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716786413.8802 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716786450.7539 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788441.1026 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788453.8448 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716788462.4158 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788473.1466 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788486.9898 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788500.5707 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788522.2662 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788529.4816 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788541.2168 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716788551.7418 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788557.1033 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788565.8238 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788580.9064 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716788591.4322 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788600.6571 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788614.3978 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788620.7168 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788626.6775 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716788634.496 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716788650.9444 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788657.5528 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716788664.566 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716788670.029 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716789701.2259 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716792046.6171 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716792090.6776 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716792117.5541 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716792144.8815 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716792164.2891 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716792176.5638 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716792198.4702 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716792228.5999 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716792257.5373 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716792271.5787 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716792345.5517 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716792372.1701 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716798217.9315 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716798246.555 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716798267.3135 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716798307.1051 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716798333.9472 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716798359.6181 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800430.6763 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800444.8671 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800463.8158 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800470.7888 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800480.9658 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800487.682 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800509.3502 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800516.7738 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800548.7825 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800574.8734 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800581.7424 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800591.5717 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800605.265 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800615.6372 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800624.6681 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800632.546 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800641.9148 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800653.6588 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800662.638 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800675.8846 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800681.6565 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800688.0967 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800695.4712 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800702.7395 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800711.7179 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800718.9888 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800725.6079 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800731.7275 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800740.9093 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800747.5238 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800758.3079 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800772.5587 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800786.4015 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800793.1772 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800800.048 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800805.4083 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800819.3653 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800836.4647 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800844.9468 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800851.1076 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800865.0564 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800873.5031 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800881.426 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800888.8952 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800896.8697 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800905.5457 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800915.4743 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800922.2894 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800929.8593 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800939.6859 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800945.6081 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800955.2893 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716800967.0227 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716800985.5176 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716800992.7352 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716800999.7547 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716801010.8857 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716801020.4579 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716801028.3834 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716801036.1073 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716801043.9818 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716801054.918 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716801061.0383 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716801067.9615 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716801093.7934 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716801102.824 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716801110.4941 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716801357.4044 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716802258.9248 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716802277.2785 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716802289.6084 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716802308.1591 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716802325.3582 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716802348.8219 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716802375.4431 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716802396.6924 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716802417.0479 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716802440.657 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716802452.992 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716804546.8109 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716804560.9392 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716804572.0261 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716804609.8288 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716804621.2126 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716804634.4051 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716804648.2446 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716804654.6584 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716804662.0841 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716804678.7051 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716804762.81 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716804815.1467 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716804828.1257 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716804843.0147 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716804975.1614 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805101.6412 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805125.1997 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805133.7299 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805151.027 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805158.1471 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805165.6788 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805174.2573 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805181.7877 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805190.2597 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805204.9966 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805212.6216 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805221.4549 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805232.7863 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805313.8437 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805325.1273 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805332.292 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805359.2195 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805367.371 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805377.814 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805386.782 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805404.1209 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805417.2687 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805423.5857 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805431.9147 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805441.492 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805449.2165 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805457.6224 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805463.1912 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805474.9718 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805482.2909 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805487.9021 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805494.2662 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805501.837 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805510.508 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805518.6324 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805525.5473 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805544.3909 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805552.0575 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805558.2739 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805564.1439 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805571.2122 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805579.1375 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805585.3538 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805594.1732 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805602.5497 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805614.0387 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805622.659 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805629.4247 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805636.4978 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805643.3155 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805651.8835 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805660.0046 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805666.4722 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805672.087 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805680.0119 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805686.5804 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805694.5555 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805703.9818 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805711.3069 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805721.6865 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805727.8528 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805736.4364 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805743.8122 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805750.2783 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805757.0462 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805763.9699 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805771.9439 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805778.1596 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805786.0285 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805793.2534 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805798.9227 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805808.3068 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805821.8583 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805839.7119 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805849.7822 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805857.2086 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805865.0813 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716805873.7026 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805880.1754 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716805887.5002 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805898.5851 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805907.207 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805913.6738 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716805919.5473 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805926.0123 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805936.2907 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716805943.3089 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716810647.7996 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716810767.6778 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716810826.6156 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716810864.4818 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716810900.0894 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716810921.257 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716810949.0213 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716810965.664 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716810988.9326 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811001.9174 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716811024.4386 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811035.9259 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716811058.5425 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716811074.3937 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811095.0043 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811114.558 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811157.5772 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716811180.1051 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716811346.2167 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811363.3576 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811377.2071 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811404.884 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811528.5755 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811545.2272 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716811581.4292 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811609.1021 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811631.9737 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811653.2303 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811678.608 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716811693.5999 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811720.8197 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811746.659 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716811761.1 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811778.6006 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716811787.9252 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716811806.8256 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811828.2237 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811848.5441 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811872.1595 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811901.6987 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811918.2 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716811932.245 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716811947.2854 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716811966.6966 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716811983.2023 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812015.9888 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812030.9774 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812051.728 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812067.7291 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812088.1948 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812102.3806 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812123.2896 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812139.1472 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812170.5498 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812192.2699 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812214.0685 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812237.5965 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812262.6235 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812290.4589 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812311.7735 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812323.9663 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812344.0154 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812361.5742 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812372.8081 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812386.6604 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812409.1288 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812418.0558 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812428.889 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812440.6235 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812460.1354 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812483.1639 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812498.9136 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812513.6577 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812524.1375 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812535.9746 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812547.665 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812555.6472 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812565.3306 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812575.97 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812590.8677 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812612.2889 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812624.5777 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812649.097 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812661.3318 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812691.9328 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812707.5304 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812722.3136 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812741.6653 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812760.8219 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812772.796 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812799.1808 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812814.2832 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812830.7859 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812844.0682 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716812854.8496 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812863.9262 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812884.0891 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812902.0645 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812921.0403 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716812934.2248 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716812958.6412 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812982.3069 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716812991.3995 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716813008.7657 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813018.7489 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716813618.7164 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813632.3075 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813648.7558 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813671.7233 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716813698.1674 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716813715.7735 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716813726.5932 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813738.6714 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716813747.2492 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716813767.5156 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716813787.5776 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716813804.4335 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813812.3843 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716813826.2772 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716813838.4177 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813854.4582 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813871.899 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716813883.9808 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716813893.2639 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716813907.4565 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716813922.9029 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716813936.1375 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716813948.4724 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716813956.9029 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716813964.8758 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716813985.235 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814004.2321 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814014.3081 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814025.5933 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814042.4418 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814051.6142 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814074.9335 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814088.0682 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814099.4537 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814110.2829 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814117.4053 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814124.7313 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814136.6245 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814149.1818 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814158.2055 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814168.2388 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814181.7311 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814192.2712 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814202.9029 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814213.7299 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814223.8057 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814232.1412 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814239.2618 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814254.6616 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814271.2523 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814299.6371 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814312.3883 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814319.5568 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814334.818 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814347.5098 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814360.0003 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814372.9848 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814382.3319 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814389.5585 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814400.2431 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814408.7192 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814421.9339 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814436.4344 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814450.026 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814461.6183 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814472.512 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814484.0088 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814495.6957 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814519.6197 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814528.8081 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814539.691 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814550.1705 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814564.1662 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814572.6421 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814583.6689 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814598.5159 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814609.8028 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814619.5919 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814631.5327 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814648.7281 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814659.3149 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814680.1373 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814704.6159 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814713.39 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814725.5232 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814744.5305 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814755.0712 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814771.0791 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814783.3717 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814792.0423 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814803.8904 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814811.475 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814839.9094 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814849.1271 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814857.6044 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814871.3031 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814888.3485 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814897.878 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814907.4115 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814915.0837 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716814924.1636 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814932.6321 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716814940.9566 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814948.7863 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716814968.0915 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716814994.1657 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716815015.8201 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716815024.6949 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816099.4363 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816105.6967 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816118.5359 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816149.1207 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816172.1002 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816184.8358 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816194.5624 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816210.2718 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816227.4275 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816247.5376 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816262.3852 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816295.3375 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816307.3189 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816333.3001 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716816518.8779 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816568.8736 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816585.4378 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816592.9699 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816605.8065 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816623.4437 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816637.1861 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816672.9665 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816686.8076 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716816697.8926 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816706.8142 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816731.4381 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816740.0096 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816752.7379 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816762.2629 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716816776.0949 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816791.4496 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816799.9698 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816806.4869 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816813.395 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816838.8134 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816850.0931 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816857.6166 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816874.9081 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816885.0343 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716816896.9631 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716816914.0762 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716816922.3005 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816936.3908 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816952.5782 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816965.4737 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716816975.3518 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716816987.3314 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716816998.0597 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817007.4428 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817014.3671 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817021.1406 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817031.3233 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817040.9988 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817047.7657 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817062.6591 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817071.0892 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817079.1626 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817088.792 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817095.9591 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817110.5496 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817120.4861 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817128.1212 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817136.6422 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817144.3143 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817152.4352 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817161.9622 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817177.1074 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817189.9467 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817198.023 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817208.2992 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817221.7848 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817230.062 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817236.2275 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817245.3594 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817251.1819 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817256.4007 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817272.0483 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817288.1447 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817296.0145 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817303.3895 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817311.3103 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817328.5117 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817337.8401 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817349.5234 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817357.7468 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817366.4197 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817378.2982 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817398.1152 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817411.0505 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817418.9737 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817433.5134 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817439.282 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817445.3501 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817454.4227 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817461.8922 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817473.7247 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817483.5046 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817490.071 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716817497.482 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817505.4488 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716817517.0342 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817526.0125 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817536.885 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716817544.6967 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716817554.6787 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716845528.4968 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845543.5775 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845610.4135 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845625.0502 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716845639.4286 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845693.0182 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716845718.0466 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716845734.4895 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716845755.294 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845769.7927 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716845816.9371 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716845828.573 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716845861.4523 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845873.847 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845908.5838 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845933.8837 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716845948.6427 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716845982.277 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716846032.7577 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716846040.2247 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716846099.9227 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716846143.9332 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716846163.6735 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716846245.2648 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716846257.942 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716846302.5935 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716846342.1787 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716846362.9187 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716846386.3667 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716846413.3894 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716848046.5925 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716848058.7766 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716848067.902 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716849805.475 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716849813.4457 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716849818.3104 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716849824.5826 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716849834.2592 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716849836.9182 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716849839.7812 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716849850.9067 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716849877.0663 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716849877.1173 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716849885.1697 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716849893.3278 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716849946.2119 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716849980.4883 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716849993.2669 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716850007.4503 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716850037.0695 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716850054.3761 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850066.0545 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850091.7678 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850115.1746 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850132.3725 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716850144.1539 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716850161.2285 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850173.8573 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716850197.1758 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716850224.5489 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716850247.405 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850277.7798 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850310.4463 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850327.8684 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850328.226 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850340.8632 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716850354.4171 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850375.9832 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850409.3402 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716850417.2617 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850506.1736 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716850517.7481 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716850529.1711 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716850562.7076 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716850573.6848 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716850630.8546 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850653.065 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716850681.8793 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716860595.707 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716860621.5356 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716860641.0232 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716860697.9926 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716860710.5707 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716860726.1111 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716860772.244 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716860790.2405 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716860804.6284 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716860869.2903 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716860936.3092 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716860952.3518 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716860965.3844 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716860983.8146 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861070.0866 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861079.6593 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861093.0971 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861110.8861 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716861182.2741 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861199.7588 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716861262.141 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861366.9074 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861376.2768 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861486.5303 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861550.2568 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716861563.9964 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716861576.7932 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861635.7395 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861644.366 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861651.5365 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861665.1318 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861675.3107 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861709.0037 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861764.0077 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861774.1637 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861787.6144 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861801.9107 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861857.8365 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861867.8133 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861876.2803 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716861888.9613 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716861899.5978 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861917.9472 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716861929.1847 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716861994.2271 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716862003.32 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716862014.0612 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716862066.3091 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716862084.806 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716862135.48 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716862146.7019 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716862199.7374 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716862287.5989 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716862301.6865 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716864840.105 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716864852.4483 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716888876.5448 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716888906.7365 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716888932.705 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716888960.4334 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716889044.3971 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716889066.6535 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716904183.7537 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716934721.4333 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716934728.955 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716934735.2822 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716934746.4556 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716934759.1338 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716934771.7263 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716934780.1541 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716934789.6805 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716934796.1425 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716934802.8066 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716934809.9162 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716934822.2928 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716935497.9165 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716935510.2413 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716935529.5027 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716935537.7802 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716940935.4529 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716941011.7947 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716946253.3412 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716946273.1958 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.27.38", - "anony": true, - "tstamp": 1716946533.0187 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": false, - "tstamp": 1716956917.4978 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716968515.1585 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716968528.9845 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716968546.9361 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716968565.0784 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716968584.3193 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716968599.2518 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1716968609.074 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1716992753.2264 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1716995984.4733 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1716999875.783 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717016085.6093 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": false, - "tstamp": 1717033329.1692 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717036604.3263 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717036611.3029 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717036623.7361 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717036633.3907 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717036661.4617 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717036670.7383 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717036693.0343 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717036733.5432 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717036802.0871 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717036825.904 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717036872.3776 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717036889.2216 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717036941.3062 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717036970.3339 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717036991.3064 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717037015.2592 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717037045.0924 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717042182.8927 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717042213.7032 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.9.183", - "anony": true, - "tstamp": 1717042241.8638 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717042270.6661 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.34.32", - "anony": true, - "tstamp": 1717042303.518 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_169.254.167.109", - "anony": false, - "tstamp": 1717059009.4576 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.9.183", - "anony": false, - "tstamp": 1717059223.905 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.18.96", - "anony": true, - "tstamp": 1717064772.7161 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717072973.3188 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122196.5828 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122216.5437 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122226.125 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122239.2602 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122306.5361 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122318.0661 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717122326.6431 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122340.9779 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122348.0443 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122362.0381 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122379.7169 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122390.6881 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122397.0059 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122409.0363 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717122418.0605 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717122433.1851 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122473.1813 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122522.8944 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717122555.2268 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122568.912 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122580.3431 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122586.264 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122596.6965 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122603.4157 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717122609.2263 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122618.4501 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122634.5481 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122640.2657 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122651.6476 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122711.0439 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122716.86 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122725.6842 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717122731.3486 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122742.1792 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122771.6489 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717122777.9609 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122789.9392 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122798.9204 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122806.4923 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122813.4702 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122818.3889 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717122825.6083 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122831.6287 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122844.4115 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122862.9223 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122879.0582 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717122889.5903 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122895.6641 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122909.8967 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122915.6074 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122925.1277 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717122931.2448 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122937.2045 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.14", - "anony": true, - "tstamp": 1717122943.0215 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717122948.8846 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717122953.7973 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717123008.1803 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1717123076.2074 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.25.191", - "anony": false, - "tstamp": 1717123101.8817 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.25.191", - "anony": true, - "tstamp": 1717124794.7362 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.40.190", - "anony": true, - "tstamp": 1717153274.9711 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717207929.8821 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717217534.3179 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717231204.8928 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717265385.3362 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717285203.6269 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": false, - "tstamp": 1717293468.582 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": false, - "tstamp": 1717293491.0083 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293504.5815 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293517.7461 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293527.5597 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293536.1345 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717293546.7518 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717293554.0351 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293568.4703 - }, - { - "model_a": "VideoCrafter2", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293580.161 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293591.5149 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293602.8639 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717293616.4035 - }, - { - "model_a": "T2VTurbo", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717293623.5221 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293628.89 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717293635.1638 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293641.9995 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293647.9768 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293658.6194 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293666.2514 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717293671.5182 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717293680.9968 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293686.4655 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293697.9061 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293707.1435 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293719.0796 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293740.639 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293744.6538 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293756.298 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717293762.671 - }, - { - "model_a": "AnimateDiff", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717293769.1937 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717293775.9663 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717293782.7841 - }, - { - "model_a": "T2VTurbo", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717293783.2738 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717293791.6535 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717293798.9666 - }, - { - "model_a": "T2VTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717293806.4462 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717293811.6641 - }, - { - "model_a": "OpenSora", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717293826.6726 - }, - { - "model_a": "LaVie", - "model_b": "T2VTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717293828.377 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293835.7519 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293841.7666 - }, - { - "model_a": "T2VTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293848.3812 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293855.3997 - }, - { - "model_a": "VideoCrafter2", - "model_b": "T2VTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293857.3097 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293872.4616 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293901.5198 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717293932.4272 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717293953.9142 - }, - { - "model_a": "T2VTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717293984.306 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294009.905 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294030.5896 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294056.7294 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294075.7122 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294090.8974 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717294101.2133 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717294117.938 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717294150.2901 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717294174.1211 - }, - { - "model_a": "OpenSora", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717294185.8416 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717294202.8671 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294220.1908 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717294236.012 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717294251.8078 - }, - { - "model_a": "T2VTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717294269.6838 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294286.4136 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294312.2032 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717294326.2786 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717294346.6054 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294361.8835 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717294374.2527 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717294392.4334 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294404.4511 - }, - { - "model_a": "ModelScope", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717294435.7496 - }, - { - "model_a": "T2VTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294453.0766 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294470.3027 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294493.5437 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294510.6692 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717294525.3896 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294538.5569 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294565.9504 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294582.533 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717294597.1071 - }, - { - "model_a": "T2VTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294615.7967 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294631.1305 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294644.5529 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294654.225 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717294668.6136 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717294682.9829 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294700.8663 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294717.4464 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294732.9285 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294748.3004 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294766.0902 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717294784.2806 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294796.1612 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717294824.43 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294851.174 - }, - { - "model_a": "T2VTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717294866.7995 - }, - { - "model_a": "ModelScope", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717294877.1216 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294890.1942 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294921.5086 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717294934.4353 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717294950.2096 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717294957.4234 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717294969.0 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717294986.4772 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717295008.1658 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295019.438 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295038.928 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295052.3222 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717295070.2534 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717295082.1467 - }, - { - "model_a": "T2VTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295101.6011 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717295116.9783 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717295126.899 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717295142.3389 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717295154.0226 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717295169.8551 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717295185.5925 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717295197.1667 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295210.8272 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717295218.0937 - }, - { - "model_a": "VideoCrafter2", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295237.2382 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295249.9143 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295258.4514 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295297.0381 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295309.6869 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295320.7567 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717295333.2544 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717295349.6526 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295360.2828 - }, - { - "model_a": "T2VTurbo", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717295370.8103 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295385.1488 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717295392.7601 - }, - { - "model_a": "T2VTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717295408.8097 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717295422.4892 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717295436.9749 - }, - { - "model_a": "LaVie", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717295449.8035 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717295467.5485 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717345483.6603 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717370074.6497 - }, - { - "model_a": "AnimateDiff", - "model_b": "T2VTurbo", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717370084.7673 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717370194.9243 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717370216.817 - }, - { - "model_a": "ModelScope", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717370244.8292 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717370280.0046 - }, - { - "model_a": "LaVie", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717370335.9096 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717370378.0295 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717370403.7198 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717370524.989 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717382632.7404 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717382690.0394 - }, - { - "model_a": "T2VTurbo", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717382706.7656 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717382721.0954 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717382736.734 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717382750.8089 - }, - { - "model_a": "T2VTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717382766.9879 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717382787.9614 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717382802.845 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717382818.3336 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717382828.5655 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717382840.4562 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717382861.5383 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717382873.4499 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717382885.608 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717382919.6506 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717382938.1959 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717382949.4728 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717382959.1016 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717382977.7887 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717382990.1243 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717383019.3902 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717383027.7149 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717383036.784 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717383054.6641 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717383069.297 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717383085.7207 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717383108.3566 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717383127.1905 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717383136.9608 - }, - { - "model_a": "T2VTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717383157.7444 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717383172.9848 - }, - { - "model_a": "T2VTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717383186.876 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717383199.2563 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717383206.08 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717383222.6056 - }, - { - "model_a": "VideoCrafter2", - "model_b": "T2VTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717383288.1336 - }, - { - "model_a": "T2VTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717383436.1722 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717383476.654 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717383685.03 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717383767.1808 - }, - { - "model_a": "AnimateDiff", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717383808.2937 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717383873.2164 - }, - { - "model_a": "AnimateDiff", - "model_b": "T2VTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717383892.2518 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717383919.7514 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717384233.7717 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717384245.7924 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717384284.8262 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717384304.7566 - }, - { - "model_a": "T2VTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717384316.9358 - }, - { - "model_a": "VideoCrafter2", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717384332.8135 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717384354.8192 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717384365.5649 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717384384.1025 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717384402.4396 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717384409.6503 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717384430.1763 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717384462.5696 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717384501.835 - }, - { - "model_a": "T2VTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717384523.0528 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717384570.486 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717384586.6213 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717384598.3813 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717384609.9773 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717384622.757 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717384634.6369 - }, - { - "model_a": "LaVie", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717384642.2532 - }, - { - "model_a": "T2VTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717384665.1984 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717384677.0334 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717384685.0477 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717384693.5141 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717384731.537 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717384839.5816 - }, - { - "model_a": "T2VTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717384852.5086 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717384861.2819 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717384907.1512 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717384944.3791 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717384966.6886 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717385836.8448 - }, - { - "model_a": "ModelScope", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717385845.3108 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717385854.4791 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717385860.6864 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717385875.0645 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717385887.7842 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717385895.0467 - }, - { - "model_a": "T2VTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717385900.8565 - }, - { - "model_a": "VideoCrafter2", - "model_b": "T2VTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717385907.8711 - }, - { - "model_a": "LaVie", - "model_b": "T2VTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717385922.69 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717385938.4718 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717385944.6309 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717385951.4902 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717385956.3479 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717385963.5179 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717385969.5786 - }, - { - "model_a": "VideoCrafter2", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717385991.075 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717385998.3397 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717386004.2514 - }, - { - "model_a": "T2VTurbo", - "model_b": "OpenSora", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717386013.6816 - }, - { - "model_a": "AnimateDiff", - "model_b": "T2VTurbo", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717386021.2986 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717386029.1634 - }, - { - "model_a": "LaVie", - "model_b": "T2VTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717386037.0274 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717386047.242 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "ModelScope", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717386062.3655 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717386069.5814 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717386081.2557 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717386087.8163 - }, - { - "model_a": "T2VTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717386095.029 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717386103.7391 - }, - { - "model_a": "ModelScope", - "model_b": "T2VTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717388539.6475 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717388573.7415 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717388587.9557 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717388599.8821 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717388617.4315 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717388625.7017 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717388634.9244 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717388643.5519 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717388652.6889 - }, - { - "model_a": "T2VTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717388662.9722 - }, - { - "model_a": "T2VTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717388668.6899 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717388676.4154 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717388683.641 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717388702.5417 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717388715.0821 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717388723.6508 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717388729.8124 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717388737.6324 - }, - { - "model_a": "T2VTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717388768.8429 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717388786.5494 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717388797.8806 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717418901.679 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.47.67", - "anony": true, - "tstamp": 1717418918.2184 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": false, - "tstamp": 1717439167.8704 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717439586.4464 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717439628.5032 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717439672.1109 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717439708.6385 - }, - { - "model_a": "T2VTurbo", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717439720.6663 - }, - { - "model_a": "T2VTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717439737.753 - }, - { - "model_a": "AnimateDiff", - "model_b": "T2VTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717439774.2745 - }, - { - "model_a": "T2VTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717439785.9023 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717439841.3272 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717439858.1328 - }, - { - "model_a": "LaVie", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717439883.5031 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717439908.5202 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717439948.6917 - }, - { - "model_a": "T2VTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717440028.9782 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717440530.7674 - }, - { - "model_a": "T2VTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717440565.7623 - }, - { - "model_a": "AnimateDiff", - "model_b": "T2VTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717440600.8103 - }, - { - "model_a": "ModelScope", - "model_b": "T2VTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717440641.0155 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717441265.7697 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717441285.8722 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717441309.5001 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717441325.2605 - }, - { - "model_a": "ModelScope", - "model_b": "T2VTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717441349.0509 - }, - { - "model_a": "T2VTurbo", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717441378.2766 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717441395.5798 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717441413.7788 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717441452.9548 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717441474.9552 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717441493.3447 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717441521.5939 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717441531.3786 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717441551.0739 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717441596.3937 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717441620.7707 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717441638.0974 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717441688.9321 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717441705.9245 - }, - { - "model_a": "ModelScope", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717441832.5812 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717441855.6322 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717441871.7347 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717441889.81 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717441910.2308 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717441929.6053 - }, - { - "model_a": "T2VTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717441944.9706 - }, - { - "model_a": "VideoCrafter2", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717441992.1921 - }, - { - "model_a": "T2VTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717442013.4608 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717442032.6318 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717442073.0611 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717442093.6884 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717442112.0356 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717442128.339 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717442210.6254 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717442226.1506 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717442243.2215 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717442259.5702 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717442288.1744 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "tie", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717442313.1712 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717442328.7833 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717442374.6118 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717442399.9031 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717442420.0213 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717442444.1576 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717442458.0459 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717442534.5328 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717442564.84 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717442581.6032 - }, - { - "model_a": "LaVie", - "model_b": "T2VTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717442618.7339 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717442646.1372 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717442673.2333 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717442690.0393 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717442771.0084 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717443712.2317 - }, - { - "model_a": "LaVie", - "model_b": "T2VTurbo", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717443723.9663 - }, - { - "model_a": "T2VTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717443731.1608 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717443741.5344 - }, - { - "model_a": "VideoCrafter2", - "model_b": "T2VTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717443749.5447 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717443761.1002 - }, - { - "model_a": "AnimateDiff", - "model_b": "T2VTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717443775.2438 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717443789.1799 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717446342.5531 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717446349.1923 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717446357.2591 - }, - { - "model_a": "ModelScope", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717446366.6449 - }, - { - "model_a": "ModelScope", - "model_b": "T2VTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717446377.6616 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717446386.75 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717446406.8292 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717446414.646 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717446428.5735 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717446438.2954 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717446447.4602 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717446458.6253 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717446467.3416 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717446477.3062 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "tie", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717446488.0957 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717446496.1204 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": true, - "tstamp": 1717446513.068 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717456368.838 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.28.7", - "anony": true, - "tstamp": 1717474162.1715 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.27.21", - "anony": true, - "tstamp": 1717474328.054 - }, - { - "model_a": "AnimateDiff", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.15.131", - "anony": false, - "tstamp": 1717527861.4216 - }, - { - "model_a": "LaVie", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.2.205", - "anony": true, - "tstamp": 1717583389.7829 - }, - { - "model_a": "VideoCrafter2", - "model_b": "T2VTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717583550.3627 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717583574.8547 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717583650.3466 - }, - { - "model_a": "T2VTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.30.231", - "anony": true, - "tstamp": 1717583688.0364 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717583714.7331 - }, - { - "model_a": "LaVie", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.30.231", - "anony": true, - "tstamp": 1717583755.2307 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717583778.3619 - }, - { - "model_a": "T2VTurbo", - "model_b": "LaVie", - "winner": "tie", - "judge": "arena_user_10.16.2.205", - "anony": true, - "tstamp": 1717583802.8863 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.30.231", - "anony": true, - "tstamp": 1717583832.6804 - }, - { - "model_a": "LaVie", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717583888.5965 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1717583912.6705 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.30.231", - "anony": true, - "tstamp": 1717583967.926 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1717600694.3078 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717729569.0878 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_169.254.43.255", - "anony": true, - "tstamp": 1717742472.4642 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717770560.4234 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1717786061.9342 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717786268.7859 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717786289.3001 - }, - { - "model_a": "T2VTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717786356.8218 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1717786381.4821 - }, - { - "model_a": "ModelScope", - "model_b": "T2VTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717786508.354 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717786584.289 - }, - { - "model_a": "T2VTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1717786609.0559 - }, - { - "model_a": "AnimateDiff", - "model_b": "T2VTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1717786642.2808 - }, - { - "model_a": "T2VTurbo", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717786682.2827 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717786733.9086 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717786772.2168 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1717787024.9345 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1717787059.5729 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717787081.6863 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717787102.3542 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717788435.0868 - }, - { - "model_a": "T2VTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717788446.9626 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiff", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717788457.4408 - }, - { - "model_a": "AnimateDiff", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717788495.641 - }, - { - "model_a": "AnimateDiff", - "model_b": "T2VTurbo", - "winner": "tie", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717803762.1958 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717803770.4082 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiff", - "winner": "tie", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717803786.2896 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717803805.7355 - }, - { - "model_a": "LaVie", - "model_b": "OpenSora", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717803818.4125 - }, - { - "model_a": "AnimateDiff", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717803826.082 - }, - { - "model_a": "T2VTurbo", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717803834.501 - }, - { - "model_a": "AnimateDiff", - "model_b": "T2VTurbo", - "winner": "tie", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717815183.8986 - }, - { - "model_a": "ModelScope", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1717856574.5391 - }, - { - "model_a": "AnimateDiff", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1717859113.2951 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1717879418.0499 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1717879442.6545 - }, - { - "model_a": "T2VTurbo", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718011002.8566 - }, - { - "model_a": "T2VTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718011012.451 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718011022.8377 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718011035.3201 - }, - { - "model_a": "VideoCrafter2", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718011043.6392 - }, - { - "model_a": "VideoCrafter2", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718011052.1734 - }, - { - "model_a": "LaVie", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718011060.9507 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718011068.7809 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718011077.4635 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718011149.5812 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718011159.9074 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718011168.2826 - }, - { - "model_a": "ModelScope", - "model_b": "LaVie", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718011176.6545 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718011184.6329 - }, - { - "model_a": "T2VTurbo", - "model_b": "OpenSora", - "winner": "model_a", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718011192.3607 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "LaVie", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718011207.8892 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718011216.1304 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718011224.8214 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718011240.1747 - }, - { - "model_a": "VideoCrafter2", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718011248.2952 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718011255.7156 - }, - { - "model_a": "LaVie", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718011265.9493 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718011281.3544 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718011299.4609 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718011313.3392 - }, - { - "model_a": "T2VTurbo", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718011320.6615 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiff", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718011338.1729 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718011351.3514 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718011367.5408 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718032842.0438 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718061165.0053 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718061193.4625 - }, - { - "model_a": "AnimateDiff", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718061227.2704 - }, - { - "model_a": "ModelScope", - "model_b": "OpenSora", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718061266.4681 - }, - { - "model_a": "OpenSora", - "model_b": "StableVideoDiffusion", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.44.20", - "anony": true, - "tstamp": 1718061302.0068 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718061510.384 - }, - { - "model_a": "T2VTurbo", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718089957.0337 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "AnimateDiff", - "winner": "model_b", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718130704.0669 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.3.126", - "anony": true, - "tstamp": 1718130718.3047 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718130727.9051 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "model_a", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718130737.7575 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718258431.8838 - }, - { - "model_a": "T2VTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718258998.5358 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_a", - "judge": "arena_user_169.254.186.79", - "anony": false, - "tstamp": 1718333327.6976 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_169.254.33.10", - "anony": false, - "tstamp": 1718333622.5511 - }, - { - "model_a": "LaVie", - "model_b": "ModelScope", - "winner": "model_b", - "judge": "arena_user_169.254.43.255", - "anony": false, - "tstamp": 1718335425.1846 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718338870.2816 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.40.170", - "anony": true, - "tstamp": 1718339789.3966 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718339813.2818 - }, - { - "model_a": "OpenSora", - "model_b": "AnimateDiffTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718339817.6503 - }, - { - "model_a": "OpenSora", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718339856.0812 - }, - { - "model_a": "StableVideoDiffusion", - "model_b": "ModelScope", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718339874.9327 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_b", - "judge": "arena_user_10.16.14.230", - "anony": true, - "tstamp": 1718339890.3774 - }, - { - "model_a": "VideoCrafter2", - "model_b": "LaVie", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718339903.0179 - }, - { - "model_a": "OpenSora", - "model_b": "T2VTurbo", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718365795.4222 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_39.103.156.252", - "anony": false, - "tstamp": 1718678955.8722 - }, - { - "model_a": "LaVie", - "model_b": "VideoCrafter2", - "winner": "tie", - "judge": "arena_user_39.103.156.252", - "anony": false, - "tstamp": 1718678963.4379 - }, - { - "model_a": "AnimateDiffTurbo", - "model_b": "VideoCrafter2", - "winner": "tie (bothbad)", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718695178.9646 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": false, - "tstamp": 1718815035.9119 - }, - { - "model_a": "AnimateDiff", - "model_b": "AnimateDiffTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": false, - "tstamp": 1718815048.8872 - }, - { - "model_a": "AnimateDiff", - "model_b": "T2VTurbo", - "winner": "model_a", - "judge": "arena_user_10.16.19.59", - "anony": true, - "tstamp": 1718815371.0011 - }, - { - "model_a": "ModelScope", - "model_b": "StableVideoDiffusion", - "winner": "model_b", - "judge": "arena_user_10.16.24.60", - "anony": true, - "tstamp": 1718815383.7343 - } -] \ No newline at end of file diff --git a/arena_elo/results/latest/elo_results_image_editing.pkl b/arena_elo/results/latest/elo_results_image_editing.pkl index 6c5b1b3cfb4f5beb1aaa2e9b8a1f8569b55f332b..1d1f322dafc91bf14a278d69ba3edfab4623682a 100644 --- a/arena_elo/results/latest/elo_results_image_editing.pkl +++ b/arena_elo/results/latest/elo_results_image_editing.pkl @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fde68a8cf230f58694822efa93ea9fb2cccca0348ab28510edb32a989ba9ffc5 -size 62482 +oid sha256:e528d30840c8a5787b0d2f08f27758b02f7eb718ccab695010b30df2127efe5e +size 57064 diff --git a/arena_elo/results/latest/elo_results_t2i_generation.pkl b/arena_elo/results/latest/elo_results_t2i_generation.pkl index 214c717eaf6efdca9e3dd8acd1418ce0cfdb1b5b..8ea071a828abd5fee5b48d82b9b67a1ee33f2e7b 100644 --- a/arena_elo/results/latest/elo_results_t2i_generation.pkl +++ b/arena_elo/results/latest/elo_results_t2i_generation.pkl @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4bc9cc467f9cee8493d3b142d616cb45b4d9c805050bf59ddbd5ee33ef6d17e0 -size 73814 +oid sha256:fec01fe5af62dce3990634cffd1d926330ccbf170ef0c3b5d2f07fb06c4cf149 +size 65189 diff --git a/arena_elo/results/latest/elo_results_video_generation.pkl b/arena_elo/results/latest/elo_results_video_generation.pkl deleted file mode 100644 index aab3af71fc9159f392de9fa255be06e9df460eed..0000000000000000000000000000000000000000 --- a/arena_elo/results/latest/elo_results_video_generation.pkl +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b18728982dde3cae7deb366a89b69510980ea8a1e42c223da35fd1c7182bbac -size 59911 diff --git a/arena_elo/results/latest/image_editing_leaderboard.csv b/arena_elo/results/latest/image_editing_leaderboard.csv index 872b6e5a88568adc633c6d491045b19dc31cb7b6..d1eecdc067a562ece6ff1ad7dfa1b2b78d89a521 100644 --- a/arena_elo/results/latest/image_editing_leaderboard.csv +++ b/arena_elo/results/latest/image_editing_leaderboard.csv @@ -1,10 +1,8 @@ key,Model,Arena Elo rating (anony),Arena Elo rating (full),License,Organization,Link -MagicBrush,MagicBrush,1111.7570507833766,1116.1948688005264,CC-BY-4.0,"The Ohio State University, University of Waterloo",https://osu-nlp-group.github.io/MagicBrush -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 -CosXLEdit,CosXLEdit,1066.238965795248,1067.2396111394378,cosxl-nc-community,Stability AI,https://huggingface.co/spaces/multimodalart/cosxl -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 -PNP,PNP,1000.2652636374402,1004.8683829913018,-,Weizmann Institute of Science,https://github.com/MichalGeyer/plug-and-play -Prompt2prompt,Prompt2prompt,993.1986182667401,994.2465198113878,Apache-2.0,"Google, Tel Aviv University",https://prompt-to-prompt.github.io -CycleDiffusion,CycleDiffusion,939.1665758899721,933.2296459876471,X11,Carnegie Mellon University,https://github.com/ChenWu98/cycle-diffusion -SDEdit,SDEdit,925.7056497451632,924.0404372333446,MIT License,Stanford University,https://sde-image-editing.github.io -Pix2PixZero,Pix2PixZero,854.321008718494,852.8919517045811,MIT License,"Carnegie Mellon University, Adobe Research",https://pix2pixzero.github.io +Prompt2prompt,Prompt2prompt,1227.5508595026165,1182.7966878908553,Apache-2.0,"Google, Tel Aviv University",https://prompt-to-prompt.github.io +InstructPix2Pix,InstructPix2Pix,1160.2057367236093,1104.6020920372373,"Copyright 2023 Timothy Brooks, Aleksander Holynski, Alexei A. Efros","University of California, Berkeley",https://www.timothybrooks.com/instruct-pix2pix +PNP,PNP,1142.693603173293,1163.4165011464634,-,Weizmann Institute of Science,https://github.com/MichalGeyer/plug-and-play +MagicBrush,MagicBrush,1053.1728944865915,1104.2259166081321,CC-BY-4.0,"The Ohio State University, University of Waterloo",https://osu-nlp-group.github.io/MagicBrush +Pix2PixZero,Pix2PixZero,918.6047552604578,899.6573774461386,MIT License,"Carnegie Mellon University, Adobe Research",https://pix2pixzero.github.io +CycleDiffusion,CycleDiffusion,865.0529105743963,820.8487760803515,X11,Carnegie Mellon University,https://github.com/ChenWu98/cycle-diffusion +SDEdit,SDEdit,632.7192402790356,724.4526487908217,MIT License,Stanford University,https://sde-image-editing.github.io diff --git a/arena_elo/results/latest/t2i_generation_leaderboard.csv b/arena_elo/results/latest/t2i_generation_leaderboard.csv index da1775b0c2d977efbb34e747773c0810cdc859ba..25bfffa9525814d27c91a3f0ae2c6a97659da5f7 100644 --- a/arena_elo/results/latest/t2i_generation_leaderboard.csv +++ b/arena_elo/results/latest/t2i_generation_leaderboard.csv @@ -1,14 +1,11 @@ key,Model,Arena Elo rating (anony),Arena Elo rating (full),License,Organization,Link -PlayGround V2.5,PlayGround V2.5,1147.606723807855,1147.6221778034428,Playground v2.5 Community License,Playground,https://huggingface.co/playgroundai/playground-v2.5-1024px-aesthetic -PlayGround V2,PlayGround V2,1091.2334764557993,1089.7659373645974,Playground v2 Community License,Playground,https://huggingface.co/playgroundai/playground-v2-1024px-aesthetic -HunyuanDiT,HunyuanDiT,1065.4547402621788,1059.822696492972,tencent-hunyuan-community,Tencent,https://huggingface.co/Tencent-Hunyuan/HunyuanDiT -StableCascade,StableCascade,1054.9236955620781,1057.350072759572,stable-cascade-nc-community (other),Stability AI,https://huggingface.co/stabilityai/stable-cascade -SDXLLightning,SDXLLightning,1041.5331987995974,1046.3081769967216,openrail++,ByteDance,https://huggingface.co/ByteDance/SDXL-Lightning -PixArtAlpha,PixArtAlpha,1039.9410184660687,1029.4729621777742,openrail++,PixArt-alpha,https://huggingface.co/PixArt-alpha/PixArt-XL-2-1024-MS -PixArtSigma,PixArtSigma,1037.206278923615,1036.9341423718772,openrail++,PixArt-alpha,https://fal.ai/models/fal-ai/pixart-sigma -SD3,SD3,1029.1666634630194,1021.3531264138888,stabilityai-nc-research-community,Stability AI,https://huggingface.co/stabilityai/stable-diffusion-3-medium -SDXL,SDXL,985.9087467072235,985.4929552674706,openrail++,Stability AI,https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0 -SDXLTurbo,SDXLTurbo,928.1347201532141,925.8744899139969,sai-nc-community (other),Stability AI,https://huggingface.co/stabilityai/sdxl-turbo -LCM(v1.5/XL),LCM(v1.5/XL),923.7220318873165,917.2043600134182,openrail++,Latent Consistency,https://fal.ai/models/fal-ai/fast-lcm-diffusion/api -OpenJourney,OpenJourney,847.2517080685242,841.3925158226608,creativeml-openrail-m,PromptHero,https://huggingface.co/prompthero/openjourney -LCM,LCM,807.9169974435102,821.1255050210818,MIT License,Tsinghua University,https://huggingface.co/SimianLuo/LCM_Dreamshaper_v7 +Playground v2.5,Playground v2.5,1212.4660228554317,1233.021110469063,N/A,N/A,N/A +StableCascade,StableCascade,1098.8180832734447,1081.4707812969855,stable-cascade-nc-community (other),Stability AI,https://huggingface.co/stabilityai/stable-cascade +PlayGroundV2,PlayGroundV2,1089.993871580802,1088.6262085724481,N/A,N/A,N/A +Playground v2,Playground v2,1049.6156124554975,1051.618375116693,Playground v2 Community License,Playground,https://huggingface.co/playgroundai/playground-v2-1024px-aesthetic +SDXLLightning,SDXLLightning,1036.8582186059539,1039.3079223370821,openrail++,ByteDance,https://huggingface.co/ByteDance/SDXL-Lightning +PixArtAlpha,PixArtAlpha,1016.2085497703334,1002.5100184720693,openrail++,PixArt-alpha,https://huggingface.co/PixArt-alpha/PixArt-XL-2-1024-MS +SDXL,SDXL,960.5073412035289,965.3037978455568,openrail++,Stability AI,https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0 +SDXLTurbo,SDXLTurbo,907.997473382927,910.1644152252661,sai-nc-community (other),Stability AI,https://huggingface.co/stabilityai/sdxl-turbo +OpenJourney,OpenJourney,836.9689192463355,827.9470053715127,creativeml-openrail-m,PromptHero,https://huggingface.co/prompthero/openjourney +LCM,LCM,790.5659076257482,805.8155782210948,MIT License,Tsinghua University,https://huggingface.co/SimianLuo/LCM_Dreamshaper_v7 diff --git a/arena_elo/results/latest/video_generation_leaderboard.csv b/arena_elo/results/latest/video_generation_leaderboard.csv deleted file mode 100644 index 77d74485014e1b1e141e5f702101f925fe13d65c..0000000000000000000000000000000000000000 --- a/arena_elo/results/latest/video_generation_leaderboard.csv +++ /dev/null @@ -1,9 +0,0 @@ -key,Model,Arena Elo rating (anony),Arena Elo rating (full),License,Organization,Link -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 -T2VTurbo,T2VTurbo,1103.0699494641894,1101.117277929343,cc-by-nc-4.0,"University of California, Santa Barbara",https://huggingface.co/jiachenli-ucsb/T2V-Turbo-VC2 -VideoCrafter2,VideoCrafter2,1074.1018336926682,1074.4442213352145,Apache 2.0,Tencent AI Lab,https://ailab-cvc.github.io/videocrafter2/ -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 -LaVie,LaVie,993.1058417381524,992.1853593542747,Apache 2.0,Shanghai AI Lab,https://github.com/Vchitect/LaVie -OpenSora,OpenSora,914.6563792036475,914.3878370939968,Apache 2.0,HPC-AI Tech,https://github.com/hpcaitech/Open-Sora -ModelScope,ModelScope,867.5273136055052,868.7446546619765,cc-by-nc-4.0,Alibaba Group,https://arxiv.org/abs/2308.06571 -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 diff --git a/arena_elo/update_elo_rating.sh b/arena_elo/update_elo_rating.sh index e01437df7ff8ad8abab2964b694017ab0297e660..2be68a1a3f441a165c9614e034b9c8d769506684 100644 --- a/arena_elo/update_elo_rating.sh +++ b/arena_elo/update_elo_rating.sh @@ -1,7 +1,7 @@ # set LOGDIR to default if not set before if [ -z "$LOGDIR" ]; then - echo "LOGDIR is not set. Using default '../GenAI-Arena-hf-logs/vote_log'" - export LOGDIR="../GenAI-Arena-hf-logs/vote_log" + echo "LOGDIR is not set. Please set LOGDIR to the directory where the logs will be stored. Command: export LOGDIR=/path/to/logdir" + exit 1 fi mkdir -p results @@ -13,31 +13,21 @@ edition_battle_cutoff_date=`cat cut_off_date.txt` && rm cut_off_date.txt && echo python -m elo_rating.clean_battle_data --task_name "t2i_generation" 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" -python -m elo_rating.clean_battle_data --task_name "video_generation" -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" - - mkdir -p ./results/$edition_battle_cutoff_date mkdir -p ./results/$generation_battle_cutoff_date -mkdir -p ./results/$video_generation_battle_cutoff_date -cp clean_battle_image_editing_$edition_battle_cutoff_date.json ./results/latest/clean_battle_image_editing.json -cp clean_battle_t2i_generation_$generation_battle_cutoff_date.json ./results/latest/clean_battle_t2i_generation.json -cp clean_battle_video_generation_$video_generation_battle_cutoff_date.json ./results/latest/clean_battle_video_generation.json +cp clean_battle_image_editing_$edition_battle_cutoff_date.json ./results/latest/ +cp clean_battle_t2i_generation_$generation_battle_cutoff_date.json ./results/latest/ mv clean_battle_image_editing_$edition_battle_cutoff_date.json ./results/$edition_battle_cutoff_date/clean_battle_image_editing.json mv clean_battle_t2i_generation_$generation_battle_cutoff_date.json ./results/$generation_battle_cutoff_date/clean_battle_t2i_generation.json -mv clean_battle_video_generation_$video_generation_battle_cutoff_date.json ./results/$video_generation_battle_cutoff_date/clean_battle_video_generation.json -python3 -m elo_rating.elo_analysis --clean-battle-file ./results/$edition_battle_cutoff_date/clean_battle_image_editing.json +python3 -m elo_rating.elo_analysis --clean-battle-file clean_battle_image_editing_$edition_battle_cutoff_date.json mv ./elo_results_$edition_battle_cutoff_date.pkl ./results/$edition_battle_cutoff_date/elo_results_image_editing.pkl -python3 -m elo_rating.elo_analysis --clean-battle-file ./results/$generation_battle_cutoff_date/clean_battle_t2i_generation.json +python3 -m elo_rating.elo_analysis --clean-battle-file clean_battle_t2i_generation_$generation_battle_cutoff_date.json mv ./elo_results_$generation_battle_cutoff_date.pkl ./results/$generation_battle_cutoff_date/elo_results_t2i_generation.pkl -python3 -m elo_rating.elo_analysis --clean-battle-file ./results/$video_generation_battle_cutoff_date/clean_battle_video_generation.json -mv ./elo_results_$video_generation_battle_cutoff_date.pkl ./results/$video_generation_battle_cutoff_date/elo_results_video_generation.pkl - # generat the leaderboard python -m elo_rating.generate_leaderboard \ @@ -50,17 +40,10 @@ python -m elo_rating.generate_leaderboard \ --elo_rating_pkl "./results/$generation_battle_cutoff_date/elo_results_t2i_generation.pkl" \ --output_csv "./results/$generation_battle_cutoff_date/t2i_generation_leaderboard.csv" -python -m elo_rating.generate_leaderboard \ - --model_info_file "./video_generation_model_info.json" \ - --elo_rating_pkl "./results/$video_generation_battle_cutoff_date/elo_results_video_generation.pkl" \ - --output_csv "./results/$video_generation_battle_cutoff_date/video_generation_leaderboard.csv" - mkdir -p ./results/latest cp ./results/$edition_battle_cutoff_date/image_editing_leaderboard.csv ./results/latest/image_editing_leaderboard.csv cp ./results/$generation_battle_cutoff_date/t2i_generation_leaderboard.csv ./results/latest/t2i_generation_leaderboard.csv -cp ./results/$video_generation_battle_cutoff_date/video_generation_leaderboard.csv ./results/latest/video_generation_leaderboard.csv cp ./results/$edition_battle_cutoff_date/elo_results_image_editing.pkl ./results/latest/elo_results_image_editing.pkl cp ./results/$generation_battle_cutoff_date/elo_results_t2i_generation.pkl ./results/latest/elo_results_t2i_generation.pkl -cp ./results/$video_generation_battle_cutoff_date/elo_results_video_generation.pkl ./results/latest/elo_results_video_generation.pkl diff --git a/arena_elo/video_generation_model_info.json b/arena_elo/video_generation_model_info.json deleted file mode 100644 index db95fe34aa58ed8df67b41911e234d7b5ebb725c..0000000000000000000000000000000000000000 --- a/arena_elo/video_generation_model_info.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "AnimateDiff": { - "Link": "https://fal.ai/models/fast-animatediff-t2v", - "License": "creativeml-openrail-m", - "Organization": "The Chinese University of Hong Kong, Shanghai AI Lab, Stanford University" - }, - "AnimateDiffTurbo": { - "Link": "https://fal.ai/models/fast-animatediff-t2v-turbo", - "License": "creativeml-openrail-m", - "Organization": "The Chinese University of Hong Kong, Shanghai AI Lab, Stanford University" - }, - "LaVie": { - "Link": "https://github.com/Vchitect/LaVie", - "License": "Apache 2.0", - "Organization": "Shanghai AI Lab" - }, - "VideoCrafter2": { - "Link": "https://ailab-cvc.github.io/videocrafter2/", - "License": "Apache 2.0", - "Organization": "Tencent AI Lab" - }, - "ModelScope": { - "Link": "https://arxiv.org/abs/2308.06571", - "License": "cc-by-nc-4.0", - "Organization": "Alibaba Group" - }, - "OpenSora": { - "Link": "https://github.com/hpcaitech/Open-Sora", - "License": "Apache 2.0", - "Organization": "HPC-AI Tech" - }, - "StableVideoDiffusion": { - "Link": "https://fal.ai/models/fal-ai/fast-svd/text-to-video/api", - "License": "stable-video-diffusion-nc-community", - "Organization": "Stability AI" - }, - "T2VTurbo": { - "Link": "https://huggingface.co/jiachenli-ucsb/T2V-Turbo-VC2", - "License": "cc-by-nc-4.0", - "Organization": "University of California, Santa Barbara" - } -} diff --git a/model/fal_api_utils.py b/model/fal_api_utils.py new file mode 100644 index 0000000000000000000000000000000000000000..f6c2042420954b2d59478de3bef9f64ae634dad5 --- /dev/null +++ b/model/fal_api_utils.py @@ -0,0 +1,49 @@ +import fal + +class FalModel(): + def __init__(self, model_name, model_type): + self.model_name = model_name + self.modle_type = model_type + + def __call__(self, *args, **kwargs): + + if self.model_type == "text2image": + assert "prompt" in kwargs, "prompt is required for text2image model" + handler = fal.apps.submit( + f"fal-ai/{self.model_name}", + arguments={ + "prompt": kwargs["prompt"] + }, + ) + + for event in handler.iter_events(): + if isinstance(event, fal.apps.InProgress): + print('Request in progress') + print(event.logs) + + result = handler.get() + return result + elif self.model_type == "image2image": + assert "image" in kwargs or "image_url" in kwargs, "image or image_url is required for image2image model" + if "image" in kwargs: + image_url = None + pass + handler = fal.apps.submit( + f"fal-ai/{self.model_name}", + arguments={ + "image_url": image_url + }, + ) + + for event in handler.iter_events(): + if isinstance(event, fal.apps.InProgress): + print('Request in progress') + print(event.logs) + + result = handler.get() + return result + else: + raise ValueError("model_type must be text2image or image2image") + +def load_fal_model(model_name, model_type): + return FalModel(model_name, model_type) \ No newline at end of file diff --git a/model/fetch_museum_results/__init__.py b/model/fetch_museum_results/__init__.py deleted file mode 100644 index 9081b39e3578e5acbe4b58c182109019d9884680..0000000000000000000000000000000000000000 --- a/model/fetch_museum_results/__init__.py +++ /dev/null @@ -1,96 +0,0 @@ -from .imagen_museum import TASK_DICT, DOMAIN -from .imagen_museum import fetch_indexes, fetch_indexes_no_csv -import random - -ARENA_TO_IG_MUSEUM = {"LCM(v1.5/XL)":"LCM", "PlayGroundV2.5": "PlayGroundV2_5"} -ARENA_TO_VG_MUSEUM = {"StableVideoDiffusion": "FastSVD"} - -def draw2_from_imagen_museum(task, model_name1, model_name2): - task_name = TASK_DICT[task] - model_name1 = ARENA_TO_IG_MUSEUM[model_name1] if model_name1 in ARENA_TO_IG_MUSEUM else model_name1 - model_name2 = ARENA_TO_IG_MUSEUM[model_name2] if model_name2 in ARENA_TO_IG_MUSEUM else model_name2 - - domain = DOMAIN - baselink = domain + task_name - - matched_results = fetch_indexes(baselink) - r = random.Random() - uid, value = r.choice(list(matched_results.items())) - image_link_1 = baselink + "/" + model_name1 + "/" + uid - image_link_2 = baselink + "/" + model_name2 + "/" + uid - - if task == "t2i": # Image Gen - prompt = value['prompt'] - return [[image_link_1, image_link_2], [prompt]] - if task == "tie": # Image Edit - instruction = value['instruction'] - input_caption = value['source_global_caption'] - output_caption = value['target_global_caption'] - source_image_link = baselink + "/" + "input" + "/" + uid - return [[source_image_link, image_link_1, image_link_2], [input_caption, output_caption, instruction]] - else: - raise ValueError("Task not supported") - -def draw_from_imagen_museum(task, model_name): - task_name = TASK_DICT[task] - model_name = ARENA_TO_IG_MUSEUM[model_name] if model_name in ARENA_TO_IG_MUSEUM else model_name - - domain = DOMAIN - baselink = domain + task_name - - matched_results = fetch_indexes(baselink) - r = random.Random() - uid, value = r.choice(list(matched_results.items())) - model = model_name - image_link = baselink + "/" + model + "/" + uid - print(image_link) - - if task == "t2i": # Image Gen - prompt = value['prompt'] - return [image_link, prompt] - if task == "tie": # Image Edit - instruction = value['instruction'] - input_caption = value['source_global_caption'] - output_caption = value['target_global_caption'] - source_image_link = baselink + "/" + "input" + "/" + uid - return [[source_image_link, image_link], [input_caption, output_caption, instruction]] - else: - raise ValueError("Task not supported") - -def draw2_from_videogen_museum(task, model_name1, model_name2): - domain = "https://github.com/ChromAIca/VideoGenMuseum/raw/main/Museum/" - baselink = domain + "VideoGenHub_Text-Guided_VG" - - model_name1 = ARENA_TO_VG_MUSEUM[model_name1] if model_name1 in ARENA_TO_VG_MUSEUM else model_name1 - model_name2 = ARENA_TO_VG_MUSEUM[model_name2] if model_name2 in ARENA_TO_VG_MUSEUM else model_name2 - - matched_results = fetch_indexes_no_csv(baselink) - r = random.Random() - uid, value = r.choice(list(matched_results.items())) - video_link_1 = baselink + "/" + model_name1 + "/" + uid - video_link_2 = baselink + "/" + model_name2 + "/" + uid - - if task == "t2v": # Video Gen - prompt = value['prompt_en'] - return [[video_link_1, video_link_2], [prompt]] - else: - raise ValueError("Task not supported") - -def draw_from_videogen_museum(task, model_name): - domain = "https://github.com/ChromAIca/VideoGenMuseum/raw/main/Museum/" - baselink = domain + "VideoGenHub_Text-Guided_VG" - - model_name = ARENA_TO_VG_MUSEUM[model_name] if model_name in ARENA_TO_VG_MUSEUM else model_name - - matched_results = fetch_indexes_no_csv(baselink) - r = random.Random() - uid, value = r.choice(list(matched_results.items())) - model = model_name - video_link = baselink + "/" + model + "/" + uid - print(video_link) - - if task == "t2v": # Video Gen - prompt = value['prompt_en'] - return [video_link, prompt] - else: - raise ValueError("Task not supported") \ No newline at end of file diff --git a/model/fetch_museum_results/imagen_museum/__init__.py b/model/fetch_museum_results/imagen_museum/__init__.py deleted file mode 100644 index 71046e7a0a7a7081f4521dc91503ed05106b0a7b..0000000000000000000000000000000000000000 --- a/model/fetch_museum_results/imagen_museum/__init__.py +++ /dev/null @@ -1,133 +0,0 @@ -import csv -import requests -from io import StringIO -from typing import Union, Optional, Tuple -from PIL import Image -import random - -__version__ = "0.0.1_GenAI_Arena" - -DOMAIN = "https://chromaica.github.io/Museum/" - -TASK_DICT = { - "t2i": "ImagenHub_Text-Guided_IG", - "tie": "ImagenHub_Text-Guided_IE", - "mie": "ImagenHub_Control-Guided_IG", - "cig": "ImagenHub_Control-Guided_IE", - "msdig": "ImagenHub_Multi-Concept_IC", - "sdig": "ImagenHub_Subject-Driven_IG", - "sdie": "ImagenHub_Subject-Driven_IE" -} - -t2i_models= [ - "SD", - "SDXL", - "OpenJourney", - "DeepFloydIF", - "DALLE2" - ] - -mie_models = [ - "Glide", - "SDInpaint", - "BlendedDiffusion", - "SDXLInpaint" - ] - -tie_models = [ - "DiffEdit", - "MagicBrush", - "InstructPix2Pix", - "Prompt2prompt", - "Text2Live", - "SDEdit", - "CycleDiffusion", - "Pix2PixZero" - ] - -sdig_models = [ - "DreamBooth", - "DreamBoothLora", - "TextualInversion", - "BLIPDiffusion_Gen" - ] - -sdie_models = [ - "PhotoSwap", - "DreamEdit", - "BLIPDiffusion_Edit" - ] - -msdig_models = [ - "DreamBooth", - "CustomDiffusion", - "TextualInversion" - ] - -cig_models = [ - "ControlNet", - "UniControl" - ] - -def fetch_csv_keys(url): - """ - Fetches a CSV file from a given URL and parses it into a list of keys, - ignoring the header line. - """ - response = requests.get(url) - response.raise_for_status() # Ensure we notice bad responses - - # Use StringIO to turn the fetched text data into a file-like object - csv_file = StringIO(response.text) - - # Create a CSV reader - csv_reader = csv.reader(csv_file) - - # Skip the header - next(csv_reader, None) - - # Return the list of keys - return [row[0] for row in csv_reader if row] - -def fetch_json_data(url): - """ - Fetches JSON data from a given URL. - """ - response = requests.get(url) - response.raise_for_status() - return response.json() - -def fetch_data_and_match(csv_url, json_url): - """ - Fetches a list of keys from a CSV and then fetches JSON data and matches the keys to the JSON. - """ - # Fetch keys from CSV - keys = fetch_csv_keys(csv_url) - - # Fetch JSON data - json_data = fetch_json_data(json_url) - - # Extract relevant data using keys - matched_data = {key: json_data.get(key) for key in keys if key in json_data} - - return matched_data - -def fetch_indexes(baselink): - matched_results = fetch_data_and_match(baselink+"/dataset_lookup.csv", baselink+"/dataset_lookup.json") - return matched_results - -def fetch_indexes_no_csv(baselink): - matched_results = fetch_json_data(baselink+"/dataset_lookup.json") - return matched_results - -if __name__ == "__main__": - domain = "https://chromaica.github.io/Museum/" - baselink = domain + "ImagenHub_Text-Guided_IE" - matched_results = fetch_indexes(baselink) - for uid, value in matched_results.items(): - print(uid) - model = "CycleDiffusion" - image_link = baselink + "/" + model + "/" + uid - print(image_link) - instruction = value['instruction'] - print(instruction) diff --git a/model/imagenhub_utils.py b/model/imagenhub_utils.py new file mode 100644 index 0000000000000000000000000000000000000000..f1840f577e37ad22d3be2a6e6e1de417d44902d4 --- /dev/null +++ b/model/imagenhub_utils.py @@ -0,0 +1,11 @@ +import imagen_hub + +class ImagenHubModel(): + def __init__(self, model_name): + self.model = imagen_hub.load(model_name) + + def __call__(self, *args, **kwargs): + return self.model.infer_one_image(*args, **kwargs) + +def load_imagenhub_model(model_name, model_type=None): + return ImagenHubModel(model_name) \ No newline at end of file diff --git a/model/model_manager.py b/model/model_manager.py index fb1436faacfd113a77e930e4c0face2b5b32f660..acc83c9170e50eb978505a18f121069f9cbb718a 100644 --- a/model/model_manager.py +++ b/model/model_manager.py @@ -1,232 +1,117 @@ import concurrent.futures import random import gradio as gr +# from fal_api_utils import load_fal_model +from .imagenhub_utils import load_imagenhub_model +import spaces import requests import io, base64, json -import spaces from PIL import Image -from .models import IMAGE_GENERATION_MODELS, IMAGE_EDITION_MODELS, VIDEO_GENERATION_MODELS, MUSEUM_UNSUPPORTED_MODELS, DESIRED_APPEAR_MODEL, load_pipeline -from .fetch_museum_results import draw_from_imagen_museum, draw2_from_imagen_museum, draw_from_videogen_museum, draw2_from_videogen_museum + +IMAGE_GENERATION_MODELS = ['imagenhub_LCM_generation','imagenhub_SDXLTurbo_generation','imagenhub_SDXL_generation', 'imagenhub_PixArtAlpha_generation', + 'imagenhub_OpenJourney_generation','imagenhub_SDXLLightning_generation', 'imagenhub_StableCascade_generation', + 'imagenhub_PlayGroundV2_generation', 'imagenhub_PlayGroundV2.5_generation'] +IMAGE_EDITION_MODELS = ['imagenhub_CycleDiffusion_edition', 'imagenhub_Pix2PixZero_edition', 'imagenhub_Prompt2prompt_edition', + 'imagenhub_SDEdit_edition', 'imagenhub_InstructPix2Pix_edition', 'imagenhub_MagicBrush_edition', 'imagenhub_PNP_edition'] class ModelManager: def __init__(self): self.model_ig_list = IMAGE_GENERATION_MODELS self.model_ie_list = IMAGE_EDITION_MODELS - self.model_vg_list = VIDEO_GENERATION_MODELS - self.excluding_model_list = MUSEUM_UNSUPPORTED_MODELS - self.desired_model_list = DESIRED_APPEAR_MODEL self.loaded_models = {} - + @spaces.GPU def load_model_pipe(self, model_name): + model_source, model_name, model_type = model_name.split("_") if not model_name in self.loaded_models: - pipe = load_pipeline(model_name) + if model_source == "imagenhub": + pipe = load_imagenhub_model(model_name) + # elif model_source == "fal": + # pipe = load_fal_model(model_name, model_type) + else: + raise ValueError(f"Model source {model_source} not supported") self.loaded_models[model_name] = pipe else: pipe = self.loaded_models[model_name] return pipe - @spaces.GPU(duration=120) + def generate_image_playground(self, model_name, prompt): + if model_name == "imagenhub_PlayGroundV2_generation": + model_name = "Playground_v2" + elif model_name == "imagenhub_PlayGroundV2.5_generation": + model_name = "Playground_v2.5" + + headers = { + 'Content-Type': 'application/json', + 'Authorization': 'Bearer pg_0061b0a63475918714c4be28ec9a4a861a5012b57b12b77adaee97677cb35a87', + } + + data = json.dumps({"prompt": prompt, "filter_model": model_name, "scheduler": "DPMPP_2M_K", "guidance_scale": 3}) + + response = requests.post('https://playground.com/api/models/external/v1', headers=headers, data=data) + response.raise_for_status() + json_obj = response.json() + image_base64 = json_obj['images'][0] + img = Image.open(io.BytesIO(base64.decodebytes(bytes(image_base64, "utf-8")))) + + return img + @spaces.GPU def generate_image_ig(self, prompt, model_name): - pipe = self.load_model_pipe(model_name) - result = pipe(prompt=prompt) - return result - - def generate_image_ig_api(self, prompt, model_name): - pipe = self.load_model_pipe(model_name) - result = pipe(prompt=prompt) + if 'playground' in model_name.lower(): + result = self.generate_image_playground(model_name=model_name, prompt=prompt) + else: + pipe = self.load_model_pipe(model_name) + result = pipe(prompt=prompt) return result - - def generate_image_ig_museum(self, model_name): - model_name = model_name.split('_')[1] - result_list = draw_from_imagen_museum("t2i", model_name) - image_link = result_list[0] - prompt = result_list[1] - - return image_link, prompt - - + # @spaces.GPU def generate_image_ig_parallel_anony(self, prompt, model_A, model_B): - # Using list comprehension to get the difference between two lists - picking_list = [item for item in self.model_ig_list if item not in self.excluding_model_list] if model_A == "" and model_B == "": - model_names = random.sample([model for model in picking_list], 2) + model_names = random.sample([model for model in self.model_ig_list], 2) else: model_names = [model_A, model_B] + results = [] with concurrent.futures.ThreadPoolExecutor() as executor: - futures = [executor.submit(self.generate_image_ig, prompt, model) if model.startswith("imagenhub") - else executor.submit(self.generate_image_ig_api, prompt, model) for model in model_names] - results = [future.result() for future in futures] + future_to_result = {executor.submit(self.generate_image_ig, prompt, model): model for model in model_names} + for future in concurrent.futures.as_completed(future_to_result): + result = future.result() + results.append(result) return results[0], results[1], model_names[0], model_names[1] - - def generate_image_ig_museum_parallel_anony(self, model_A, model_B): - # Using list comprehension to get the difference between two lists - picking_list = [item for item in self.model_ig_list if item not in self.excluding_model_list] - if model_A == "" and model_B == "": - model_names = random.sample([model for model in picking_list], 2) - else: - model_names = [model_A, model_B] - - with concurrent.futures.ThreadPoolExecutor() as executor: - model_1 = model_names[0].split('_')[1] - model_2 = model_names[1].split('_')[1] - result_list = draw2_from_imagen_museum("t2i", model_1, model_2) - image_links = result_list[0] - prompt_list = result_list[1] - - return image_links[0], image_links[1], model_names[0], model_names[1], prompt_list[0] - + # @spaces.GPU def generate_image_ig_parallel(self, prompt, model_A, model_B): + results = [] model_names = [model_A, model_B] with concurrent.futures.ThreadPoolExecutor() as executor: - futures = [executor.submit(self.generate_image_ig, prompt, model) if model.startswith("imagenhub") - else executor.submit(self.generate_image_ig_api, prompt, model) for model in model_names] - results = [future.result() for future in futures] + future_to_result = {executor.submit(self.generate_image_ig, prompt, model): model for model in model_names} + for future in concurrent.futures.as_completed(future_to_result): + result = future.result() + results.append(result) return results[0], results[1] - - def generate_image_ig_museum_parallel(self, model_A, model_B): - with concurrent.futures.ThreadPoolExecutor() as executor: - model_1 = model_A.split('_')[1] - model_2 = model_B.split('_')[1] - result_list = draw2_from_imagen_museum("t2i", model_1, model_2) - image_links = result_list[0] - prompt_list = result_list[1] - return image_links[0], image_links[1], prompt_list[0] - - - @spaces.GPU(duration=200) + @spaces.GPU def generate_image_ie(self, textbox_source, textbox_target, textbox_instruct, source_image, model_name): pipe = self.load_model_pipe(model_name) result = pipe(src_image = source_image, src_prompt = textbox_source, target_prompt = textbox_target, instruct_prompt = textbox_instruct) return result - - def generate_image_ie_museum(self, model_name): - model_name = model_name.split('_')[1] - result_list = draw_from_imagen_museum("tie", model_name) - image_links = result_list[0] - prompt_list = result_list[1] - # image_links = [src, model] - # prompt_list = [source_caption, target_caption, instruction] - return image_links[0], image_links[1], prompt_list[0], prompt_list[1], prompt_list[2] - + # @spaces.GPU def generate_image_ie_parallel(self, textbox_source, textbox_target, textbox_instruct, source_image, model_A, model_B): + results = [] model_names = [model_A, model_B] with concurrent.futures.ThreadPoolExecutor() as executor: - futures = [ - executor.submit(self.generate_image_ie, textbox_source, textbox_target, textbox_instruct, source_image, - model) for model in model_names] - results = [future.result() for future in futures] + future_to_result = {executor.submit(self.generate_image_ie, textbox_source, textbox_target, textbox_instruct, source_image, model): model for model in model_names} + for future in concurrent.futures.as_completed(future_to_result): + result = future.result() + results.append(result) return results[0], results[1] - - def generate_image_ie_museum_parallel(self, model_A, model_B): - model_names = [model_A, model_B] - with concurrent.futures.ThreadPoolExecutor() as executor: - model_1 = model_names[0].split('_')[1] - model_2 = model_names[1].split('_')[1] - result_list = draw2_from_imagen_museum("tie", model_1, model_2) - image_links = result_list[0] - prompt_list = result_list[1] - # image_links = [src, model_A, model_B] - # prompt_list = [source_caption, target_caption, instruction] - return image_links[0], image_links[1], image_links[2], prompt_list[0], prompt_list[1], prompt_list[2] - + # @spaces.GPU def generate_image_ie_parallel_anony(self, textbox_source, textbox_target, textbox_instruct, source_image, model_A, model_B): - # Using list comprehension to get the difference between two lists - picking_list = [item for item in self.model_ie_list if item not in self.excluding_model_list] if model_A == "" and model_B == "": - model_names = random.sample([model for model in picking_list], 2) + model_names = random.sample([model for model in self.model_ie_list], 2) else: model_names = [model_A, model_B] + results = [] + # model_names = [model_A, model_B] with concurrent.futures.ThreadPoolExecutor() as executor: - futures = [executor.submit(self.generate_image_ie, textbox_source, textbox_target, textbox_instruct, source_image, model) for model in model_names] - results = [future.result() for future in futures] - return results[0], results[1], model_names[0], model_names[1] - - def generate_image_ie_museum_parallel_anony(self, model_A, model_B): - # Using list comprehension to get the difference between two lists - picking_list = [item for item in self.model_ie_list if item not in self.excluding_model_list] - if model_A == "" and model_B == "": - model_names = random.sample([model for model in picking_list], 2) - else: - model_names = [model_A, model_B] - with concurrent.futures.ThreadPoolExecutor() as executor: - model_1 = model_names[0].split('_')[1] - model_2 = model_names[1].split('_')[1] - result_list = draw2_from_imagen_museum("tie", model_1, model_2) - image_links = result_list[0] - prompt_list = result_list[1] - # image_links = [src, model_A, model_B] - # prompt_list = [source_caption, target_caption, instruction] - return image_links[0], image_links[1], image_links[2], prompt_list[0], prompt_list[1], prompt_list[2], model_names[0], model_names[1] - - @spaces.GPU(duration=150) - def generate_video_vg(self, prompt, model_name): - pipe = self.load_model_pipe(model_name) - result = pipe(prompt=prompt) - return result - - def generate_video_vg_api(self, prompt, model_name): - pipe = self.load_model_pipe(model_name) - result = pipe(prompt=prompt) - return result - - def generate_video_vg_museum(self, model_name): - model_name = model_name.split('_')[1] - result_list = draw_from_videogen_museum("t2v", model_name) - video_link = result_list[0] - prompt = result_list[1] - - return video_link, prompt - - def generate_video_vg_parallel_anony(self, prompt, model_A, model_B): - # Using list comprehension to get the difference between two lists - picking_list = [item for item in self.model_vg_list if item not in self.excluding_model_list] - if model_A == "" and model_B == "": - model_names = random.sample([model for model in picking_list], 2) - else: - model_names = [model_A, model_B] - - with concurrent.futures.ThreadPoolExecutor() as executor: - futures = [executor.submit(self.generate_video_vg, prompt, model) if model.startswith("videogenhub") - else executor.submit(self.generate_video_vg_api, prompt, model) for model in model_names] - results = [future.result() for future in futures] - return results[0], results[1], model_names[0], model_names[1] - - def generate_video_vg_museum_parallel_anony(self, model_A, model_B): - # Using list comprehension to get the difference between two lists - picking_list = [item for item in self.model_vg_list if item not in self.excluding_model_list] - #picking_list = [item for item in picking_list if item not in self.desired_model_list] - if model_A == "" and model_B == "": - model_names = random.sample([model for model in picking_list], 2) - - #override the random selection - #model_names[random.choice([0, 1])] = random.choice(self.desired_model_list) - else: - model_names = [model_A, model_B] - - with concurrent.futures.ThreadPoolExecutor() as executor: - model_1 = model_names[0].split('_')[1] - model_2 = model_names[1].split('_')[1] - result_list = draw2_from_videogen_museum("t2v", model_1, model_2) - video_links = result_list[0] - prompt_list = result_list[1] - - return video_links[0], video_links[1], model_names[0], model_names[1], prompt_list[0] - - def generate_video_vg_parallel(self, prompt, model_A, model_B): - model_names = [model_A, model_B] - with concurrent.futures.ThreadPoolExecutor() as executor: - futures = [executor.submit(self.generate_video_vg, prompt, model) if model.startswith("videogenhub") - else executor.submit(self.generate_video_vg_api, prompt, model) for model in model_names] - results = [future.result() for future in futures] - return results[0], results[1] - - def generate_video_vg_museum_parallel(self, model_A, model_B): - model_names = [model_A, model_B] - with concurrent.futures.ThreadPoolExecutor() as executor: - model_1 = model_A.split('_')[1] - model_2 = model_B.split('_')[1] - result_list = draw2_from_videogen_museum("t2v", model_1, model_2) - video_links = result_list[0] - prompt_list = result_list[1] - return video_links[0], video_links[1], prompt_list[0] \ No newline at end of file + future_to_result = {executor.submit(self.generate_image_ie, textbox_source, textbox_target, textbox_instruct, source_image, model): model for model in model_names} + for future in concurrent.futures.as_completed(future_to_result): + result = future.result() + results.append(result) + return results[0], results[1], model_names[0], model_names[1] \ No newline at end of file diff --git a/model/model_registry.py b/model/model_registry.py index 79f26a046360c1229049d4ff5dfc15de2e3692ee..39c64ecf67fe113f4e832c35df93228560c19605 100644 --- a/model/model_registry.py +++ b/model/model_registry.py @@ -46,28 +46,21 @@ def get_model_description_md(model_list): # regist image generation models register_model_info( - ["imagenhub_LCM_generation", "fal_LCM_text2image"], + ["imagenhub_LCM_generation"], "LCM", "https://huggingface.co/SimianLuo/LCM_Dreamshaper_v7", "Latent Consistency Models.", ) register_model_info( - ["fal_LCM(v1.5/XL)_text2image"], - "LCM(v1.5/XL)", - "https://fal.ai/models/fast-lcm-diffusion-turbo", - "Latent Consistency Models (v1.5/XL)", -) - -register_model_info( - ["imagenhub_PlayGroundV2_generation", 'playground_PlayGroundV2_generation'], + ["imagenhub_PlayGroundV2_generation"], "Playground v2", "https://huggingface.co/playgroundai/playground-v2-1024px-aesthetic", "Playground v2 – 1024px Aesthetic Model", ) register_model_info( - ["imagenhub_PlayGroundV2.5_generation", 'playground_PlayGroundV2.5_generation'], + ["imagenhub_PlayGroundV2.5_generation"], "Playground v2.5", "https://huggingface.co/playgroundai/playground-v2.5-1024px-aesthetic", "Playground v2.5 is the state-of-the-art open-source model in aesthetic quality", @@ -81,26 +74,19 @@ register_model_info( ) register_model_info( - ["imagenhub_SDXLTurbo_generation", "fal_SDXLTurbo_text2image"], + ["imagenhub_SDXLTurbo_generation"], "SDXLTurbo", "https://huggingface.co/stabilityai/sdxl-turbo", "SDXL-Turbo is a fast generative text-to-image model.", ) register_model_info( - ["imagenhub_SDXL_generation", "fal_SDXL_text2image"], + ["imagenhub_SDXL_generation"], "SDXL", "https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0", "SDXL is a Latent Diffusion Model that uses two fixed, pretrained text encoders.", ) -register_model_info( - ["imagenhub_SD3_generation"], - "SD3", - "https://huggingface.co/blog/sd3", - "SD3 is a novel Multimodal Diffusion Transformer (MMDiT) model.", -) - register_model_info( ["imagenhub_PixArtAlpha_generation"], "PixArtAlpha", @@ -109,33 +95,19 @@ register_model_info( ) register_model_info( - ["imagenhub_PixArtSigma_generation", "fal_PixArtSigma_text2image"], - "PixArtSigma", - "https://github.com/PixArt-alpha/PixArt-sigma", - "Improved version of Pixart-α.", -) - -register_model_info( - ["imagenhub_SDXLLightning_generation", "fal_SDXLLightning_text2image"], + ["imagenhub_SDXLLightning_generation"], "SDXL-Lightning", "https://huggingface.co/ByteDance/SDXL-Lightning", "SDXL-Lightning is a lightning-fast text-to-image generation model.", ) register_model_info( - ["imagenhub_StableCascade_generation", "fal_StableCascade_text2image"], + ["imagenhub_StableCascade_generation"], "StableCascade", "https://huggingface.co/stabilityai/stable-cascade", "StableCascade is built upon the Würstchen architecture and working at a much smaller latent space.", ) -register_model_info( - ["imagenhub_HunyuanDiT_generation"], - "HunyuanDiT", - "https://github.com/Tencent/HunyuanDiT", - "HunyuanDiT is a Powerful Multi-Resolution Diffusion Transformer with Fine-Grained Chinese Understanding", -) - # regist image edition models register_model_info( ["imagenhub_CycleDiffusion_edition"], @@ -158,6 +130,12 @@ register_model_info( "Image Editing with Cross-Attention Control.", ) +# register_model_info( +# ["imagenhub_SDEdit_edition"], +# "SDEdit", +# "", +# "xxx", +# ) register_model_info( ["imagenhub_InstructPix2Pix_edition"], @@ -181,72 +159,15 @@ register_model_info( ) register_model_info( - ["imagenhub_InfEdit_edition"], - "InfEdit", - "https://sled-group.github.io/InfEdit/", - "Inversion-Free Image Editing with Natural Language.", -) - -register_model_info( - ["imagenhub_CosXLEdit_edition"], - "CosXLEdit", - "https://huggingface.co/stabilityai/cosxl", - "An instruction-based image editing model from SDXL.", -) - -register_model_info( - ["fal_stable-cascade_text2image"], + ["fal_stable_cascade"], "StableCascade", "https://fal.ai/models/stable-cascade/api", "StableCascade is a generative model that can generate high-quality images from text prompts.", ) - -register_model_info( - ["fal_AnimateDiff_text2video"], - "AnimateDiff", - "https://fal.ai/models/fast-animatediff-t2v", - "AnimateDiff is a text-driven models that produce diverse and personalized animated images.", -) - -register_model_info( - ["fal_StableVideoDiffusion_text2video"], - "StableVideoDiffusion", - "https://fal.ai/models/fal-ai/fast-svd/text-to-video/api", - "Stable Video Diffusion empowers individuals to transform text and image inputs into vivid scenes.", -) - -register_model_info( - ["fal_AnimateDiffTurbo_text2video"], - "AnimateDiff Turbo", - "https://fal.ai/models/fast-animatediff-t2v-turbo", - "AnimateDiff Turbo is a lightning version of AnimateDiff.", -) - -register_model_info( - ["videogenhub_LaVie_generation"], - "LaVie", - "https://github.com/Vchitect/LaVie", - "LaVie is a video generation model with cascaded latent diffusion models.", -) - -register_model_info( - ["videogenhub_VideoCrafter2_generation"], - "VideoCrafter2", - "https://ailab-cvc.github.io/videocrafter2/", - "VideoCrafter2 is a T2V model that disentangling motion from appearance.", -) - -register_model_info( - ["videogenhub_ModelScope_generation"], - "ModelScope", - "https://arxiv.org/abs/2308.06571", - "ModelScope is a a T2V synthesis model that evolves from a T2I synthesis model.", -) - -register_model_info( - ["videogenhub_OpenSora_generation"], - "OpenSora", - "https://github.com/hpcaitech/Open-Sora", - "A community-driven opensource implementation of Sora.", -) + +models = ['imagenhub_LCM_generation','imagenhub_SDXLTurbo_generation','imagenhub_SDXL_generation', + 'imagenhub_OpenJourney_generation','imagenhub_PixArtAlpha_generation','imagenhub_SDXLLightning_generation', + 'imagenhub_StableCascade_generation','imagenhub_PlaygroundV2_generation', 'fal_Playground-v25_generation', 'fal_stable_cascade', + 'imagenhub_CycleDiffusion_edition', 'imagenhub_Pix2PixZero_edition', 'imagenhub_Prompt2prompt_edition', + 'imagenhub_SDEdit_edition', 'imagenhub_InstructPix2Pix_edition', 'imagenhub_MagicBrush_edition', 'imagenhub_PNP_edition'] diff --git a/model/models/__init__.py b/model/models/__init__.py deleted file mode 100644 index ade4ec1bf0f16707dd41be205c7715a71ec7a37c..0000000000000000000000000000000000000000 --- a/model/models/__init__.py +++ /dev/null @@ -1,46 +0,0 @@ -from .imagenhub_models import load_imagenhub_model -from .playground_api import load_playground_model -from .fal_api_models import load_fal_model -from .videogenhub_models import load_videogenhub_model - - -# IMAGE_GENERATION_MODELS = ['fal_LCM(v1.5/XL)_text2image','fal_SDXLTurbo_text2image','fal_SDXL_text2image', 'imagenhub_PixArtAlpha_generation', 'fal_PixArtSigma_text2image', -# 'imagenhub_OpenJourney_generation','fal_SDXLLightning_text2image', 'fal_StableCascade_text2image', -# 'playground_PlayGroundV2_generation', 'playground_PlayGroundV2.5_generation'] -IMAGE_GENERATION_MODELS = ['imagenhub_SDXLTurbo_generation','imagenhub_SDXL_generation', 'imagenhub_PixArtAlpha_generation', 'imagenhub_PixArtSigma_generation', - 'imagenhub_OpenJourney_generation','imagenhub_SDXLLightning_generation', 'imagenhub_StableCascade_generation', 'imagenhub_HunyuanDiT_generation', - 'playground_PlayGroundV2.5_generation', 'imagenhub_SD3_generation'] # 'playground_PlayGroundV2_generation' -IMAGE_EDITION_MODELS = ['imagenhub_CycleDiffusion_edition', 'imagenhub_Pix2PixZero_edition', 'imagenhub_Prompt2prompt_edition', - 'imagenhub_SDEdit_edition', 'imagenhub_InstructPix2Pix_edition', - 'imagenhub_MagicBrush_edition', 'imagenhub_PNP_edition', - 'imagenhub_InfEdit_edition', 'imagenhub_CosXLEdit_edition'] -VIDEO_GENERATION_MODELS = ['fal_AnimateDiff_text2video', - 'fal_AnimateDiffTurbo_text2video', - 'videogenhub_LaVie_generation', - 'videogenhub_VideoCrafter2_generation', - 'videogenhub_ModelScope_generation', - 'videogenhub_OpenSora_generation', 'videogenhub_T2VTurbo_generation','fal_StableVideoDiffusion_text2video'] -MUSEUM_UNSUPPORTED_MODELS = ['videogenhub_OpenSoraPlan_generation'] -DESIRED_APPEAR_MODEL = ['videogenhub_T2VTurbo_generation','fal_StableVideoDiffusion_text2video'] - -def load_pipeline(model_name): - """ - Load a model pipeline based on the model name - Args: - model_name (str): The name of the model to load, should be of the form {source}_{name}_{type} - the source can be either imagenhub or playground - the name is the name of the model used to load the model - the type is the type of the model, either generation or edition - """ - model_source, model_name, model_type = model_name.split("_") - if model_source == "imagenhub": - pipe = load_imagenhub_model(model_name, model_type) - elif model_source == "playground": - pipe = load_playground_model(model_name) - elif model_source == "fal": - pipe = load_fal_model(model_name, model_type) - elif model_source == "videogenhub": - pipe = load_videogenhub_model(model_name) - else: - raise ValueError(f"Model source {model_source} not supported") - return pipe \ No newline at end of file diff --git a/model/models/fal_api_models.py b/model/models/fal_api_models.py deleted file mode 100644 index 102aab5cb3bbb3c8cf03421776c8f837cf5246de..0000000000000000000000000000000000000000 --- a/model/models/fal_api_models.py +++ /dev/null @@ -1,105 +0,0 @@ -import fal_client -from PIL import Image -import requests -import io -import os -import base64 - -FAL_MODEl_NAME_MAP = {"SDXL": "fast-sdxl", "SDXLTurbo": "fast-turbo-diffusion", "SDXLLightning": "fast-lightning-sdxl", - "LCM(v1.5/XL)": "fast-lcm-diffusion", "PixArtSigma": "pixart-sigma", "StableCascade": "stable-cascade"} - -class FalModel(): - def __init__(self, model_name, model_type): - self.model_name = model_name - self.model_type = model_type - os.environ['FAL_KEY'] = os.environ['FalAPI'] - - def __call__(self, *args, **kwargs): - def decode_data_url(data_url): - # Find the start of the Base64 encoded data - base64_start = data_url.find(",") + 1 - if base64_start == 0: - raise ValueError("Invalid data URL provided") - - # Extract the Base64 encoded data - base64_string = data_url[base64_start:] - - # Decode the Base64 string - decoded_bytes = base64.b64decode(base64_string) - - return decoded_bytes - - if self.model_type == "text2image": - assert "prompt" in kwargs, "prompt is required for text2image model" - handler = fal_client.submit( - f"fal-ai/{FAL_MODEl_NAME_MAP[self.model_name]}", - arguments={ - "prompt": kwargs["prompt"] - }, - ) - for event in handler.iter_events(with_logs=True): - if isinstance(event, fal_client.InProgress): - print('Request in progress') - print(event.logs) - result = handler.get() - print(result) - result_url = result['images'][0]['url'] - if self.model_name in ["SDXLTurbo", "LCM(v1.5/XL)"]: - result_url = io.BytesIO(decode_data_url(result_url)) - result = Image.open(result_url) - else: - response = requests.get(result_url) - result = Image.open(io.BytesIO(response.content)) - return result - elif self.model_type == "image2image": - raise NotImplementedError("image2image model is not implemented yet") - # assert "image" in kwargs or "image_url" in kwargs, "image or image_url is required for image2image model" - # if "image" in kwargs: - # image_url = None - # pass - # handler = fal_client.submit( - # f"fal-ai/{self.model_name}", - # arguments={ - # "image_url": image_url - # }, - # ) - # - # for event in handler.iter_events(): - # if isinstance(event, fal_client.InProgress): - # print('Request in progress') - # print(event.logs) - # - # result = handler.get() - # return result - elif self.model_type == "text2video": - assert "prompt" in kwargs, "prompt is required for text2video model" - if self.model_name == 'AnimateDiff': - fal_model_name = 'fast-animatediff/text-to-video' - elif self.model_name == 'AnimateDiffTurbo': - fal_model_name = 'fast-animatediff/turbo/text-to-video' - elif self.model_name == 'StableVideoDiffusion': - fal_model_name = 'fast-svd/text-to-video' - else: - raise NotImplementedError(f"text2video model of {self.model_name} in fal is not implemented yet") - handler = fal_client.submit( - f"fal-ai/{fal_model_name}", - arguments={ - "prompt": kwargs["prompt"] - }, - ) - - for event in handler.iter_events(with_logs=True): - if isinstance(event, fal_client.InProgress): - print('Request in progress') - print(event.logs) - - result = handler.get() - print("result video: ====") - print(result) - result_url = result['video']['url'] - return result_url - else: - raise ValueError("model_type must be text2image or image2image") - -def load_fal_model(model_name, model_type): - return FalModel(model_name, model_type) \ No newline at end of file diff --git a/model/models/imagenhub_models.py b/model/models/imagenhub_models.py deleted file mode 100644 index 68dc2963896183b679de7b5c4bf3c4a698abe0d6..0000000000000000000000000000000000000000 --- a/model/models/imagenhub_models.py +++ /dev/null @@ -1,33 +0,0 @@ -import imagen_hub - -class ImagenHubModel(): - def __init__(self, model_name): - self.model = imagen_hub.load(model_name) - - def __call__(self, *args, **kwargs): - return self.model.infer_one_image(*args, **kwargs) - -class PNP(ImagenHubModel): - def __init__(self): - super().__init__('PNP') - - def __call__(self, *args, **kwargs): - if "num_inversion_steps" not in kwargs: - kwargs["num_inversion_steps"] = 200 - return super().__call__(*args, **kwargs) - -class Prompt2prompt(ImagenHubModel): - def __init__(self): - super().__init__('Prompt2prompt') - - def __call__(self, *args, **kwargs): - if "num_inner_steps" not in kwargs: - kwargs["num_inner_steps"] = 3 - return super().__call__(*args, **kwargs) - -def load_imagenhub_model(model_name, model_type=None): - if model_name == 'PNP': - return PNP() - if model_name == 'Prompt2prompt': - return Prompt2prompt() - return ImagenHubModel(model_name) \ No newline at end of file diff --git a/model/models/playground_api.py b/model/models/playground_api.py deleted file mode 100644 index 2a7111052d7bd18f9d34d798fc5a6cd5c8563306..0000000000000000000000000000000000000000 --- a/model/models/playground_api.py +++ /dev/null @@ -1,35 +0,0 @@ -import os -import json -import requests -from PIL import Image -import io -import base64 -class PlayGround(): - def __init__(self, model_name, model_type=None): - self.model_name = model_name - self.model_type = model_type - self.api_key = os.environ['PlaygroundAPI'] - if model_name == "PlayGroundV2": - self._model_name = "Playground_v2" - elif model_name == "PlayGroundV2.5": - self._model_name = "Playground_v2.5" - - - def __call__(self, prompt): - headers = { - 'Content-Type': 'application/json', - 'Authorization': "Bearer " + self.api_key, - } - - data = json.dumps({"prompt": prompt, "filter_model": self._model_name, "scheduler": "DPMPP_2M_K", "guidance_scale": 3}) - - response = requests.post('https://playground.com/api/models/external/v1', headers=headers, data=data) - response.raise_for_status() - json_obj = response.json() - image_base64 = json_obj['images'][0] - img = Image.open(io.BytesIO(base64.decodebytes(bytes(image_base64, "utf-8")))) - - return img - -def load_playground_model(model_name, model_type="generation"): - return PlayGround(model_name, model_type) \ No newline at end of file diff --git a/model/models/videogenhub_models.py b/model/models/videogenhub_models.py deleted file mode 100644 index e462df6996798a877210c4d24d3584c254d0dbfa..0000000000000000000000000000000000000000 --- a/model/models/videogenhub_models.py +++ /dev/null @@ -1,12 +0,0 @@ -import videogen_hub - - -class VideogenHubModel(): - def __init__(self, model_name): - self.model = videogen_hub.load(model_name) - - def __call__(self, *args, **kwargs): - return self.model.infer_one_video(*args, **kwargs) - -def load_videogenhub_model(model_name): - return VideogenHubModel(model_name) \ No newline at end of file diff --git a/model/other_models.py b/model/other_models.py deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/requirements.txt b/requirements.txt index b9f6af322df0f0479ebf6f5348e4da1a1189a06b..3b20e767702a506571b282832eb53432744dffb3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ faiss-cpu fire h5py xformers~=0.0.20 -numpy>=1.23.5 +numpy>=1.24.0 pandas<2.0.0 peft torch @@ -25,7 +25,7 @@ pillow~=9.5.0 einops>=0.4.1 torch-fidelity>=0.3.0 setuptools>=59.5.0 -transformers +transformers==4.37.2 torchmetrics>=0.6.0 lpips dreamsim @@ -46,33 +46,5 @@ openai nltk~=3.8.1 krippendorff statsmodels -plotly -e git+https://github.com/TIGER-AI-Lab/ImagenHub.git#egg=imagen-hub -fal_client --e git+https://github.com/TIGER-AI-Lab/VideoGenHub.git#egg=videogen-hub -open_clip_torch -decord -huggingface_hub -open-clip-torch-any-py3 -modelscope -protobuf==3.20.* -rotary_embedding_torch -av -natsort -colossalai -mmengine -pre-commit -pyav -pyarrow -tensorboard -timm -wandb -pandarallel -kaleido - - - - - - - +plotly \ No newline at end of file diff --git a/serve/constants.py b/serve/constants.py index 5f9600d1f9f6f3c4fb8b746ec840413f43d04344..38aa36a53a3c49b8f3457a9329654da19dca2cab 100644 --- a/serve/constants.py +++ b/serve/constants.py @@ -2,19 +2,15 @@ import os LOGDIR = os.getenv("LOGDIR", "./GenAI-Arena-hf-logs/vote_log") IMAGE_DIR = os.getenv("IMAGE_DIR", f"{LOGDIR}/images") -VIDEO_DIR = os.getenv("VIDEO_DIR", f"{LOGDIR}/videos") SERVER_PORT = os.getenv("SERVER_PORT", 7860) ROOT_PATH = os.getenv("ROOT_PATH", None) ELO_RESULTS_DIR = os.getenv("ELO_RESULTS_DIR", "./arena_elo/results/latest") LOG_SERVER = os.getenv("LOG_SERVER", "https://tigerai.ca") -LOG_SERVER_SUBDOMAIN = os.getenv("LOG_SERVER_SUBDOMAIN", "/GenAI-Arena-hf-logs") -LOG_SERVER_ADDR = os.getenv("LOG_SERVER_ADDR", f"{LOG_SERVER}{LOG_SERVER_SUBDOMAIN}") +LOG_SERVER_SUBDOAMIN = os.getenv("LOG_SERVER_SUBDIR", "GenAI-Arena-hf-logs") +LOG_SERVER_ADDR = os.getenv("LOG_SERVER_ADDR", f"{LOG_SERVER}/{LOG_SERVER_SUBDOAMIN}") # LOG SERVER API ENDPOINTS APPEND_JSON = "append_json" SAVE_IMAGE = "save_image" -SAVE_VIDEO = "save_video" -SAVE_LOG = "save_log" - diff --git a/serve/gradio_web.py b/serve/gradio_web.py index a2ca707b76e7ac5dc4000e4f5e729fbf40591209..e7578c302c14e0022e6f7438f6e8ffd92f4a437f 100644 --- a/serve/gradio_web.py +++ b/serve/gradio_web.py @@ -9,30 +9,22 @@ from .vote_utils import ( bothbad_vote_last_response_igm as bothbad_vote_last_response, share_click_igm as share_click, generate_ig, - generate_ig_museum, generate_igm, - generate_igm_museum, generate_igm_annoy, - generate_igm_annoy_museum, share_js ) -from functools import partial +from functools import partial def build_side_by_side_ui_anony(models): notice_markdown = """ # ⚔️ GenAI-Arena ⚔️ : Benchmarking Visual Generative Models in the Wild -| [Code](https://huggingface.co/spaces/TIGER-Lab/GenAI-Arena/tree/main) | [Paper](https://arxiv.org/abs/2406.04485v1) | [Dataset](https://huggingface.co/datasets/TIGER-Lab/GenAI-Bench) | +| [GitHub](https://github.com/TIGER-AI-Lab/ImagenHub) | [Paper](https://arxiv.org/abs/2310.01596) | [Dataset](https://huggingface.co/ImagenHub) | ## 📜 Rules - Input prompt to two anonymous models in same area (e.g., LCM, SDXL, SDXL-turbo in Text-guided Image Generation Model, MagicBrush, InstructPix2Pix in Text-guided Image Editing Model) and vote for the better one! - When the results are ready, click the button below to vote. - Vote won't be counted if model identity is revealed during conversation. - Click "New Round" to start a new round. -## ⚠️ Data Collection Consent -- Your input and votes will be collected for research purposes only. -- By using this service, you agree to the collection of your input and votes for research purposes. -- Your data will be anonymized and will not be used for commercial purposes. - ## 🏆 Arena Elo Find out who is the 🥇conditional image generation models! More models are going to be supported. @@ -45,7 +37,6 @@ Find out who is the 🥇conditional image generation models! More models are goi state0 = gr.State() state1 = gr.State() gen_func = partial(generate_igm_annoy, models.generate_image_ig_parallel_anony) - gen_func_random = partial(generate_igm_annoy_museum, models.generate_image_ig_museum_parallel_anony) gr.Markdown(notice_markdown, elem_id="notice_markdown") @@ -55,15 +46,15 @@ Find out who is the 🥇conditional image generation models! More models are goi gr.Markdown(model_description_md, elem_id="model_description_markdown") with gr.Row(): with gr.Column(): - chatbot_left = gr.Image(width=512, label = "Model A") + chatbot_left = gr.Image(height=512, width=512, label = "Model A") with gr.Column(): - chatbot_right = gr.Image(width=512, label = "Model B") + chatbot_right = gr.Image(height=512, width=512, label = "Model B") with gr.Row(): with gr.Column(): - model_selector_left = gr.Markdown("", visible=False) + model_selector_left =gr.Markdown("") with gr.Column(): - model_selector_right = gr.Markdown("", visible=False) + model_selector_right = gr.Markdown("") with gr.Row(): slow_warning = gr.Markdown("", elem_id="notice_markdown") @@ -87,16 +78,15 @@ Find out who is the 🥇conditional image generation models! More models are goi elem_id="input_box", ) send_btn = gr.Button(value="Send", variant="primary", scale=0) - draw_btn = gr.Button(value="🎲 Random sample", variant="primary", scale=0) with gr.Row(): clear_btn = gr.Button(value="🎲 New Round", interactive=False) regenerate_btn = gr.Button(value="🔄 Regenerate", interactive=False) - # share_btn = gr.Button(value="📷 Share") + share_btn = gr.Button(value="📷 Share") - #gr.Markdown(acknowledgment_md, elem_id="ack_markdown") + gr.Markdown(acknowledgment_md, elem_id="ack_markdown") - dummy_img_output = gr.Image(width=512, visible=False) + dummy_img_output = gr.Image(height=512, width=512, visible=False) gr.Examples( examples=[["a cute dog is playing a ball", os.path.join("./examples", "dog.jpg")], ["Buildings on fire, old film still", os.path.join("./examples", "fire.jpg")], @@ -127,16 +117,6 @@ Find out who is the 🥇conditional image generation models! More models are goi inputs=None, outputs=btn_list ) - draw_btn.click( - gen_func_random, - inputs=[state0, state1, model_selector_left, model_selector_right], - outputs=[state0, state1, chatbot_left, chatbot_right, textbox, model_selector_left, model_selector_right], - api_name="draw_btn_annony" - ).then( - enable_buttons_side_by_side, - inputs=None, - outputs=btn_list - ) clear_btn.click( clear_history_side_by_side_anony, @@ -159,41 +139,41 @@ Find out who is the 🥇conditional image generation models! More models are goi inputs=None, outputs=btn_list ) - dummy_left_model = gr.State("") - dummy_right_model = gr.State("") + leftvote_btn.click( leftvote_last_response, - inputs=[state0, state1, dummy_left_model, dummy_right_model], - outputs=[textbox, leftvote_btn, rightvote_btn, tie_btn, bothbad_btn, model_selector_left, model_selector_right] + inputs=[state0, state1, model_selector_left, model_selector_right], + outputs=[textbox, leftvote_btn, rightvote_btn, tie_btn, bothbad_btn] ) rightvote_btn.click( rightvote_last_response, - inputs=[state0, state1, dummy_left_model, dummy_right_model], - outputs=[textbox, leftvote_btn, rightvote_btn, tie_btn, bothbad_btn, model_selector_left, model_selector_right] + inputs=[state0, state1, model_selector_left, model_selector_right], + outputs=[textbox, leftvote_btn, rightvote_btn, tie_btn, bothbad_btn] ) tie_btn.click( tievote_last_response, - inputs=[state0, state1, dummy_left_model, dummy_right_model], - outputs=[textbox, leftvote_btn, rightvote_btn, tie_btn, bothbad_btn, model_selector_left, model_selector_right] + inputs=[state0, state1, model_selector_left, model_selector_right], + outputs=[textbox, leftvote_btn, rightvote_btn, tie_btn, bothbad_btn] ) bothbad_btn.click( bothbad_vote_last_response, - inputs=[state0, state1, dummy_left_model, dummy_right_model], - outputs=[textbox, leftvote_btn, rightvote_btn, tie_btn, bothbad_btn, model_selector_left, model_selector_right] + inputs=[state0, state1, model_selector_left, model_selector_right], + outputs=[textbox, leftvote_btn, rightvote_btn, tie_btn, bothbad_btn] ) - # share_btn.click( - # share_click, - # inputs=[state0, state1, model_selector_left, model_selector_right], - # outputs=[], - # js=share_js - # ) + + share_btn.click( + share_click, + inputs=[state0, state1, model_selector_left, model_selector_right], + outputs=[], + js=share_js + ) def build_side_by_side_ui_named(models): notice_markdown = """ # ⚔️ GenAI-Arena ⚔️ : Benchmarking Visual Generative Models in the Wild -| [Code](https://huggingface.co/spaces/TIGER-Lab/GenAI-Arena/tree/main) | [Paper](https://arxiv.org/abs/2406.04485v1) | [Dataset](https://huggingface.co/datasets/TIGER-Lab/GenAI-Bench) | +| [GitHub](https://github.com/TIGER-AI-Lab/ImagenHub) | [Paper](https://arxiv.org/abs/2310.01596) | [Dataset](https://huggingface.co/ImagenHub) | ## 📜 Rules - Generate with any two selected models side-by-side and vote! @@ -201,20 +181,13 @@ def build_side_by_side_ui_named(models): - Click "Send" to submit the prompt. - Click "Clear history" to start a new round. -## ⚠️ Data Collection Consent -- Your input and votes will be collected for research purposes only. -- By using this service, you agree to the collection of your input and votes for research purposes. -- Your data will be anonymized and will not be used for commercial purposes. - ## 🤖 Choose two models to compare """ model_list = models.model_ig_list state0 = gr.State() state1 = gr.State() - anony = False gen_func = partial(generate_igm, models.generate_image_ig_parallel) - gen_func_random = partial(generate_igm_museum, models.generate_image_ig_museum_parallel) gr.Markdown(notice_markdown, elem_id="notice_markdown") with gr.Group(elem_id="share-region-named"): @@ -226,7 +199,6 @@ def build_side_by_side_ui_named(models): interactive=True, show_label=False, container=False, - allow_custom_value=True ) with gr.Column(): model_selector_right = gr.Dropdown( @@ -235,7 +207,6 @@ def build_side_by_side_ui_named(models): interactive=True, show_label=False, container=False, - allow_custom_value=True ) with gr.Row(): with gr.Accordion("🔍 Expand to see all model descriptions", open=False): @@ -244,9 +215,9 @@ def build_side_by_side_ui_named(models): with gr.Row(): with gr.Column(): - chatbot_left = gr.Image(width=512, label = "Model A") + chatbot_left = gr.Image(height=512, width=512, label = "Model A") with gr.Column(): - chatbot_right = gr.Image(width=512, label = "Model B") + chatbot_right = gr.Image(height=512, width=512, label = "Model B") with gr.Row(): leftvote_btn = gr.Button( value="👈 A is better", visible=False, interactive=False @@ -266,16 +237,15 @@ def build_side_by_side_ui_named(models): elem_id="input_box" ) send_btn = gr.Button(value="Send", variant="primary", scale=0) - draw_btn = gr.Button(value="🎲 Random sample", variant="primary", scale=0) with gr.Row(): clear_btn = gr.Button(value="🗑️ Clear history", interactive=False) regenerate_btn = gr.Button(value="🔄 Regenerate", interactive=False) - # share_btn = gr.Button(value="📷 Share") + share_btn = gr.Button(value="📷 Share") - #gr.Markdown(acknowledgment_md, elem_id="ack_markdown") + gr.Markdown(acknowledgment_md, elem_id="ack_markdown") - dummy_img_output = gr.Image(width=512, visible=False) + dummy_img_output = gr.Image(height=512, width=512, visible=False) gr.Examples( examples=[["a cute dog is playing a ball", os.path.join("./examples", "dog.jpg")], ["Buildings on fire, old film still", os.path.join("./examples", "fire.jpg")], @@ -283,8 +253,8 @@ def build_side_by_side_ui_named(models): ["A futuristic hopeful busy city, purple and green color scheme", os.path.join("./examples", "city.jpg")]], inputs = [textbox, dummy_img_output]) - # model_selector_left.change(clear_history_side_by_side, inputs=None, outputs=[state0, state1, textbox, chatbot_left, chatbot_right], api_name="model_selector_left_side_by_side") - # model_selector_right.change(clear_history_side_by_side, inputs=None, outputs=[state0, state1, textbox, chatbot_left, chatbot_right], api_name="model_selector_right_side_by_side") + model_selector_left.change(clear_history_side_by_side, inputs=None, outputs=[state0, state1, textbox, chatbot_left, chatbot_right], api_name="model_selector_left_side_by_side") + model_selector_right.change(clear_history_side_by_side, inputs=None, outputs=[state0, state1, textbox, chatbot_left, chatbot_right], api_name="model_selector_right_side_by_side") btn_list = [leftvote_btn, rightvote_btn, tie_btn, bothbad_btn, regenerate_btn, clear_btn] @@ -309,16 +279,6 @@ def build_side_by_side_ui_named(models): inputs=None, outputs=btn_list ) - draw_btn.click( - gen_func_random, - inputs=[state0, state1, model_selector_left, model_selector_right], - outputs=[state0, state1, chatbot_left, chatbot_right, textbox], - api_name="draw_side_by_side" - ).then( - enable_buttons_side_by_side, - inputs=None, - outputs=btn_list - ) regenerate_btn.click( gen_func, inputs=[state0, state1, textbox, model_selector_left, model_selector_right], @@ -344,35 +304,35 @@ def build_side_by_side_ui_named(models): leftvote_btn.click( leftvote_last_response, inputs=[state0, state1, model_selector_left, model_selector_right], - outputs=[textbox, leftvote_btn, rightvote_btn, tie_btn, bothbad_btn, model_selector_left, model_selector_right] + outputs=[textbox, leftvote_btn, rightvote_btn, tie_btn, bothbad_btn] ) rightvote_btn.click( rightvote_last_response, inputs=[state0, state1, model_selector_left, model_selector_right], - outputs=[textbox, leftvote_btn, rightvote_btn, tie_btn, bothbad_btn, model_selector_left, model_selector_right] + outputs=[textbox, leftvote_btn, rightvote_btn, tie_btn, bothbad_btn] ) tie_btn.click( tievote_last_response, inputs=[state0, state1, model_selector_left, model_selector_right], - outputs=[textbox, leftvote_btn, rightvote_btn, tie_btn, bothbad_btn, model_selector_left, model_selector_right] + outputs=[textbox, leftvote_btn, rightvote_btn, tie_btn, bothbad_btn] ) bothbad_btn.click( bothbad_vote_last_response, inputs=[state0, state1, model_selector_left, model_selector_right], - outputs=[textbox, leftvote_btn, rightvote_btn, tie_btn, bothbad_btn, model_selector_left, model_selector_right] + outputs=[textbox, leftvote_btn, rightvote_btn, tie_btn, bothbad_btn] ) - # share_btn.click( - # share_click, - # inputs=[state0, state1, model_selector_left, model_selector_right], - # outputs=[], - # js=share_js - # ) + share_btn.click( + share_click, + inputs=[state0, state1, model_selector_left, model_selector_right], + outputs=[], + js=share_js + ) def build_single_model_ui(models, add_promotion_links=False): promotion = ( """ -- | [Code](https://huggingface.co/spaces/TIGER-Lab/GenAI-Arena/tree/main) | [Paper](https://arxiv.org/abs/2406.04485v1) | [Dataset](https://huggingface.co/datasets/TIGER-Lab/GenAI-Bench) | +- | [GitHub](https://github.com/TIGER-AI-Lab/ImagenHub) | [Paper](https://arxiv.org/abs/2310.01596) | [Dataset](https://huggingface.co/ImagenHub) | """ if add_promotion_links else "" @@ -387,7 +347,6 @@ def build_single_model_ui(models, add_promotion_links=False): state = gr.State() gen_func = partial(generate_ig, models.generate_image_ig) - gen_func_random = partial(generate_ig_museum, models.generate_image_ig_museum) gr.Markdown(notice_markdown, elem_id="notice_markdown") model_list = models.model_ig_list @@ -417,10 +376,9 @@ def build_single_model_ui(models, add_promotion_links=False): ) send_btn = gr.Button(value="Send", variant="primary", scale=0) - draw_btn = gr.Button(value="🎲 Random sample", variant="primary", scale=0) with gr.Row(): - chatbot = gr.Image() + chatbot = gr.Image(height=512, width=512) with gr.Row() as button_row: upvote_btn = gr.Button(value="👍 Upvote", interactive=False) @@ -429,11 +387,10 @@ def build_single_model_ui(models, add_promotion_links=False): regenerate_btn = gr.Button(value="🔄 Regenerate", interactive=False) clear_btn = gr.Button(value="🗑️ Clear history", interactive=False) - #if add_promotion_links: - #gr.Markdown(acknowledgment_md, elem_id="ack_markdown") - pass + if add_promotion_links: + gr.Markdown(acknowledgment_md, elem_id="ack_markdown") - dummy_img_output = gr.Image(visible=False) + dummy_img_output = gr.Image(height=512, width=512, visible=False) gr.Examples( examples=[["a cute dog is playing a ball", os.path.join("./examples", "dog.jpg")], ["Buildings on fire, old film still", os.path.join("./examples", "fire.jpg")], @@ -470,17 +427,7 @@ def build_single_model_ui(models, add_promotion_links=False): inputs=None, outputs=btn_list ) - draw_btn.click( - gen_func_random, - inputs=[state, model_selector], - outputs=[state, chatbot, textbox], - api_name="draw_btn_single", - show_progress = "full" - ).success( - enable_buttons, - inputs=None, - outputs=btn_list - ) + upvote_btn.click( upvote_last_response, inputs=[state, model_selector], diff --git a/serve/gradio_web_image_editing.py b/serve/gradio_web_image_editing.py index 51436bfe2af6678a462fc03ad79bb795c0ae3ae3..0a83ba2c7947679db7acc680374018b06595a33a 100644 --- a/serve/gradio_web_image_editing.py +++ b/serve/gradio_web_image_editing.py @@ -9,11 +9,8 @@ from .vote_utils import ( bothbad_vote_last_response_iem as bothbad_vote_last_response, share_click_iem as share_click, generate_ie, - generate_ie_museum, generate_iem, - generate_iem_museum, generate_iem_annoy, - generate_iem_annoy_museum, share_js ) from functools import partial @@ -21,7 +18,7 @@ from functools import partial def build_side_by_side_ui_anony_ie(models): notice_markdown = """ # ⚔️ GenAI-Arena ⚔️ : Benchmarking Visual Generative Models in the Wild -| [Code](https://huggingface.co/spaces/TIGER-Lab/GenAI-Arena/tree/main) | [Paper](https://arxiv.org/abs/2406.04485v1) | [Dataset](https://huggingface.co/datasets/TIGER-Lab/GenAI-Bench) | +| [GitHub](https://github.com/TIGER-AI-Lab/ImagenHub) | [Paper](https://arxiv.org/abs/2310.01596) | [Dataset](https://huggingface.co/ImagenHub) | ## 📜 Rules - Edit with two selected models side-by-side and vote! @@ -30,12 +27,7 @@ def build_side_by_side_ui_anony_ie(models): - Wait to see the results after edition. - Click "New Round" to start a new round. - Vote won't be counted if model identity is revealed during generation. -- The model coulmodel_selector_left.changed output a totally black image or noise. It's not a bug but the failure case of the model. - -## ⚠️ Data Collection Consent -- Your input and votes will be collected for research purposes only. -- By using this service, you agree to the collection of your input and votes for research purposes. -- Your data will be anonymized and will not be used for commercial purposes. +- The model could output a totally black image or noise. It's not a bug but the failure case of the model. ## 🏆 Arena Elo Find out who is the 🥇conditional image edition models! @@ -48,7 +40,6 @@ Find out who is the 🥇conditional image edition models! state0, state1 = gr.State(), gr.State() gen_func = partial(generate_iem_annoy, models.generate_image_ie_parallel_anony) - gen_func_random = partial(generate_iem_annoy_museum, models.generate_image_ie_museum_parallel_anony) gr.Markdown(notice_markdown, elem_id="notice_markdown") with gr.Group(elem_id="share-region-anony"): @@ -57,15 +48,15 @@ Find out who is the 🥇conditional image edition models! gr.Markdown(model_description_md, elem_id="model_description_markdown") with gr.Row(): with gr.Column(): - chatbot_left = gr.Image(width=512, type="pil") + chatbot_left = gr.Image(height=512, width=512, type="pil") with gr.Column(): - chatbot_right = gr.Image(width=512, type="pil") + chatbot_right = gr.Image(height=512, width=512, type="pil") with gr.Row(): with gr.Column(): - model_selector_left =gr.Markdown("", visible=False) + model_selector_left =gr.Markdown("") with gr.Column(): - model_selector_right = gr.Markdown("", visible=False) + model_selector_right = gr.Markdown("") with gr.Row(): slow_warning = gr.Markdown("", elem_id="notice_markdown") @@ -102,14 +93,13 @@ Find out who is the 🥇conditional image edition models! with gr.Row(): source_image = gr.Image(type="pil") send_btn = gr.Button(value="Send", variant="primary", scale=0) - draw_btn = gr.Button(value="🎲 Random sample", variant="primary", scale=0) with gr.Row() as button_row: clear_btn = gr.Button(value="🎲 New Round", interactive=False) regenerate_btn = gr.Button(value="🔄 Regenerate", interactive=False) - # share_btn = gr.Button(value="📷 Share") + share_btn = gr.Button(value="📷 Share") - #gr.Markdown(acknowledgment_md, elem_id="ack_markdown") + gr.Markdown(acknowledgment_md, elem_id="ack_markdown") gr.Examples( examples=[ @@ -148,23 +138,6 @@ Find out who is the 🥇conditional image edition models! inputs=None, outputs=btn_list ) - draw_btn.click( - gen_func_random, - inputs=[ - state0, - state1, - model_selector_left, - model_selector_right - ], - outputs=[state0, state1, chatbot_left, chatbot_right, - source_image, textbox_source, textbox_target, textbox_instruct, - model_selector_left, model_selector_right], - api_name="draw_btn_side_by_side_anony" - ).then( - enable_buttons_side_by_side, - inputs=None, - outputs=btn_list - ) regenerate_btn.click( gen_func, inputs=[ @@ -199,29 +172,32 @@ Find out who is the 🥇conditional image edition models! ) vote_btns = [leftvote_btn, rightvote_btn, tie_btn, bothbad_btn] input_list = [textbox_source, textbox_target, source_image, textbox_instruct] - dummy_left_model = gr.State("") - dummy_right_model = gr.State("") leftvote_btn.click( leftvote_last_response, - inputs=[state0, state1, dummy_left_model, dummy_right_model], + inputs=[state0, state1, model_selector_left, model_selector_right], outputs=[model_selector_left, model_selector_right] + input_list + vote_btns, ) rightvote_btn.click( rightvote_last_response, - inputs=[state0, state1, dummy_left_model, dummy_right_model], + inputs=[state0, state1, model_selector_left, model_selector_right], outputs=[model_selector_left, model_selector_right] + input_list + vote_btns, ) tie_btn.click( tievote_last_response, - inputs=[state0, state1, dummy_left_model, dummy_right_model], + inputs=[state0, state1, model_selector_left, model_selector_right], outputs=[model_selector_left, model_selector_right] + input_list + vote_btns, ) bothbad_btn.click( bothbad_vote_last_response, - inputs=[state0, state1, dummy_left_model, dummy_right_model], + inputs=[state0, state1, model_selector_left, model_selector_right], outputs=[model_selector_left, model_selector_right] + input_list + vote_btns, ) - + share_btn.click( + share_click, + inputs=[state0, state1, model_selector_left, model_selector_right], + outputs=[], + js=share_js + ) @@ -229,7 +205,7 @@ Find out who is the 🥇conditional image edition models! def build_side_by_side_ui_named_ie(models): notice_markdown = """ # ⚔️ GenAI-Arena ⚔️ : Benchmarking Visual Generative Models in the Wild -| [Code](https://huggingface.co/spaces/TIGER-Lab/GenAI-Arena/tree/main) | [Paper](https://arxiv.org/abs/2406.04485v1) | [Dataset](https://huggingface.co/datasets/TIGER-Lab/GenAI-Bench) | +| [GitHub](https://github.com/TIGER-AI-Lab/ImagenHub) | [Paper](https://arxiv.org/abs/2310.01596) | [Dataset](https://huggingface.co/ImagenHub) | ## 📜 Rules - Edit with two selected models side-by-side and vote! @@ -239,11 +215,6 @@ def build_side_by_side_ui_named_ie(models): - Click "Clear history" to start a new round. - The model could output a totally black image or noise. It's not a bug but the failure case of the model. -## ⚠️ Data Collection Consent -- Your input and votes will be collected for research purposes only. -- By using this service, you agree to the collection of your input and votes for research purposes. -- Your data will be anonymized and will not be used for commercial purposes. - ## 🤖 Choose two models to compare """ @@ -251,7 +222,6 @@ def build_side_by_side_ui_named_ie(models): state0, state1 = gr.State(), gr.State() gen_func = partial(generate_iem, models.generate_image_ie_parallel) - gen_func_random = partial(generate_iem_museum, models.generate_image_ie_museum_parallel) gr.Markdown(notice_markdown, elem_id="notice_markdown") with gr.Group(elem_id="share-region-named"): @@ -279,9 +249,9 @@ def build_side_by_side_ui_named_ie(models): with gr.Row(): with gr.Column(): - chatbot_left = gr.Image(width=512, label = "Model A") + chatbot_left = gr.Image(height=512, width=512, label = "Model A") with gr.Column(): - chatbot_right = gr.Image(width=512, label = "Model B") + chatbot_right = gr.Image(height=512, width=512, label = "Model B") with gr.Row(): leftvote_btn = gr.Button( @@ -316,14 +286,13 @@ def build_side_by_side_ui_named_ie(models): with gr.Row(): source_image = gr.Image(type="pil") send_btn = gr.Button(value="Send", variant="primary", scale=0) - draw_btn = gr.Button(value="🎲 Random sample", variant="primary", scale=0) with gr.Row() as button_row: clear_btn = gr.Button(value="🗑️ Clear history", interactive=False) regenerate_btn = gr.Button(value="🔄 Regenerate", interactive=False) - # share_btn = gr.Button(value="📷 Share") + share_btn = gr.Button(value="📷 Share") - #gr.Markdown(acknowledgment_md, elem_id="ack_markdown") + gr.Markdown(acknowledgment_md, elem_id="ack_markdown") gr.Examples( examples=[ ["a bowl of strawberries", "a bowl of oranges", "change strawberries to oranges", @@ -337,14 +306,14 @@ def build_side_by_side_ui_named_ie(models): inputs=[textbox_source, textbox_target, textbox_instruct, source_image]) - # model_selector_left.change( - # clear_history_side_by_side_ie, - # inputs=None, - # outputs=[state0, state1, textbox_source, textbox_target, textbox_instruct, - # source_image, chatbot_left, chatbot_right - # ], - # api_name="model_selector_left_side_by_side") - # model_selector_right.change(clear_history_side_by_side_ie, inputs=None, outputs=[state0, state1, textbox_source, textbox_target, textbox_instruct, source_image, chatbot_left, chatbot_right], api_name="model_selector_right_side_by_side") + model_selector_left.change( + clear_history_side_by_side_ie, + inputs=None, + outputs=[state0, state1, textbox_source, textbox_target, textbox_instruct, + source_image, chatbot_left, chatbot_right + ], + api_name="model_selector_left_side_by_side") + model_selector_right.change(clear_history_side_by_side_ie, inputs=None, outputs=[state0, state1, textbox_source, textbox_target, textbox_instruct, source_image, chatbot_left, chatbot_right], api_name="model_selector_right_side_by_side") btn_list = [leftvote_btn, rightvote_btn, tie_btn, bothbad_btn, regenerate_btn, clear_btn] @@ -368,23 +337,6 @@ def build_side_by_side_ui_named_ie(models): inputs=None, outputs=btn_list ) - draw_btn.click( - gen_func_random, - inputs=[ - state0, - state1, - model_selector_left, - model_selector_right - ], - outputs=[state0, state1, chatbot_left, chatbot_right, - source_image, textbox_source, textbox_target, textbox_instruct - ], - api_name="draw_btn_side_by_side" - ).then( - enable_buttons_side_by_side, - inputs=None, - outputs=btn_list - ) regenerate_btn.click( gen_func, inputs=[ @@ -439,12 +391,18 @@ def build_side_by_side_ui_named_ie(models): outputs=[model_selector_left, model_selector_right] + input_list + vote_btns, ) + share_btn.click( + share_click, + inputs=[state0, state1, model_selector_left, model_selector_right], + outputs=[], + js=share_js + ) def build_single_model_ui_ie(models, add_promotion_links=False): promotion = ( """ -- | [Code](https://huggingface.co/spaces/TIGER-Lab/GenAI-Arena/tree/main) | [Paper](https://arxiv.org/abs/2406.04485v1) | [Dataset](https://huggingface.co/datasets/TIGER-Lab/GenAI-Bench) | +- | [GitHub](https://github.com/TIGER-AI-Lab/ImagenHub) | [Paper](https://arxiv.org/abs/2310.01596) | [Dataset](https://huggingface.co/ImagenHub) | """ if add_promotion_links else "" @@ -460,7 +418,6 @@ def build_single_model_ui_ie(models, add_promotion_links=False): state = gr.State() gen_func = partial(generate_ie, models.generate_image_ie) - gen_func_random = partial(generate_ie_museum, models.generate_image_ie_museum) model_list = models.model_ie_list with gr.Row(elem_id="model_selector_row"): @@ -500,7 +457,6 @@ def build_single_model_ui_ie(models, add_promotion_links=False): with gr.Row(): source_image = gr.Image(type="pil") send_btn = gr.Button(value="Send", variant="primary", scale=0) - draw_btn = gr.Button(value="🎲 Random sample", variant="primary", scale=0) with gr.Row(): chatbot = gr.Image() @@ -513,8 +469,7 @@ def build_single_model_ui_ie(models, add_promotion_links=False): clear_btn = gr.Button(value="🗑️ Clear history", interactive=False) if add_promotion_links: - #gr.Markdown(acknowledgment_md, elem_id="ack_markdown") - pass + gr.Markdown(acknowledgment_md, elem_id="ack_markdown") gr.Examples( examples=[ @@ -546,19 +501,7 @@ def build_single_model_ui_ie(models, add_promotion_links=False): inputs=None, outputs=btn_list ) - draw_btn.click( - gen_func_random, - inputs=[state, model_selector], - outputs=[state, chatbot, source_image, textbox_source, textbox_target, textbox_instruct], - api_name="send_btn_single", - show_progress = "full" - ).then( - enable_buttons, - inputs=None, - outputs=btn_list - ) - vote_btns = [upvote_btn, downvote_btn, flag_btn] model_inputs = [textbox_source, textbox_instruct, source_image, textbox_target] upvote_btn.click( diff --git a/serve/gradio_web_video_generation.py b/serve/gradio_web_video_generation.py deleted file mode 100644 index 225e3a69c20014d91a7f1231884de30d405404ad..0000000000000000000000000000000000000000 --- a/serve/gradio_web_video_generation.py +++ /dev/null @@ -1,539 +0,0 @@ -from .utils import * -from .vote_utils import ( - upvote_last_response_vg as upvote_last_response, - downvote_last_response_vg as downvote_last_response, - flag_last_response_vg as flag_last_response, - leftvote_last_response_vgm as leftvote_last_response, - rightvote_last_response_vgm as rightvote_last_response, - tievote_last_response_vgm as tievote_last_response, - bothbad_vote_last_response_vgm as bothbad_vote_last_response, - # share_click_vgm as share_click, - generate_vg, - generate_vg_museum, - generate_vgm, - generate_vgm_museum, - generate_vgm_annoy, - generate_vgm_annoy_museum, - share_js -) -from functools import partial - - -def build_side_by_side_ui_anony_vg(models): - notice_markdown = """ -# ⚔️ GenAI-Arena ⚔️ : Benchmarking Visual Generative Models in the Wild -| [Code](https://huggingface.co/spaces/TIGER-Lab/GenAI-Arena/tree/main) | [Paper](https://arxiv.org/abs/2406.04485v1) | [Dataset](https://huggingface.co/datasets/TIGER-Lab/GenAI-Bench) | -## 📜 Rules -- Input prompt to two anonymous models in same area (e.g., AnimateDiff, AnimateDiff-Turbo) and vote for the better one! -- When the results are ready, click the button below to vote. -- Vote won't be counted if model identity is revealed during conversation. -- Click "New Round" to start a new round. - -## ⚠️ Data Collection Consent -- Your input and votes will be collected for research purposes only. -- By using this service, you agree to the collection of your input and votes for research purposes. -- Your data will be anonymized and will not be used for commercial purposes. - -## 🏆 Arena Elo -Find out who is the 🥇conditional video generation models! More models are going to be supported. - -## 👇 Generating now! - -""" - - model_list = models.model_vg_list - - state0 = gr.State() - state1 = gr.State() - gen_func = partial(generate_vgm_annoy, models.generate_video_vg_parallel_anony) - gen_func_random = partial(generate_vgm_annoy_museum, models.generate_video_vg_museum_parallel_anony) - - gr.Markdown(notice_markdown, elem_id="notice_markdown") - - with gr.Group(elem_id="share-region-anony"): - with gr.Accordion("🔍 Expand to see all Arena players", open=False): - model_description_md = get_model_description_md(model_list) - gr.Markdown(model_description_md, elem_id="model_description_markdown") - with gr.Row(): - with gr.Column(): - chatbot_left = gr.Video(width=512, label="Model A", autoplay=True) - with gr.Column(): - chatbot_right = gr.Video(width=512, label="Model B", autoplay=True) - - with gr.Row(): - with gr.Column(): - model_selector_left = gr.Markdown("", visible=False) - with gr.Column(): - model_selector_right = gr.Markdown("", visible=False) - with gr.Row(): - slow_warning = gr.Markdown("", elem_id="notice_markdown") - - with gr.Row(): - leftvote_btn = gr.Button( - value="👈 A is better", visible=False, interactive=False - ) - rightvote_btn = gr.Button( - value="👉 B is better", visible=False, interactive=False - ) - tie_btn = gr.Button(value="🤝 Tie", visible=False, interactive=False) - bothbad_btn = gr.Button( - value="👎 Both are bad", visible=False, interactive=False - ) - - with gr.Row(): - textbox = gr.Textbox( - show_label=False, - placeholder="👉 Enter your prompt and press ENTER", - container=True, - elem_id="input_box", - ) - send_btn = gr.Button(value="Send", variant="primary", scale=0) - draw_btn = gr.Button(value="🎲 Random sample", variant="primary", scale=0) - - - with gr.Row(): - clear_btn = gr.Button(value="🎲 New Round", interactive=False) - regenerate_btn = gr.Button(value="🔄 Regenerate", interactive=False) - # share_btn = gr.Button(value="📷 Share") - - #gr.Markdown(acknowledgment_md, elem_id="ack_markdown") - - dummy_video_output = gr.Video(width=512, visible=False) - gr.Examples( - examples=[["a cute dog is playing a ball", 'https://fal-cdn.batuhan-941.workers.dev/files/lion/BFcM30vpeyRHFfdhbfFoY.mp4'], - ["Buildings on fire, old film still", 'https://fal-cdn.batuhan-941.workers.dev/files/zebra/r4NeCgXTkpzIBCF0DDHqJ.mp4'], - ["A serene underwater scene featuring a sea turtle swimming through a coral reef.", - 'https://fal-cdn.batuhan-941.workers.dev/files/tiger/cBHesvgUzjonNUEL1FQGw.mp4'], - ["A futuristic hopeful busy city, purple and green color scheme", - 'https://fal-cdn.batuhan-941.workers.dev/files/monkey/5-vUtY4_bHAhTtevZx16K.mp4']], - inputs=[textbox, dummy_video_output]) - - btn_list = [leftvote_btn, rightvote_btn, tie_btn, bothbad_btn, regenerate_btn, clear_btn, ] - - textbox.submit( - gen_func, - inputs=[state0, state1, textbox, model_selector_left, model_selector_right], - outputs=[state0, state1, chatbot_left, chatbot_right, model_selector_left, model_selector_right], - api_name="submit_btn_annony" - ).then( - enable_buttons_side_by_side, - inputs=None, - outputs=btn_list - ) - send_btn.click( - gen_func, - inputs=[state0, state1, textbox, model_selector_left, model_selector_right], - outputs=[state0, state1, chatbot_left, chatbot_right, model_selector_left, model_selector_right], - api_name="send_btn_annony" - ).then( - enable_buttons_side_by_side, - inputs=None, - outputs=btn_list - ) - - draw_btn.click( - gen_func_random, - inputs=[state0, state1, model_selector_left, model_selector_right], - outputs=[state0, state1, chatbot_left, chatbot_right, textbox, model_selector_left, model_selector_right], - api_name="draw_btn_annony" - ).then( - enable_buttons_side_by_side, - inputs=None, - outputs=btn_list - ) - - clear_btn.click( - clear_history_side_by_side_anony, - inputs=None, - outputs=[state0, state1, textbox, chatbot_left, chatbot_right, model_selector_left, model_selector_right], - api_name="clear_btn_annony" - ).then( - disable_buttons_side_by_side, - inputs=None, - outputs=btn_list - ) - - regenerate_btn.click( - gen_func, - inputs=[state0, state1, textbox, model_selector_left, model_selector_right], - outputs=[state0, state1, chatbot_left, chatbot_right, model_selector_left, model_selector_right], - api_name="regenerate_btn_annony" - ).then( - enable_buttons_side_by_side, - inputs=None, - outputs=btn_list - ) - dummy_left_model = gr.State("") - dummy_right_model = gr.State("") - leftvote_btn.click( - leftvote_last_response, - inputs=[state0, state1, dummy_left_model, dummy_right_model], - outputs=[textbox, leftvote_btn, rightvote_btn, tie_btn, bothbad_btn, model_selector_left, model_selector_right] - ) - rightvote_btn.click( - rightvote_last_response, - inputs=[state0, state1, dummy_left_model, dummy_right_model], - outputs=[textbox, leftvote_btn, rightvote_btn, tie_btn, bothbad_btn, model_selector_left, model_selector_right] - ) - tie_btn.click( - tievote_last_response, - inputs=[state0, state1, dummy_left_model, dummy_right_model], - outputs=[textbox, leftvote_btn, rightvote_btn, tie_btn, bothbad_btn, model_selector_left, model_selector_right] - ) - bothbad_btn.click( - bothbad_vote_last_response, - inputs=[state0, state1, dummy_left_model, dummy_right_model], - outputs=[textbox, leftvote_btn, rightvote_btn, tie_btn, bothbad_btn, model_selector_left, model_selector_right] - ) - - # share_btn.click( - # share_click, - # inputs=[state0, state1, model_selector_left, model_selector_right], - # outputs=[], - # js=share_js - # ) - - -def build_side_by_side_ui_named_vg(models): - notice_markdown = """ -# ⚔️ GenAI-Arena ⚔️ : Benchmarking Visual Generative Models in the Wild -| [Code](https://huggingface.co/spaces/TIGER-Lab/GenAI-Arena/tree/main) | [Paper](https://arxiv.org/abs/2406.04485v1) | [Dataset](https://huggingface.co/datasets/TIGER-Lab/GenAI-Bench) | - -## 📜 Rules -- Generate with any two selected models side-by-side and vote! -- Input prompt you want to generate. -- Click "Send" to submit the prompt. -- Click "Clear history" to start a new round. - -## ⚠️ Data Collection Consent -- Your input and votes will be collected for research purposes only. -- By using this service, you agree to the collection of your input and votes for research purposes. -- Your data will be anonymized and will not be used for commercial purposes. - -## 🤖 Choose two models to compare -""" - model_list = models.model_vg_list - - state0 = gr.State() - state1 = gr.State() - gen_func = partial(generate_vgm, models.generate_video_vg_parallel) - gen_func_random = partial(generate_vgm_museum, models.generate_video_vg_museum_parallel) - gr.Markdown(notice_markdown, elem_id="notice_markdown") - - with gr.Group(elem_id="share-region-named"): - with gr.Row(): - with gr.Column(): - model_selector_left = gr.Dropdown( - choices=model_list, - value=model_list[0] if len(model_list) > 0 else "", - interactive=True, - show_label=False, - container=False, - ) - with gr.Column(): - model_selector_right = gr.Dropdown( - choices=model_list, - value=model_list[1] if len(model_list) > 1 else "", - interactive=True, - show_label=False, - container=False, - ) - with gr.Row(): - with gr.Accordion("🔍 Expand to see all model descriptions", open=False): - model_description_md = get_model_description_md(model_list) - gr.Markdown(model_description_md, elem_id="model_description_markdown") - - with gr.Row(): - with gr.Column(): - chatbot_left = gr.Video(width=512, label="Model A", autoplay=True) - with gr.Column(): - chatbot_right = gr.Video(width=512, label="Model B", autoplay=True) - with gr.Row(): - leftvote_btn = gr.Button( - value="👈 A is better", visible=False, interactive=False - ) - rightvote_btn = gr.Button( - value="👉 B is better", visible=False, interactive=False - ) - tie_btn = gr.Button(value="🤝 Tie", visible=False, interactive=False) - bothbad_btn = gr.Button( - value="👎 Both are bad", visible=False, interactive=False - ) - - with gr.Row(): - textbox = gr.Textbox( - show_label=False, - placeholder="👉 Enter your prompt and press ENTER", - elem_id="input_box" - ) - send_btn = gr.Button(value="Send", variant="primary", scale=0) - draw_btn = gr.Button(value="🎲 Random sample", variant="primary", scale=0) - - - with gr.Row(): - clear_btn = gr.Button(value="🗑️ Clear history", interactive=False) - regenerate_btn = gr.Button(value="🔄 Regenerate", interactive=False) - # share_btn = gr.Button(value="📷 Share") - - #gr.Markdown(acknowledgment_md, elem_id="ack_markdown") - - dummy_video_output = gr.Video(width=512, visible=False) - gr.Examples( - examples=[["a cute dog is playing a ball", - 'https://fal-cdn.batuhan-941.workers.dev/files/lion/BFcM30vpeyRHFfdhbfFoY.mp4'], - ["Buildings on fire, old film still", - 'https://fal-cdn.batuhan-941.workers.dev/files/zebra/r4NeCgXTkpzIBCF0DDHqJ.mp4'], - ["A serene underwater scene featuring a sea turtle swimming through a coral reef.", - 'https://fal-cdn.batuhan-941.workers.dev/files/tiger/cBHesvgUzjonNUEL1FQGw.mp4'], - ["A futuristic hopeful busy city, purple and green color scheme", - 'https://fal-cdn.batuhan-941.workers.dev/files/monkey/5-vUtY4_bHAhTtevZx16K.mp4']], - inputs=[textbox, dummy_video_output]) - - # model_selector_left.change(clear_history_side_by_side, inputs=None, - # outputs=[state0, state1, textbox, chatbot_left, chatbot_right], - # api_name="model_selector_left_side_by_side") - # model_selector_right.change(clear_history_side_by_side, inputs=None, - # outputs=[state0, state1, textbox, chatbot_left, chatbot_right], - # api_name="model_selector_right_side_by_side") - - btn_list = [leftvote_btn, rightvote_btn, tie_btn, bothbad_btn, regenerate_btn, clear_btn] - - textbox.submit( - gen_func, - inputs=[state0, state1, textbox, model_selector_left, model_selector_right], - outputs=[state0, state1, chatbot_left, chatbot_right], - api_name="textbox_side_by_side" - ).then( - enable_buttons_side_by_side, - inputs=None, - outputs=btn_list - ) - - send_btn.click( - gen_func, - inputs=[state0, state1, textbox, model_selector_left, model_selector_right], - outputs=[state0, state1, chatbot_left, chatbot_right], - api_name="send_side_by_side" - ).then( - enable_buttons_side_by_side, - inputs=None, - outputs=btn_list - ) - draw_btn.click( - gen_func_random, - inputs=[state0, state1, model_selector_left, model_selector_right], - outputs=[state0, state1, chatbot_left, chatbot_right, textbox], - api_name="draw_side_by_side" - ).then( - enable_buttons_side_by_side, - inputs=None, - outputs=btn_list - ) - - regenerate_btn.click( - gen_func, - inputs=[state0, state1, textbox, model_selector_left, model_selector_right], - outputs=[state0, state1, chatbot_left, chatbot_right], - api_name="regenerate_side_by_side" - ).then( - enable_buttons_side_by_side, - inputs=None, - outputs=btn_list - ) - - clear_btn.click( - clear_history_side_by_side, - inputs=None, - outputs=[state0, state1, textbox, chatbot_left, chatbot_right], - api_name="clear_btn_side_by_side" - ).then( - disable_buttons_side_by_side, - inputs=None, - outputs=btn_list - ) - - leftvote_btn.click( - leftvote_last_response, - inputs=[state0, state1, model_selector_left, model_selector_right], - outputs=[textbox, leftvote_btn, rightvote_btn, tie_btn, bothbad_btn, model_selector_left, model_selector_right] - ) - rightvote_btn.click( - rightvote_last_response, - inputs=[state0, state1, model_selector_left, model_selector_right], - outputs=[textbox, leftvote_btn, rightvote_btn, tie_btn, bothbad_btn, model_selector_left, model_selector_right] - ) - tie_btn.click( - tievote_last_response, - inputs=[state0, state1, model_selector_left, model_selector_right], - outputs=[textbox, leftvote_btn, rightvote_btn, tie_btn, bothbad_btn, model_selector_left, model_selector_right] - ) - bothbad_btn.click( - bothbad_vote_last_response, - inputs=[state0, state1, model_selector_left, model_selector_right], - outputs=[textbox, leftvote_btn, rightvote_btn, tie_btn, bothbad_btn, model_selector_left, model_selector_right] - ) - - # share_btn.click( - # share_click, - # inputs=[state0, state1, model_selector_left, model_selector_right], - # outputs=[], - # js=share_js - # ) - - -def build_single_model_ui_vg(models, add_promotion_links=False): - promotion = ( - """ -- | [Code](https://huggingface.co/spaces/TIGER-Lab/GenAI-Arena/tree/main) | [Paper](https://arxiv.org/abs/2406.04485v1) | [Dataset](https://huggingface.co/datasets/TIGER-Lab/GenAI-Bench) | -""" - if add_promotion_links - else "" - ) - - notice_markdown = f""" -# 🏔️ Play with Video Generation Models -{promotion} - -## 🤖 Choose any model to generate -""" - - state = gr.State() - gen_func = partial(generate_vg, models.generate_video_vg) - gen_func_random = partial(generate_vg_museum, models.generate_video_vg_museum) - gr.Markdown(notice_markdown, elem_id="notice_markdown") - - model_list = models.model_vg_list - - with gr.Row(elem_id="model_selector_row"): - model_selector = gr.Dropdown( - choices=model_list, - value=model_list[0] if len(model_list) > 0 else "", - interactive=True, - show_label=False - ) - - with gr.Row(): - with gr.Accordion( - "🔍 Expand to see all model descriptions", - open=False, - elem_id="model_description_accordion", - ): - model_description_md = get_model_description_md(model_list) - gr.Markdown(model_description_md, elem_id="model_description_markdown") - - with gr.Row(): - textbox = gr.Textbox( - show_label=False, - placeholder="👉 Enter your prompt and press ENTER", - elem_id="input_box" - ) - - send_btn = gr.Button(value="Send", variant="primary", scale=0) - draw_btn = gr.Button(value="🎲 Random sample", variant="primary", scale=0) - - - with gr.Row(): - chatbot = gr.Video(width=512, autoplay=True) - - with gr.Row() as button_row: - upvote_btn = gr.Button(value="👍 Upvote", interactive=False) - downvote_btn = gr.Button(value="👎 Downvote", interactive=False) - flag_btn = gr.Button(value="⚠️ Flag", interactive=False) - regenerate_btn = gr.Button(value="🔄 Regenerate", interactive=False) - clear_btn = gr.Button(value="🗑️ Clear history", interactive=False) - - if add_promotion_links: - #gr.Markdown(acknowledgment_md, elem_id="ack_markdown") - pass - - dummy_video_output = gr.Video(width=512, visible=False) - gr.Examples( - examples=[["a cute dog is playing a ball", - 'https://fal-cdn.batuhan-941.workers.dev/files/lion/BFcM30vpeyRHFfdhbfFoY.mp4'], - ["Buildings on fire, old film still", - 'https://fal-cdn.batuhan-941.workers.dev/files/zebra/r4NeCgXTkpzIBCF0DDHqJ.mp4'], - ["A serene underwater scene featuring a sea turtle swimming through a coral reef.", - 'https://fal-cdn.batuhan-941.workers.dev/files/tiger/cBHesvgUzjonNUEL1FQGw.mp4'], - ["A futuristic hopeful busy city, purple and green color scheme", - 'https://fal-cdn.batuhan-941.workers.dev/files/monkey/5-vUtY4_bHAhTtevZx16K.mp4']], - inputs=[textbox, dummy_video_output]) - - model_selector.change(clear_history, inputs=None, outputs=[state, textbox, chatbot], - api_name="model_selector_single") - - btn_list = [upvote_btn, downvote_btn, flag_btn, regenerate_btn, clear_btn] - - textbox.submit( - gen_func, - inputs=[state, textbox, model_selector], - outputs=[state, chatbot], - api_name="submit_btn_single", - show_progress="full" - ).success( - enable_buttons, - inputs=None, - outputs=btn_list - ) - send_btn.click( - gen_func, - inputs=[state, textbox, model_selector], - outputs=[state, chatbot], - api_name="send_btn_single", - show_progress="full" - ).success( - enable_buttons, - inputs=None, - outputs=btn_list - ) - - draw_btn.click( - gen_func_random, - inputs=[state, model_selector], - outputs=[state, chatbot, textbox], - api_name="draw_btn_single", - show_progress="full" - ).success( - enable_buttons, - inputs=None, - outputs=btn_list - ) - - upvote_btn.click( - upvote_last_response, - inputs=[state, model_selector], - outputs=[textbox, upvote_btn, downvote_btn, flag_btn] - ) - - downvote_btn.click( - downvote_last_response, - inputs=[state, model_selector], - outputs=[textbox, upvote_btn, downvote_btn, flag_btn] - ) - flag_btn.click( - flag_last_response, - inputs=[state, model_selector], - outputs=[textbox, upvote_btn, downvote_btn, flag_btn] - ) - regenerate_btn.click( - gen_func, - inputs=[state, textbox, model_selector], - outputs=[state, chatbot], - api_name="regenerate_btn_single", - show_progress="full" - ).success( - enable_buttons, - inputs=None, - outputs=btn_list - ) - clear_btn.click( - clear_history, - inputs=None, - outputs=[state, textbox, chatbot], - api_name="clear_history_single", - show_progress="full" - ).then( - disable_buttons, - inputs=None, - outputs=btn_list - ) - diff --git a/serve/leaderboard.py b/serve/leaderboard.py index 0c870a27702d21c6d8cb707d85c4c35c313002a8..6a17bb2dd2b1ce661aa01e898da347db83b0c4f1 100644 --- a/serve/leaderboard.py +++ b/serve/leaderboard.py @@ -39,7 +39,7 @@ leader_component_values = [None] * 5 def make_leaderboard_md(elo_results): leaderboard_md = f""" # 🏆 GenAI-Arena Leaderboard -| [Code](https://huggingface.co/spaces/TIGER-Lab/GenAI-Arena/tree/main) | [Dataset](https://huggingface.co/datasets/TIGER-Lab/GenAI-Bench) | [Twitter](https://twitter.com/TianleLI123/status/1757245259149422752) | +| [GitHub](https://github.com/TIGER-AI-Lab/ImagenHub) | [Dataset](https://huggingface.co/ImagenHub) | [Twitter](https://twitter.com/TianleLI123/status/1757245259149422752) | """ return leaderboard_md @@ -175,7 +175,7 @@ Total #models: **{total_models}**(anonymous). Total #votes: **{total_votes}**. L Contribute the votes 🗳️ at [GenAI-Arena](https://huggingface.co/spaces/TIGER-Lab/GenAI-Arena)! -If you want to see more models, please help us [add them](https://huggingface.co/spaces/TIGER-Lab/GenAI-Arena/tree/main?tab=readme-ov-file#-contributing-). +If you want to see more models, please help us [add them](https://github.com/TIGER-AI-Lab/ImagenHub?tab=readme-ov-file#-contributing-). """ return leaderboard_md @@ -192,7 +192,7 @@ Contribute your vote 🗳️ at [vision-arena](https://huggingface.co/spaces/Wil """ return leaderboard_md -def build_leaderboard_tab(elo_results_file, leaderboard_table_file, show_plot=True): +def build_leaderboard_tab(elo_results_file, leaderboard_table_file, show_plot=False): if elo_results_file is None: # Do live update md = "Loading ..." p1 = p2 = p3 = p4 = None @@ -265,41 +265,12 @@ def build_leaderboard_tab(elo_results_file, leaderboard_table_file, show_plot=Tr height=700, wrap=True, ) - - gr.Markdown( - """ ## We are still collecting more votes on more models. The ranking will be updated very fruquently. Please stay tuned! - """, - elem_id="leaderboard_markdown", - ) - - if show_plot: - win_fraction_heatmap = anony_elo_results["win_fraction_heatmap"] - battle_count_heatmap = anony_elo_results["battle_count_heatmap"] - bootstrap_elo_rating = anony_elo_results["bootstrap_elo_rating"] - average_win_rate_bar = anony_elo_results["average_win_rate_bar"] - with gr.Row(): - with gr.Column(): - gr.Markdown( - "#### Figure 1: Fraction of Model A Wins for All Non-tied A vs. B Battles" - ) - plot_1 = gr.Plot(win_fraction_heatmap, show_label=False) - with gr.Column(): - gr.Markdown( - "#### Figure 2: Battle Count for Each Combination of Models (without Ties)" - ) - plot_2 = gr.Plot(battle_count_heatmap, show_label=False) - with gr.Row(): - with gr.Column(): - gr.Markdown( - "#### Figure 3: Bootstrap of Elo Estimates (1000 Rounds of Random Sampling)" - ) - plot_3 = gr.Plot(bootstrap_elo_rating, show_label=False) - with gr.Column(): - gr.Markdown( - "#### Figure 4: Average Win Rate Against All Other Models (Assuming Uniform Sampling and No Ties)" - ) - plot_4 = gr.Plot(average_win_rate_bar, show_label=False) - + if not show_plot: + gr.Markdown( + """ ## We are still collecting more votes on more models. The ranking will be updated very fruquently. Please stay tuned! + """, + elem_id="leaderboard_markdown", + ) else: pass diff --git a/serve/log_server.py b/serve/log_server.py index bfb706c066085dbdcbb4472121c54d7c6b23aa56..61bf46d24dd5d9193f264785b45173fbbf0cd4f5 100644 --- a/serve/log_server.py +++ b/serve/log_server.py @@ -4,11 +4,11 @@ import json import os import aiofiles from .log_utils import build_logger -from .constants import LOG_SERVER_SUBDOMAIN, APPEND_JSON, SAVE_IMAGE, SAVE_VIDEO, SAVE_LOG +from .constants import LOG_SERVER_SUBDOAMIN, APPEND_JSON, SAVE_IMAGE -logger = build_logger("log_server", "log_server.log", add_remote_handler=False) +logger = build_logger("log_server", "log_server.log") -app = APIRouter(prefix=LOG_SERVER_SUBDOMAIN) +app = APIRouter(prefix=f"/{LOG_SERVER_SUBDOAMIN}") @app.post(f"/{APPEND_JSON}") async def append_json(json_str: str = Form(...), file_name: str = Form(...)): @@ -18,8 +18,7 @@ async def append_json(json_str: str = Form(...), file_name: str = Form(...)): # Convert the string back to a JSON object (dict) data = json.loads(json_str) # Append the data to the specified file - if os.path.dirname(file_name): - os.makedirs(os.path.dirname(file_name), exist_ok=True) + os.makedirs(os.path.dirname(file_name), exist_ok=True) async with aiofiles.open(file_name, mode='a') as f: await f.write(json.dumps(data) + "\n") @@ -32,40 +31,9 @@ async def save_image(image: UploadFile = File(...), image_path: str = Form(...)) Saves an uploaded image to the specified path. """ # Note: 'image_path' should include the file name and extension for the image to be saved. - if os.path.dirname(image_path): - os.makedirs(os.path.dirname(image_path), exist_ok=True) + os.makedirs(os.path.dirname(image_path), exist_ok=True) async with aiofiles.open(image_path, mode='wb') as f: content = await image.read() # Read the content of the uploaded image await f.write(content) # Write the image content to a file logger.info(f"Image saved successfully at {image_path}") return {"message": f"Image saved successfully at {image_path}"} - -@app.post(f"/{SAVE_VIDEO}") -async def save_video(video: UploadFile = File(...), video_path: str = Form(...)): - """ - Saves an uploaded video to the specified path. - """ - # Note: 'video_path' should include the file name and extension for the video to be saved. - if os.path.dirname(video_path): - os.makedirs(os.path.dirname(video_path), exist_ok=True) - async with aiofiles.open(video_path, mode='wb') as f: - content = await video.read() # Read the content of the uploaded video - await f.write(content) # Write the video content to a file - logger.info(f"Video saved successfully at {video_path}") - return {"message": f"Image saved successfully at {video_path}"} - -@app.post(f"/{SAVE_LOG}") -async def save_log(message: str = Form(...), log_path: str = Form(...)): - """ - Save a log message to a specified log file on the server. - """ - # Ensure the directory for the log file exists - if os.path.dirname(log_path): - os.makedirs(os.path.dirname(log_path), exist_ok=True) - - # Append the log message to the specified log file - async with aiofiles.open(log_path, mode='a') as f: - await f.write(f"{message}\n") - - logger.info(f"Romote log message saved to {log_path}") - return {"message": f"Log message saved successfully to {log_path}"} \ No newline at end of file diff --git a/serve/log_utils.py b/serve/log_utils.py index 00594acd7f951b19eb5852bc66df0a0eca40136e..88545b53b28331b44e88f3acbf9f4ed98e32f340 100644 --- a/serve/log_utils.py +++ b/serve/log_utils.py @@ -10,36 +10,17 @@ import platform import sys from typing import AsyncGenerator, Generator import warnings -from pathlib import Path import requests -from .constants import LOGDIR, LOG_SERVER_ADDR, SAVE_LOG -from .utils import save_log_str_on_log_server +from .constants import LOGDIR handler = None visited_loggers = set() -# Assuming LOGDIR and other necessary imports and global variables are defined - -class APIHandler(logging.Handler): - """Custom logging handler that sends logs to an API.""" - - def __init__(self, apiUrl, log_path, *args, **kwargs): - super(APIHandler, self).__init__(*args, **kwargs) - self.apiUrl = apiUrl - self.log_path = log_path - - def emit(self, record): - log_entry = self.format(record) - try: - save_log_str_on_log_server(log_entry, self.log_path) - except requests.RequestException as e: - print(f"Error sending log to API: {e}", file=sys.stderr) - -def build_logger(logger_name, logger_filename, add_remote_handler=False): +def build_logger(logger_name, logger_filename): global handler formatter = logging.Formatter( @@ -75,18 +56,6 @@ def build_logger(logger_name, logger_filename, add_remote_handler=False): # Get logger logger = logging.getLogger(logger_name) logger.setLevel(logging.INFO) - - if add_remote_handler: - # Add APIHandler to send logs to your API - api_url = f"{LOG_SERVER_ADDR}/{SAVE_LOG}" - - remote_logger_filename = str(Path(logger_filename).stem + "_remote.log") - api_handler = APIHandler(apiUrl=api_url, log_path=f"{LOGDIR}/{remote_logger_filename}") - api_handler.setFormatter(formatter) - logger.addHandler(api_handler) - - stdout_logger.addHandler(api_handler) - stderr_logger.addHandler(api_handler) # if LOGDIR is empty, then don't try output log to local file if LOGDIR != "": diff --git a/serve/utils.py b/serve/utils.py index 51418d9c8ca414aa15d3842f9f050270f56c6f84..791176594c137905609ed4d2463fe257c08b5e2d 100644 --- a/serve/utils.py +++ b/serve/utils.py @@ -6,7 +6,7 @@ import numpy as np import gradio as gr from pathlib import Path from model.model_registry import * -from .constants import LOGDIR, LOG_SERVER_ADDR, APPEND_JSON, SAVE_IMAGE, SAVE_VIDEO, SAVE_LOG +from .constants import LOGDIR, LOG_SERVER_ADDR, APPEND_JSON, SAVE_IMAGE from typing import Union @@ -22,19 +22,16 @@ def build_about(): This is a project from TIGER Lab at University of Waterloo. ## Contributors: -[Tianle Li](https://scholar.google.com/citations?user=g213g7YAAAAJ&hl=en), [Dongfu Jiang](https://jdf-prog.github.io/), [Yuansheng Ni](https://yuanshengni.github.io/), [Max Ku](https://kuwingfung.github.io/), [Shizhuo Sun](), [Richard Fan](https://www.linkedin.com/in/richard-fan2020/). +[Tianle Li](https://scholar.google.com/citations?user=g213g7YAAAAJ&hl=en), [Dongfu Jiang](https://jdf-prog.github.io/), [Yuansheng Ni](https://yuanshengni.github.io/). ## Contact: -Email: dongfu.jiang@uwaterloo.ca (Dongfu Jiang), m3ku@uwaterloo.ca (Max Ku), t29li@uwaterloo.ca (Tianle Li) +Email: t29li@uwaterloo.ca (Tianle Li) ## Advisors [Wenhu Chen](https://wenhuchen.github.io/) ## Sponsorship We are keep looking for sponsorship to support the arena project for the long term. Please contact us if you are interested in supporting this project. - -## Acknowledgment -Our codebase is built upon FastChat, ImagenHub and VideoGenHub. """ gr.Markdown(about_markdown, elem_id="about_markdown") @@ -43,7 +40,7 @@ Our codebase is built upon -

Our codebase is built upon FastChat, ImagenHub and VideoGenHub.

+

Our code base is built upon FastChat and ImagenHub

. """ @@ -117,7 +114,7 @@ def clear_history_side_by_side(): return None, None, "", None, None def clear_history_side_by_side_anony(): - return None, None, "", None, None, gr.Markdown("", visible=False), gr.Markdown("", visible=False) + return None, None, "", None, None, gr.Markdown(""), gr.Markdown("") def clear_history_ie(): return None, "", "", "", None, None @@ -126,12 +123,12 @@ def clear_history_side_by_side_ie(): return None, None, "", "", "", None, None, None def clear_history_side_by_side_ie_anony(): - return None, None, "", "", "", None, None, None, gr.Markdown("", visible=False), gr.Markdown("", visible=False) + return None, None, "", "", "", None, None, None, gr.Markdown(""), gr.Markdown("") def get_ip(request: gr.Request): if request: if "cf-connecting-ip" in request.headers: - ip = request.headers["cf-connecting-ip"] or request.client.host + ip = request.headers["cf-connecting-ip"] else: ip = request.client.host else: @@ -154,17 +151,6 @@ def save_image_file_on_log_server(image_file:str): response = requests.post(url, files={'image': f}, data={'image_path': image_file}) return response -def save_video_file_on_log_server(video_file:str): - - video_file = Path(video_file).absolute().relative_to(os.getcwd()) - video_file = str(video_file) - # Open the video file in binary mode - url = f"{LOG_SERVER_ADDR}/{SAVE_VIDEO}" - with open(video_file, 'rb') as f: - # Make the POST request, sending the video file and the video path - response = requests.post(url, files={'video': f}, data={'video_path': video_file}) - return response - def append_json_item_on_log_server(json_item: Union[dict, str], log_file: str): if isinstance(json_item, dict): json_item = json.dumps(json_item) @@ -173,12 +159,4 @@ def append_json_item_on_log_server(json_item: Union[dict, str], log_file: str): url = f"{LOG_SERVER_ADDR}/{APPEND_JSON}" # Make the POST request, sending the JSON string and the log file name response = requests.post(url, data={'json_str': json_item, 'file_name': log_file}) - return response - -def save_log_str_on_log_server(log_str: str, log_file: str): - log_file = Path(log_file).absolute().relative_to(os.getcwd()) - log_file = str(log_file) - url = f"{LOG_SERVER_ADDR}/{SAVE_LOG}" - # Make the POST request, sending the log message and the log file name - response = requests.post(url, data={'message': log_str, 'log_path': log_file}) return response \ No newline at end of file diff --git a/serve/vote_utils.py b/serve/vote_utils.py index 9c77cc2d7607d5849a491cc61624743bcfe71547..3c3b03a8d1c677b67ba023275c5a4c4fe719b398 100644 --- a/serve/vote_utils.py +++ b/serve/vote_utils.py @@ -3,28 +3,15 @@ import time import json import uuid import gradio as gr -import regex as re from pathlib import Path from .utils import * from .log_utils import build_logger -from .constants import IMAGE_DIR, VIDEO_DIR -import imageio -from diffusers.utils import load_image -import torch +from .constants import IMAGE_DIR ig_logger = build_logger("gradio_web_server_image_generation", "gr_web_image_generation.log") # ig = image generation, loggers for single model direct chat igm_logger = build_logger("gradio_web_server_image_generation_multi", "gr_web_image_generation_multi.log") # igm = image generation multi, loggers for side-by-side and battle ie_logger = build_logger("gradio_web_server_image_editing", "gr_web_image_editing.log") # ie = image editing, loggers for single model direct chat iem_logger = build_logger("gradio_web_server_image_editing_multi", "gr_web_image_editing_multi.log") # iem = image editing multi, loggers for side-by-side and battle -vg_logger = build_logger("gradio_web_server_video_generation", "gr_web_video_generation.log") # vg = video generation, loggers for single model direct chat -vgm_logger = build_logger("gradio_web_server_video_generation_multi", "gr_web_video_generation_multi.log") # vgm = video generation multi, loggers for side-by-side and battle - -def save_any_image(image_file, file_path): - if isinstance(image_file, str): - image = load_image(image_file) - image.save(file_path, 'JPEG') - else: - image_file.save(file_path, 'JPEG') def vote_last_response_ig(state, vote_type, model_selector, request: gr.Request): with open(get_conv_log_filename(), "a") as fout: @@ -37,10 +24,6 @@ def vote_last_response_ig(state, vote_type, model_selector, request: gr.Request) } fout.write(json.dumps(data) + "\n") append_json_item_on_log_server(data, get_conv_log_filename()) - output_file = f'{IMAGE_DIR}/generation/{state.conv_id}.jpg' - with open(output_file, 'w') as f: - save_any_image(state.output, f) - save_image_file_on_log_server(output_file) def vote_last_response_igm(states, vote_type, model_selectors, request: gr.Request): with open(get_conv_log_filename(), "a") as fout: @@ -56,7 +39,7 @@ def vote_last_response_igm(states, vote_type, model_selectors, request: gr.Reque for state in states: output_file = f'{IMAGE_DIR}/generation/{state.conv_id}.jpg' with open(output_file, 'w') as f: - save_any_image(state.output, f) + state.output.save(f, 'JPEG') save_image_file_on_log_server(output_file) def vote_last_response_ie(state, vote_type, model_selector, request: gr.Request): @@ -73,9 +56,9 @@ def vote_last_response_ie(state, vote_type, model_selector, request: gr.Request) output_file = f'{IMAGE_DIR}/edition/{state.conv_id}.jpg' source_file = f'{IMAGE_DIR}/edition/{state.conv_id}_source.jpg' with open(output_file, 'w') as f: - save_any_image(state.output, f) + state.output.save(f, 'JPEG') with open(source_file, 'w') as sf: - save_any_image(state.source_image, sf) + state.source_image.save(sf, 'JPEG') save_image_file_on_log_server(output_file) save_image_file_on_log_server(source_file) @@ -94,72 +77,11 @@ def vote_last_response_iem(states, vote_type, model_selectors, request: gr.Reque output_file = f'{IMAGE_DIR}/edition/{state.conv_id}.jpg' source_file = f'{IMAGE_DIR}/edition/{state.conv_id}_source.jpg' with open(output_file, 'w') as f: - save_any_image(state.output, f) + state.output.save(f, 'JPEG') with open(source_file, 'w') as sf: - save_any_image(state.source_image, sf) + state.source_image.save(sf, 'JPEG') save_image_file_on_log_server(output_file) save_image_file_on_log_server(source_file) - - -def vote_last_response_vg(state, vote_type, model_selector, request: gr.Request): - with open(get_conv_log_filename(), "a") as fout: - data = { - "tstamp": round(time.time(), 4), - "type": vote_type, - "model": model_selector, - "state": state.dict(), - "ip": get_ip(request), - } - fout.write(json.dumps(data) + "\n") - append_json_item_on_log_server(data, get_conv_log_filename()) - - output_file = f'{VIDEO_DIR}/generation/{state.conv_id}.mp4' - os.makedirs(os.path.dirname(output_file), exist_ok=True) - if state.model_name.startswith('fal'): - r = requests.get(state.output) - with open(output_file, 'wb') as outfile: - outfile.write(r.content) - else: - print("======== video shape: ========") - print(state.output.shape) - # Assuming state.output has to be a tensor with shape [num_frames, height, width, num_channels] - if state.output.shape[-1] != 3: - state.output = state.output.permute(0, 2, 3, 1) - imageio.mimwrite(output_file, state.output, fps=8, quality=9) - save_video_file_on_log_server(output_file) - - - -def vote_last_response_vgm(states, vote_type, model_selectors, request: gr.Request): - with open(get_conv_log_filename(), "a") as fout: - data = { - "tstamp": round(time.time(), 4), - "type": vote_type, - "models": [x for x in model_selectors], - "states": [x.dict() for x in states], - "ip": get_ip(request), - } - fout.write(json.dumps(data) + "\n") - append_json_item_on_log_server(data, get_conv_log_filename()) - for state in states: - output_file = f'{VIDEO_DIR}/generation/{state.conv_id}.mp4' - os.makedirs(os.path.dirname(output_file), exist_ok=True) - if state.model_name.startswith('fal'): - r = requests.get(state.output) - with open(output_file, 'wb') as outfile: - outfile.write(r.content) - elif isinstance(state.output, torch.Tensor): - print("======== video shape: ========") - print(state.output.shape) - # Assuming state.output has to be a tensor with shape [num_frames, height, width, num_channels] - if state.output.shape[-1] != 3: - state.output = state.output.permute(0, 2, 3, 1) - imageio.mimwrite(output_file, state.output, fps=8, quality=9) - else: - r = requests.get(state.output) - with open(output_file, 'wb') as outfile: - outfile.write(r.content) - save_video_file_on_log_server(output_file) ## Image Generation (IG) Single Model Direct Chat @@ -191,13 +113,8 @@ def leftvote_last_response_igm( vote_last_response_igm( [state0, state1], "leftvote", [model_selector0, model_selector1], request ) - if model_selector0 == "": - return ("",) + (disable_btn,) * 4 + ( - gr.Markdown(f"### Model A: {state0.model_name.split('_')[1]}", visible=True), - gr.Markdown(f"### Model B: {state1.model_name.split('_')[1]}", visible=True)) - else: - return ("",) + (disable_btn,) * 4 + (gr.Markdown(state0.model_name, visible=True), - gr.Markdown(state1.model_name, visible=True)) + return ("",) + (disable_btn,) * 4 + def rightvote_last_response_igm( state0, state1, model_selector0, model_selector1, request: gr.Request @@ -206,12 +123,7 @@ def rightvote_last_response_igm( vote_last_response_igm( [state0, state1], "rightvote", [model_selector0, model_selector1], request ) - print(model_selector0) - if model_selector0 == "": - return ("",) + (disable_btn,) * 4 + (gr.Markdown(f"### Model A: {state0.model_name.split('_')[1]}", visible=True), gr.Markdown(f"### Model B: {state1.model_name.split('_')[1]}", visible=True)) - else: - return ("",) + (disable_btn,) * 4 + (gr.Markdown(state0.model_name, visible=True), - gr.Markdown(state1.model_name, visible=True)) + return ("",) + (disable_btn,) * 4 def tievote_last_response_igm( @@ -221,13 +133,7 @@ def tievote_last_response_igm( vote_last_response_igm( [state0, state1], "tievote", [model_selector0, model_selector1], request ) - if model_selector0 == "": - return ("",) + (disable_btn,) * 4 + ( - gr.Markdown(f"### Model A: {state0.model_name.split('_')[1]}", visible=True), - gr.Markdown(f"### Model B: {state1.model_name.split('_')[1]}", visible=True)) - else: - return ("",) + (disable_btn,) * 4 + (gr.Markdown(state0.model_name, visible=True), - gr.Markdown(state1.model_name, visible=True)) + return ("",) + (disable_btn,) * 4 def bothbad_vote_last_response_igm( @@ -237,13 +143,7 @@ def bothbad_vote_last_response_igm( vote_last_response_igm( [state0, state1], "bothbad_vote", [model_selector0, model_selector1], request ) - if model_selector0 == "": - return ("",) + (disable_btn,) * 4 + ( - gr.Markdown(f"### Model A: {state0.model_name.split('_')[1]}", visible=True), - gr.Markdown(f"### Model B: {state1.model_name.split('_')[1]}", visible=True)) - else: - return ("",) + (disable_btn,) * 4 + (gr.Markdown(state0.model_name, visible=True), - gr.Markdown(state1.model_name, visible=True)) + return ("",) + (disable_btn,) * 4 ## Image Editing (IE) Single Model Direct Chat @@ -277,11 +177,7 @@ def leftvote_last_response_iem( # "### Model A: " + state0.model_name, # "### Model B: " + state1.model_name, # ) - # names = (state0.model_name, state1.model_name) - if model_selector0 == "": - names = (gr.Markdown(f"### Model A: {state0.model_name.split('_')[1]}", visible=True), gr.Markdown(f"### Model B: {state1.model_name.split('_')[1]}", visible=True)) - else: - names = (gr.Markdown(state0.model_name, visible=False), gr.Markdown(state1.model_name, visible=False)) + names = (state0.model_name, state1.model_name) return names + ("", "", gr.Image(height=512, width=512, type="pil"), "") + (disable_btn,) * 4 def rightvote_last_response_iem( @@ -295,11 +191,7 @@ def rightvote_last_response_iem( # "### Model A: " + state0.model_name, # "### Model B: " + state1.model_name, # ) - if model_selector0 == "": - names = (gr.Markdown(f"### Model A: {state0.model_name.split('_')[1]}", visible=True), - gr.Markdown(f"### Model B: {state1.model_name.split('_')[1]}", visible=True)) - else: - names = (gr.Markdown(state0.model_name, visible=False), gr.Markdown(state1.model_name, visible=False)) + names = (state0.model_name, state1.model_name) return names + ("", "", gr.Image(height=512, width=512, type="pil"), "") + (disable_btn,) * 4 def tievote_last_response_iem( @@ -309,11 +201,10 @@ def tievote_last_response_iem( vote_last_response_iem( [state0, state1], "tievote", [model_selector0, model_selector1], request ) - if model_selector0 == "": - names = (gr.Markdown(f"### Model A: {state0.model_name.split('_')[1]}", visible=True), - gr.Markdown(f"### Model B: {state1.model_name.split('_')[1]}", visible=True)) - else: - names = (gr.Markdown(state0.model_name, visible=False), gr.Markdown(state1.model_name, visible=False)) + names = ( + "### Model A: " + state0.model_name, + "### Model B: " + state1.model_name, + ) return names + ("", "", gr.Image(height=512, width=512, type="pil"), "") + (disable_btn,) * 4 def bothbad_vote_last_response_iem( @@ -323,99 +214,12 @@ def bothbad_vote_last_response_iem( vote_last_response_iem( [state0, state1], "bothbad_vote", [model_selector0, model_selector1], request ) - if model_selector0 == "": - names = (gr.Markdown(f"### Model A: {state0.model_name.split('_')[1]}", visible=True), - gr.Markdown(f"### Model B: {state1.model_name.split('_')[1]}", visible=True)) - else: - names = (gr.Markdown(state0.model_name, visible=False), gr.Markdown(state1.model_name, visible=False)) - return names + ("", "", gr.Image(height=512, width=512, type="pil"), "") + (disable_btn,) * 4 - - -## Video Generation (VG) Single Model Direct Chat -def upvote_last_response_vg(state, model_selector, request: gr.Request): - ip = get_ip(request) - vg_logger.info(f"upvote. ip: {ip}") - vote_last_response_vg(state, "upvote", model_selector, request) - return ("",) + (disable_btn,) * 3 - -def downvote_last_response_vg(state, model_selector, request: gr.Request): - ip = get_ip(request) - vg_logger.info(f"downvote. ip: {ip}") - vote_last_response_vg(state, "downvote", model_selector, request) - return ("",) + (disable_btn,) * 3 - - -def flag_last_response_vg(state, model_selector, request: gr.Request): - ip = get_ip(request) - vg_logger.info(f"flag. ip: {ip}") - vote_last_response_vg(state, "flag", model_selector, request) - return ("",) + (disable_btn,) * 3 - -## Image Generation Multi (IGM) Side-by-Side and Battle - -def leftvote_last_response_vgm( - state0, state1, model_selector0, model_selector1, request: gr.Request -): - vgm_logger.info(f"leftvote (named). ip: {get_ip(request)}") - vote_last_response_vgm( - [state0, state1], "leftvote", [model_selector0, model_selector1], request - ) - if model_selector0 == "": - return ("",) + (disable_btn,) * 4 + (gr.Markdown(f"### Model A: {state0.model_name.split('_')[1]}", visible=True), gr.Markdown(f"### Model B: {state1.model_name.split('_')[1]}", visible=True)) - else: - return ("",) + (disable_btn,) * 4 + ( - gr.Markdown(state0.model_name, visible=False), - gr.Markdown(state1.model_name, visible=False)) - - -def rightvote_last_response_vgm( - state0, state1, model_selector0, model_selector1, request: gr.Request -): - vgm_logger.info(f"rightvote (named). ip: {get_ip(request)}") - vote_last_response_vgm( - [state0, state1], "rightvote", [model_selector0, model_selector1], request - ) - if model_selector0 == "": - return ("",) + (disable_btn,) * 4 + ( - gr.Markdown(f"### Model A: {state0.model_name.split('_')[1]}", visible=True), - gr.Markdown(f"### Model B: {state1.model_name.split('_')[1]}", visible=True)) - else: - return ("",) + (disable_btn,) * 4 + ( - gr.Markdown(state0.model_name, visible=False), - gr.Markdown(state1.model_name, visible=False)) - -def tievote_last_response_vgm( - state0, state1, model_selector0, model_selector1, request: gr.Request -): - vgm_logger.info(f"tievote (named). ip: {get_ip(request)}") - vote_last_response_vgm( - [state0, state1], "tievote", [model_selector0, model_selector1], request + names = ( + "### Model A: " + state0.model_name, + "### Model B: " + state1.model_name, ) - if model_selector0 == "": - return ("",) + (disable_btn,) * 4 + ( - gr.Markdown(f"### Model A: {state0.model_name.split('_')[1]}", visible=True), - gr.Markdown(f"### Model B: {state1.model_name.split('_')[1]}", visible=True)) - else: - return ("",) + (disable_btn,) * 4 + ( - gr.Markdown(state0.model_name, visible=False), - gr.Markdown(state1.model_name, visible=False)) - + return names + ("", "", gr.Image(height=512, width=512, type="pil"), "") + (disable_btn,) * 4 -def bothbad_vote_last_response_vgm( - state0, state1, model_selector0, model_selector1, request: gr.Request -): - vgm_logger.info(f"bothbad_vote (named). ip: {get_ip(request)}") - vote_last_response_vgm( - [state0, state1], "bothbad_vote", [model_selector0, model_selector1], request - ) - if model_selector0 == "": - return ("",) + (disable_btn,) * 4 + ( - gr.Markdown(f"### Model A: {state0.model_name.split('_')[1]}", visible=True), - gr.Markdown(f"### Model B: {state1.model_name.split('_')[1]}", visible=True)) - else: - return ("",) + (disable_btn,) * 4 + ( - gr.Markdown(state0.model_name, visible=False), - gr.Markdown(state1.model_name, visible=False)) share_js = """ function (a, b, c, d) { @@ -488,28 +292,16 @@ class ImageStateIE: } return base -class VideoStateVG: - def __init__(self, model_name): - self.conv_id = uuid.uuid4().hex - self.model_name = model_name - self.prompt = None - self.output = None - def dict(self): - base = { - "conv_id": self.conv_id, - "model_name": self.model_name, - "prompt": self.prompt - } - return base def generate_ig(gen_func, state, text, model_name, request: gr.Request): if not text: - raise gr.Warning("Prompt cannot be empty.") + raise gr.Error("Prompt cannot be empty.") if not model_name: - raise gr.Warning("Model name cannot be empty.") - state = ImageStateIG(model_name) + raise gr.Error("Model name cannot be empty.") + if state is None: + state = ImageStateIG(model_name) ip = get_ip(request) ig_logger.info(f"generate. ip: {ip}") start_tstamp = time.time() @@ -540,61 +332,23 @@ def generate_ig(gen_func, state, text, model_name, request: gr.Request): output_file = f'{IMAGE_DIR}/generation/{state.conv_id}.jpg' os.makedirs(os.path.dirname(output_file), exist_ok=True) with open(output_file, 'w') as f: - save_any_image(state.output, f) + state.output.save(f, 'JPEG') save_image_file_on_log_server(output_file) - -def generate_ig_museum(gen_func, state, model_name, request: gr.Request): - if not model_name: - raise gr.Warning("Model name cannot be empty.") - state = ImageStateIG(model_name) - ip = get_ip(request) - ig_logger.info(f"generate. ip: {ip}") - start_tstamp = time.time() - generated_image, text = gen_func(model_name) - state.prompt = text - state.output = generated_image - state.model_name = model_name - - yield state, generated_image, text - - finish_tstamp = time.time() - # logger.info(f"===output===: {output}") - - with open(get_conv_log_filename(), "a") as fout: - data = { - "tstamp": round(finish_tstamp, 4), - "type": "chat", - "model": model_name, - "gen_params": {}, - "start": round(start_tstamp, 4), - "finish": round(finish_tstamp, 4), - "state": state.dict(), - "ip": get_ip(request), - } - fout.write(json.dumps(data) + "\n") - append_json_item_on_log_server(data, get_conv_log_filename()) - output_file = f'{IMAGE_DIR}/generation/{state.conv_id}.jpg' - os.makedirs(os.path.dirname(output_file), exist_ok=True) - with open(output_file, 'w') as f: - save_any_image(state.output, f) - save_image_file_on_log_server(output_file) - def generate_igm(gen_func, state0, state1, text, model_name0, model_name1, request: gr.Request): if not text: - raise gr.Warning("Prompt cannot be empty.") + raise gr.Error("Prompt cannot be empty.") if not model_name0: - raise gr.Warning("Model name A cannot be empty.") + raise gr.Error("Model name A cannot be empty.") if not model_name1: - raise gr.Warning("Model name B cannot be empty.") - state0 = ImageStateIG(model_name0) - state1 = ImageStateIG(model_name1) + raise gr.Error("Model name B cannot be empty.") + if state0 is None: + state0 = ImageStateIG(model_name0) + if state1 is None: + state1 = ImageStateIG(model_name1) ip = get_ip(request) igm_logger.info(f"generate. ip: {ip}") start_tstamp = time.time() - # Remove ### Model (A|B): from model name - model_name0 = re.sub(r"### Model A: ", "", model_name0) - model_name1 = re.sub(r"### Model B: ", "", model_name1) generated_image0, generated_image1 = gen_func(text, model_name0, model_name1) state0.prompt = text state1.prompt = text @@ -638,79 +392,19 @@ def generate_igm(gen_func, state0, state1, text, model_name0, model_name1, reque output_file = f'{IMAGE_DIR}/generation/{state.conv_id}.jpg' os.makedirs(os.path.dirname(output_file), exist_ok=True) with open(output_file, 'w') as f: - save_any_image(state.output, f) - save_image_file_on_log_server(output_file) - -def generate_igm_museum(gen_func, state0, state1, model_name0, model_name1, request: gr.Request): - if not model_name0: - raise gr.Warning("Model name A cannot be empty.") - if not model_name1: - raise gr.Warning("Model name B cannot be empty.") - state0 = ImageStateIG(model_name0) - state1 = ImageStateIG(model_name1) - ip = get_ip(request) - igm_logger.info(f"generate. ip: {ip}") - start_tstamp = time.time() - # Remove ### Model (A|B): from model name - model_name0 = re.sub(r"### Model A: ", "", model_name0) - model_name1 = re.sub(r"### Model B: ", "", model_name1) - generated_image0, generated_image1, text = gen_func(model_name0, model_name1) - state0.prompt = text - state1.prompt = text - state0.output = generated_image0 - state1.output = generated_image1 - state0.model_name = model_name0 - state1.model_name = model_name1 - - yield state0, state1, generated_image0, generated_image1, text - - finish_tstamp = time.time() - # logger.info(f"===output===: {output}") - - with open(get_conv_log_filename(), "a") as fout: - data = { - "tstamp": round(finish_tstamp, 4), - "type": "chat", - "model": model_name0, - "gen_params": {}, - "start": round(start_tstamp, 4), - "finish": round(finish_tstamp, 4), - "state": state0.dict(), - "ip": get_ip(request), - } - fout.write(json.dumps(data) + "\n") - append_json_item_on_log_server(data, get_conv_log_filename()) - data = { - "tstamp": round(finish_tstamp, 4), - "type": "chat", - "model": model_name1, - "gen_params": {}, - "start": round(start_tstamp, 4), - "finish": round(finish_tstamp, 4), - "state": state1.dict(), - "ip": get_ip(request), - } - fout.write(json.dumps(data) + "\n") - append_json_item_on_log_server(data, get_conv_log_filename()) - - for i, state in enumerate([state0, state1]): - output_file = f'{IMAGE_DIR}/generation/{state.conv_id}.jpg' - os.makedirs(os.path.dirname(output_file), exist_ok=True) - with open(output_file, 'w') as f: - save_any_image(state.output, f) + state.output.save(f, 'JPEG') save_image_file_on_log_server(output_file) - - + def generate_igm_annoy(gen_func, state0, state1, text, model_name0, model_name1, request: gr.Request): if not text: - raise gr.Warning("Prompt cannot be empty.") - state0 = ImageStateIG(model_name0) - state1 = ImageStateIG(model_name1) + raise gr.Error("Prompt cannot be empty.") + if state0 is None: + state0 = ImageStateIG(model_name0) + if state1 is None: + state1 = ImageStateIG(model_name1) ip = get_ip(request) igm_logger.info(f"generate. ip: {ip}") start_tstamp = time.time() - model_name0 = "" - model_name1 = "" generated_image0, generated_image1, model_name0, model_name1 = gen_func(text, model_name0, model_name1) state0.prompt = text state1.prompt = text @@ -720,7 +414,7 @@ def generate_igm_annoy(gen_func, state0, state1, text, model_name0, model_name1, state1.model_name = model_name1 yield state0, state1, generated_image0, generated_image1, \ - gr.Markdown(f"### Model A: {model_name0}", visible=False), gr.Markdown(f"### Model B: {model_name1}", visible=False) + gr.Markdown(f"### Model A: {model_name0}"), gr.Markdown(f"### Model B: {model_name1}") finish_tstamp = time.time() # logger.info(f"===output===: {output}") @@ -755,78 +449,23 @@ def generate_igm_annoy(gen_func, state0, state1, text, model_name0, model_name1, output_file = f'{IMAGE_DIR}/generation/{state.conv_id}.jpg' os.makedirs(os.path.dirname(output_file), exist_ok=True) with open(output_file, 'w') as f: - save_any_image(state.output, f) + state.output.save(f, 'JPEG') save_image_file_on_log_server(output_file) -def generate_igm_annoy_museum(gen_func, state0, state1, model_name0, model_name1, request: gr.Request): - state0 = ImageStateIG(model_name0) - state1 = ImageStateIG(model_name1) - ip = get_ip(request) - igm_logger.info(f"generate. ip: {ip}") - start_tstamp = time.time() - # model_name0 = re.sub(r"### Model A: ", "", model_name0) - # model_name1 = re.sub(r"### Model B: ", "", model_name1) - model_name0 = "" - model_name1 = "" - generated_image0, generated_image1, model_name0, model_name1, text = gen_func(model_name0, model_name1) - state0.prompt = text - state1.prompt = text - state0.output = generated_image0 - state1.output = generated_image1 - state0.model_name = model_name0 - state1.model_name = model_name1 - - yield state0, state1, generated_image0, generated_image1, text,\ - gr.Markdown(f"### Model A: {model_name0}", visible=False), gr.Markdown(f"### Model B: {model_name1}", visible=False) - - finish_tstamp = time.time() - # logger.info(f"===output===: {output}") - - with open(get_conv_log_filename(), "a") as fout: - data = { - "tstamp": round(finish_tstamp, 4), - "type": "chat", - "model": model_name0, - "gen_params": {}, - "start": round(start_tstamp, 4), - "finish": round(finish_tstamp, 4), - "state": state0.dict(), - "ip": get_ip(request), - } - fout.write(json.dumps(data) + "\n") - append_json_item_on_log_server(data, get_conv_log_filename()) - data = { - "tstamp": round(finish_tstamp, 4), - "type": "chat", - "model": model_name1, - "gen_params": {}, - "start": round(start_tstamp, 4), - "finish": round(finish_tstamp, 4), - "state": state1.dict(), - "ip": get_ip(request), - } - fout.write(json.dumps(data) + "\n") - append_json_item_on_log_server(data, get_conv_log_filename()) - - for i, state in enumerate([state0, state1]): - output_file = f'{IMAGE_DIR}/generation/{state.conv_id}.jpg' - os.makedirs(os.path.dirname(output_file), exist_ok=True) - with open(output_file, 'w') as f: - save_any_image(state.output, f) - save_image_file_on_log_server(output_file) def generate_ie(gen_func, state, source_text, target_text, instruct_text, source_image, model_name, request: gr.Request): if not source_text: - raise gr.Warning("Source prompt cannot be empty.") + raise gr.Error("Source prompt cannot be empty.") if not target_text: - raise gr.Warning("Target prompt cannot be empty.") + raise gr.Error("Target prompt cannot be empty.") if not instruct_text: - raise gr.Warning("Instruction prompt cannot be empty.") + raise gr.Error("Instruction prompt cannot be empty.") if not source_image: - raise gr.Warning("Source image cannot be empty.") + raise gr.Error("Source image cannot be empty.") if not model_name: - raise gr.Warning("Model name cannot be empty.") - state = ImageStateIE(model_name) + raise gr.Error("Model name cannot be empty.") + if state is None: + state = ImageStateIE(model_name) ip = get_ip(request) ig_logger.info(f"generate. ip: {ip}") start_tstamp = time.time() @@ -860,78 +499,33 @@ def generate_ie(gen_func, state, source_text, target_text, instruct_text, source src_img_file = f'{IMAGE_DIR}/edition/{state.conv_id}_src.jpg' os.makedirs(os.path.dirname(src_img_file), exist_ok=True) with open(src_img_file, 'w') as f: - save_any_image(state.source_image, f) + state.source_image.save(f, 'JPEG') output_file = f'{IMAGE_DIR}/edition/{state.conv_id}_out.jpg' with open(output_file, 'w') as f: - save_any_image(state.output, f) + state.output.save(f, 'JPEG') save_image_file_on_log_server(src_img_file) save_image_file_on_log_server(output_file) - -def generate_ie_museum(gen_func, state, model_name, request: gr.Request): - if not model_name: - raise gr.Warning("Model name cannot be empty.") - state = ImageStateIE(model_name) - ip = get_ip(request) - ig_logger.info(f"generate. ip: {ip}") - start_tstamp = time.time() - source_image, generated_image, source_text, target_text, instruct_text = gen_func(model_name) - state.source_prompt = source_text - state.target_prompt = target_text - state.instruct_prompt = instruct_text - state.source_image = source_image - state.output = generated_image - state.model_name = model_name - - yield state, generated_image, source_image, source_text, target_text, instruct_text - - finish_tstamp = time.time() - # logger.info(f"===output===: {output}") - - with open(get_conv_log_filename(), "a") as fout: - data = { - "tstamp": round(finish_tstamp, 4), - "type": "chat", - "model": model_name, - "gen_params": {}, - "start": round(start_tstamp, 4), - "finish": round(finish_tstamp, 4), - "state": state.dict(), - "ip": get_ip(request), - } - fout.write(json.dumps(data) + "\n") - append_json_item_on_log_server(data, get_conv_log_filename()) - src_img_file = f'{IMAGE_DIR}/edition/{state.conv_id}_src.jpg' - os.makedirs(os.path.dirname(src_img_file), exist_ok=True) - with open(src_img_file, 'w') as f: - save_any_image(state.source_image, f) - output_file = f'{IMAGE_DIR}/edition/{state.conv_id}_out.jpg' - with open(output_file, 'w') as f: - save_any_image(state.output, f) - save_image_file_on_log_server(src_img_file) - save_image_file_on_log_server(output_file) - - def generate_iem(gen_func, state0, state1, source_text, target_text, instruct_text, source_image, model_name0, model_name1, request: gr.Request): if not source_text: - raise gr.Warning("Source prompt cannot be empty.") + raise gr.Error("Source prompt cannot be empty.") if not target_text: - raise gr.Warning("Target prompt cannot be empty.") + raise gr.Error("Target prompt cannot be empty.") if not instruct_text: - raise gr.Warning("Instruction prompt cannot be empty.") + raise gr.Error("Instruction prompt cannot be empty.") if not source_image: - raise gr.Warning("Source image cannot be empty.") + raise gr.Error("Source image cannot be empty.") if not model_name0: - raise gr.Warning("Model name A cannot be empty.") + raise gr.Error("Model name A cannot be empty.") if not model_name1: - raise gr.Warning("Model name B cannot be empty.") - state0 = ImageStateIE(model_name0) - state1 = ImageStateIE(model_name1) + raise gr.Error("Model name B cannot be empty.") + if state0 is None: + state0 = ImageStateIE(model_name0) + if state1 is None: + state1 = ImageStateIE(model_name1) ip = get_ip(request) igm_logger.info(f"generate. ip: {ip}") start_tstamp = time.time() - model_name0 = re.sub(r"### Model A: ", "", model_name0) - model_name1 = re.sub(r"### Model B: ", "", model_name1) generated_image0, generated_image1 = gen_func(source_text, target_text, instruct_text, source_image, model_name0, model_name1) state0.source_prompt = source_text state0.target_prompt = target_text @@ -981,99 +575,31 @@ def generate_iem(gen_func, state0, state1, source_text, target_text, instruct_te src_img_file = f'{IMAGE_DIR}/edition/{state.conv_id}_src.jpg' os.makedirs(os.path.dirname(src_img_file), exist_ok=True) with open(src_img_file, 'w') as f: - save_any_image(state.source_image, f) + state.source_image.save(f, 'JPEG') output_file = f'{IMAGE_DIR}/edition/{state.conv_id}_out.jpg' with open(output_file, 'w') as f: - save_any_image(state.output, f) + state.output.save(f, 'JPEG') save_image_file_on_log_server(src_img_file) save_image_file_on_log_server(output_file) + -def generate_iem_museum(gen_func, state0, state1, model_name0, model_name1, request: gr.Request): - if not model_name0: - raise gr.Warning("Model name A cannot be empty.") - if not model_name1: - raise gr.Warning("Model name B cannot be empty.") - state0 = ImageStateIE(model_name0) - state1 = ImageStateIE(model_name1) +def generate_iem_annoy(gen_func, state0, state1, source_text, target_text, instruct_text, source_image, model_name0, model_name1, request: gr.Request): + if not source_text: + raise gr.Error("Source prompt cannot be empty.") + if not target_text: + raise gr.Error("Target prompt cannot be empty.") + if not instruct_text: + raise gr.Error("Instruction prompt cannot be empty.") + if not source_image: + raise gr.Error("Source image cannot be empty.") + if state0 is None: + state0 = ImageStateIE(model_name0) + if state1 is None: + state1 = ImageStateIE(model_name1) ip = get_ip(request) igm_logger.info(f"generate. ip: {ip}") start_tstamp = time.time() - model_name0 = re.sub(r"### Model A: ", "", model_name0) - model_name1 = re.sub(r"### Model B: ", "", model_name1) - source_image, generated_image0, generated_image1, source_text, target_text, instruct_text = gen_func(model_name0, model_name1) - state0.source_prompt = source_text - state0.target_prompt = target_text - state0.instruct_prompt = instruct_text - state0.source_image = source_image - state0.output = generated_image0 - state0.model_name = model_name0 - state1.source_prompt = source_text - state1.target_prompt = target_text - state1.instruct_prompt = instruct_text - state1.source_image = source_image - state1.output = generated_image1 - state1.model_name = model_name1 - - yield state0, state1, generated_image0, generated_image1, source_image, source_text, target_text, instruct_text - - finish_tstamp = time.time() - # logger.info(f"===output===: {output}") - - with open(get_conv_log_filename(), "a") as fout: - data = { - "tstamp": round(finish_tstamp, 4), - "type": "chat", - "model": model_name0, - "gen_params": {}, - "start": round(start_tstamp, 4), - "finish": round(finish_tstamp, 4), - "state": state0.dict(), - "ip": get_ip(request), - } - fout.write(json.dumps(data) + "\n") - append_json_item_on_log_server(data, get_conv_log_filename()) - data = { - "tstamp": round(finish_tstamp, 4), - "type": "chat", - "model": model_name1, - "gen_params": {}, - "start": round(start_tstamp, 4), - "finish": round(finish_tstamp, 4), - "state": state1.dict(), - "ip": get_ip(request), - } - fout.write(json.dumps(data) + "\n") - append_json_item_on_log_server(data, get_conv_log_filename()) - - for i, state in enumerate([state0, state1]): - src_img_file = f'{IMAGE_DIR}/edition/{state.conv_id}_src.jpg' - os.makedirs(os.path.dirname(src_img_file), exist_ok=True) - with open(src_img_file, 'w') as f: - save_any_image(state.source_image, f) - output_file = f'{IMAGE_DIR}/edition/{state.conv_id}_out.jpg' - with open(output_file, 'w') as f: - save_any_image(state.output, f) - save_image_file_on_log_server(src_img_file) - save_image_file_on_log_server(output_file) - - -def generate_iem_annoy(gen_func, state0, state1, source_text, target_text, instruct_text, source_image, model_name0, model_name1, request: gr.Request): - if not source_text: - raise gr.Warning("Source prompt cannot be empty.") - if not target_text: - raise gr.Warning("Target prompt cannot be empty.") - if not instruct_text: - raise gr.Warning("Instruction prompt cannot be empty.") - if not source_image: - raise gr.Warning("Source image cannot be empty.") - state0 = ImageStateIE(model_name0) - state1 = ImageStateIE(model_name1) - ip = get_ip(request) - igm_logger.info(f"generate. ip: {ip}") - start_tstamp = time.time() - model_name0 = "" - model_name1 = "" - generated_image0, generated_image1, model_name0, model_name1 = gen_func(source_text, target_text, instruct_text, source_image, model_name0, model_name1) + generated_image0, generated_image1, model_name0, model_name1 = gen_func(source_text, target_text, instruct_text, source_image, model_name0, model_name1) state0.source_prompt = source_text state0.target_prompt = target_text state0.instruct_prompt = instruct_text @@ -1088,72 +614,7 @@ def generate_iem_annoy(gen_func, state0, state1, source_text, target_text, instr state1.model_name = model_name1 yield state0, state1, generated_image0, generated_image1, \ - gr.Markdown(f"### Model A: {model_name0}", visible=False), gr.Markdown(f"### Model B: {model_name1}", visible=False) - - finish_tstamp = time.time() - # logger.info(f"===output===: {output}") - - with open(get_conv_log_filename(), "a") as fout: - data = { - "tstamp": round(finish_tstamp, 4), - "type": "chat", - "model": model_name0, - "gen_params": {}, - "start": round(start_tstamp, 4), - "finish": round(finish_tstamp, 4), - "state": state0.dict(), - "ip": get_ip(request), - } - fout.write(json.dumps(data) + "\n") - append_json_item_on_log_server(data, get_conv_log_filename()) - data = { - "tstamp": round(finish_tstamp, 4), - "type": "chat", - "model": model_name1, - "gen_params": {}, - "start": round(start_tstamp, 4), - "finish": round(finish_tstamp, 4), - "state": state1.dict(), - "ip": get_ip(request), - } - fout.write(json.dumps(data) + "\n") - append_json_item_on_log_server(data, get_conv_log_filename()) - - for i, state in enumerate([state0, state1]): - src_img_file = f'{IMAGE_DIR}/edition/{state.conv_id}_src.jpg' - os.makedirs(os.path.dirname(src_img_file), exist_ok=True) - with open(src_img_file, 'w') as f: - save_any_image(state.source_image, f) - output_file = f'{IMAGE_DIR}/edition/{state.conv_id}_out.jpg' - with open(output_file, 'w') as f: - save_any_image(state.output, f) - save_image_file_on_log_server(src_img_file) - save_image_file_on_log_server(output_file) - -def generate_iem_annoy_museum(gen_func, state0, state1, model_name0, model_name1, request: gr.Request): - state0 = ImageStateIE(model_name0) - state1 = ImageStateIE(model_name1) - ip = get_ip(request) - igm_logger.info(f"generate. ip: {ip}") - start_tstamp = time.time() - model_name0 = "" - model_name1 = "" - source_image, generated_image0, generated_image1, source_text, target_text, instruct_text, model_name0, model_name1 = gen_func(model_name0, model_name1) - state0.source_prompt = source_text - state0.target_prompt = target_text - state0.instruct_prompt = instruct_text - state0.source_image = source_image - state0.output = generated_image0 - state0.model_name = model_name0 - state1.source_prompt = source_text - state1.target_prompt = target_text - state1.instruct_prompt = instruct_text - state1.source_image = source_image - state1.output = generated_image1 - state1.model_name = model_name1 - - yield state0, state1, generated_image0, generated_image1, source_image, source_text, target_text, instruct_text, \ - gr.Markdown(f"### Model A: {model_name0}", visible=False), gr.Markdown(f"### Model B: {model_name1}", visible=False) + gr.Markdown(f"### Model A: {model_name0}"), gr.Markdown(f"### Model B: {model_name1}") finish_tstamp = time.time() # logger.info(f"===output===: {output}") @@ -1188,370 +649,9 @@ def generate_iem_annoy_museum(gen_func, state0, state1, model_name0, model_name1 src_img_file = f'{IMAGE_DIR}/edition/{state.conv_id}_src.jpg' os.makedirs(os.path.dirname(src_img_file), exist_ok=True) with open(src_img_file, 'w') as f: - save_any_image(state.source_image, f) + state.source_image.save(f, 'JPEG') output_file = f'{IMAGE_DIR}/edition/{state.conv_id}_out.jpg' with open(output_file, 'w') as f: - save_any_image(state.output, f) + state.output.save(f, 'JPEG') save_image_file_on_log_server(src_img_file) - save_image_file_on_log_server(output_file) - -def generate_vg(gen_func, state, text, model_name, request: gr.Request): - if not text: - raise gr.Warning("Prompt cannot be empty.") - if not model_name: - raise gr.Warning("Model name cannot be empty.") - state = VideoStateVG(model_name) - ip = get_ip(request) - vg_logger.info(f"generate. ip: {ip}") - start_tstamp = time.time() - generated_video = gen_func(text, model_name) - state.prompt = text - state.output = generated_video - state.model_name = model_name - - # yield state, generated_video - - finish_tstamp = time.time() - - with open(get_conv_log_filename(), "a") as fout: - data = { - "tstamp": round(finish_tstamp, 4), - "type": "chat", - "model": model_name, - "gen_params": {}, - "start": round(start_tstamp, 4), - "finish": round(finish_tstamp, 4), - "state": state.dict(), - "ip": get_ip(request), - } - fout.write(json.dumps(data) + "\n") - append_json_item_on_log_server(data, get_conv_log_filename()) - - output_file = f'{VIDEO_DIR}/generation/{state.conv_id}.mp4' - os.makedirs(os.path.dirname(output_file), exist_ok=True) - if model_name.startswith('fal'): - r = requests.get(state.output) - with open(output_file, 'wb') as outfile: - outfile.write(r.content) - else: - print("======== video shape: ========") - print(state.output.shape) - # Assuming state.output has to be a tensor with shape [num_frames, height, width, num_channels] - if state.output.shape[-1] != 3: - state.output = state.output.permute(0, 2, 3, 1) - imageio.mimwrite(output_file, state.output, fps=8, quality=9) - - save_video_file_on_log_server(output_file) - yield state, output_file - -def generate_vg_museum(gen_func, state, model_name, request: gr.Request): - state = VideoStateVG(model_name) - ip = get_ip(request) - vg_logger.info(f"generate. ip: {ip}") - start_tstamp = time.time() - generated_video, text = gen_func(model_name) - state.prompt = text - state.output = generated_video - state.model_name = model_name - - # yield state, generated_video - - finish_tstamp = time.time() - - with open(get_conv_log_filename(), "a") as fout: - data = { - "tstamp": round(finish_tstamp, 4), - "type": "chat", - "model": model_name, - "gen_params": {}, - "start": round(start_tstamp, 4), - "finish": round(finish_tstamp, 4), - "state": state.dict(), - "ip": get_ip(request), - } - fout.write(json.dumps(data) + "\n") - append_json_item_on_log_server(data, get_conv_log_filename()) - - output_file = f'{VIDEO_DIR}/generation/{state.conv_id}.mp4' - os.makedirs(os.path.dirname(output_file), exist_ok=True) - - r = requests.get(state.output) - with open(output_file, 'wb') as outfile: - outfile.write(r.content) - - save_video_file_on_log_server(output_file) - yield state, output_file, text - - -def generate_vgm(gen_func, state0, state1, text, model_name0, model_name1, request: gr.Request): - if not text: - raise gr.Warning("Prompt cannot be empty.") - if not model_name0: - raise gr.Warning("Model name A cannot be empty.") - if not model_name1: - raise gr.Warning("Model name B cannot be empty.") - state0 = VideoStateVG(model_name0) - state1 = VideoStateVG(model_name1) - ip = get_ip(request) - igm_logger.info(f"generate. ip: {ip}") - start_tstamp = time.time() - # Remove ### Model (A|B): from model name - model_name0 = re.sub(r"### Model A: ", "", model_name0) - model_name1 = re.sub(r"### Model B: ", "", model_name1) - generated_video0, generated_video1 = gen_func(text, model_name0, model_name1) - state0.prompt = text - state1.prompt = text - state0.output = generated_video0 - state1.output = generated_video1 - state0.model_name = model_name0 - state1.model_name = model_name1 - - # yield state0, state1, generated_video0, generated_video1 - print("====== model name =========") - print(state0.model_name) - print(state1.model_name) - - - finish_tstamp = time.time() - - - with open(get_conv_log_filename(), "a") as fout: - data = { - "tstamp": round(finish_tstamp, 4), - "type": "chat", - "model": model_name0, - "gen_params": {}, - "start": round(start_tstamp, 4), - "finish": round(finish_tstamp, 4), - "state": state0.dict(), - "ip": get_ip(request), - } - fout.write(json.dumps(data) + "\n") - append_json_item_on_log_server(data, get_conv_log_filename()) - data = { - "tstamp": round(finish_tstamp, 4), - "type": "chat", - "model": model_name1, - "gen_params": {}, - "start": round(start_tstamp, 4), - "finish": round(finish_tstamp, 4), - "state": state1.dict(), - "ip": get_ip(request), - } - fout.write(json.dumps(data) + "\n") - append_json_item_on_log_server(data, get_conv_log_filename()) - - for i, state in enumerate([state0, state1]): - output_file = f'{VIDEO_DIR}/generation/{state.conv_id}.mp4' - os.makedirs(os.path.dirname(output_file), exist_ok=True) - print(state.model_name) - - if state.model_name.startswith('fal'): - r = requests.get(state.output) - with open(output_file, 'wb') as outfile: - outfile.write(r.content) - else: - print("======== video shape: ========") - print(state.output) - print(state.output.shape) - # Assuming state.output has to be a tensor with shape [num_frames, height, width, num_channels] - if state.output.shape[-1] != 3: - state.output = state.output.permute(0, 2, 3, 1) - imageio.mimwrite(output_file, state.output, fps=8, quality=9) - save_video_file_on_log_server(output_file) - yield state0, state1, f'{VIDEO_DIR}/generation/{state0.conv_id}.mp4', f'{VIDEO_DIR}/generation/{state1.conv_id}.mp4' - -def generate_vgm_museum(gen_func, state0, state1, model_name0, model_name1, request: gr.Request): - state0 = VideoStateVG(model_name0) - state1 = VideoStateVG(model_name1) - ip = get_ip(request) - igm_logger.info(f"generate. ip: {ip}") - start_tstamp = time.time() - # Remove ### Model (A|B): from model name - model_name0 = re.sub(r"### Model A: ", "", model_name0) - model_name1 = re.sub(r"### Model B: ", "", model_name1) - generated_video0, generated_video1, text = gen_func(model_name0, model_name1) - state0.prompt = text - state1.prompt = text - state0.output = generated_video0 - state1.output = generated_video1 - state0.model_name = model_name0 - state1.model_name = model_name1 - - # yield state0, state1, generated_video0, generated_video1 - print("====== model name =========") - print(state0.model_name) - print(state1.model_name) - - - finish_tstamp = time.time() - - - with open(get_conv_log_filename(), "a") as fout: - data = { - "tstamp": round(finish_tstamp, 4), - "type": "chat", - "model": model_name0, - "gen_params": {}, - "start": round(start_tstamp, 4), - "finish": round(finish_tstamp, 4), - "state": state0.dict(), - "ip": get_ip(request), - } - fout.write(json.dumps(data) + "\n") - append_json_item_on_log_server(data, get_conv_log_filename()) - data = { - "tstamp": round(finish_tstamp, 4), - "type": "chat", - "model": model_name1, - "gen_params": {}, - "start": round(start_tstamp, 4), - "finish": round(finish_tstamp, 4), - "state": state1.dict(), - "ip": get_ip(request), - } - fout.write(json.dumps(data) + "\n") - append_json_item_on_log_server(data, get_conv_log_filename()) - - for i, state in enumerate([state0, state1]): - output_file = f'{VIDEO_DIR}/generation/{state.conv_id}.mp4' - os.makedirs(os.path.dirname(output_file), exist_ok=True) - print(state.model_name) - - r = requests.get(state.output) - with open(output_file, 'wb') as outfile: - outfile.write(r.content) - - save_video_file_on_log_server(output_file) - yield state0, state1, f'{VIDEO_DIR}/generation/{state0.conv_id}.mp4', f'{VIDEO_DIR}/generation/{state1.conv_id}.mp4', text - - -def generate_vgm_annoy(gen_func, state0, state1, text, model_name0, model_name1, request: gr.Request): - if not text: - raise gr.Warning("Prompt cannot be empty.") - state0 = VideoStateVG(model_name0) - state1 = VideoStateVG(model_name1) - ip = get_ip(request) - vgm_logger.info(f"generate. ip: {ip}") - start_tstamp = time.time() - model_name0 = "" - model_name1 = "" - generated_video0, generated_video1, model_name0, model_name1 = gen_func(text, model_name0, model_name1) - state0.prompt = text - state1.prompt = text - state0.output = generated_video0 - state1.output = generated_video1 - state0.model_name = model_name0 - state1.model_name = model_name1 - - # yield state0, state1, generated_video0, generated_video1, \ - # gr.Markdown(f"### Model A: {model_name0}"), gr.Markdown(f"### Model B: {model_name1}") - - finish_tstamp = time.time() - # logger.info(f"===output===: {output}") - - with open(get_conv_log_filename(), "a") as fout: - data = { - "tstamp": round(finish_tstamp, 4), - "type": "chat", - "model": model_name0, - "gen_params": {}, - "start": round(start_tstamp, 4), - "finish": round(finish_tstamp, 4), - "state": state0.dict(), - "ip": get_ip(request), - } - fout.write(json.dumps(data) + "\n") - append_json_item_on_log_server(data, get_conv_log_filename()) - data = { - "tstamp": round(finish_tstamp, 4), - "type": "chat", - "model": model_name1, - "gen_params": {}, - "start": round(start_tstamp, 4), - "finish": round(finish_tstamp, 4), - "state": state1.dict(), - "ip": get_ip(request), - } - fout.write(json.dumps(data) + "\n") - append_json_item_on_log_server(data, get_conv_log_filename()) - - for i, state in enumerate([state0, state1]): - output_file = f'{VIDEO_DIR}/generation/{state.conv_id}.mp4' - os.makedirs(os.path.dirname(output_file), exist_ok=True) - if state.model_name.startswith('fal'): - r = requests.get(state.output) - with open(output_file, 'wb') as outfile: - outfile.write(r.content) - else: - print("======== video shape: ========") - print(state.output.shape) - # Assuming state.output has to be a tensor with shape [num_frames, height, width, num_channels] - if state.output.shape[-1] != 3: - state.output = state.output.permute(0, 2, 3, 1) - imageio.mimwrite(output_file, state.output, fps=8, quality=9) - save_video_file_on_log_server(output_file) - - yield state0, state1, f'{VIDEO_DIR}/generation/{state0.conv_id}.mp4', f'{VIDEO_DIR}/generation/{state1.conv_id}.mp4', \ - gr.Markdown(f"### Model A: {model_name0}", visible=False), gr.Markdown(f"### Model B: {model_name1}", visible=False) - -def generate_vgm_annoy_museum(gen_func, state0, state1, model_name0, model_name1, request: gr.Request): - state0 = VideoStateVG(model_name0) - state1 = VideoStateVG(model_name1) - ip = get_ip(request) - vgm_logger.info(f"generate. ip: {ip}") - start_tstamp = time.time() - model_name0 = "" - model_name1 = "" - generated_video0, generated_video1, model_name0, model_name1, text = gen_func(model_name0, model_name1) - state0.prompt = text - state1.prompt = text - state0.output = generated_video0 - state1.output = generated_video1 - state0.model_name = model_name0 - state1.model_name = model_name1 - - # yield state0, state1, generated_video0, generated_video1, \ - # gr.Markdown(f"### Model A: {model_name0}"), gr.Markdown(f"### Model B: {model_name1}") - - finish_tstamp = time.time() - # logger.info(f"===output===: {output}") - - with open(get_conv_log_filename(), "a") as fout: - data = { - "tstamp": round(finish_tstamp, 4), - "type": "chat", - "model": model_name0, - "gen_params": {}, - "start": round(start_tstamp, 4), - "finish": round(finish_tstamp, 4), - "state": state0.dict(), - "ip": get_ip(request), - } - fout.write(json.dumps(data) + "\n") - append_json_item_on_log_server(data, get_conv_log_filename()) - data = { - "tstamp": round(finish_tstamp, 4), - "type": "chat", - "model": model_name1, - "gen_params": {}, - "start": round(start_tstamp, 4), - "finish": round(finish_tstamp, 4), - "state": state1.dict(), - "ip": get_ip(request), - } - fout.write(json.dumps(data) + "\n") - append_json_item_on_log_server(data, get_conv_log_filename()) - - for i, state in enumerate([state0, state1]): - output_file = f'{VIDEO_DIR}/generation/{state.conv_id}.mp4' - os.makedirs(os.path.dirname(output_file), exist_ok=True) - - r = requests.get(state.output) - with open(output_file, 'wb') as outfile: - outfile.write(r.content) - - save_video_file_on_log_server(output_file) - - yield state0, state1, f'{VIDEO_DIR}/generation/{state0.conv_id}.mp4', f'{VIDEO_DIR}/generation/{state1.conv_id}.mp4', text,\ - gr.Markdown(f"### Model A: {model_name0}", visible=False), gr.Markdown(f"### Model B: {model_name1}", visible=False) \ No newline at end of file + save_image_file_on_log_server(output_file) \ No newline at end of file